mirror of
https://github.com/home-assistant/core.git
synced 2026-05-31 12:44:04 +01:00
9384e2c963
* Fix error when name is non-latin script When the name is non-latin script (e.g. Japanese), slugify returns empty string and causes failure in a later stage. This commit fixes the issue by using default name. * Add test