Add dropdown style for hvac mode feature (#30222)

This commit is contained in:
Paul Bottein 2023-12-08 23:18:06 +01:00 committed by GitHub
parent 9e576736b0
commit d6adcf3781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.