Update customizing-devices.markdown (#3816)

When I read this line, I was thinking that ALL THREE were required, otherwise it would fail.  I believe the sentiment is that in order to utilize any of the three, they must fall under homeassistant: in order for them to work.  Correct?
This commit is contained in:
arretx 2017-10-28 16:41:49 -07:00 committed by Fabian Affolter
parent cda120f274
commit 2c1d63be6e

View File

@ -13,7 +13,7 @@ redirect_from: /getting-started/customizing-devices/
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 overriding attributes of specific entities.
<p class='note'>
Be careful not to forget to place `customize`, `customize_domain`, and `customize_glob` inside `homeassistant:` or it will fail.
If you implement `customize`, `customize_domain`, or `customize_glob` you must make sure it is done inside of `homeassistant:` or it will fail.
</p>
```yaml