Bump plugwise to v0.25.3 (#80782)
This commit is contained in:
parent
a26e4618c7
commit
bd6678c73b
4 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "plugwise",
|
||||
"name": "Plugwise",
|
||||
"documentation": "https://www.home-assistant.io/integrations/plugwise",
|
||||
"requirements": ["plugwise==0.25.2"],
|
||||
"requirements": ["plugwise==0.25.3"],
|
||||
"codeowners": ["@CoMPaTech", "@bouwew", "@brefra", "@frenck"],
|
||||
"zeroconf": ["_plugwise._tcp.local."],
|
||||
"config_flow": true,
|
||||
|
|
|
@ -1309,7 +1309,7 @@ plexauth==0.0.6
|
|||
plexwebsocket==0.0.13
|
||||
|
||||
# homeassistant.components.plugwise
|
||||
plugwise==0.25.2
|
||||
plugwise==0.25.3
|
||||
|
||||
# homeassistant.components.plum_lightpad
|
||||
plumlightpad==0.0.11
|
||||
|
|
|
@ -936,7 +936,7 @@ plexauth==0.0.6
|
|||
plexwebsocket==0.0.13
|
||||
|
||||
# homeassistant.components.plugwise
|
||||
plugwise==0.25.2
|
||||
plugwise==0.25.3
|
||||
|
||||
# homeassistant.components.plum_lightpad
|
||||
plumlightpad==0.0.11
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"name": "Anna",
|
||||
"vendor": "Plugwise",
|
||||
"thermostat": {
|
||||
"setpoint_low": 20.0,
|
||||
"setpoint_low": 4.0,
|
||||
"setpoint_high": 23.5,
|
||||
"lower_bound": 1.0,
|
||||
"upper_bound": 35.0,
|
||||
|
@ -30,7 +30,7 @@
|
|||
"mode": "heat_cool",
|
||||
"sensors": {
|
||||
"temperature": 25.8,
|
||||
"setpoint_low": 20.0,
|
||||
"setpoint_low": 4.0,
|
||||
"setpoint_high": 23.5
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue