mirror of
https://github.com/home-assistant/core.git
synced 2025-06-24 17:11:53 +02:00
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:
@ -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
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user