Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.snooz.const
 

Variables

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