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

Variables

string CONF_AFTER_OFFSET = "after_offset"
 
string CONF_AFTER_TIME = "after_time"
 
string CONF_BEFORE_OFFSET = "before_offset"
 
string CONF_BEFORE_TIME = "before_time"
 
string DOMAIN = "tod"
 

Detailed Description

Constants for the Times of the Day integration.

Variable Documentation

◆ CONF_AFTER_OFFSET

string homeassistant.components.tod.const.CONF_AFTER_OFFSET = "after_offset"

Definition at line 6 of file const.py.

◆ CONF_AFTER_TIME

string homeassistant.components.tod.const.CONF_AFTER_TIME = "after_time"

Definition at line 5 of file const.py.

◆ CONF_BEFORE_OFFSET

string homeassistant.components.tod.const.CONF_BEFORE_OFFSET = "before_offset"

Definition at line 8 of file const.py.

◆ CONF_BEFORE_TIME

string homeassistant.components.tod.const.CONF_BEFORE_TIME = "before_time"

Definition at line 7 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.