Add note about ordering (#4289)

* add note about ordering, matching PR #11340 in HA

* ✏️ Grammar
This commit is contained in:
Bob Anderson 2018-01-11 13:17:05 -08:00 committed by Franck Nijhof
parent 06fe679bd8
commit fa13b97618

View File

@ -71,7 +71,7 @@ history:
- media_player
```
Use the `include` list to define the domains/entities to display, and exclude some of them with in the `exclude` list. This makes sense if you for instance include the `sensor` domain, but want to exclude some specific sensors. Instead of adding every sensor entity to the `include` `entities` list just include the `sensor` domain and exclude the sensor entities you are not interested in.
Use the `include` list to define the domains/entities to display, and exclude some of them within the `exclude` list. This makes sense if you, for instance, include the `sensor` domain, but want to exclude some specific sensors. Instead of adding every sensor entity to the `include` `entities` list just include the `sensor` domain and exclude the sensor entities you are not interested in. Note that the order of any `include` `entities` will be displayed as listed in the configuration, otherwise, the display order is arbitrary.
```yaml
# Example configuration.yaml entry with include and exclude