Re-enable hdmi_cec component (#40671)

This commit is contained in:
Alex
2020-09-27 23:31:35 -07:00
committed by GitHub
parent 988bc8b35f
commit 373a1cabe6
3 changed files with 6 additions and 3 deletions

View File

@ -170,6 +170,7 @@ homeassistant/components/growatt_server/* @indykoning
homeassistant/components/guardian/* @bachya homeassistant/components/guardian/* @bachya
homeassistant/components/harmony/* @ehendrix23 @bramkragten @bdraco homeassistant/components/harmony/* @ehendrix23 @bramkragten @bdraco
homeassistant/components/hassio/* @home-assistant/hass-io homeassistant/components/hassio/* @home-assistant/hass-io
homeassistant/components/hdmi_cec/* @newAM
homeassistant/components/heatmiser/* @andylockran homeassistant/components/heatmiser/* @andylockran
homeassistant/components/heos/* @andrewsayre homeassistant/components/heos/* @andrewsayre
homeassistant/components/here_travel_time/* @eifinger homeassistant/components/here_travel_time/* @eifinger

View File

@ -1,8 +1,7 @@
{ {
"disabled": "Dependency contains code that breaks Home Assistant.",
"domain": "hdmi_cec", "domain": "hdmi_cec",
"name": "HDMI-CEC", "name": "HDMI-CEC",
"documentation": "https://www.home-assistant.io/integrations/hdmi_cec", "documentation": "https://www.home-assistant.io/integrations/hdmi_cec",
"requirements": ["pyCEC==0.4.13"], "requirements": ["pyCEC==0.4.14"],
"codeowners": [] "codeowners": ["@newAM"]
} }

View File

@ -1197,6 +1197,9 @@ py-synology==0.2.0
# homeassistant.components.seventeentrack # homeassistant.components.seventeentrack
py17track==2.2.2 py17track==2.2.2
# homeassistant.components.hdmi_cec
pyCEC==0.4.14
# homeassistant.components.control4 # homeassistant.components.control4
pyControl4==0.0.6 pyControl4==0.0.6