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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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/harmony/* @ehendrix23 @bramkragten @bdraco
homeassistant/components/hassio/* @home-assistant/hass-io
homeassistant/components/hdmi_cec/* @newAM
homeassistant/components/heatmiser/* @andylockran
homeassistant/components/heos/* @andrewsayre
homeassistant/components/here_travel_time/* @eifinger

View file

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

View file

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