mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Bump plugwise to v0.25.3 (#80782)
This commit is contained in:
parent
a26e4618c7
commit
bd6678c73b
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user