Skip to content

Commit

Permalink
Re-add forced update in Panasonic Viera (home-assistant#41804)
Browse files Browse the repository at this point in the history
  • Loading branch information
joogps authored Oct 14, 2020
1 parent 49d58bb commit 72759d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/panasonic_viera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ async def _handle_errors(self, func, *args):
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
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/panasonic_viera/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 72759d7

Please sign in to comment.