1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-13 22:47:03 +00:00
Files
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"]
}