hass-core/tests/components/homeassistant/triggers
Erik Montnemery c85bb27d0d
Teach state trigger about entity registry ids (#60271)
* Teach state trigger about entity registry ids

* Tweak

* Add tests

* Tweak tests

* Fix tests

* Resolve entity ids during config validation

* Update device_triggers

* Fix mistake

* Tweak trigger validator to ensure we don't modify the original config

* Add index from entry id to entry

* Update scaffold

* Pre-compile UUID regex

* Address review comment

* Tweak mock_registry

* Tweak

* Apply suggestion from code review
2021-12-02 14:26:45 +01:00
..
__init__.py Reorganize trigger code (#38655) 2020-08-17 11:54:56 -05:00
conftest.py Lint suppression cleanups (#47248) 2021-03-02 09:02:04 +01:00
test_event.py Add id to automation triggers (#48464) 2021-03-31 14:56:04 +02:00
test_homeassistant.py Add id to automation triggers (#48464) 2021-03-31 14:56:04 +02:00
test_numeric_state.py Allow number/sensor entities in numeric state conditions/triggers (#51439) 2021-06-04 18:14:48 +02:00
test_state.py Teach state trigger about entity registry ids (#60271) 2021-12-02 14:26:45 +01:00
test_time.py Revert "Add offset support to time trigger" (#58947) 2021-11-02 16:56:38 +01:00
test_time_pattern.py Add id to automation triggers (#48464) 2021-03-31 14:56:04 +02:00