Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto generated German entity names do not properly handle Umlauts (äöüß) #110024

Closed
ProfDrYoMan opened this issue Feb 8, 2024 · 3 comments
Closed

Comments

@ProfDrYoMan
Copy link

The problem

Auto generated German entity names dp not proper handle Umlauts (äöüß)

E.g. proximity sensors are created with
sensors.zone_user_nachstes_gerat

In German it would be "Nächstes Gerät" and it would be ok to write "Naechstes Geraet".

Translation should be
ä => ae
Ä => Ae
ö => oe
Ö => Oe
ü => ue
Ü => Ue
ß => ss

=> sensors.zone_user_naechstes_geraet in the above case.

What version of Home Assistant Core has the issue?

2024.2.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@ProfDrYoMan ProfDrYoMan changed the title Auto generated German entity names dp not proper handle Umlauts (äöüß) Auto generated German entity names do not properly handle Umlauts (äöüß) Feb 8, 2024
@issue-triage-workflows
Copy link

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@joostlek
Copy link
Member

joostlek commented May 8, 2024

@mib1185 didn't you fix this?

@mib1185
Copy link
Contributor

mib1185 commented May 8, 2024

ahhh ... i was looking for this report since a while, but didn't find it 🙈 I think this is solved with un33k/python-slugify#148 / https://github.com/un33k/python-slugify/releases/tag/v8.0.4 / #111284

@mib1185 mib1185 closed this as completed May 22, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants