Use consolidated constant for "description" (#48490)

This commit is contained in:
Philip Allgaier 2021-03-31 14:12:15 +02:00 committed by GitHub
parent d62297a28b
commit 450f3740cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 17 additions and 14 deletions

View file

@ -6,7 +6,6 @@ CONF_TRIGGER = "trigger"
CONF_TRIGGER_VARIABLES = "trigger_variables"
DOMAIN = "automation"
CONF_DESCRIPTION = "description"
CONF_HIDE_ENTITY = "hide_entity"
CONF_CONDITION_TYPE = "condition_type"