From 2aa81c6c803203d36f81dc079a95b3f8c4ae7816 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Mon, 22 May 2017 14:42:28 +0100 Subject: [PATCH] Support for new automation web ui --- automations.yaml | 0 configuration.yaml | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 automations.yaml diff --git a/automations.yaml b/automations.yaml new file mode 100644 index 0000000..e69de29 diff --git a/configuration.yaml b/configuration.yaml index b4ac8fe..2f1511b 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -94,6 +94,8 @@ script: !include_dir_named scripts light: !include light.yaml -automation: !include_dir_merge_list automation +automation old: !include_dir_merge_list automation + +automation: !include automations.yaml group: !include_dir_named groups