Migrate automation to use describe_event for logbook (#36356)

This commit is contained in:
Franck Nijhof 2020-06-02 02:18:40 +02:00 committed by GitHub
parent a4d4e26fe5
commit e6fe34e64d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 53 additions and 92 deletions

View file

@ -180,7 +180,6 @@ CONF_XY = "xy"
CONF_ZONE = "zone"
# #### EVENTS ####
EVENT_AUTOMATION_TRIGGERED = "automation_triggered"
EVENT_CALL_SERVICE = "call_service"
EVENT_COMPONENT_LOADED = "component_loaded"
EVENT_CORE_CONFIG_UPDATE = "core_config_updated"