mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 06:17:07 +00:00
Fix formatting of mac addresses from dhcp discovery mocking in fronius (#110572)
Co-authored-by: Matthias Alphart <farmio@alphart.net>
This commit is contained in:
parent
72297a9044
commit
c20d2d44ed
@ -39,7 +39,7 @@ LOGGER_INFO_RETURN_VALUE = {"unique_identifier": {"value": "123.4567"}}
|
|||||||
MOCK_DHCP_DATA = DhcpServiceInfo(
|
MOCK_DHCP_DATA = DhcpServiceInfo(
|
||||||
hostname="fronius",
|
hostname="fronius",
|
||||||
ip="10.2.3.4",
|
ip="10.2.3.4",
|
||||||
macaddress="00:03:ac:11:22:33",
|
macaddress="0003ac112233",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user