mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update pyCEC version
This commit is contained in:
parent
64fc6a08d3
commit
dd0110e06d
@ -26,7 +26,7 @@ from homeassistant.const import (EVENT_HOMEASSISTANT_START, STATE_UNKNOWN,
|
|||||||
from homeassistant.core import HomeAssistant, callback
|
from homeassistant.core import HomeAssistant, callback
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['pyCEC==0.4.11']
|
REQUIREMENTS = ['pyCEC==0.4.12']
|
||||||
|
|
||||||
DOMAIN = 'hdmi_cec'
|
DOMAIN = 'hdmi_cec'
|
||||||
|
|
||||||
|
@ -381,7 +381,7 @@ pwaqi==1.3
|
|||||||
py-cpuinfo==0.2.3
|
py-cpuinfo==0.2.3
|
||||||
|
|
||||||
# homeassistant.components.hdmi_cec
|
# homeassistant.components.hdmi_cec
|
||||||
pyCEC==0.4.11
|
pyCEC==0.4.12
|
||||||
|
|
||||||
# homeassistant.components.switch.tplink
|
# homeassistant.components.switch.tplink
|
||||||
pyHS100==0.2.3
|
pyHS100==0.2.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user