mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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",
|
"network": "ethernet",
|
||||||
"board": "esp32-poe",
|
"board": "esp32-poe",
|
||||||
"platform": "ESP32",
|
"platform": "ESP32",
|
||||||
"maс": "8c4b14c33c24",
|
"mac": "8c4b14c33c24",
|
||||||
"version": "2023.12.8",
|
"version": "2023.12.8",
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
@ -202,7 +202,7 @@ def com_port(device="/dev/ttyUSB1234") -> ListPortInfo:
|
|||||||
"network": "ethernet",
|
"network": "ethernet",
|
||||||
"board": "esp32-poe",
|
"board": "esp32-poe",
|
||||||
"platform": "ESP32",
|
"platform": "ESP32",
|
||||||
"maс": "8c4b14c33c24",
|
"mac": "8c4b14c33c24",
|
||||||
"version": "2023.12.8",
|
"version": "2023.12.8",
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user