Use core constants for automation (#46016)

This commit is contained in:
tkdrob 2021-02-04 21:41:43 -05:00 committed by GitHub
parent 374aa3aee1
commit bcefbe2dca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,6 @@
"""Constants for the automation integration."""
import logging
CONF_CONDITION = "condition"
CONF_ACTION = "action"
CONF_TRIGGER = "trigger"
DOMAIN = "automation"