Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.sleepiq.const
 

Variables

string homeassistant.components.sleepiq.const.ACTUATOR = "actuator"
 
string homeassistant.components.sleepiq.const.BED = "bed"
 
string homeassistant.components.sleepiq.const.DATA_SLEEPIQ = "data_sleepiq"
 
string homeassistant.components.sleepiq.const.DOMAIN = "sleepiq"
 
dictionary homeassistant.components.sleepiq.const.ENTITY_TYPES
 
string homeassistant.components.sleepiq.const.FIRMNESS = "firmness"
 
string homeassistant.components.sleepiq.const.FOOT_WARMER = "foot_warmer"
 
string homeassistant.components.sleepiq.const.FOOT_WARMING_TIMER = "foot_warming_timer"
 
string homeassistant.components.sleepiq.const.ICON_EMPTY = "mdi:bed-empty"
 
string homeassistant.components.sleepiq.const.ICON_OCCUPIED = "mdi:bed"
 
string homeassistant.components.sleepiq.const.IS_IN_BED = "is_in_bed"
 
string homeassistant.components.sleepiq.const.LEFT = "left"
 
string homeassistant.components.sleepiq.const.PRESSURE = "pressure"
 
string homeassistant.components.sleepiq.const.RIGHT = "right"
 
list homeassistant.components.sleepiq.const.SIDES = [LEFT, RIGHT]
 
string homeassistant.components.sleepiq.const.SLEEP_NUMBER = "sleep_number"
 
string homeassistant.components.sleepiq.const.SLEEPIQ_DATA = "sleepiq_data"
 
string homeassistant.components.sleepiq.const.SLEEPIQ_STATUS_COORDINATOR = "sleepiq_status"