Upgrade python-homewizard-energy to 1.7.0 (#86383)

This commit is contained in:
Duco Sebel 2023-01-22 17:11:27 +01:00 committed by GitHub
parent e1fc494b54
commit bcec69fec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
"documentation": "https://www.home-assistant.io/integrations/homewizard", "documentation": "https://www.home-assistant.io/integrations/homewizard",
"codeowners": ["@DCSBL"], "codeowners": ["@DCSBL"],
"dependencies": [], "dependencies": [],
"requirements": ["python-homewizard-energy==1.6.1"], "requirements": ["python-homewizard-energy==1.7.0"],
"zeroconf": ["_hwenergy._tcp.local."], "zeroconf": ["_hwenergy._tcp.local."],
"config_flow": true, "config_flow": true,
"quality_scale": "platinum", "quality_scale": "platinum",

View File

@ -2045,7 +2045,7 @@ python-gc100==1.0.3a0
python-gitlab==1.6.0 python-gitlab==1.6.0
# homeassistant.components.homewizard # homeassistant.components.homewizard
python-homewizard-energy==1.6.1 python-homewizard-energy==1.7.0
# homeassistant.components.hp_ilo # homeassistant.components.hp_ilo
python-hpilo==4.3 python-hpilo==4.3

View File

@ -1450,7 +1450,7 @@ python-forecastio==1.4.0
python-fullykiosk==0.0.12 python-fullykiosk==0.0.12
# homeassistant.components.homewizard # homeassistant.components.homewizard
python-homewizard-energy==1.6.1 python-homewizard-energy==1.7.0
# homeassistant.components.izone # homeassistant.components.izone
python-izone==1.2.9 python-izone==1.2.9

View File

@ -70,7 +70,7 @@ async def test_diagnostics(
"gas_unique_id": REDACTED, "gas_unique_id": REDACTED,
"active_liter_lpm": 12.345, "active_liter_lpm": 12.345,
"total_liter_m3": 1234.567, "total_liter_m3": 1234.567,
"external_devices": [], "external_devices": None,
}, },
"state": {"power_on": True, "switch_lock": False, "brightness": 255}, "state": {"power_on": True, "switch_lock": False, "brightness": 255},
"system": {"cloud_enabled": True}, "system": {"cloud_enabled": True},