Home Assistant Unofficial Reference 2024.12.1
device_automation.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.mqtt.device_automation
 

Functions

None homeassistant.components.mqtt.device_automation._async_setup_automation (HomeAssistant hass, ConfigType config, ConfigEntry config_entry, DiscoveryInfoType discovery_data)
 
None homeassistant.components.mqtt.device_automation.async_removed_from_device (HomeAssistant hass, str device_id)
 
None homeassistant.components.mqtt.device_automation.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

string homeassistant.components.mqtt.device_automation.AUTOMATION_TYPE_TRIGGER = "trigger"
 
list homeassistant.components.mqtt.device_automation.AUTOMATION_TYPES = [AUTOMATION_TYPE_TRIGGER]
 
 homeassistant.components.mqtt.device_automation.AUTOMATION_TYPES_SCHEMA = vol.In(AUTOMATION_TYPES)
 
string homeassistant.components.mqtt.device_automation.CONF_AUTOMATION_TYPE = "automation_type"
 
 homeassistant.components.mqtt.device_automation.DISCOVERY_SCHEMA