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 obihai (#110586)
dhcp returns addresses in lowercase without :
This commit is contained in:
parent
88fce6a76d
commit
4eca0371d5
@ -12,7 +12,7 @@ USER_INPUT = {
|
|||||||
DHCP_SERVICE_INFO = dhcp.DhcpServiceInfo(
|
DHCP_SERVICE_INFO = dhcp.DhcpServiceInfo(
|
||||||
hostname="obi200",
|
hostname="obi200",
|
||||||
ip="192.168.1.100",
|
ip="192.168.1.100",
|
||||||
macaddress="9CADEF000000",
|
macaddress="9cadef000000",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user