Add missing icon option for light-card (#11967)

This commit is contained in:
Ian Richardson 2020-02-04 08:34:52 -06:00 committed by GitHub
parent 25f42c7745
commit 8aab53055a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,11 @@ name:
description: Overwrites friendly name. description: Overwrites friendly name.
type: string type: string
default: Name of Entity default: Name of Entity
icon:
required: false
description: Overwrites icon.
type: string
default: Entity Domain Icon
theme: theme:
required: false required: false
description: Set to any theme within `themes.yaml`. description: Set to any theme within `themes.yaml`.