Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for config."""
2 
3 ACTION_CREATE_UPDATE = "create_update"
4 ACTION_DELETE = "delete"
5 DOMAIN = "config"