mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
8 lines
120 B
Python
8 lines
120 B
Python
"""Support for HDMI CEC."""
|
|
|
|
DOMAIN = "hdmi_cec"
|
|
|
|
ATTR_NEW = "new"
|
|
|
|
EVENT_HDMI_CEC_UNAVAILABLE = "hdmi_cec_unavailable"
|