From ad6d3882dee4df733569837c057a4a06f62c0734 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Thu, 11 Jul 2024 00:38:41 +0200 Subject: [PATCH] Add information about text virtual component for Shelly devices --- source/_integrations/shelly.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index 138b5969ec7..79967c5cbc3 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -11,6 +11,7 @@ ha_category: - Number - Sensor - Switch + - Text - Update - Valve ha_release: 0.115 @@ -36,6 +37,7 @@ ha_platforms: - number - sensor - switch + - text - update - valve ha_integration_type: device @@ -310,6 +312,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 +- `text` in `field` mode, for which a `text` platform entity is created +- `text` in `label` mode, for which a `sensor` platform entity is created ## Additional info