Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57acb25

Browse files
authored
Add icon reference to Lovelace documentation (home-assistant#16865)
1 parent ede860d commit 57acb25

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

source/lovelace/badges.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ name:
3030
default: Name of entity
3131
icon:
3232
required: false
33-
description: Overwrites icon or entity picture.
33+
description: Overwrites icon or entity picture. You can use any icon from [MaterialDesignIcons.com](http://MaterialDesignIcons.com). Prefix the icon name with `mdi:`, ie `mdi:home`.
3434
type: string
3535
default: Entity domain icon
3636
image:
@@ -87,7 +87,7 @@ name:
8787
type: string
8888
icon:
8989
required: false
90-
description: Overwrites icon or entity picture.
90+
description: Overwrites icon or entity picture. You can use any icon from [MaterialDesignIcons.com](http://MaterialDesignIcons.com). Prefix the icon name with `mdi:`, ie `mdi:home`.
9191
type: string
9292
image:
9393
required: false

source/lovelace/dashboards-and-views.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dashboards:
110110
type: string
111111
icon:
112112
required: false
113-
description: The icon to show in the sidebar.
113+
description: The icon to show in the sidebar. You can use any icon from [MaterialDesignIcons.com](http://MaterialDesignIcons.com). Prefix the icon name with `mdi:`, ie `mdi:home`.
114114
type: string
115115
show_in_sidebar:
116116
required: false
@@ -227,7 +227,7 @@ views:
227227
default: view index
228228
icon:
229229
required: false
230-
description: Icon-name from Material Design Icons.
230+
description: Icon-name from Material Design Icons. You can use any icon from [MaterialDesignIcons.com](http://MaterialDesignIcons.com). Prefix the icon name with `mdi:`, ie `mdi:home`.
231231
type: string
232232
panel:
233233
required: false

source/lovelace/header-footer.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ entities:
6969
type: string
7070
icon:
7171
required: false
72-
description: Override the entity icon.
72+
description: Override the entity icon. You can use any icon from [MaterialDesignIcons.com](http://MaterialDesignIcons.com). Prefix the icon name with `mdi:`, ie `mdi:home`.
7373
type: string
7474
image:
7575
required: false

0 commit comments

Comments
 (0)