hass-core/tests/components/template
J. Nick Koston 564688af25
Fix template fan default speed count (#48389)
* Fix template fan default speed count

The default speed count was defaulting to 3 when percentage
was implemented instead of the documented value of 100

* Increase coverage

* remove unreachable code
2021-03-29 09:33:56 +02:00
..
__init__.py Consolidate all platforms that have tests (#22109) 2019-03-18 23:07:39 -07:00
conftest.py Lint suppression cleanups (#47248) 2021-03-02 09:02:04 +01:00
test_alarm_control_panel.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
test_binary_sensor.py Migrate template to register reload service on async_setup (#48273) 2021-03-23 20:35:15 -07:00
test_cover.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
test_fan.py Fix template fan default speed count (#48389) 2021-03-29 09:33:56 +02:00
test_init.py Migrate template to register reload service on async_setup (#48273) 2021-03-23 20:35:15 -07:00
test_light.py Rewrite tests for Template Light (#41163) 2021-03-17 11:30:44 +01:00
test_lock.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
test_sensor.py Wait for registries to load at startup (#46265) 2021-02-11 17:36:19 +01:00
test_switch.py Improve switch template tests, remove common test helpers (#41322) 2020-10-06 14:54:39 +02:00
test_trigger.py Yoda assertion style removed is (#48142) 2021-03-20 13:55:10 +01:00
test_vacuum.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
test_weather.py Add template support for remaining attributes of weather entity (#47736) 2021-03-27 18:53:35 +00:00