From b7502920121db4d65b68b4e893f2fe9acb78c1d8 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Mon, 17 Jan 2022 19:37:36 +0100 Subject: [PATCH] groups and sensors --- configuration.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 531a85b..f32e32b 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -88,8 +88,9 @@ weather: mode: daily +group: !include_dir_merge_named include/groups/ +sensor: !include_dir_merge_list include/sensors/ -group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml