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" |
Const for Plaato.
| 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" |