Variables | |
| string | CONF_BLID = "blid" |
| string | CONF_CERT = "certificate" |
| string | CONF_CONTINUOUS = "continuous" |
| string | DEFAULT_CERT = "/etc/ssl/certs/ca-certificates.crt" |
| bool | DEFAULT_CONTINUOUS = True |
| int | DEFAULT_DELAY = 30 |
| string | DOMAIN = "roomba" |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.VACUUM] |
| string | ROOMBA_SESSION = "roomba_session" |
The roomba constants.
| string homeassistant.components.roomba.const.CONF_BLID = "blid" |
| string homeassistant.components.roomba.const.CONF_CERT = "certificate" |
| string homeassistant.components.roomba.const.CONF_CONTINUOUS = "continuous" |
| string homeassistant.components.roomba.const.DEFAULT_CERT = "/etc/ssl/certs/ca-certificates.crt" |
| bool homeassistant.components.roomba.const.DEFAULT_CONTINUOUS = True |
| int homeassistant.components.roomba.const.DEFAULT_DELAY = 30 |
| string homeassistant.components.roomba.const.DOMAIN = "roomba" |
| list homeassistant.components.roomba.const.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.VACUUM] |