mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add dropdown style for hvac mode feature (#30222)
This commit is contained in:
parent
9e576736b0
commit
d6adcf3781
@ -68,6 +68,11 @@ type:
|
||||
required: true
|
||||
description: "`climate-hvac-modes`"
|
||||
type: string
|
||||
style:
|
||||
required: false
|
||||
description: "How the modes should be displayed. It can be either `dropdown` or `icons`."
|
||||
type: string
|
||||
default: icons
|
||||
hvac_modes:
|
||||
required: true
|
||||
description: List of modes to show on the card. The list can contain `auto`, `heat_cool`, `heat`, `cool`, `dry`, `fan_only`, and `off`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user