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 3d1ce65 commit 72e6e77Copy full SHA for 72e6e77
tests/data/adam/adam_plus_anna.json
@@ -85,7 +85,6 @@
85
"model": "Gateway",
86
"model_id": "smile_open_therm",
87
"name": "Adam",
88
- "select_regulation_mode": "heating",
89
"sensors": {
90
"outdoor_temperature": 11.9
91
},
tests/test_adam.py
@@ -389,7 +389,7 @@ async def test_connect_adam_plus_anna(self):
389
await self.device_test(api, "2020-03-22 00:00:01", testdata)
390
assert api.gateway_id == "b128b4bbbd1f47e9bf4d756e8fb5ee94"
391
assert api._last_active["009490cc2f674ce6b576863fbb64f867"] == "Weekschema"
392
- assert self.entity_items == 81
+ assert self.entity_items == 80
393
assert "6fb89e35caeb4b1cb275184895202d84" in self.notifications
394
395
result = await self.tinker_thermostat(
0 commit comments