Variables | |
| _LOGGER = logging.getLogger(__package__) | |
| string | BASE_TOKEN_FILENAME = "FLUME_TOKEN_FILE" |
| string | BRIDGE_NOTIFICATION_KEY = "connected" |
| string | BRIDGE_NOTIFICATION_RULE = "Bridge Disconnection" |
| string | CONF_TOKEN_FILE = "token_filename" |
| string | DEFAULT_NAME = "Flume Sensor" |
| DEVICE_CONNECTION_SCAN_INTERVAL = timedelta(minutes=60) | |
| DEVICE_SCAN_INTERVAL = timedelta(minutes=1) | |
| string | DOMAIN = "flume" |
| string | FLUME_AUTH = "flume_auth" |
| string | FLUME_DEVICES = "devices" |
| string | FLUME_HTTP_SESSION = "http_session" |
| string | FLUME_NOTIFICATIONS_COORDINATOR = "notifications_coordinator" |
| int | FLUME_TYPE_BRIDGE = 1 |
| int | FLUME_TYPE_SENSOR = 2 |
| string | KEY_DEVICE_ID = "id" |
| string | KEY_DEVICE_LOCATION = "location" |
| string | KEY_DEVICE_LOCATION_NAME = "name" |
| string | KEY_DEVICE_LOCATION_TIMEZONE = "tz" |
| string | KEY_DEVICE_TYPE = "type" |
| string | NOTIFICATION_BRIDGE_DISCONNECT = "Bridge Disconnection" |
| string | NOTIFICATION_HIGH_FLOW = "High Flow Alert" |
| string | NOTIFICATION_LEAK_DETECTED = "Flume Smart Leak Alert" |
| string | NOTIFICATION_LOW_BATTERY = "Low Battery" |
| NOTIFICATION_SCAN_INTERVAL = timedelta(minutes=5) | |
| list | PLATFORMS |
The Flume component.
|
private |
| 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) |