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.