Update docs for show/hide name/icon (#8889)

* Update default tap_action

* show/hide name/icon
This commit is contained in:
Ian Richardson 2019-03-10 05:12:03 -05:00 committed by Fabian Affolter
parent 22f5308903
commit 3df9f52770

View File

@ -41,6 +41,16 @@ icon:
description: Overwrites icon or entity picture.
type: string
default: Entity Domain Icon
show_name:
required: false
description: Show name.
type: boolean
default: "true"
show_icon:
required: false
description: Show icon.
type: boolean
default: "true"
tap_action:
required: false
description: Action to take on tap
@ -50,7 +60,7 @@ tap_action:
required: true
description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)"
type: string
default: "`more-info`"
default: "`toggle`"
navigation_path:
required: false
description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`"