From 2f704f9f67726d84c863cd3fdd83c0566018c117 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 21 Dec 2023 13:45:30 +0100 Subject: [PATCH] Add option to show current temperature/humidifier on cards (#30429) * Add option to show current temperature/humidifier on cards * tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_dashboards/humidifier.markdown | 5 +++++ source/_dashboards/thermostat.markdown | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/source/_dashboards/humidifier.markdown b/source/_dashboards/humidifier.markdown index 3c8170af109..8b7d4bdd4ec 100644 --- a/source/_dashboards/humidifier.markdown +++ b/source/_dashboards/humidifier.markdown @@ -38,6 +38,11 @@ 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 +show_current_as_primary: + required: false + description: Show current humidity as primary information instead of target humidity. The target humidity will be displayed as secondary information. + type: boolean + default: false features: required: false description: Additional widgets to control your entity. See [available features](/dashboards/features). Only humidifier related features are supported. diff --git a/source/_dashboards/thermostat.markdown b/source/_dashboards/thermostat.markdown index 896d647b5ae..1614b1b3c89 100644 --- a/source/_dashboards/thermostat.markdown +++ b/source/_dashboards/thermostat.markdown @@ -38,6 +38,11 @@ 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 +show_current_as_primary: + required: false + description: Show current temperature as primary information instead of target temperature. The target temperature will be displayed as secondary information. + type: boolean + default: false features: required: false description: Additional widgets to control your entity. See [available features](/dashboards/features). Only climate related features are supported.