diff --git a/source/_lovelace/humidifier.markdown b/source/_lovelace/humidifier.markdown index 12e1cafb8e7..ce853fbfc8f 100644 --- a/source/_lovelace/humidifier.markdown +++ b/source/_lovelace/humidifier.markdown @@ -1,19 +1,24 @@ --- title: "Humidifier Card" sidebar_label: Humidifier -description: "The Humidifier card lets you control and monitor humidifiers, dehumidifiers, and hygrostat devices." +description: "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 + Screenshot of the humidifier card. +

+ {% configuration %} type: required: true - description: entity + description: humidifier type: string entity: required: true - description: Home Assistant entity ID. + description: Entity id of `humidifier` domain type: string name: required: false @@ -32,4 +37,4 @@ theme: - type: humidifier entity: humidifier.bedroom name: Bedroom Humidifier -``` \ No newline at end of file +``` diff --git a/source/images/lovelace/lovelace_humidifier_card.png b/source/images/lovelace/lovelace_humidifier_card.png new file mode 100644 index 00000000000..0e04a2acea7 Binary files /dev/null and b/source/images/lovelace/lovelace_humidifier_card.png differ