1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Handle disconnected ecobee thermostat in humidifier and remote sensors (#51873)

This commit is contained in:
Brent Petit
2021-06-18 02:06:31 -05:00
committed by GitHub
parent c0a0c8b283
commit c149ecf2cc
5 changed files with 19 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ def ecobee_fixture():
"currentClimateRef": "c1",
},
"runtime": {
"connected": True,
"actualTemperature": 300,
"actualHumidity": 15,
"desiredHeat": 400,