1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/hdmi_cec/manifest.json
2023-02-08 20:27:05 +01:00

10 lines
241 B
JSON

{
"domain": "hdmi_cec",
"name": "HDMI-CEC",
"codeowners": ["@inytar"],
"documentation": "https://www.home-assistant.io/integrations/hdmi_cec",
"iot_class": "local_push",
"loggers": ["pycec"],
"requirements": ["pyCEC==0.5.2"]
}