mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Fix unicode chars in zha tests (#135954)
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user