Skip to content

Commit

Permalink
Fix yaml errors
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Dec 12, 2018
1 parent 12770d7 commit 39562cd
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 91 deletions.
20 changes: 10 additions & 10 deletions source/_lovelace/entity-button.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
20 changes: 10 additions & 10 deletions source/_lovelace/glance.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 %}
Expand Down
82 changes: 41 additions & 41 deletions source/_lovelace/picture-elements.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Loading

0 comments on commit 39562cd

Please sign in to comment.