mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bumb python-homewizard-energy to 9.1.1 (#146723)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
@ -12,6 +12,6 @@
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["homewizard_energy"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["python-homewizard-energy==8.3.3"],
|
||||
"requirements": ["python-homewizard-energy==9.1.1"],
|
||||
"zeroconf": ["_hwenergy._tcp.local.", "_homewizard._tcp.local."]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2434,7 +2434,7 @@ python-google-drive-api==0.1.0
|
||||
python-homeassistant-analytics==0.9.0
|
||||
|
||||
# homeassistant.components.homewizard
|
||||
python-homewizard-energy==8.3.3
|
||||
python-homewizard-energy==9.1.1
|
||||
|
||||
# homeassistant.components.hp_ilo
|
||||
python-hpilo==4.4.3
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2010,7 +2010,7 @@ python-google-drive-api==0.1.0
|
||||
python-homeassistant-analytics==0.9.0
|
||||
|
||||
# homeassistant.components.homewizard
|
||||
python-homewizard-energy==8.3.3
|
||||
python-homewizard-energy==9.1.1
|
||||
|
||||
# homeassistant.components.izone
|
||||
python-izone==1.2.9
|
||||
|
@ -2,6 +2,7 @@
|
||||
# name: test_diagnostics[HWE-BAT]
|
||||
dict({
|
||||
'data': dict({
|
||||
'batteries': None,
|
||||
'device': dict({
|
||||
'api_version': '1.0.0',
|
||||
'firmware_version': '1.00',
|
||||
@ -93,6 +94,7 @@
|
||||
# name: test_diagnostics[HWE-KWH1]
|
||||
dict({
|
||||
'data': dict({
|
||||
'batteries': None,
|
||||
'device': dict({
|
||||
'api_version': '1.0.0',
|
||||
'firmware_version': '3.06',
|
||||
@ -184,6 +186,7 @@
|
||||
# name: test_diagnostics[HWE-KWH3]
|
||||
dict({
|
||||
'data': dict({
|
||||
'batteries': None,
|
||||
'device': dict({
|
||||
'api_version': '1.0.0',
|
||||
'firmware_version': '3.06',
|
||||
@ -275,6 +278,7 @@
|
||||
# name: test_diagnostics[HWE-P1]
|
||||
dict({
|
||||
'data': dict({
|
||||
'batteries': None,
|
||||
'device': dict({
|
||||
'api_version': '1.0.0',
|
||||
'firmware_version': '4.19',
|
||||
@ -402,6 +406,7 @@
|
||||
# name: test_diagnostics[HWE-SKT-11]
|
||||
dict({
|
||||
'data': dict({
|
||||
'batteries': None,
|
||||
'device': dict({
|
||||
'api_version': '1.0.0',
|
||||
'firmware_version': '3.03',
|
||||
@ -497,6 +502,7 @@
|
||||
# name: test_diagnostics[HWE-SKT-21]
|
||||
dict({
|
||||
'data': dict({
|
||||
'batteries': None,
|
||||
'device': dict({
|
||||
'api_version': '1.0.0',
|
||||
'firmware_version': '4.07',
|
||||
@ -592,6 +598,7 @@
|
||||
# name: test_diagnostics[HWE-WTR]
|
||||
dict({
|
||||
'data': dict({
|
||||
'batteries': None,
|
||||
'device': dict({
|
||||
'api_version': '1.0.0',
|
||||
'firmware_version': '2.03',
|
||||
@ -683,6 +690,7 @@
|
||||
# name: test_diagnostics[SDM230]
|
||||
dict({
|
||||
'data': dict({
|
||||
'batteries': None,
|
||||
'device': dict({
|
||||
'api_version': '1.0.0',
|
||||
'firmware_version': '3.06',
|
||||
@ -774,6 +782,7 @@
|
||||
# name: test_diagnostics[SDM630]
|
||||
dict({
|
||||
'data': dict({
|
||||
'batteries': None,
|
||||
'device': dict({
|
||||
'api_version': '1.0.0',
|
||||
'firmware_version': '3.06',
|
||||
|
Reference in New Issue
Block a user