core/homeassistant/components/braviatv
David Nielsen a08cb2ca9d
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.
2020-07-05 12:02:45 +02:00
..
translations [ci skip] Translation update 2020-06-27 00:05:54 +00:00
__init__.py Reload braviatv entry after options update (#34576) 2020-04-29 09:27:45 -05:00
config_flow.py Fix braviatv authentication refresh (#37482) 2020-07-05 12:02:45 +02:00
const.py Reload braviatv entry after options update (#34576) 2020-04-29 09:27:45 -05:00
manifest.json Fix braviatv authentication refresh (#37482) 2020-07-05 12:02:45 +02:00
media_player.py Fix braviatv authentication refresh (#37482) 2020-07-05 12:02:45 +02:00
strings.json Catch NoIPControl exception (#36088) 2020-05-25 16:05:52 -04:00