Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.streamlabswater
 

Functions

bool homeassistant.components.streamlabswater.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.streamlabswater.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

string homeassistant.components.streamlabswater.ATTR_AWAY_MODE = "away_mode"
 
string homeassistant.components.streamlabswater.AWAY_MODE_AWAY = "away"
 
string homeassistant.components.streamlabswater.AWAY_MODE_HOME = "home"
 
string homeassistant.components.streamlabswater.CONF_LOCATION_ID = "location_id"
 
dictionary homeassistant.components.streamlabswater.ISSUE_PLACEHOLDER = {"url": "/config/integrations/dashboard/add?domain=streamlabswater"}
 
string homeassistant.components.streamlabswater.SERVICE_SET_AWAY_MODE = "set_away_mode"
 
 homeassistant.components.streamlabswater.SET_AWAY_MODE_SCHEMA