File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class TestPlugwiseAdam(TestPlugwise): # pylint: disable=attribute-defined-outsi
1818
1919 @pytest .mark .asyncio
2020 async def test_connect_adam_plus_anna_new (self ):
21- """Test extended Adam (firmware 3.7 ) with Anna and a switch-group setup."""
21+ """Test extended Adam (firmware 3.9 ) with Anna, Emma, Jip, and a switch-group setup."""
2222 self .smile_setup = "adam_plus_anna_new"
2323
2424 testdata = await self .load_testdata (SMILE_TYPE , self .smile_setup )
@@ -29,10 +29,10 @@ async def test_connect_adam_plus_anna_new(self):
2929 _LOGGER ,
3030 api ,
3131 smile_type = None ,
32- smile_version = "3.7.8 " ,
32+ smile_version = "3.9.0 " ,
3333 )
3434
35- await self .device_test (api , "2023-12-17 00:00:01" , testdata )
35+ await self .device_test (api , "2025-10-12 00:00:01" , testdata )
3636 assert api .gateway_id == "da224107914542988a88561b4452b0f6"
3737 assert api ._last_active ["f2bf9048bef64cc5b6d5110154e33c81" ] == "Weekschema"
3838 assert api ._last_active ["f871b8c4d63549319221e294e4f88074" ] == "Badkamer"
You can’t perform that action at this time.
0 commit comments