hass-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 Add Self typing (4) [mypy 1.0] (#87601) 2023-02-06 22:30:22 -06:00
button.py
config.py
const.py
cover.py Support unknown state, position or tilt for template cover (#91172) 2023-04-12 21:23:24 +02:00
fan.py Update black to 23.1.0 (#87188) 2023-02-02 18:35:24 +01:00
light.py
lock.py
manifest.json Sort manifests 10 (#87031) 2023-02-08 20:41:50 +01:00
number.py
select.py Import constants from root (#78271) 2022-09-12 18:53:05 +02:00
sensor.py Improve type hints in template (#87172) 2023-02-02 16:26:03 -05:00
services.yaml
switch.py Update black to 23.1.0 (#87188) 2023-02-02 18:35:24 +01:00
template_entity.py
trigger.py
trigger_entity.py Create base TriggerEntity (#91128) 2023-04-17 19:55:54 +02:00
vacuum.py
weather.py