
* Add option to show current temperature/humidifier on cards * tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
1.7 KiB
type, title, sidebar_label, description
type | title | sidebar_label | description |
---|---|---|---|
card | Humidifier card | Humidifier | The humidifier card gives control of your humidifier entity, allowing you to change the target humidity and mode of the entity. |
The humidifier card lets you control and monitor humidifiers, dehumidifiers, and hygrostat devices.
Screenshot of the humidifier card.
{% include dashboard/edit_dashboard.md %}
All options for this card can be configured via the user interface.
YAML configuration
The following YAML options are available when you use YAML mode or just prefer to use YAML in the code editor in the UI.
{% configuration %}
type:
required: true
description: "humidifier
"
type: string
entity:
required: true
description: Entity ID of humidifier
domain.
type: string
name:
required: false
description: Name of entity.
type: string
default: Entity name
theme:
required: false
description: Override the used theme for this card with any loaded theme. For more information about themes, see the frontend documentation.
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. Only humidifier related features are supported.
type: list
{% endconfiguration %}
Example
type: humidifier
entity: humidifier.bedroom
name: Bedroom Humidifier