Functions | |
| ConfigType | async_validate_device_automation_config (HomeAssistant hass, ConfigType config, vol.Schema automation_schema, DeviceAutomationType automation_type) |
Variables | |
| dictionary | DYNAMIC_VALIDATOR |
| dictionary | ENTITY_PLATFORMS |
| dictionary | STATIC_VALIDATOR |
Helpers for device oriented automations.
| ConfigType homeassistant.components.device_automation.helpers.async_validate_device_automation_config | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| vol.Schema | automation_schema, | ||
| DeviceAutomationType | automation_type | ||
| ) |
Validate config.
Definition at line 48 of file helpers.py.
| dictionary homeassistant.components.device_automation.helpers.DYNAMIC_VALIDATOR |
Definition at line 17 of file helpers.py.
| dictionary homeassistant.components.device_automation.helpers.ENTITY_PLATFORMS |
Definition at line 29 of file helpers.py.
| dictionary homeassistant.components.device_automation.helpers.STATIC_VALIDATOR |
Definition at line 23 of file helpers.py.