Home Assistant Unofficial Reference
2024.12.1
Namespaces
|
Variables
const.py File Reference
Go to the source code of this file.
Namespaces
homeassistant.components.flume.const
Variables
homeassistant.components.flume.const._LOGGER
= logging.getLogger(__package__)
string
homeassistant.components.flume.const.BASE_TOKEN_FILENAME
= "FLUME_TOKEN_FILE"
string
homeassistant.components.flume.const.BRIDGE_NOTIFICATION_KEY
= "connected"
string
homeassistant.components.flume.const.BRIDGE_NOTIFICATION_RULE
= "Bridge Disconnection"
string
homeassistant.components.flume.const.CONF_TOKEN_FILE
= "token_filename"
string
homeassistant.components.flume.const.DEFAULT_NAME
= "Flume Sensor"
homeassistant.components.flume.const.DEVICE_CONNECTION_SCAN_INTERVAL
= timedelta(minutes=60)
homeassistant.components.flume.const.DEVICE_SCAN_INTERVAL
= timedelta(minutes=1)
string
homeassistant.components.flume.const.DOMAIN
= "flume"
string
homeassistant.components.flume.const.FLUME_AUTH
= "flume_auth"
string
homeassistant.components.flume.const.FLUME_DEVICES
= "devices"
string
homeassistant.components.flume.const.FLUME_HTTP_SESSION
= "http_session"
string
homeassistant.components.flume.const.FLUME_NOTIFICATIONS_COORDINATOR
= "notifications_coordinator"
int
homeassistant.components.flume.const.FLUME_TYPE_BRIDGE
= 1
int
homeassistant.components.flume.const.FLUME_TYPE_SENSOR
= 2
string
homeassistant.components.flume.const.KEY_DEVICE_ID
= "id"
string
homeassistant.components.flume.const.KEY_DEVICE_LOCATION
= "location"
string
homeassistant.components.flume.const.KEY_DEVICE_LOCATION_NAME
= "name"
string
homeassistant.components.flume.const.KEY_DEVICE_LOCATION_TIMEZONE
= "tz"
string
homeassistant.components.flume.const.KEY_DEVICE_TYPE
= "type"
string
homeassistant.components.flume.const.NOTIFICATION_BRIDGE_DISCONNECT
= "Bridge Disconnection"
string
homeassistant.components.flume.const.NOTIFICATION_HIGH_FLOW
= "High Flow Alert"
string
homeassistant.components.flume.const.NOTIFICATION_LEAK_DETECTED
= "Flume Smart Leak Alert"
string
homeassistant.components.flume.const.NOTIFICATION_LOW_BATTERY
= "Low Battery"
homeassistant.components.flume.const.NOTIFICATION_SCAN_INTERVAL
= timedelta(minutes=5)
list
homeassistant.components.flume.const.PLATFORMS
core
homeassistant
components
flume
const.py
Generated by
1.9.1