Add excluded_entities syntax for Lovelace UI (#5681)

This commit is contained in:
c727 2018-07-08 12:14:11 +02:00 committed by Franck Nijhof
parent 5fa06c32cb
commit e2c9f049ab

View File

@ -45,6 +45,9 @@ Create a new file `<config>/ui-lovelace.yaml` and add the following content. Adj
```yaml ```yaml
title: My Awesome Home title: My Awesome Home
# Exclude entites from "Unused entities" view
excluded_entities:
- weblink.router
views: views:
# View tab title. # View tab title.
- title: Example - title: Example