core/homeassistant/helpers
Paulus Schoutsen 9384e2c963
Pr/11430 (#11587)
* 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
2018-01-11 15:26:48 -08:00
..
__init__.py
aiohttp_client.py
condition.py
config_validation.py Deprecate explicit entity_id in template platforms (#11123) 2018-01-10 00:06:26 -08:00
deprecation.py
discovery.py Fix incorrect comment. (#11111) 2017-12-13 00:04:42 +01:00
dispatcher.py
entity.py Pr/11430 (#11587) 2018-01-11 15:26:48 -08:00
entity_component.py
entity_values.py
entityfilter.py
event.py
icon.py
intent.py Clean up Alexa.intent and DialogFlow.intent (#11492) 2018-01-07 01:39:32 +01:00
location.py
restore_state.py
script.py
service.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
signal.py
state.py Export climate status and target temperature to Prometheus (#10919) 2017-12-04 13:39:26 +01:00
sun.py
temperature.py
template.py
typing.py