mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 08:06:00 +01:00
Use correctly formatted MAC in knocki tests (#147821)
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user