Add information about text virtual component for Shelly devices

This commit is contained in:
Maciej Bieniek 2024-07-11 00:38:41 +02:00 committed by GitHub
parent c37bc329e9
commit ad6d3882de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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