mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 21:37: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(
|
||||
hostname="fronius",
|
||||
ip="10.2.3.4",
|
||||
macaddress="00:03:ac:11:22:33",
|
||||
macaddress="0003ac112233",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user