Re-add forced update in Panasonic Viera (#41804)
This commit is contained in:
parent
49d58bb6a8
commit
72759d7501
3 changed files with 2 additions and 2 deletions
|
@ -319,7 +319,6 @@ homeassistant/components/orangepi_gpio/* @pascallj
|
|||
homeassistant/components/oru/* @bvlaicu
|
||||
homeassistant/components/ovo_energy/* @timmo001
|
||||
homeassistant/components/ozw/* @cgarwood @marcelveldt @MartinHjelmare
|
||||
homeassistant/components/panasonic_viera/* @joogps
|
||||
homeassistant/components/panel_custom/* @home-assistant/frontend
|
||||
homeassistant/components/panel_iframe/* @home-assistant/frontend
|
||||
homeassistant/components/pcal9535a/* @Shulyaka
|
||||
|
|
|
@ -258,6 +258,7 @@ class Remote:
|
|||
except (TimeoutError, URLError, SOAPError, OSError):
|
||||
self.state = STATE_OFF
|
||||
self.available = self._on_action is not None
|
||||
await self.async_create_remote_control()
|
||||
except Exception as err: # pylint: disable=broad-except
|
||||
_LOGGER.exception("An unknown error occurred: %s", err)
|
||||
self.state = STATE_OFF
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"name": "Panasonic Viera",
|
||||
"documentation": "https://www.home-assistant.io/integrations/panasonic_viera",
|
||||
"requirements": ["panasonic_viera==0.3.6"],
|
||||
"codeowners": ["@joogps"],
|
||||
"codeowners": [],
|
||||
"config_flow": true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue