node-red-contrib-esphome 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,6 +21,8 @@ Node-RED nodes to ESPhome devices
|
|
|
21
21
|
|
|
22
22
|
## Changelog
|
|
23
23
|
|
|
24
|
+
#### 0.2.3
|
|
25
|
+
- support Text
|
|
24
26
|
#### 0.2.1
|
|
25
27
|
- support Status in node
|
|
26
28
|
#### 0.2.0
|
|
@@ -96,6 +98,8 @@ $ npm i node-red-contrib-esphome
|
|
|
96
98
|
- `volume` - optional. integer. See `supportsVolume` attr in config
|
|
97
99
|
#### Switch
|
|
98
100
|
- `state` - REQUIRED. boolean
|
|
101
|
+
#### Text
|
|
102
|
+
- `state` - REQUIRED. string. See `minLength`, `maxLength` attrs in config
|
|
99
103
|
|
|
100
104
|
## Pictures
|
|
101
105
|
|