From 4d460d9e5e810a1824ae5b1ab355914d8181d453 Mon Sep 17 00:00:00 2001 From: Jefe2 <47016097+Jefe2@users.noreply.github.com> Date: Mon, 28 Nov 2022 07:51:38 -0500 Subject: [PATCH] Update tile.markdown (#25074) --- source/_dashboards/tile.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_dashboards/tile.markdown b/source/_dashboards/tile.markdown index b9ca80a6afb..16aa7a632b9 100644 --- a/source/_dashboards/tile.markdown +++ b/source/_dashboards/tile.markdown @@ -2,7 +2,7 @@ type: card title: "Tile Card" sidebar_label: Tile -description: "The tile card gives you a quick overview of your entity. The card allows you to toggle the entity, show the more info dialog, or custom actions." +description: "The tile card gives you a quick overview of your entity. The card allows you to toggle the entity, show the more-info dialog, or custom actions." --- The tile card gives you a quick overview of your entity. The card allows you to toggle the entity and show the more info dialog. A badge is shown for some entities like the [climate](/integrations/climate) or [person](/integrations/person) entities. @@ -33,7 +33,7 @@ icon: type: string color: required: false - description: Set the color when the entity is active. By default, the color is based on `state`, `domain`, and `device_class` of your entity. It accept [color token](/dashboards/tile/#available-color-tokens) or hex color code. + description: Set the color when the entity is active. By default, the color is based on `state`, `domain`, and `device_class` of your entity. It accepts [color token](/dashboards/tile/#available-color-tokens) or hex color code. type: string default: state show_entity_picture: @@ -47,7 +47,7 @@ tap_action: type: map icon_tap_action: required: false - description: Action taken on icon card tap. See [action documentation](/dashboards/actions/#tap-action). By default, it will `toggle` the entity (if possible), otherwise, show the more-info" dialog. + description: Action taken on icon card tap. See [action documentation](/dashboards/actions/#tap-action). By default, it will `toggle` the entity (if possible), otherwise, show the "more-info" dialog. type: map {% endconfiguration %}