From 5f268b06ef0291cea3250aa0901bf454bc018b36 Mon Sep 17 00:00:00 2001 From: Will Heid Date: Thu, 24 Mar 2016 10:26:29 -0700 Subject: [PATCH] Update devices.markdown Just a slight "english" revision. --- source/getting-started/devices.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/devices.markdown b/source/getting-started/devices.markdown index 118a7b35cd8..b2eb87a4ef6 100644 --- a/source/getting-started/devices.markdown +++ b/source/getting-started/devices.markdown @@ -76,7 +76,7 @@ For more details please check the [Group](https://home-assistant.io/components/g By default, all of your devices will be visible and have a default icon determined by their domain. You can customize the look and feel of your front page by altering some of these parameters. This can be done by adding the following configuration inside the `homeassistant:` section. -`entity_picture`s, badges, `device_tracker` pictures, etc. can either be external URLs or like `/local/filename.jpg`, where `/local` points to the directory `www` in the HASS configuration directory. You may have to create the `www` directory yourself as it is not made automatically. +`entity_picture`entries, badges, `device_tracker` pictures, etc. can either be external URLs (e.g. `http://example.com/example.jpg`) or of the form `/local/filename.jpg`, where `/local` represents the directory `www` in the HASS configuration directory. You may have to create the `www` directory yourself as it is not made automatically. You can also use `icon` and refer to any icon from [MaterialDesignIcons.com](http://MaterialDesignIcons.com).