mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
deCONZ - don't let light "attr" events update group data (#37797)
This commit is contained in:
parent
738d3a13e1
commit
5d1d113a25
@ -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"
|
||||
|
@ -1282,7 +1282,7 @@ pydaikin==2.2.0
|
||||
pydanfossair==0.1.0
|
||||
|
||||
# homeassistant.components.deconz
|
||||
pydeconz==71
|
||||
pydeconz==72
|
||||
|
||||
# homeassistant.components.delijn
|
||||
pydelijn==0.6.0
|
||||
|
@ -576,7 +576,7 @@ pycountry==19.8.18
|
||||
pydaikin==2.2.0
|
||||
|
||||
# homeassistant.components.deconz
|
||||
pydeconz==71
|
||||
pydeconz==72
|
||||
|
||||
# homeassistant.components.zwave
|
||||
pydispatcher==2.0.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user