hass-core/homeassistant/components/device_automation
J. Nick Koston 613bf1c226
Migrate device_automation to use async_get_platform (#112162)
This ensures that if device_automation loads an integration's
platform it will get loaded in the executor if enabled
2024-03-04 06:11:34 -05:00
..
__init__.py Migrate device_automation to use async_get_platform (#112162) 2024-03-04 06:11:34 -05:00
action.py Improve device automation validation (#86143) 2023-01-21 00:44:17 +01:00
condition.py Allow conditions to be implemented in platforms (#88509) 2023-02-23 22:30:51 -05:00
const.py
entity.py Use entity registry id in toggle_entity device automations (#94995) 2023-06-26 09:59:01 +02:00
exceptions.py Teach select device trigger about entity registry ids (#94981) 2023-06-21 14:51:39 +02:00
helpers.py Improve validation of device automations (#102766) 2023-10-26 09:46:16 +02:00
manifest.json Sort manifests 2 (#87023) 2023-02-08 20:16:39 +01:00
toggle_entity.py Use entity registry id in toggle_entity device automations (#94995) 2023-06-26 09:59:01 +02:00
trigger.py Improve trigger platform typing (#88511) 2023-02-22 11:59:53 +01:00