Update picture.markdown (#7836)

Picture card example was not updated to reflect changes from .84 update in regards to tap_action and navigation.
This commit is contained in:
Galtwise 2018-12-14 01:43:59 -06:00 committed by Fabian Affolter
parent b3957439c7
commit 79b9d1a5a4

View File

@ -85,7 +85,9 @@ Navigate to another view:
```yaml ```yaml
- type: picture - type: picture
image: /local/home.jpg image: /local/home.jpg
navigation_path: /lovelace/home tap_action:
action: navigate
navigation_path: /lovelace/home
``` ```
Check the [views](/lovelace/views/) setup on how to setup custom IDs. Check the [views](/lovelace/views/) setup on how to setup custom IDs.