mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update plugwise module to 0.17.2 (#68908)
This commit is contained in:
parent
9471e4d77c
commit
3590467ce6
@ -2,7 +2,7 @@
|
||||
"domain": "plugwise",
|
||||
"name": "Plugwise",
|
||||
"documentation": "https://www.home-assistant.io/integrations/plugwise",
|
||||
"requirements": ["plugwise==0.16.9"],
|
||||
"requirements": ["plugwise==0.17.2"],
|
||||
"codeowners": ["@CoMPaTech", "@bouwew", "@brefra", "@frenck"],
|
||||
"zeroconf": ["_plugwise._tcp.local."],
|
||||
"config_flow": true,
|
||||
|
@ -1222,7 +1222,7 @@ plexauth==0.0.6
|
||||
plexwebsocket==0.0.13
|
||||
|
||||
# homeassistant.components.plugwise
|
||||
plugwise==0.16.9
|
||||
plugwise==0.17.2
|
||||
|
||||
# homeassistant.components.plum_lightpad
|
||||
plumlightpad==0.0.11
|
||||
|
@ -816,7 +816,7 @@ plexauth==0.0.6
|
||||
plexwebsocket==0.0.13
|
||||
|
||||
# homeassistant.components.plugwise
|
||||
plugwise==0.16.9
|
||||
plugwise==0.17.2
|
||||
|
||||
# homeassistant.components.plum_lightpad
|
||||
plumlightpad==0.0.11
|
||||
|
@ -136,6 +136,8 @@
|
||||
"name": "Adam",
|
||||
"vendor": "Plugwise B.V.",
|
||||
"zigbee_mac_address": "ABCD012345670101",
|
||||
"regulation_mode": "heating",
|
||||
"regulation_modes": [],
|
||||
"binary_sensors": {
|
||||
"plugwise_notification": true
|
||||
},
|
||||
|
@ -16,6 +16,7 @@
|
||||
"model": "Generic heater",
|
||||
"name": "OpenTherm",
|
||||
"vendor": "Techneco",
|
||||
"maximum_boiler_temperature": 60.0,
|
||||
"compressor_state": true,
|
||||
"binary_sensors": {
|
||||
"dhw_state": false,
|
||||
|
@ -148,6 +148,8 @@ async def test_diagnostics(
|
||||
"name": "Adam",
|
||||
"vendor": "Plugwise B.V.",
|
||||
"zigbee_mac_address": "ABCD012345670101",
|
||||
"regulation_mode": "heating",
|
||||
"regulation_modes": [],
|
||||
"binary_sensors": {"plugwise_notification": True},
|
||||
"sensors": {"outdoor_temperature": 7.81},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user