Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""The roomba constants."""
2
3
from
homeassistant.const
import
Platform
4
5
DOMAIN =
"roomba"
6
PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.VACUUM]
7
CONF_CERT =
"certificate"
8
CONF_CONTINUOUS =
"continuous"
9
CONF_BLID =
"blid"
10
DEFAULT_CERT =
"/etc/ssl/certs/ca-certificates.crt"
11
DEFAULT_CONTINUOUS =
True
12
DEFAULT_DELAY = 30
13
ROOMBA_SESSION =
"roomba_session"
homeassistant.const
Definition:
const.py:1
core
homeassistant
components
roomba
const.py
Generated by
1.9.1