From edc75ac2b93265474c548900a318d31bf963a480 Mon Sep 17 00:00:00 2001 From: Timmo Date: Tue, 14 May 2019 10:58:01 +0100 Subject: [PATCH] Add entity button icon_height docs (#9449) * :sparkles: Add entity button icon_height docs Further to https://github.com/home-assistant/home-assistant-polymer/pull/2800#issuecomment-492079894 * :hammer: Expand --- source/_lovelace/entity-button.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_lovelace/entity-button.markdown b/source/_lovelace/entity-button.markdown index 1cd473e21ab..fc5649cb712 100644 --- a/source/_lovelace/entity-button.markdown +++ b/source/_lovelace/entity-button.markdown @@ -51,6 +51,11 @@ show_icon: description: Show icon. type: boolean default: "true" +icon_height: + required: false + description: Set the height for the icon. This is in pixels which is handled by the config ui. (Advanced users can use other CSS values if they like) + type: string + default: auto tap_action: required: false description: Action to take on tap