mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Add information about text virtual component for Shelly devices
This commit is contained in:
parent
c37bc329e9
commit
ad6d3882de
@ -11,6 +11,7 @@ ha_category:
|
|||||||
- Number
|
- Number
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
|
- Text
|
||||||
- Update
|
- Update
|
||||||
- Valve
|
- Valve
|
||||||
ha_release: 0.115
|
ha_release: 0.115
|
||||||
@ -36,6 +37,7 @@ ha_platforms:
|
|||||||
- number
|
- number
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
|
- text
|
||||||
- update
|
- update
|
||||||
- valve
|
- valve
|
||||||
ha_integration_type: device
|
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 `toggle` mode, for which a `switch` platform entity is created
|
||||||
- `boolean` in `label` mode, for which a `binary_sensor` 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
|
## Additional info
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user