Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.flo.const
 

Variables

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