You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/mysensors.markdown
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,11 @@ mysensors:
26
26
- device: '/dev/ttyUSB0'
27
27
persistence_file: 'path/mysensors.json'
28
28
baud_rate: 38400
29
+
nodes:
30
+
1:
31
+
name: 'kitchen'
32
+
3:
33
+
name: 'living_room'
29
34
- device: '/dev/ttyACM0'
30
35
persistence_file: 'path/mysensors2.json'
31
36
baud_rate: 115200
@@ -55,6 +60,8 @@ Configuration variables:
55
60
- **version** (*Optional*): Specifies the MySensors protocol version to use. Supports 1.4, 1.5 and 2.0. Default is 1.4.
56
61
- **optimistic** (*Optional*): Enable or disable optimistic mode for actuators (switch/light). Default is false. Set this to true if no state feedback from actuators is possible. Home Assistant will assume that the command succeeded and change state.
57
62
- **retain** (*Optional*): Enable or disable retain flag for published messages from Home Assistant when using the MQTT gateway. Default is true.
63
+
- **nodes** (*Optional*): Nodes that need a custom name.
64
+
- **name** (*Optional*): The name the node will be renamed to. This nodename becomes part of the entity_id. Default the entity_id is [sketch_name]\_[node_id]\_[child_id] and when this name is set, the entity_id becomes [name]\_[child_id].
58
65
59
66
<p class='note'>
60
67
Not all features of MySensors 2.0 are yet supported by Home Assistant. As more features are added, they will be described here in the documentation. Go to the MySensors platform pages under "related components" to see what message types are currently supported.
0 commit comments