Bump pyvera to 0.3.16 (#146089)

* Update vera integration with the latest pyvera package

* python3 -m script.gen_requirements_all

* Fix license
This commit is contained in:
Max Velitchko
2025-06-03 23:47:41 -07:00
committed by GitHub
parent f28851e76f
commit 59ad0268a9
4 changed files with 3 additions and 4 deletions

View File

@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/vera",
"iot_class": "local_polling",
"loggers": ["pyvera"],
"requirements": ["pyvera==0.3.15"]
"requirements": ["pyvera==0.3.16"]
}

2
requirements_all.txt generated
View File

@ -2556,7 +2556,7 @@ pyuptimerobot==22.2.0
# pyuserinput==0.1.11
# homeassistant.components.vera
pyvera==0.3.15
pyvera==0.3.16
# homeassistant.components.versasense
pyversasense==0.0.6

View File

@ -2111,7 +2111,7 @@ pyuptimerobot==22.2.0
# pyuserinput==0.1.11
# homeassistant.components.vera
pyvera==0.3.15
pyvera==0.3.16
# homeassistant.components.vesync
pyvesync==2.1.18

View File

@ -201,7 +201,6 @@ EXCEPTIONS = {
"pymitv", # MIT
"pybbox", # https://github.com/HydrelioxGitHub/pybbox/pull/5
"pysabnzbd", # https://github.com/jeradM/pysabnzbd/pull/6
"pyvera", # https://github.com/maximvelichko/pyvera/pull/164
"sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
}