We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7441c commit b6cd2b4Copy full SHA for b6cd2b4
tests/api/test_api.py
@@ -192,8 +192,8 @@ def test_get_state(self):
192
assert all(name in response for name in KEYS)
193
KEYS = ["type", "power", "temperature"]
194
assert all(name in response["setting"] for name in KEYS)
195
- KEYS = ["start", "setting"]
196
- assert all(name in response["nextScheduleChange"] for name in KEYS)
+ # KEYS = ["start", "setting"]
+ # assert all(name in response["nextScheduleChange"] for name in KEYS)
197
KEYS = ["start"]
198
assert all(name in response["nextTimeBlock"] for name in KEYS)
199
KEYS = ["heatingPower"]
0 commit comments