core/homeassistant/components/template
Erik Montnemery 49bec86dae
Add base schema for triggers (#51727)
* Add base schema for triggers

* Tweak

* Make TRIGGER_BASE_SCHEMA a voluptuous schema

* Make state trigger BASE_SCHEMA a voluptuous schema
2021-06-11 09:51:12 +02:00
..
__init__.py
alarm_control_panel.py
binary_sensor.py
config.py
const.py
cover.py
fan.py
light.py Add support for effects, transition/brightness parameters to template light, min_mireds and max_mireds templates (#43850) 2021-05-24 13:31:57 +02:00
lock.py
manifest.json
sensor.py
services.yaml
switch.py
template_entity.py
trigger.py Add base schema for triggers (#51727) 2021-06-11 09:51:12 +02:00
trigger_entity.py
vacuum.py
weather.py