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 a5e6b23 commit 8ead37dCopy full SHA for 8ead37d
tests/test_smile.py
@@ -1474,11 +1474,17 @@ async def test_connect_adam_multiple_devices_per_zone(self):
1474
async def test_adam_plus_jip(self):
1475
"""Test Adam with Jip."""
1476
testdata = {
1477
- # Woonkamer
+ # Woonkamer - Tom
1478
+ "833de10f269c4deab58fb9df69901b4e": {
1479
+ "sensors": [
1480
+ {"id": "valve_position", "state": 100},
1481
+ ],
1482
+ },
1483
+ # Woonkamer - Jip
1484
"f61f1a2535f54f52ad006a3d18e459ca": {
1485
"sensors": [
1486
{"id": "humidity", "state": 56.2},
- ]
1487
1488
}
1489
1490
0 commit comments