From 9833b3e2f389862bfe8a90be160cc1b8b8521e46 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Thu, 18 Jul 2024 16:55:58 +0200 Subject: [PATCH] Add information about `enum` virtual component for Shelly devices (#33765) --- source/_integrations/shelly.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index db72121fa0d..89408053cd6 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -9,6 +9,7 @@ ha_category: - Event - Light - Number + - Select - Sensor - Switch - Text @@ -35,6 +36,7 @@ ha_platforms: - event - light - number + - select - sensor - switch - text @@ -312,6 +314,8 @@ The integration supports the following virtual components: - `boolean` in `toggle` mode, for which a `switch` platform entity is created - `boolean` in `label` mode, for which a `binary_sensor` platform entity is created +- `enum` in `dropdown` mode, for which a `select` platform entity is created +- `enum` in `label` mode, for which a `sensor` platform entity is created - `number` in `field` mode, for which a `number` platform entity in `box` mode is created - `number` in `slider` mode, for which a `number` platform entity in `slider` mode is created - `number` in `label` mode, for which a `sensor` platform entity is created