From 2ba8bd5b65d278ccb148efc34a720942915f0813 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Mon, 17 Feb 2020 06:36:51 -0600 Subject: [PATCH] Update and rename entity-button.markdown to button.markdown (#11895) * Update and rename entity-button.markdown to button.markdown * Update _redirects --- ...entity-button.markdown => button.markdown} | 22 +++++++++---------- source/_redirects | 3 +++ 2 files changed, 14 insertions(+), 11 deletions(-) rename source/_lovelace/{entity-button.markdown => button.markdown} (92%) diff --git a/source/_lovelace/entity-button.markdown b/source/_lovelace/button.markdown similarity index 92% rename from source/_lovelace/entity-button.markdown rename to source/_lovelace/button.markdown index 98c27862259..68db61aaf7a 100644 --- a/source/_lovelace/entity-button.markdown +++ b/source/_lovelace/button.markdown @@ -1,25 +1,25 @@ --- -title: "Entity Button Card" -sidebar_label: Entity Button -description: "The Entity Button card allows you to add buttons to perform tasks" +title: "Button Card" +sidebar_label: Button +description: "The Button card allows you to add buttons to perform tasks" --- -The Entity Button card allows you to add buttons to perform tasks. +The Button card allows you to add buttons to perform tasks.

-Screenshot of the entity button card -Screenshot of the Entity Button card. +Screenshot of the button card +Screenshot of the Button card.

```yaml -type: entity-button +type: button entity: light.living_room ``` {% configuration %} type: required: true - description: entity-button + description: button type: string entity: required: true @@ -189,7 +189,7 @@ user: Title and Script Service Example: ```yaml -type: entity-button +type: button name: Turn Off Lights tap_action: action: call-service @@ -200,6 +200,6 @@ entity: script.turn_off_lights ```

-Screenshot of the entity button card -Screenshot of the Entity Button card with Title and Script Service. +Screenshot of the button card +Screenshot of the Button card with Title and Script Service.

diff --git a/source/_redirects b/source/_redirects index cd8f2f53ea8..bb9b56e07a8 100644 --- a/source/_redirects +++ b/source/_redirects @@ -2079,3 +2079,6 @@ /addons/snips https://github.com/home-assistant/hassio-addons/blob/master/snips/README.md /addons/ssh https://github.com/home-assistant/hassio-addons/blob/master/ssh/README.md /addons/tellstick https://github.com/home-assistant/hassio-addons/blob/master/tellstick/README.md + +# Lovelace documentation +/lovelace/entity-button /lovelace/button