From 3fb5b69fb2cf1cb2017fdf147f625696ef2f337a Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Tue, 26 Jan 2021 22:22:57 -0600 Subject: [PATCH] Add actions --- source/_lovelace/weather-forecast.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_lovelace/weather-forecast.markdown b/source/_lovelace/weather-forecast.markdown index ec562aa14ca5..3925f8f47122 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -68,6 +68,18 @@ theme: required: false description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/). type: string +tap_action: + required: false + description: The action taken on card tap. For more information, see the [action documentation](/lovelace/actions/#tap-action). + type: map +hold_action: + required: false + description: The action taken on card tap and hold. For more information, see the [action documentation](/lovelace/actions/#hold-action). + type: map +double_tap_action: + required: false + description: The action taken on card double-tap. For more information, see the [action documentation](/lovelace/actions/#double-tap-action). + type: map {% endconfiguration %} Example