-
- Downloads
Fix braviatv authentication refresh (#37482)
- Bumps bravia-tv lib to 1.0.6 which fixes is_connected() to actually return True only when API is connected, instead of just returning whether or not cookies are cached (regardless if they actually worked). - Wrap is_connected() because it now performs io. - Remove unnecessary logic to refresh cookies. Now that is_connected() works, the bravia instance only needs to be reconnected when is_connected is False and TV is not off.
Showing
- homeassistant/components/braviatv/config_flow.py 4 additions, 2 deletionshomeassistant/components/braviatv/config_flow.py
- homeassistant/components/braviatv/manifest.json 1 addition, 1 deletionhomeassistant/components/braviatv/manifest.json
- homeassistant/components/braviatv/media_player.py 8 additions, 10 deletionshomeassistant/components/braviatv/media_player.py
- requirements_all.txt 1 addition, 1 deletionrequirements_all.txt
- requirements_test_all.txt 1 addition, 1 deletionrequirements_test_all.txt
Loading
Please register or sign in to comment