From 62ebd2b9b2540a6b7adf58c9817e9e9d1cb3d1ad Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 5 Jun 2016 15:08:50 +0200 Subject: [PATCH] Fix layout --- source/getting-started/customizing-devices.markdown | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/source/getting-started/customizing-devices.markdown b/source/getting-started/customizing-devices.markdown index 43caeed11a5..e24a72eb45e 100644 --- a/source/getting-started/customizing-devices.markdown +++ b/source/getting-started/customizing-devices.markdown @@ -9,13 +9,11 @@ sharing: true footer: true --- -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. +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. -Devices that you don't want to have visible can be hidden with `hidden`. -`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. +Devices that you don't want to have visible can be hidden with `hidden`. + +`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).