From 540d885b6b7a3455b94c4297f282e250943d2ae4 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Sat, 13 Jul 2024 12:43:48 +0200 Subject: [PATCH] Add information about `number` virtual component for Shelly devices --- source/_integrations/shelly.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index 79967c5cbc3..0c8cd5bdaf8 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -312,6 +312,9 @@ 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 +- `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 - `text` in `field` mode, for which a `text` platform entity is created - `text` in `label` mode, for which a `sensor` platform entity is created