mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix unicode chars in zha tests (#135954)
This commit is contained in:
parent
8a3ef101e6
commit
6690b121c0
@ -179,7 +179,7 @@ def com_port(device="/dev/ttyUSB1234") -> ListPortInfo:
|
||||
"network": "ethernet",
|
||||
"board": "esp32-poe",
|
||||
"platform": "ESP32",
|
||||
"maс": "8c4b14c33c24",
|
||||
"mac": "8c4b14c33c24",
|
||||
"version": "2023.12.8",
|
||||
},
|
||||
),
|
||||
@ -202,7 +202,7 @@ def com_port(device="/dev/ttyUSB1234") -> ListPortInfo:
|
||||
"network": "ethernet",
|
||||
"board": "esp32-poe",
|
||||
"platform": "ESP32",
|
||||
"maс": "8c4b14c33c24",
|
||||
"mac": "8c4b14c33c24",
|
||||
"version": "2023.12.8",
|
||||
},
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user