core/tests/components/homeassistant/triggers
Tsvi Mostovicz f52f60307b
Implement time triggers with offset for timestamp sensors (#120858)
* Implement time triggers with offset for timestamp sensors

* Fix bad change

* Add testcase for multiple conf_at with offsets

* Fix fixture rename

* Fix testcase - if no offset provided, it should be just the string of the entity id

* Get test to pass

* Simplify code

* Update the messaging and make the offset optional allowing specifying only the entity_id

* Move state tracking one level up

* Implement requesteed changes
2024-09-11 19:33:00 +02:00
..
__init__.py
conftest.py
test_event.py Use service_calls fixture in homeassistant tests (#120922) 2024-07-01 17:26:41 +02:00
test_homeassistant.py
test_numeric_state.py Use service_calls fixture in homeassistant tests (#120922) 2024-07-01 17:26:41 +02:00
test_state.py Use service_calls fixture in homeassistant tests (#120922) 2024-07-01 17:26:41 +02:00
test_time.py Implement time triggers with offset for timestamp sensors (#120858) 2024-09-11 19:33:00 +02:00
test_time_pattern.py Use service_calls fixture in homeassistant tests (#120922) 2024-07-01 17:26:41 +02:00