Fix formatting of mac addresses from dhcp discovery mocking in screenlogic (#110602)

dhcp returns addresses in lowercase without :
pull/110622/head
J. Nick Koston 2024-02-14 16:23:13 -06:00 committed by GitHub
parent 9105dd16e3
commit b87e34ec67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ async def test_dhcp(hass: HomeAssistant) -> None:
data=dhcp.DhcpServiceInfo(
hostname="Pentair: 01-01-01",
ip="1.1.1.1",
macaddress="AA:BB:CC:DD:EE:FF",
macaddress="aabbccddeeff",
),
)