From 3e606bbfd747e6b27ee5d2511c0576760e26812a Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Tue, 29 Oct 2019 13:31:10 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 966f74a..0efb606 100644 --- a/README.md +++ b/README.md @@ -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`