mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 10:55:50 +00:00
* add device cleanup * apply review comments * fix description * make cleanup automatic * . * rework approach based on IQS021 rule * add initial devices list from registry * use connections instead of identifiers * apply review comment * add some coordinator tests * one more test * cleanup tests * allign tests * apply review comment * removed sensor test * cleanup test * align test to latest code * typo * fix after rebase * introduce generic helper * apply some review comments * add comments to clarify design * apply latest review comment * ruff * improved coverage * more coverage * 100% helpers.py test coverage * improve test --------- Co-authored-by: J. Nick Koston <nick@koston.org>
7 lines
177 B
Python
7 lines
177 B
Python
"""Common stuff for Vodafone Station tests."""
|
|
|
|
DEVICE_1_HOST = "WifiDevice0"
|
|
DEVICE_1_MAC = "xx:xx:xx:xx:xx:xx"
|
|
DEVICE_2_HOST = "LanDevice1"
|
|
DEVICE_2_MAC = "yy:yy:yy:yy:yy:yy"
|