Add icon reference to Lovelace documentation (#16865)

This commit is contained in:
Franck Nijhof 2021-03-15 13:58:40 +01:00 committed by GitHub
parent ede860d9be
commit 57acb255da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ name:
default: Name of entity
icon:
required: false
description: Overwrites icon or entity picture.
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`.
type: string
default: Entity domain icon
image:
@ -87,7 +87,7 @@ name:
type: string
icon:
required: false
description: Overwrites icon or entity picture.
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`.
type: string
image:
required: false

View File

@ -110,7 +110,7 @@ dashboards:
type: string
icon:
required: false
description: The icon to show in the sidebar.
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`.
type: string
show_in_sidebar:
required: false
@ -227,7 +227,7 @@ views:
default: view index
icon:
required: false
description: Icon-name from Material Design Icons.
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`.
type: string
panel:
required: false

View File

@ -69,7 +69,7 @@ entities:
type: string
icon:
required: false
description: Override the entity icon.
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`.
type: string
image:
required: false