From f85733f0dfb69deb8960b2e2d50770803c55f4a2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 26 Jan 2016 11:17:20 +0100 Subject: [PATCH] Add link to group docs --- source/getting-started/devices.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/getting-started/devices.markdown b/source/getting-started/devices.markdown index a026836a85b..2df480d61d3 100644 --- a/source/getting-started/devices.markdown +++ b/source/getting-started/devices.markdown @@ -70,11 +70,13 @@ group: - media_player.nexus_player ``` +For more details please check the [Group](https://home-assistant.io/components/group/) page. + ### {% linkable_title Customizing devices and services %} -By default, all of your devices will be visible and have a default icon determined by their domain. You may find it desireable to customize the look and feel of your front page by altering some of these parameters. This can be done by adding the following config to the `homeassistant:` section. +By default, all of your devices will be visible and have a default icon determined by their domain. You may find it desireable to customize the look and feel of your front page by altering some of these parameters. This can be done by adding the following configuration to the `homeassistant:` section. -Entity_pictures, badges, device_tracker pictures, etc can either be a URL or `/local/file.jpg`, which points to directory `www` in the HASS configuration directory. +`entity_pictures`, badges, `device_tracker` pictures, etc. can either be a URL or `/local/file.jpg`, which points to directory `www` in the HASS configuration directory. ```yaml # Example configuration.yaml entry