Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.flo.const Namespace Reference

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__)
 

Detailed Description

Constants for the flo integration.

Variable Documentation

◆ CLIENT

string homeassistant.components.flo.const.CLIENT = "client"

Definition at line 7 of file const.py.

◆ DOMAIN

string homeassistant.components.flo.const.DOMAIN = "flo"

Definition at line 8 of file const.py.

◆ FLO_AWAY

string homeassistant.components.flo.const.FLO_AWAY = "away"

Definition at line 10 of file const.py.

◆ FLO_HOME

string homeassistant.components.flo.const.FLO_HOME = "home"

Definition at line 9 of file const.py.

◆ FLO_MODES

list homeassistant.components.flo.const.FLO_MODES = [FLO_HOME, FLO_AWAY, FLO_SLEEP]

Definition at line 12 of file const.py.

◆ FLO_SLEEP

string homeassistant.components.flo.const.FLO_SLEEP = "sleep"

Definition at line 11 of file const.py.

◆ LOGGER

homeassistant.components.flo.const.LOGGER = logging.getLogger(__package__)

Definition at line 5 of file const.py.