1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-30 20:24:21 +01:00
Files
core/homeassistant/components/hdmi_cec/const.py
T

8 lines
120 B
Python

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