mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +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_MAC = "ABCABCABCABC"
|
||||
FAKE_MAC = "abcabcabcabc"
|
||||
FAKE_BULB_CONFIG = {
|
||||
"method": "getSystemConfig",
|
||||
"env": "pro",
|
||||
|
Loading…
x
Reference in New Issue
Block a user