core/homeassistant/components/hdmi_cec
Raj Laud 99f9f8dec0
Allow hdmi_cec to recover from lost connection to adapter without restart (#40714)
* Only update CecDevice state when there is new data

* Replace CecDevice with CecEntity

* Support for losing and reconnecting to pycec TcpAdapter

* Register listener in async_added_to_hass

* Rename hdmi_cec watchdog

* Only update CecDevice state when there is new data

* Fix flake8 docstring error

* Fix linter error

* Bump pycec version to 0.5.0

* Bump pycec version to 0.5.1

* Fixe merge mistake

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-03-18 13:07:35 +01:00
..
__init__.py Allow hdmi_cec to recover from lost connection to adapter without restart (#40714) 2021-03-18 13:07:35 +01:00
manifest.json Allow hdmi_cec to recover from lost connection to adapter without restart (#40714) 2021-03-18 13:07:35 +01:00
media_player.py Lint suppression cleanups (#47248) 2021-03-02 09:02:04 +01:00
services.yaml
switch.py