1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-24 11:57:05 +00:00
Files
core/homeassistant/components/hdmi_cec/const.py

8 lines
120 B
Python

"""Support for HDMI CEC."""
DOMAIN = "hdmi_cec"
ATTR_NEW = "new"
EVENT_HDMI_CEC_UNAVAILABLE = "hdmi_cec_unavailable"