Re-enable hdmi_cec component (#40671)
This commit is contained in:
parent
988bc8b35f
commit
373a1cabe6
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue