mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +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",
|
"domain": "plugwise",
|
||||||
"name": "Plugwise",
|
"name": "Plugwise",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/plugwise",
|
"documentation": "https://www.home-assistant.io/integrations/plugwise",
|
||||||
"requirements": ["plugwise==0.16.9"],
|
"requirements": ["plugwise==0.17.2"],
|
||||||
"codeowners": ["@CoMPaTech", "@bouwew", "@brefra", "@frenck"],
|
"codeowners": ["@CoMPaTech", "@bouwew", "@brefra", "@frenck"],
|
||||||
"zeroconf": ["_plugwise._tcp.local."],
|
"zeroconf": ["_plugwise._tcp.local."],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
@ -1222,7 +1222,7 @@ plexauth==0.0.6
|
|||||||
plexwebsocket==0.0.13
|
plexwebsocket==0.0.13
|
||||||
|
|
||||||
# homeassistant.components.plugwise
|
# homeassistant.components.plugwise
|
||||||
plugwise==0.16.9
|
plugwise==0.17.2
|
||||||
|
|
||||||
# homeassistant.components.plum_lightpad
|
# homeassistant.components.plum_lightpad
|
||||||
plumlightpad==0.0.11
|
plumlightpad==0.0.11
|
||||||
|
@ -816,7 +816,7 @@ plexauth==0.0.6
|
|||||||
plexwebsocket==0.0.13
|
plexwebsocket==0.0.13
|
||||||
|
|
||||||
# homeassistant.components.plugwise
|
# homeassistant.components.plugwise
|
||||||
plugwise==0.16.9
|
plugwise==0.17.2
|
||||||
|
|
||||||
# homeassistant.components.plum_lightpad
|
# homeassistant.components.plum_lightpad
|
||||||
plumlightpad==0.0.11
|
plumlightpad==0.0.11
|
||||||
|
@ -136,6 +136,8 @@
|
|||||||
"name": "Adam",
|
"name": "Adam",
|
||||||
"vendor": "Plugwise B.V.",
|
"vendor": "Plugwise B.V.",
|
||||||
"zigbee_mac_address": "ABCD012345670101",
|
"zigbee_mac_address": "ABCD012345670101",
|
||||||
|
"regulation_mode": "heating",
|
||||||
|
"regulation_modes": [],
|
||||||
"binary_sensors": {
|
"binary_sensors": {
|
||||||
"plugwise_notification": true
|
"plugwise_notification": true
|
||||||
},
|
},
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
"model": "Generic heater",
|
"model": "Generic heater",
|
||||||
"name": "OpenTherm",
|
"name": "OpenTherm",
|
||||||
"vendor": "Techneco",
|
"vendor": "Techneco",
|
||||||
|
"maximum_boiler_temperature": 60.0,
|
||||||
"compressor_state": true,
|
"compressor_state": true,
|
||||||
"binary_sensors": {
|
"binary_sensors": {
|
||||||
"dhw_state": false,
|
"dhw_state": false,
|
||||||
|
@ -148,6 +148,8 @@ async def test_diagnostics(
|
|||||||
"name": "Adam",
|
"name": "Adam",
|
||||||
"vendor": "Plugwise B.V.",
|
"vendor": "Plugwise B.V.",
|
||||||
"zigbee_mac_address": "ABCD012345670101",
|
"zigbee_mac_address": "ABCD012345670101",
|
||||||
|
"regulation_mode": "heating",
|
||||||
|
"regulation_modes": [],
|
||||||
"binary_sensors": {"plugwise_notification": True},
|
"binary_sensors": {"plugwise_notification": True},
|
||||||
"sensors": {"outdoor_temperature": 7.81},
|
"sensors": {"outdoor_temperature": 7.81},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user