hass-core/tests/components/template
Erik Montnemery 321f54494e
Teach TemplateEntity entity name (#62175)
* Teach TemplateEntity entity name

* Remove default name from number and select config schemas

* Re-add default name to number and select config schemas

* Set name to None if name template fails to render

* Update template button
2022-01-24 15:44:05 +01:00
..
fixtures
__init__.py
conftest.py
test_alarm_control_panel.py
test_binary_sensor.py Init template trigger binary sensor to None instead of False (#62769) 2021-12-27 20:52:26 +01:00
test_button.py Improve test coverage of template button (#63265) 2022-01-03 10:39:24 +01:00
test_cover.py
test_fan.py
test_init.py
test_light.py
test_lock.py
test_number.py
test_select.py
test_sensor.py
test_switch.py
test_template_entity.py Teach TemplateEntity entity name (#62175) 2022-01-24 15:44:05 +01:00
test_trigger.py
test_vacuum.py
test_weather.py