Update sensor.onewire.markdown (#616)
Added "mount_dir" configuration option.
This commit is contained in:
parent
b2a4d97223
commit
fc2b7c437d
1 changed files with 2 additions and 0 deletions
|
@ -31,9 +31,11 @@ sensor:
|
||||||
platform: onewire
|
platform: onewire
|
||||||
names:
|
names:
|
||||||
some_id: your name
|
some_id: your name
|
||||||
|
mount_dir: "/mnt/1wire"
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **names** array (*Optional*): ID and friendly name of your sensors.
|
- **names** array (*Optional*): ID and friendly name of your sensors.
|
||||||
|
- **mount_dir** (*Optional*): Location of device tree if owfs driver used.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue