Variables | |
| string | ACTUATOR = "actuator" |
| string | BED = "bed" |
| string | DATA_SLEEPIQ = "data_sleepiq" |
| string | DOMAIN = "sleepiq" |
| dictionary | ENTITY_TYPES |
| string | FIRMNESS = "firmness" |
| string | FOOT_WARMER = "foot_warmer" |
| string | FOOT_WARMING_TIMER = "foot_warming_timer" |
| string | ICON_EMPTY = "mdi:bed-empty" |
| string | ICON_OCCUPIED = "mdi:bed" |
| string | IS_IN_BED = "is_in_bed" |
| string | LEFT = "left" |
| string | PRESSURE = "pressure" |
| string | RIGHT = "right" |
| list | SIDES = [LEFT, RIGHT] |
| string | SLEEP_NUMBER = "sleep_number" |
| string | SLEEPIQ_DATA = "sleepiq_data" |
| string | SLEEPIQ_STATUS_COORDINATOR = "sleepiq_status" |
Define constants for the SleepIQ component.
| string homeassistant.components.sleepiq.const.ACTUATOR = "actuator" |
| 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.PRESSURE = "pressure" |
| string homeassistant.components.sleepiq.const.RIGHT = "right" |
| string homeassistant.components.sleepiq.const.SLEEP_NUMBER = "sleep_number" |
| string homeassistant.components.sleepiq.const.SLEEPIQ_DATA = "sleepiq_data" |