Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tasmota.device_automation Namespace Reference

Functions

None async_remove_automations (HomeAssistant hass, str device_id)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Detailed Description

Provides device automations for Tasmota.

Function Documentation

◆ async_remove_automations()

None homeassistant.components.tasmota.device_automation.async_remove_automations ( HomeAssistant  hass,
str  device_id 
)
Remove automations for a Tasmota device.

Definition at line 22 of file device_automation.py.

◆ async_setup_entry()

None homeassistant.components.tasmota.device_automation.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Set up Tasmota device automation dynamically through discovery.

Definition at line 27 of file device_automation.py.