Bump dependency to properly handle current and voltage not being reported on some zhapower endpoints (#52764)
parent
7e2ef8f0c7
commit
2787dc9e97
|
@ -3,13 +3,17 @@
|
|||
"name": "deCONZ",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/deconz",
|
||||
"requirements": ["pydeconz==80"],
|
||||
"requirements": [
|
||||
"pydeconz==81"
|
||||
],
|
||||
"ssdp": [
|
||||
{
|
||||
"manufacturer": "Royal Philips Electronics"
|
||||
}
|
||||
],
|
||||
"codeowners": ["@Kane610"],
|
||||
"codeowners": [
|
||||
"@Kane610"
|
||||
],
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
}
|
|
@ -1374,7 +1374,7 @@ pydaikin==2.4.4
|
|||
pydanfossair==0.1.0
|
||||
|
||||
# homeassistant.components.deconz
|
||||
pydeconz==80
|
||||
pydeconz==81
|
||||
|
||||
# homeassistant.components.delijn
|
||||
pydelijn==0.6.1
|
||||
|
|
|
@ -769,7 +769,7 @@ pycoolmasternet-async==0.1.2
|
|||
pydaikin==2.4.4
|
||||
|
||||
# homeassistant.components.deconz
|
||||
pydeconz==80
|
||||
pydeconz==81
|
||||
|
||||
# homeassistant.components.dexcom
|
||||
pydexcom==0.2.0
|
||||
|
|
Loading…
Reference in New Issue