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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-esphome",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Node-RED nodes to ESPhome devices",
5
5
  "homepage": "https://github.com/twocolors/node-red-contrib-esphome",
6
6
  "license": "MIT",