@@ -645,7 +645,7 @@ async def test_connect_legacy_anna(self):
645645 _LOGGER .info (" # Assert master thermostat" )
646646 assert smile .single_master_thermostat ()
647647
648- assert not smile .notifications
648+ assert not smile ._notifications
649649
650650 await self .device_test (smile , testdata )
651651 assert smile ._active_device_present
@@ -709,7 +709,7 @@ async def test_connect_legacy_anna_2(self):
709709 _LOGGER .info (" # Assert master thermostat" )
710710 assert smile .single_master_thermostat ()
711711
712- assert not smile .notifications
712+ assert not smile ._notifications
713713
714714 await self .device_test (smile , testdata )
715715 assert smile ._active_device_present
@@ -770,7 +770,7 @@ async def test_connect_smile_p1_v2(self):
770770 _LOGGER .info (" # Assert no master thermostat" )
771771 assert smile .single_master_thermostat () is None # it's not a thermostat :)
772772
773- assert not smile .notifications
773+ assert not smile ._notifications
774774
775775 await self .device_test (smile , testdata )
776776 await smile .close_connection ()
@@ -808,7 +808,7 @@ async def test_connect_smile_p1_v2_2(self):
808808 _LOGGER .info (" # Assert no master thermostat" )
809809 assert smile .single_master_thermostat () is None # it's not a thermostat :)
810810
811- assert not smile .notifications
811+ assert not smile ._notifications
812812
813813 await self .device_test (smile , testdata )
814814 await smile .close_connection ()
@@ -863,7 +863,7 @@ async def test_connect_anna_v4(self):
863863 _LOGGER .info (" # Assert master thermostat" )
864864 assert smile .single_master_thermostat ()
865865
866- assert not smile .notifications
866+ assert not smile ._notifications
867867
868868 await self .device_test (smile , testdata )
869869 assert smile ._active_device_present
@@ -959,7 +959,7 @@ async def test_connect_anna_without_boiler_fw3(self):
959959 _LOGGER .info (" # Assert master thermostat" )
960960 assert smile .single_master_thermostat ()
961961
962- assert not smile .notifications
962+ assert not smile ._notifications
963963
964964 await self .device_test (smile , testdata )
965965 assert not smile ._active_device_present
@@ -1018,7 +1018,7 @@ async def test_connect_anna_without_boiler_fw4(self):
10181018 _LOGGER .info (" # Assert master thermostat" )
10191019 assert smile .single_master_thermostat ()
10201020
1021- assert not smile .notifications
1021+ assert not smile ._notifications
10221022
10231023 await self .device_test (smile , testdata )
10241024 assert not smile ._active_device_present
@@ -1092,7 +1092,7 @@ async def test_connect_adam_plus_anna(self):
10921092 _LOGGER .info (" # Assert master thermostat" )
10931093 assert smile .single_master_thermostat ()
10941094
1095- assert not smile .notifications
1095+ assert not smile ._notifications
10961096
10971097 await self .device_test (smile , testdata )
10981098 assert smile ._active_device_present
@@ -1324,7 +1324,7 @@ async def test_connect_adam_zone_per_device(self):
13241324 _LOGGER .info (" # Assert master thermostat" )
13251325 assert not smile .single_master_thermostat ()
13261326
1327- assert "af82e4ccf9c548528166d38e560662a4" in smile .notifications
1327+ assert "af82e4ccf9c548528166d38e560662a4" in smile ._notifications
13281328 await smile .delete_notification ()
13291329
13301330 await self .device_test (smile , testdata )
@@ -1438,7 +1438,7 @@ async def test_connect_adam_multiple_devices_per_zone(self):
14381438 _LOGGER .info (" # Assert master thermostat" )
14391439 assert not smile .single_master_thermostat ()
14401440
1441- assert "af82e4ccf9c548528166d38e560662a4" in smile .notifications
1441+ assert "af82e4ccf9c548528166d38e560662a4" in smile ._notifications
14421442
14431443 await self .device_test (smile , testdata )
14441444 assert not smile ._active_device_present
@@ -1529,7 +1529,7 @@ async def test_connect_p1v3(self):
15291529 assert not smile ._smile_legacy # pylint: disable=protected-access
15301530 assert smile .single_master_thermostat () is None # it's not a thermostat :)
15311531
1532- assert not smile .notifications
1532+ assert not smile ._notifications
15331533
15341534 await self .device_test (smile , testdata )
15351535 await smile .close_connection ()
@@ -1568,7 +1568,7 @@ async def test_connect_p1v3solarfake(self):
15681568 _LOGGER .info (" # Assert nomaster thermostat" )
15691569 assert smile .single_master_thermostat () is None # it's not a thermostat :)
15701570
1571- assert not smile .notifications
1571+ assert not smile ._notifications
15721572
15731573 await self .device_test (smile , testdata )
15741574 await smile .close_connection ()
@@ -1606,7 +1606,7 @@ async def test_connect_p1v3_full_option(self):
16061606 _LOGGER .info (" # Assert no master thermostat" )
16071607 assert smile .single_master_thermostat () is None # it's not a thermostat :)
16081608
1609- assert not smile .notifications
1609+ assert not smile ._notifications
16101610
16111611 await self .device_test (smile , testdata )
16121612 await smile .close_connection ()
@@ -1656,7 +1656,7 @@ async def test_connect_anna_heatpump(self):
16561656 _LOGGER .info (" # Assert master thermostat" )
16571657 assert smile .single_master_thermostat ()
16581658
1659- assert not smile .notifications
1659+ assert not smile ._notifications
16601660
16611661 await self .device_test (smile , testdata )
16621662 assert smile ._active_device_present
@@ -1708,7 +1708,7 @@ async def test_connect_anna_heatpump_cooling(self):
17081708 _LOGGER .info (" # Assert master thermostat" )
17091709 assert smile .single_master_thermostat ()
17101710
1711- assert not smile .notifications
1711+ assert not smile ._notifications
17121712
17131713 await self .device_test (smile , testdata )
17141714 assert smile ._active_device_present
@@ -1735,7 +1735,7 @@ async def test_connect_adam_plus_anna_copy_with_error_domain_added(self):
17351735 _LOGGER .info (" # Assert master thermostat" )
17361736 assert smile .single_master_thermostat ()
17371737
1738- assert "3d28a20e17cb47dca210a132463721d5" in smile .notifications
1738+ assert "3d28a20e17cb47dca210a132463721d5" in smile ._notifications
17391739
17401740 await smile .close_connection ()
17411741 await self .disconnect (server , client )
@@ -1854,7 +1854,7 @@ async def test_connect_p1v4(self):
18541854 _LOGGER .info (" # Assert no master thermostat" )
18551855 assert smile .single_master_thermostat () is None # it's not a thermostat :)
18561856
1857- assert not smile .notifications
1857+ assert not smile ._notifications
18581858
18591859 await self .device_test (smile , testdata )
18601860 await smile .close_connection ()
0 commit comments