mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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:
parent
0ce53c995a
commit
2f704f9f67
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user