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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue