mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Add excluded_entities syntax for Lovelace UI (#5681)
This commit is contained in:
parent
5fa06c32cb
commit
e2c9f049ab
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user