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

Variables

string ATTR_DURATION = "duration"
 
string ATTR_VOLUME = "volume"
 
int DEFAULT_TRANSITION_DURATION = 20
 
string DOMAIN = "snooz"
 
string SERVICE_TRANSITION_OFF = "transition_off"
 
string SERVICE_TRANSITION_ON = "transition_on"
 

Detailed Description

Constants for the Snooz component.

Variable Documentation

◆ ATTR_DURATION

string homeassistant.components.snooz.const.ATTR_DURATION = "duration"

Definition at line 12 of file const.py.

◆ ATTR_VOLUME

string homeassistant.components.snooz.const.ATTR_VOLUME = "volume"

Definition at line 11 of file const.py.

◆ DEFAULT_TRANSITION_DURATION

int homeassistant.components.snooz.const.DEFAULT_TRANSITION_DURATION = 20

Definition at line 14 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ SERVICE_TRANSITION_OFF

string homeassistant.components.snooz.const.SERVICE_TRANSITION_OFF = "transition_off"

Definition at line 9 of file const.py.

◆ SERVICE_TRANSITION_ON

string homeassistant.components.snooz.const.SERVICE_TRANSITION_ON = "transition_on"

Definition at line 8 of file const.py.