mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Use correctly formatted MAC in knocki tests (#147821)
This commit is contained in:
parent
2e12db001d
commit
12aef4aae5
@ -20,7 +20,7 @@ from tests.common import MockConfigEntry
|
||||
DHCP_DISCOVERY = DhcpServiceInfo(
|
||||
ip="1.1.1.1",
|
||||
hostname="KNC1-W-00000214",
|
||||
macaddress="aa:bb:cc:dd:ee:ff",
|
||||
macaddress="aabbccddeeff",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user