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>
This commit is contained in:
Paul Bottein 2023-12-21 13:45:30 +01:00 committed by GitHub
parent 0ce53c995a
commit 2f704f9f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -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.

View File

@ -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.