From 3f8cb6273eb5d0e062f61ded9f3a7956410d9e61 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Tue, 31 Oct 2017 21:44:55 +0000 Subject: [PATCH] Describing group behaviour (#3852) I've added details on the 2 I know of, but I don't know if there are others. I've put this in as a PR so any other behaviours can be caught in this update. This PR is because we don't actually seem to have documented that behaviour anywhere. --- source/_components/group.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/group.markdown b/source/_components/group.markdown index d090dc7b9f8..5dd01ab44c5 100644 --- a/source/_components/group.markdown +++ b/source/_components/group.markdown @@ -120,3 +120,7 @@ group: - group.all_automations - group.all_scripts ``` + +## {% linkable_title Group behaviour %} + +When any member of a group is `on` then the group will also be `on`. Similarly with a device tracker, when any member of the group is `home` then the group is `home`.