Skip to content

Commit 8fcff6d

Browse files
committed
Update adam_plus_anna_new userdata
with the adam_anna_new_2 data
1 parent 2029aa7 commit 8fcff6d

File tree

3 files changed

+1959
-4300
lines changed

3 files changed

+1959
-4300
lines changed

tests/test_adam.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -181,28 +181,6 @@ async def test_connect_adam_plus_anna_new(self):
181181
await api.close_connection()
182182
await self.disconnect(server, client)
183183

184-
@pytest.mark.asyncio
185-
async def test_connect_adam_anna_new_2(self):
186-
"""Test extended Adam (firmware 3.9) with Emma setup."""
187-
self.smile_setup = "adam_anna_new_2"
188-
189-
testdata = await self.load_testdata(SMILE_TYPE, self.smile_setup)
190-
server, api, client = await self.connect_wrapper()
191-
assert api.smile.hostname == "smile000000"
192-
193-
self.validate_test_basics(
194-
_LOGGER,
195-
api,
196-
smile_type=None,
197-
smile_version="3.9.0",
198-
)
199-
200-
await self.device_test(api, "2025-10-12 00:00:01", testdata)
201-
assert self.entity_items == 197
202-
203-
await api.close_connection()
204-
await self.disconnect(server, client)
205-
206184
@pytest.mark.asyncio
207185
async def test_connect_adam_plus_anna_new_regulation_off(self):
208186
"""Test regultaion_mode off with control_state key missing for Adam."""

0 commit comments

Comments
 (0)