Skip to content

Commit

Permalink
Update readme with soft_reset_timeout and include_device_information
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwelch authored Oct 17, 2018
1 parent 0880357 commit 0a7824d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ To configure this add-on, you must set the following parameters via the Hass.io
|`disable_led`|bool|no|Disable the LED of your CC2531 stick.|
|`mqtt_user`|string|no|Your MQTT username, if set.|
|`mqtt_pass`|string|no|Your MQTT Password, if set.|
|`include_device_information`|bool|no|Include device information to mqtt messages (default: false)|
|`log_level`|enum|no|Set to "debug","info","warn", or "error". Defaults to \"info\". The log level for zigbee-shepherd and zigbee2mqtt. See [the wiki](https://github.com/Koenkk/zigbee2mqtt/wiki/How-to-debug) for more information.|
|`log_directory`|string|no|If set, zigbee2mqtt will store logs in this directory. The directory will be a sub-directory of the `data_path` in `/share` (set above). This option must be set to a directory (for example: `"log_directory": "logs/"` will store logs in `/share/zigbee2mqtt/logs/` by default).|
|`rtscts`|bool|no|RTS / CTS Hardware Flow Control for serial port|
|`cache_state`|bool|no|Optional state caching. See [here](https://github.com/Koenkk/zigbee2mqtt/commit/9396bde1f3b022e0f634487d1a37d2a5127c8cb3#diff-f68567477d803b49930337bf7fe1556bR16).|
|`soft_reset_timeout`|int|no|Soft reset ZNP after timeout (in seconds); 0 is disabled|
|`zigbee_shepherd_debug`|bool|no|Set to `true` to enable `zigbee_shepherd` debug output in the logs/stdout.|
|`zigbee_shepherd_devices`|bool|no|If set to `true`, the add-on will look for a custom `devices.js` file within `data_path`. If this file is present, the add-on will replace the `zigbee2mqtt` `devices.js` file with this file. Used to experiment with and/or add support for new devices.|

Expand Down

0 comments on commit 0a7824d

Please sign in to comment.