mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix formatting of mac addresses from dhcp discovery mocking in hunterdouglas_powerview (#110577)
dhcp returns addresses in lowercase without :
This commit is contained in:
parent
25fac03705
commit
bba19a5bab
@ -38,7 +38,7 @@ ZEROCONF_DISCOVERY_INFO = zeroconf.ZeroconfServiceInfo(
|
||||
DHCP_DISCOVERY_INFO = dhcp.DhcpServiceInfo(
|
||||
hostname="Hunter Douglas Powerview Hub",
|
||||
ip="1.2.3.4",
|
||||
macaddress="AA:BB:CC:DD:EE:FF",
|
||||
macaddress="aabbccddeeff",
|
||||
)
|
||||
|
||||
DISCOVERY_DATA = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user