Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.plaato
 

Functions

None homeassistant.components.plaato._async_update_listener (HomeAssistant hass, ConfigEntry entry)
 
def homeassistant.components.plaato._device_id (data)
 
def homeassistant.components.plaato._set_entry_data (entry, hass, coordinator=None, device_id=None)
 
def homeassistant.components.plaato.async_setup_coordinator (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.plaato.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
def homeassistant.components.plaato.async_setup_webhook (HomeAssistant hass, ConfigEntry entry)
 
def homeassistant.components.plaato.async_unload_coordinator (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.plaato.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
def homeassistant.components.plaato.async_unload_platforms (HomeAssistant hass, ConfigEntry entry, platforms)
 
def homeassistant.components.plaato.async_unload_webhook (HomeAssistant hass, ConfigEntry entry)
 
web.Response|None homeassistant.components.plaato.handle_webhook (HomeAssistant hass, str webhook_id, web.Request request)
 

Variables

 homeassistant.components.plaato._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.plaato.DEPENDENCIES = ["webhook"]
 
string homeassistant.components.plaato.SENSOR_DATA_KEY = f"{DOMAIN}.{SENSOR}"
 
string homeassistant.components.plaato.SENSOR_UPDATE = f"{DOMAIN}_sensor_update"
 
 homeassistant.components.plaato.WEBHOOK_SCHEMA