1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/huum/icons.json
Vincent Wolsink c2b284de2d Add humidity (steamer) control to Huum (#150330)
Co-authored-by: Norbert Rittel <norbert@rittel.de>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-08-10 21:55:20 +02:00

14 lines
192 B
JSON

{
"entity": {
"number": {
"humidity": {
"default": "mdi:water",
"range": {
"0": "mdi:water-off",
"1": "mdi:water"
}
}
}
}
}