mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05: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"
|