Bump plugwise to v0.25.3 (#80782)

This commit is contained in:
Bouwe Westerdijk 2022-10-23 12:42:35 +02:00 committed by GitHub
parent a26e4618c7
commit bd6678c73b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -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.25.2"], "requirements": ["plugwise==0.25.3"],
"codeowners": ["@CoMPaTech", "@bouwew", "@brefra", "@frenck"], "codeowners": ["@CoMPaTech", "@bouwew", "@brefra", "@frenck"],
"zeroconf": ["_plugwise._tcp.local."], "zeroconf": ["_plugwise._tcp.local."],
"config_flow": true, "config_flow": true,

View File

@ -1309,7 +1309,7 @@ plexauth==0.0.6
plexwebsocket==0.0.13 plexwebsocket==0.0.13
# homeassistant.components.plugwise # homeassistant.components.plugwise
plugwise==0.25.2 plugwise==0.25.3
# homeassistant.components.plum_lightpad # homeassistant.components.plum_lightpad
plumlightpad==0.0.11 plumlightpad==0.0.11

View File

@ -936,7 +936,7 @@ plexauth==0.0.6
plexwebsocket==0.0.13 plexwebsocket==0.0.13
# homeassistant.components.plugwise # homeassistant.components.plugwise
plugwise==0.25.2 plugwise==0.25.3
# homeassistant.components.plum_lightpad # homeassistant.components.plum_lightpad
plumlightpad==0.0.11 plumlightpad==0.0.11

View File

@ -14,7 +14,7 @@
"name": "Anna", "name": "Anna",
"vendor": "Plugwise", "vendor": "Plugwise",
"thermostat": { "thermostat": {
"setpoint_low": 20.0, "setpoint_low": 4.0,
"setpoint_high": 23.5, "setpoint_high": 23.5,
"lower_bound": 1.0, "lower_bound": 1.0,
"upper_bound": 35.0, "upper_bound": 35.0,
@ -30,7 +30,7 @@
"mode": "heat_cool", "mode": "heat_cool",
"sensors": { "sensors": {
"temperature": 25.8, "temperature": 25.8,
"setpoint_low": 20.0, "setpoint_low": 4.0,
"setpoint_high": 23.5 "setpoint_high": 23.5
} }
}, },