Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.device_sun_light_trigger
 

Functions

def homeassistant.components.device_sun_light_trigger.activate_automation (hass, device_group, light_group, light_profile, disable_turn_off)
 
bool homeassistant.components.device_sun_light_trigger.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

string homeassistant.components.device_sun_light_trigger.CONF_DEVICE_GROUP = "device_group"
 
string homeassistant.components.device_sun_light_trigger.CONF_DISABLE_TURN_OFF = "disable_turn_off"
 
string homeassistant.components.device_sun_light_trigger.CONF_LIGHT_GROUP = "light_group"
 
string homeassistant.components.device_sun_light_trigger.CONF_LIGHT_PROFILE = "light_profile"
 
 homeassistant.components.device_sun_light_trigger.CONFIG_SCHEMA
 
bool homeassistant.components.device_sun_light_trigger.DEFAULT_DISABLE_TURN_OFF = False
 
string homeassistant.components.device_sun_light_trigger.DEFAULT_LIGHT_PROFILE = "relax"
 
string homeassistant.components.device_sun_light_trigger.DOMAIN = "device_sun_light_trigger"
 
 homeassistant.components.device_sun_light_trigger.LIGHT_TRANSITION_TIME = timedelta(minutes=15)