Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants for the Times of the Day integration."""
2
3
DOMAIN =
"tod"
4
5
CONF_AFTER_TIME =
"after_time"
6
CONF_AFTER_OFFSET =
"after_offset"
7
CONF_BEFORE_TIME =
"before_time"
8
CONF_BEFORE_OFFSET =
"before_offset"
core
homeassistant
components
tod
const.py
Generated by
1.9.1