Pin is now optional (#1204)

This commit is contained in:
Fabian Affolter 2016-10-10 16:53:34 +02:00 committed by GitHub
parent e2987b9414
commit 3a1c599f6e
2 changed files with 15 additions and 18 deletions

View file

@ -34,9 +34,9 @@ Configuration variables:
- **name** (*Required*): The name you would like to give the sensor in Home Assistant.
- **type** (*Required*): Set to `analog` or `temperature`.
- **pin** (*Required*): The number identifying which pin to sample
- **pin** (*Optional*): The number identifying which pin to sample.
- **address** (*Optional*): The long 64 bit address of the remote ZigBee device whose pin you would like to sample. Do not include this variable if you want to sample the local ZigBee device's pins.
- **max_volts** (*Optional*): The maximum voltage which the input pin is able to read. Defaults to `1.2`
- **max_volts** (*Optional*): The maximum voltage which the input pin is able to read. Defaults to `1.2`.
## {% linkable_title Examples %}