Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.tasmota
 

Functions

None homeassistant.components.tasmota._remove_device (HomeAssistant hass, ConfigEntry config_entry, str mac, TasmotaMQTTClient tasmota_mqtt, DeviceRegistry device_registry)
 
None homeassistant.components.tasmota._update_device (HomeAssistant hass, ConfigEntry config_entry, TasmotaDeviceConfig config, DeviceRegistry device_registry)
 
bool homeassistant.components.tasmota.async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, dr.DeviceEntry device_entry)
 
None homeassistant.components.tasmota.async_setup_device (HomeAssistant hass, str mac, TasmotaDeviceConfig config, ConfigEntry config_entry, TasmotaMQTTClient tasmota_mqtt, DeviceRegistry device_registry)
 
bool homeassistant.components.tasmota.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.tasmota.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 homeassistant.components.tasmota._LOGGER = logging.getLogger(__name__)