Added doc for icons

As it now supports icons, adding that to the docs
This commit is contained in:
DubhAd 2018-07-22 12:46:12 +01:00 committed by GitHub
parent 8209b2768c
commit c43e91394a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,10 @@ name:
required: false
description: Overwrites friendly name.
type: string
icon:
required: false
description: Overwrites the entity's icon.
type: Any icon from [MaterialDesignIcons.com](http://MaterialDesignIcons.com) ([Cheatsheet](https://materialdesignicons.com/cheatsheet)). Prefix name with `mdi:`, ie `mdi:home`.
tap_action:
required: false
description: "Set to `toggle` or `turn-on` for direct actions."