Skip to content

Commit 479cd16

Browse files
committed
Merge branch 'next' of github.com:home-assistant/home-assistant.io into next
2 parents 7e22546 + 28f3589 commit 479cd16

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/_integrations/esphome.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ The [Native API Component](https://esphome.io/components/api.html) also supports
152152

153153
- Entity name is a combination of the friendly name (or name if unset) and component name
154154
- Entity ID is derived from the entity name with the device name prepended
155+
- Unicode characters in names are transliterated to their closest ASCII equivalents for compatibility
155156

156157
Example with `friendly_name` set:
157158

@@ -178,6 +179,19 @@ sensor:
178179

179180
The entity will be named `livingroomdesk Temperature` and will default to having an entity ID of `sensor.livingroomdesk_temperature`.
180181

182+
Example with Unicode characters:
183+
184+
```yaml
185+
esphome:
186+
name: "haloszoba-klima"
187+
friendly_name: "Hálószoba klíma"
188+
189+
sensor:
190+
name: "Árvíztűrő tükörfúrógép"
191+
```
192+
193+
The entity will be named `Hálószoba klíma Árvíztűrő tükörfúrógép` and will default to having an entity ID of `sensor.haloszoba_klima_arvizturo_tukorfurogep`. Note how the Unicode characters are transliterated rather than replaced with underscores.
194+
181195
## Troubleshooting
182196

183197
### Viewing live logs

0 commit comments

Comments
 (0)