core/tests/components/template
dougiteixeira f581066747
Add config flow for platform number in Template (#121849)
* Add config flow to select platform in Template

* Remove device id duplicate in schema

* Add config flow for number platform in Template

* Remove mode
2024-08-15 20:02:51 +02:00
..
fixtures
snapshots Add config flow for platform number in Template (#121849) 2024-08-15 20:02:51 +02:00
__init__.py
conftest.py
test_alarm_control_panel.py Remove unnecessary assignment of Template.hass from template (#123773) 2024-08-13 11:54:36 +02:00
test_binary_sensor.py Fix template binary sensor test (#122855) 2024-07-30 16:18:47 +02:00
test_button.py
test_config_flow.py Add config flow for platform number in Template (#121849) 2024-08-15 20:02:51 +02:00
test_cover.py
test_fan.py
test_image.py Fix template image test affecting other tests (#122849) 2024-07-30 16:28:55 +02:00
test_init.py Add config flow for platform number in Template (#121849) 2024-08-15 20:02:51 +02:00
test_light.py Improve type hints in template tests (#123915) 2024-08-14 14:58:16 +02:00
test_lock.py
test_manual_trigger_entity.py
test_number.py Add config flow for platform number in Template (#121849) 2024-08-15 20:02:51 +02:00
test_select.py Add config flow for select platform in Template (#121809) 2024-07-12 17:50:02 +02:00
test_sensor.py
test_switch.py Add config flow for platform switch in Template (#121639) 2024-07-11 10:11:31 +02:00
test_template_entity.py Remove unnecessary assignment of Template.hass from template (#123773) 2024-08-13 11:54:36 +02:00
test_trigger.py
test_vacuum.py
test_weather.py