Bump pyvera to 0.3.2, null/missing value protection (#25041)
* Bump pyvera to 0.3.2, null/missing value protection. * Add another place where the pyvera version is set.pull/25046/head
parent
8652c84745
commit
5be695c49c
|
@ -3,7 +3,7 @@
|
||||||
"name": "Vera",
|
"name": "Vera",
|
||||||
"documentation": "https://www.home-assistant.io/components/vera",
|
"documentation": "https://www.home-assistant.io/components/vera",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyvera==0.3.1"
|
"pyvera==0.3.2"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
|
|
@ -1544,7 +1544,7 @@ pyuptimerobot==0.0.5
|
||||||
# pyuserinput==0.1.11
|
# pyuserinput==0.1.11
|
||||||
|
|
||||||
# homeassistant.components.vera
|
# homeassistant.components.vera
|
||||||
pyvera==0.3.1
|
pyvera==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.vesync
|
# homeassistant.components.vesync
|
||||||
pyvesync_v2==0.9.7
|
pyvesync_v2==0.9.7
|
||||||
|
|
Loading…
Reference in New Issue