mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +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
|
required: true
|
||||||
description: "`climate-hvac-modes`"
|
description: "`climate-hvac-modes`"
|
||||||
type: string
|
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:
|
hvac_modes:
|
||||||
required: true
|
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`.
|
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