Update README.md

This commit is contained in:
Ian Richardson
2019-10-29 13:31:10 -05:00
committed by GitHub
parent e643d0e645
commit 3e606bbfd7
+1 -1
View File
@@ -27,7 +27,7 @@ A community driven boilerplate of best practices for Home Assistant Lovelace cus
| Name | Type | Requirement | Description | Default
| ---- | ---- | ------- | ----------- | -------
| action | string | **Required** | Action to perform (toggle-menu, more-info, toggle, call-service, navigate url, none) | `toggle-menu` for menu and `more-info` for items
| action | string | **Required** | Action to perform (more-info, toggle, call-service, navigate url, none) | `more-info`
| navigation_path | string | **Optional** | Path to navigate to (e.g. /lovelace/0/) when action defined as navigate | `none`
| url | string | **Optional** | URL to open on click when action is url. The URL will open in a new tab | `none`
| service | string | **Optional** | Service to call (e.g. media_player.media_play_pause) when action defined as call-service | `none`