core/homeassistant/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
..
__init__.py
alarm_control_panel.py
binary_sensor.py
button.py
config.py
config_flow.py Add config flow for platform number in Template (#121849) 2024-08-15 20:02:51 +02:00
const.py
coordinator.py
cover.py
fan.py
icons.json
image.py
light.py
lock.py
manifest.json
number.py Add config flow for platform number in Template (#121849) 2024-08-15 20:02:51 +02:00
select.py
sensor.py
services.yaml
strings.json Add config flow for platform number in Template (#121849) 2024-08-15 20:02:51 +02:00
switch.py
template_entity.py
trigger.py
trigger_entity.py
vacuum.py
weather.py