mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Update sensor.onewire.markdown (#616)
Added "mount_dir" configuration option.
This commit is contained in:
parent
b2a4d97223
commit
fc2b7c437d
@ -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…
x
Reference in New Issue
Block a user