From d6adcf378196ec0dcd3d5ce5df8fbf8f8c88715d Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Fri, 8 Dec 2023 23:18:06 +0100 Subject: [PATCH] Add dropdown style for hvac mode feature (#30222) --- source/dashboards/features.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/dashboards/features.markdown b/source/dashboards/features.markdown index 02e79f282ad..84b1fbe9fb9 100644 --- a/source/dashboards/features.markdown +++ b/source/dashboards/features.markdown @@ -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`.