mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Humidifier lovelace card (#13636)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
f253321b33
commit
973f1d0dd4
@ -1,19 +1,24 @@
|
|||||||
---
|
---
|
||||||
title: "Humidifier Card"
|
title: "Humidifier Card"
|
||||||
sidebar_label: Humidifier
|
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.
|
The Humidifier card lets you control and monitor humidifiers, dehumidifiers, and hygrostat devices.
|
||||||
|
|
||||||
|
<p class='img'>
|
||||||
|
<img src='/images/lovelace/lovelace_humidifier_card.png' alt='Screenshot of the humidifier card'>
|
||||||
|
Screenshot of the humidifier card.
|
||||||
|
</p>
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
type:
|
type:
|
||||||
required: true
|
required: true
|
||||||
description: entity
|
description: humidifier
|
||||||
type: string
|
type: string
|
||||||
entity:
|
entity:
|
||||||
required: true
|
required: true
|
||||||
description: Home Assistant entity ID.
|
description: Entity id of `humidifier` domain
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
required: false
|
required: false
|
||||||
@ -32,4 +37,4 @@ theme:
|
|||||||
- type: humidifier
|
- type: humidifier
|
||||||
entity: humidifier.bedroom
|
entity: humidifier.bedroom
|
||||||
name: Bedroom Humidifier
|
name: Bedroom Humidifier
|
||||||
```
|
```
|
||||||
|
BIN
source/images/lovelace/lovelace_humidifier_card.png
Normal file
BIN
source/images/lovelace/lovelace_humidifier_card.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user