File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,9 @@ async def test_connect_adam_plus_anna_new(self):
102102 )
103103 assert switch_change
104104 switch_change = await self .tinker_switch (
105- api , "056ee145a816487eaa69243c3280f8bf" , model = "dhw_cm_switch"
105+ api ,
106+ "056ee145a816487eaa69243c3280f8bf" ,
107+ model = "dhw_cm_switch" ,
106108 )
107109 assert switch_change
108110 # Test relay without lock-attribute
@@ -112,7 +114,8 @@ async def test_connect_adam_plus_anna_new(self):
112114 )
113115 assert not switch_change
114116 switch_change = await self .tinker_switch (
115- api , "2568cc4b9c1e401495d4741a5f89bee1"
117+ api ,
118+ "2568cc4b9c1e401495d4741a5f89bee1" ,
116119 )
117120 assert not switch_change
118121 switch_change = await self .tinker_switch (
@@ -136,6 +139,11 @@ async def test_connect_adam_plus_anna_new(self):
136139 tinkered = await self .tinker_max_boiler_temp (api )
137140 assert not tinkered
138141
142+ assert not await self .tinker_zone_profile (
143+ api ,
144+ "f2bf9048bef64cc5b6d5110154e33c81" ,
145+ )
146+
139147 # Now change some data and change directory reading xml from
140148 # emulating reading newer dataset after an update_interval
141149 testdata_updated = await self .load_testdata (
You can’t perform that action at this time.
0 commit comments