From 39562cdc147d85fac8c8fd5ee6d852e2cde7c024 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 12 Dec 2018 12:43:23 +0100 Subject: [PATCH] Fix yaml errors --- source/_lovelace/entity-button.markdown | 20 +++--- source/_lovelace/glance.markdown | 20 +++--- source/_lovelace/picture-elements.markdown | 82 +++++++++++----------- source/_lovelace/picture-entity.markdown | 20 +++--- source/_lovelace/picture-glance.markdown | 20 +++--- source/_lovelace/picture.markdown | 20 +++--- 6 files changed, 91 insertions(+), 91 deletions(-) diff --git a/source/_lovelace/entity-button.markdown b/source/_lovelace/entity-button.markdown index b987f532429..363b521216e 100644 --- a/source/_lovelace/entity-button.markdown +++ b/source/_lovelace/entity-button.markdown @@ -52,22 +52,22 @@ tap_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none hold_action: @@ -77,22 +77,22 @@ hold_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none theme: diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index 017c3389c15..35d20b849c9 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -74,22 +74,22 @@ tap_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none hold_action: @@ -99,22 +99,22 @@ hold_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none {% endconfiguration %} diff --git a/source/_lovelace/picture-elements.markdown b/source/_lovelace/picture-elements.markdown index 4c012f1191c..37a757d011f 100644 --- a/source/_lovelace/picture-elements.markdown +++ b/source/_lovelace/picture-elements.markdown @@ -76,22 +76,22 @@ tap_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none hold_action: @@ -101,22 +101,22 @@ hold_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none style: @@ -152,22 +152,22 @@ tap_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none hold_action: @@ -177,22 +177,22 @@ hold_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none style: @@ -237,7 +237,7 @@ type: type: string icon: required: true - description: Icon to display (e.g., `mdi:home`) + description: "Icon to display (e.g., `mdi:home`)" type: string title: required: false @@ -254,22 +254,22 @@ tap_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none hold_action: @@ -279,22 +279,22 @@ hold_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none style: @@ -322,22 +322,22 @@ tap_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none hold_action: @@ -347,22 +347,22 @@ hold_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none image: diff --git a/source/_lovelace/picture-entity.markdown b/source/_lovelace/picture-entity.markdown index 727e196b049..9b8862c051e 100644 --- a/source/_lovelace/picture-entity.markdown +++ b/source/_lovelace/picture-entity.markdown @@ -63,22 +63,22 @@ tap_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none hold_action: @@ -88,22 +88,22 @@ hold_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none {% endconfiguration %} diff --git a/source/_lovelace/picture-glance.markdown b/source/_lovelace/picture-glance.markdown index b97171471dd..c8f4db05c9b 100644 --- a/source/_lovelace/picture-glance.markdown +++ b/source/_lovelace/picture-glance.markdown @@ -62,22 +62,22 @@ tap_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none hold_action: @@ -87,22 +87,22 @@ hold_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none {% endconfiguration %} diff --git a/source/_lovelace/picture.markdown b/source/_lovelace/picture.markdown index 9670b48a371..c346343cc3d 100644 --- a/source/_lovelace/picture.markdown +++ b/source/_lovelace/picture.markdown @@ -33,22 +33,22 @@ tap_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none hold_action: @@ -58,22 +58,22 @@ hold_action: keys: action: required: true - description: Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`) + description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `none`)" type: string - default: `more-info` + default: "`more-info`" navigation_path: required: false - description: Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate` + description: "Path to navigate to (e.g. `/lovelace/0/`) when `action` defined as `navigate`" type: string default: none service: required: false - description: Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` + description: "Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service`" type: string default: none service_data: required: false - description: Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service` + description: "Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`" type: string default: none {% endconfiguration %}