@@ -944,8 +944,8 @@ async def test_connect_anna_v4(self):
944944 assert not self .notifications
945945
946946 assert not smile ._anna_cooling_present
947- assert not smile ._anna_cooling_active
948- assert not smile .anna_cooling_enabled
947+ assert not smile ._elga_cooling_active
948+ assert not smile .elga_cooling_enabled
949949
950950 result = await self .tinker_thermostat (
951951 smile ,
@@ -3055,8 +3055,8 @@ async def test_connect_anna_heatpump_heating(self):
30553055 assert not self .notifications
30563056
30573057 assert smile ._anna_cooling_present
3058- assert smile .anna_cooling_enabled
3059- assert not smile ._anna_cooling_active
3058+ assert smile .elga_cooling_enabled
3059+ assert not smile ._elga_cooling_active
30603060
30613061 result = await self .tinker_thermostat (
30623062 smile ,
@@ -3130,8 +3130,8 @@ async def test_connect_anna_heatpump_cooling(self):
31303130 assert not self .notifications
31313131
31323132 assert smile ._anna_cooling_present
3133- assert smile .anna_cooling_enabled
3134- assert smile ._anna_cooling_active
3133+ assert smile .elga_cooling_enabled
3134+ assert smile ._elga_cooling_active
31353135
31363136 result = await self .tinker_thermostat (
31373137 smile ,
@@ -3185,8 +3185,8 @@ async def test_connect_anna_heatpump_cooling_fake_firmware(self):
31853185
31863186 await self .device_test (smile , testdata )
31873187 assert smile ._anna_cooling_present
3188- assert smile .anna_cooling_enabled
3189- assert smile ._anna_cooling_active
3188+ assert smile .lortherm_cooling_enabled
3189+ assert smile ._lortherm_cooling_active
31903190
31913191 await smile .close_connection ()
31923192 await self .disconnect (server , client )
@@ -3224,8 +3224,8 @@ async def test_connect_anna_loria_idle_fake_firmware(self):
32243224
32253225 await self .device_test (smile , testdata )
32263226 assert smile ._anna_cooling_present
3227- assert smile .anna_cooling_enabled
3228- assert not smile ._anna_cooling_active
3227+ assert smile .lortherm_cooling_enabled
3228+ assert not smile ._lortherm_cooling_active
32293229
32303230 await smile .close_connection ()
32313231 await self .disconnect (server , client )
@@ -3485,8 +3485,8 @@ async def test_connect_anna_elga_2_cooling(self):
34853485 assert not self .notifications
34863486
34873487 assert smile ._anna_cooling_present
3488- assert smile .anna_cooling_enabled
3489- assert smile ._anna_cooling_active
3488+ assert smile .elga_cooling_enabled
3489+ assert smile ._elga_cooling_active
34903490
34913491 await smile .close_connection ()
34923492 await self .disconnect (server , client )
0 commit comments