Add new variables
This commit is contained in:
parent
cbedbfe2dc
commit
b1feacea84
1 changed files with 8 additions and 1 deletions
|
@ -23,8 +23,15 @@ sensor:
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **port** (*Required*): The port where your board is connected to your Home Assistant host. If you are using an original Arduino the port will be named `ttyACM*`. The exact number can be determined with `ls /dev/ttyACM*`.
|
- **port** (*Required*): The port where your board is connected to your Home Assistant host.
|
||||||
|
- **debug** (*Optional*): Enable or disable verbose debug logging.
|
||||||
|
- **persistence** (*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.
|
||||||
|
- **persistence_file** (*Optional*): Path to a file to save sensor information. The file extension determines the file type. Currently supported file types are 'pickle' and 'json'.
|
||||||
|
- **version** (*Optional*): Specifies the MySensors protocol version to use (ex. 1.4, 1.5).
|
||||||
|
|
||||||
|
If you are using an original Arduino the port will be named `ttyACM*`. The exact number can be determined with the command shown below.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ls /dev/ttyACM*
|
ls /dev/ttyACM*
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue