core/homeassistant/components/template
G Johansson afc9e4303a
Create base TriggerEntity (#91128)
* Trigger entity base class

* mods

* TriggerEntity to CoordinatorTriggerEntity

* variables to variable

* mypy

* unique_id

* Fix

* docstring

* _render_templates

* split manual vs coordinator

* name

* ManualTriggerEntity

* value

* use super

* Remove ManualTriggerEntity

* Use super()
2023-04-17 19:55:54 +02:00
..
__init__.py
alarm_control_panel.py
binary_sensor.py
button.py
config.py
const.py
cover.py
fan.py
light.py
lock.py
manifest.json
number.py
select.py
sensor.py
services.yaml
switch.py
template_entity.py
trigger.py
trigger_entity.py
vacuum.py
weather.py