ha-registry/custom_components/ha_registry/const.py

17 lines
416 B
Python
Executable File

"""Constants for the ha_registry integration."""
DOMAIN = "ha_registry"
ATTR_ALIASES = "aliases"
ATTR_DISABLED = "disabled"
ATTR_DISABLED_BY = "disabled_by"
ATTR_HIDDEN = "hidden"
ATTR_HIDDEN_BY = "hidden_by"
ATTR_NEW_ENTITY_ID = "new_entity_id"
ATTR_OPTIONS = "options"
ATTR_OPTIONS_DOMAIN = "options_domain"
ATTR_STATUS = "status"
SERVICE_REMOVE_ENTITY = "remove_entity"
SERVICE_UPDATE_ENTITY = "update_entity"