From 394be46ebb1d94dfcb0269754f9bea311565d274 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 14 Dec 2021 01:41:53 +0100 Subject: [PATCH] Remove groups organization advise from device configuration page --- source/_docs/configuration/devices.markdown | 22 --------------------- 1 file changed, 22 deletions(-) diff --git a/source/_docs/configuration/devices.markdown b/source/_docs/configuration/devices.markdown index e042d212dd71..4a51048b9eee 100644 --- a/source/_docs/configuration/devices.markdown +++ b/source/_docs/configuration/devices.markdown @@ -59,25 +59,3 @@ switch 1: switch 2: platform: vera ``` - -## Grouping entities - -Once you have several entities set up, it is time to organize them into groups. -Each group consists of a name and a list of entity IDs. Entity IDs can be -retrieved from the web interface by using the -{% my developer_states title="States page in the Developer Tools" %}. - -```yaml -# Example configuration.yaml entry -group: - living_room: - entities: - - light.table_lamp - - switch.ac - bedroom: - entities: - - light.bedroom - - media_player.nexus_player -``` - -For more details please check the [Group](/integrations/group/) page.