deCONZ - don't let light "attr" events update group data (#37797)
parent
5c28919fba
commit
548e956670
|
@ -3,7 +3,7 @@
|
|||
"name": "deCONZ",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/deconz",
|
||||
"requirements": ["pydeconz==71"],
|
||||
"requirements": ["pydeconz==72"],
|
||||
"ssdp": [
|
||||
{
|
||||
"manufacturer": "Royal Philips Electronics"
|
||||
|
|
|
@ -1271,7 +1271,7 @@ pydaikin==2.2.0
|
|||
pydanfossair==0.1.0
|
||||
|
||||
# homeassistant.components.deconz
|
||||
pydeconz==71
|
||||
pydeconz==72
|
||||
|
||||
# homeassistant.components.delijn
|
||||
pydelijn==0.6.0
|
||||
|
|
|
@ -589,7 +589,7 @@ pycountry==19.8.18
|
|||
pydaikin==2.2.0
|
||||
|
||||
# homeassistant.components.deconz
|
||||
pydeconz==71
|
||||
pydeconz==72
|
||||
|
||||
# homeassistant.components.dexcom
|
||||
pydexcom==0.2.0
|
||||
|
|
Loading…
Reference in New Issue