Functions | |
| None | async_remove_automations (HomeAssistant hass, str device_id) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
Provides device automations for Tasmota.
| 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.
| 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.