mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix hdmi-cec initialization (#66172)
This commit is contained in:
parent
caedef5f1a
commit
5976238126
@ -191,6 +191,8 @@ def parse_mapping(mapping, parents=None):
|
|||||||
def setup(hass: HomeAssistant, base_config: ConfigType) -> bool: # noqa: C901
|
def setup(hass: HomeAssistant, base_config: ConfigType) -> bool: # noqa: C901
|
||||||
"""Set up the CEC capability."""
|
"""Set up the CEC capability."""
|
||||||
|
|
||||||
|
hass.data[DOMAIN] = {}
|
||||||
|
|
||||||
# Parse configuration into a dict of device name to physical address
|
# Parse configuration into a dict of device name to physical address
|
||||||
# represented as a list of four elements.
|
# represented as a list of four elements.
|
||||||
device_aliases = {}
|
device_aliases = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user