Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.plaato.const Namespace Reference

Variables

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

Detailed Description

Const for Plaato.

Variable Documentation

◆ CONF_CLOUDHOOK

string homeassistant.components.plaato.const.CONF_CLOUDHOOK = "cloudhook"

Definition at line 15 of file const.py.

◆ CONF_DEVICE_NAME

string homeassistant.components.plaato.const.CONF_DEVICE_NAME = "device_name"

Definition at line 14 of file const.py.

◆ CONF_DEVICE_TYPE

string homeassistant.components.plaato.const.CONF_DEVICE_TYPE = "device_type"

Definition at line 13 of file const.py.

◆ CONF_USE_WEBHOOK

string homeassistant.components.plaato.const.CONF_USE_WEBHOOK = "use_webhook"

Definition at line 12 of file const.py.

◆ COORDINATOR

string homeassistant.components.plaato.const.COORDINATOR = "coordinator"

Definition at line 23 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

int homeassistant.components.plaato.const.DEFAULT_SCAN_INTERVAL = 5

Definition at line 29 of file const.py.

◆ DEVICE

string homeassistant.components.plaato.const.DEVICE = "device"

Definition at line 24 of file const.py.

◆ DEVICE_ID

string homeassistant.components.plaato.const.DEVICE_ID = "device_id"

Definition at line 27 of file const.py.

◆ DEVICE_NAME

string homeassistant.components.plaato.const.DEVICE_NAME = "device_name"

Definition at line 25 of file const.py.

◆ DEVICE_TYPE

string homeassistant.components.plaato.const.DEVICE_TYPE = "device_type"

Definition at line 26 of file const.py.

◆ DOCS_URL

string homeassistant.components.plaato.const.DOCS_URL = "https://www.home-assistant.io/integrations/plaato/"

Definition at line 20 of file const.py.

◆ DOMAIN

string homeassistant.components.plaato.const.DOMAIN = "plaato"

Definition at line 7 of file const.py.

◆ EXTRA_STATE_ATTRIBUTES

dictionary homeassistant.components.plaato.const.EXTRA_STATE_ATTRIBUTES
Initial value:
1 = {
2  "beer_name": "beer_name",
3  "keg_date": "keg_date",
4  "mode": "mode",
5  "original_gravity": "original_gravity",
6  "final_gravity": "final_gravity",
7  "alcohol_by_volume": "alcohol_by_volume",
8 }

Definition at line 32 of file const.py.

◆ MIN_UPDATE_INTERVAL

homeassistant.components.plaato.const.MIN_UPDATE_INTERVAL = timedelta(minutes=1)

Definition at line 30 of file const.py.

◆ PLAATO_DEVICE_ATTRS

string homeassistant.components.plaato.const.PLAATO_DEVICE_ATTRS = "attrs"

Definition at line 9 of file const.py.

◆ PLAATO_DEVICE_SENSORS

string homeassistant.components.plaato.const.PLAATO_DEVICE_SENSORS = "sensors"

Definition at line 8 of file const.py.

◆ PLACEHOLDER_DEVICE_NAME

string homeassistant.components.plaato.const.PLACEHOLDER_DEVICE_NAME = "device_name"

Definition at line 19 of file const.py.

◆ PLACEHOLDER_DEVICE_TYPE

string homeassistant.components.plaato.const.PLACEHOLDER_DEVICE_TYPE = "device_type"

Definition at line 18 of file const.py.

◆ PLACEHOLDER_DOCS_URL

string homeassistant.components.plaato.const.PLACEHOLDER_DOCS_URL = "docs_url"

Definition at line 17 of file const.py.

◆ PLACEHOLDER_WEBHOOK_URL

string homeassistant.components.plaato.const.PLACEHOLDER_WEBHOOK_URL = "webhook_url"

Definition at line 16 of file const.py.

◆ PLATFORMS

list homeassistant.components.plaato.const.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]

Definition at line 21 of file const.py.

◆ SENSOR_DATA

string homeassistant.components.plaato.const.SENSOR_DATA = "sensor_data"

Definition at line 22 of file const.py.

◆ SENSOR_SIGNAL

string homeassistant.components.plaato.const.SENSOR_SIGNAL = f"{DOMAIN}_%s_%s"

Definition at line 10 of file const.py.

◆ UNDO_UPDATE_LISTENER

string homeassistant.components.plaato.const.UNDO_UPDATE_LISTENER = "undo_update_listener"

Definition at line 28 of file const.py.