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 = "date"
4 
5 SERVICE_SET_VALUE = "set_value"