core/homeassistant/components/template
Ville Skyttä b10fc89a6b
Automation trigger info type hint improvements (#55402)
* Make automation trigger info a TypedDict

* zwave_js trigger type hint fixes

* Remove redundant automation trigger info field presence checks

* Use async_initialize_triggers in mqtt and tasmota device_trigger tests
2021-09-04 02:25:51 +02:00
..
__init__.py
alarm_control_panel.py
binary_sensor.py
config.py
const.py Add CONF_STATE_CLASS to `sensor/__init__.py` (#54106) 2021-08-27 05:54:50 +02:00
cover.py
fan.py
light.py
lock.py
manifest.json
number.py
select.py
sensor.py Add CONF_STATE_CLASS to `sensor/__init__.py` (#54106) 2021-08-27 05:54:50 +02:00
services.yaml
switch.py
template_entity.py
trigger.py Automation trigger info type hint improvements (#55402) 2021-09-04 02:25:51 +02:00
trigger_entity.py Fix template sensor availability (#55635) 2021-09-03 09:02:45 +02:00
vacuum.py
weather.py