Variables | |
| string | CLIENT = "client" |
| string | DOMAIN = "flo" |
| string | FLO_AWAY = "away" |
| string | FLO_HOME = "home" |
| list | FLO_MODES = [FLO_HOME, FLO_AWAY, FLO_SLEEP] |
| string | FLO_SLEEP = "sleep" |
| LOGGER = logging.getLogger(__package__) | |
Constants for the flo integration.
| string homeassistant.components.flo.const.FLO_SLEEP = "sleep" |