core/homeassistant/components/rest
Petro31 ff2c901930
Update trigger based template entity resolution order (#140660)
* Update trigger based template entity resolution order

* add test

* fix most comments

* Move resolution to base class

* add comment

* remove uncessary if statement

* add more tests

* update availability tests

* update logic stage 1

* phase 2 changes

* fix trigger template entity tests

* fix trigger template entities

* command line tests

* sql tests

* scrape test

* update doc string

* add rest tests

* update sql sensor _update signature

* fix scrape test constructor

* move state check to trigger_entity

* fix comments

* Update homeassistant/components/template/trigger_entity.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/helpers/trigger_template_entity.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/helpers/trigger_template_entity.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* update command_line and rest

* update scrape

* update sql

* add case to command_line sensor

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2025-04-25 13:17:25 +02:00
..
__init__.py Set config_entry explicitly to None in relevant components (#129427) 2024-10-30 19:32:10 +01:00
binary_sensor.py
const.py
data.py
entity.py Add empty line after module docstring [r] (#112703) 2024-03-08 15:05:07 +01:00
icons.json Update icons.json to new service schema part 3 (#124770) 2024-08-28 13:48:01 +02:00
manifest.json
notify.py Standardize homeassistant imports in component (q-r) (#136831) 2025-01-29 12:24:09 +01:00
schema.py
sensor.py
services.yaml
strings.json
switch.py Update trigger based template entity resolution order (#140660) 2025-04-25 13:17:25 +02:00
util.py