Fixing customize example for customize_glob icon (#2147)
Icons should be `icon: mdi:icon-name` not `icon: mid:icon-name`.
This commit is contained in:
parent
9982a04814
commit
9ea4165f46
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ homeassistant:
|
||||||
icon: mdi:home
|
icon: mdi:home
|
||||||
customize_glob:
|
customize_glob:
|
||||||
"light.kitchen_*":
|
"light.kitchen_*":
|
||||||
icon: mid:description
|
icon: mdi:description
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue