Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.plaato.const
 

Variables

string homeassistant.components.plaato.const.CONF_CLOUDHOOK = "cloudhook"
 
string homeassistant.components.plaato.const.CONF_DEVICE_NAME = "device_name"
 
string homeassistant.components.plaato.const.CONF_DEVICE_TYPE = "device_type"
 
string homeassistant.components.plaato.const.CONF_USE_WEBHOOK = "use_webhook"
 
string homeassistant.components.plaato.const.COORDINATOR = "coordinator"
 
int homeassistant.components.plaato.const.DEFAULT_SCAN_INTERVAL = 5
 
string homeassistant.components.plaato.const.DEVICE = "device"
 
string homeassistant.components.plaato.const.DEVICE_ID = "device_id"
 
string homeassistant.components.plaato.const.DEVICE_NAME = "device_name"
 
string homeassistant.components.plaato.const.DEVICE_TYPE = "device_type"
 
string homeassistant.components.plaato.const.DOCS_URL = "https://www.home-assistant.io/integrations/plaato/"
 
string homeassistant.components.plaato.const.DOMAIN = "plaato"
 
dictionary homeassistant.components.plaato.const.EXTRA_STATE_ATTRIBUTES
 
 homeassistant.components.plaato.const.MIN_UPDATE_INTERVAL = timedelta(minutes=1)
 
string homeassistant.components.plaato.const.PLAATO_DEVICE_ATTRS = "attrs"
 
string homeassistant.components.plaato.const.PLAATO_DEVICE_SENSORS = "sensors"
 
string homeassistant.components.plaato.const.PLACEHOLDER_DEVICE_NAME = "device_name"
 
string homeassistant.components.plaato.const.PLACEHOLDER_DEVICE_TYPE = "device_type"
 
string homeassistant.components.plaato.const.PLACEHOLDER_DOCS_URL = "docs_url"
 
string homeassistant.components.plaato.const.PLACEHOLDER_WEBHOOK_URL = "webhook_url"
 
list homeassistant.components.plaato.const.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]
 
string homeassistant.components.plaato.const.SENSOR_DATA = "sensor_data"
 
string homeassistant.components.plaato.const.SENSOR_SIGNAL = f"{DOMAIN}_%s_%s"
 
string homeassistant.components.plaato.const.UNDO_UPDATE_LISTENER = "undo_update_listener"