mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Fix formatting of mac addresses from dhcp discovery mocking in wiz (#110615)
dhcp returns addresses in lowercase without : wiz discovery returns addresses in lowercase without :
This commit is contained in:
parent
79b2e465de
commit
fa026b7e12
@ -35,7 +35,7 @@ FAKE_STATE = PilotParser(
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
FAKE_IP = "1.1.1.1"
|
FAKE_IP = "1.1.1.1"
|
||||||
FAKE_MAC = "ABCABCABCABC"
|
FAKE_MAC = "abcabcabcabc"
|
||||||
FAKE_BULB_CONFIG = {
|
FAKE_BULB_CONFIG = {
|
||||||
"method": "getSystemConfig",
|
"method": "getSystemConfig",
|
||||||
"env": "pro",
|
"env": "pro",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user