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

Variables

string ATTR_DATETIME = "datetime"
 
string DOMAIN = "datetime"
 
string SERVICE_SET_VALUE = "set_value"
 

Detailed Description

Provides the constants needed for the component.

Variable Documentation

◆ ATTR_DATETIME

string homeassistant.components.datetime.const.ATTR_DATETIME = "datetime"

Definition at line 5 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ SERVICE_SET_VALUE

string homeassistant.components.datetime.const.SERVICE_SET_VALUE = "set_value"

Definition at line 7 of file const.py.