diff --git a/CODEOWNERS b/CODEOWNERS index c1064f4c60b..ede90722253 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/homeassistant/components/hdmi_cec/manifest.json b/homeassistant/components/hdmi_cec/manifest.json index c3817d25776..4c307582281 100644 --- a/homeassistant/components/hdmi_cec/manifest.json +++ b/homeassistant/components/hdmi_cec/manifest.json @@ -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"] } diff --git a/requirements_all.txt b/requirements_all.txt index a02dd305543..a37ec12e311 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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