You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/lovelace/badges.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ name:
30
30
default: Name of entity
31
31
icon:
32
32
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`.
34
34
type: string
35
35
default: Entity domain icon
36
36
image:
@@ -87,7 +87,7 @@ name:
87
87
type: string
88
88
icon:
89
89
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`.
Copy file name to clipboardExpand all lines: source/lovelace/dashboards-and-views.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ dashboards:
110
110
type: string
111
111
icon:
112
112
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`.
114
114
type: string
115
115
show_in_sidebar:
116
116
required: false
@@ -227,7 +227,7 @@ views:
227
227
default: view index
228
228
icon:
229
229
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`.
Copy file name to clipboardExpand all lines: source/lovelace/header-footer.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ entities:
69
69
type: string
70
70
icon:
71
71
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`.
0 commit comments