Update plugwise module to 0.17.2 (#68908)

This commit is contained in:
Tom 2022-03-30 19:37:05 +02:00 committed by GitHub
parent 9471e4d77c
commit 3590467ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 3 deletions

View File

@ -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,

View File

@ -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

View File

@ -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

View File

@ -136,6 +136,8 @@
"name": "Adam",
"vendor": "Plugwise B.V.",
"zigbee_mac_address": "ABCD012345670101",
"regulation_mode": "heating",
"regulation_modes": [],
"binary_sensors": {
"plugwise_notification": true
},

View File

@ -16,6 +16,7 @@
"model": "Generic heater",
"name": "OpenTherm",
"vendor": "Techneco",
"maximum_boiler_temperature": 60.0,
"compressor_state": true,
"binary_sensors": {
"dhw_state": false,

View File

@ -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},
},