mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Use correctly formatted MAC in roomba tests (#147865)
This commit is contained in:
parent
3f95cb37e6
commit
78aeae577d
@ -77,12 +77,12 @@ DISCOVERY_DEVICES = [
|
||||
DHCP_DISCOVERY_DEVICES_WITHOUT_MATCHING_IP = [
|
||||
DhcpServiceInfo(
|
||||
ip="4.4.4.4",
|
||||
macaddress="50:14:79:DD:EE:FF",
|
||||
macaddress="501479ddeeff",
|
||||
hostname="irobot-blid",
|
||||
),
|
||||
DhcpServiceInfo(
|
||||
ip="5.5.5.5",
|
||||
macaddress="80:A5:89:DD:EE:FF",
|
||||
macaddress="80a589ddeeff",
|
||||
hostname="roomba-blid",
|
||||
),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user