From 0bef100ed955bc9f650cdc2ced188f6ef383ae32 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Mon, 3 Apr 2017 11:27:31 +0200 Subject: [PATCH] ajout du group --- home-assistant/ha_configuration.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home-assistant/ha_configuration.yml b/home-assistant/ha_configuration.yml index 445e3bc..77ad7f4 100644 --- a/home-assistant/ha_configuration.yml +++ b/home-assistant/ha_configuration.yml @@ -58,3 +58,11 @@ automation: topic: "strip1/speed/switch" payload: '{{ trigger.to_state.state | int }}' retain: True + +group: + Strip1: + view: "yes" + entities: + - light.test_esp + - input_slider.strip1_animation_speed + - input_select.strip1_effect