core/homeassistant/components/hdmi_cec/manifest.json

10 lines
241 B
JSON
Raw Normal View History

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