Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Provides the constants needed for the component."""
2 
3 DOMAIN = "datetime"
4 
5 ATTR_DATETIME = "datetime"
6 
7 SERVICE_SET_VALUE = "set_value"