mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Upgrade python-homewizard-energy to 1.7.0 (#86383)
This commit is contained in:
parent
e1fc494b54
commit
bcec69fec1
@ -4,7 +4,7 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/homewizard",
|
||||
"codeowners": ["@DCSBL"],
|
||||
"dependencies": [],
|
||||
"requirements": ["python-homewizard-energy==1.6.1"],
|
||||
"requirements": ["python-homewizard-energy==1.7.0"],
|
||||
"zeroconf": ["_hwenergy._tcp.local."],
|
||||
"config_flow": true,
|
||||
"quality_scale": "platinum",
|
||||
|
@ -2045,7 +2045,7 @@ python-gc100==1.0.3a0
|
||||
python-gitlab==1.6.0
|
||||
|
||||
# homeassistant.components.homewizard
|
||||
python-homewizard-energy==1.6.1
|
||||
python-homewizard-energy==1.7.0
|
||||
|
||||
# homeassistant.components.hp_ilo
|
||||
python-hpilo==4.3
|
||||
|
@ -1450,7 +1450,7 @@ python-forecastio==1.4.0
|
||||
python-fullykiosk==0.0.12
|
||||
|
||||
# homeassistant.components.homewizard
|
||||
python-homewizard-energy==1.6.1
|
||||
python-homewizard-energy==1.7.0
|
||||
|
||||
# homeassistant.components.izone
|
||||
python-izone==1.2.9
|
||||
|
@ -70,7 +70,7 @@ async def test_diagnostics(
|
||||
"gas_unique_id": REDACTED,
|
||||
"active_liter_lpm": 12.345,
|
||||
"total_liter_m3": 1234.567,
|
||||
"external_devices": [],
|
||||
"external_devices": None,
|
||||
},
|
||||
"state": {"power_on": True, "switch_lock": False, "brightness": 255},
|
||||
"system": {"cloud_enabled": True},
|
||||
|
Loading…
x
Reference in New Issue
Block a user