diff --git a/atom.xml b/atom.xml index 6fe8c92e8b..225cc82bfb 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Configuration variables:
-mqtt
to setup the MQTT gateway. Resolving DNS addresses is theoretically supported but not tested.(map)(Required)A list of gateways to set up.
+(string)(Required)The path to the serial gateway where it is connected to your Home Assistant host, or the address of the TCP Ethernet gateway, or mqtt
to setup the MQTT gateway. Resolving DNS addresses is theoretically supported but not tested.
(int)(Optional)Specifies the baud rate of the connected serial gateway.
+Default value: 115200
+(int)(Optional)Specifies the port of the connected TCP Ethernet gateway.
+Default value: 5003
+(string)(Optional)Set the prefix of the MQTT topic for messages coming from the MySensors gateway in to Home Assistant.
+Default value:
+(string)(Optional)Set the prefix of the MQTT topic for messages going from Home Assistant out to the MySensors gateway.
+Default value:
+(map)(Optional)A mapping of node ids to node settings, eg custom name.
+(int)(Optional)This option has been deprecated. Please remove this from your config if you have it included. Use the logger component to filter log messages on log level.
+(int)(Optional)Enable or disable local persistence of sensor information. If this is disabled, then each sensor will need to send presentation messages after Home Assistant starts.
+Default value: true
+(string)(Optional)The path to a file to save sensor information. The file extension determines the file type. Currently supported file types are ‘pickle’ and ‘json’.
+Default value: path/to/config/directory/mysensors.pickle
+(string)(Optional)Specifies the MySensors protocol version to use. Supports 1.4, 1.5 and 2.0.
+Default value: 1.4
+(int)(Optional)Enable or disable optimistic mode for actuators (switch/light). Set this to true if no state feedback from actuators is possible. Home Assistant will assume that the command succeeded and change state.
+Default value: false
+(int)(Optional)Enable or disable retain flag for published messages from Home Assistant when using the MQTT gateway.
+Default value: true
+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.
diff --git a/sitemap.xml b/sitemap.xml index 7a3d97c095..1cf88d64e9 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -3542,7 +3542,7 @@