Update variables
This commit is contained in:
parent
9031b45bba
commit
d05488eb4e
1 changed files with 10 additions and 0 deletions
|
@ -25,6 +25,16 @@ sensor:
|
||||||
- humidity
|
- humidity
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **sensor** (*Required*): The sensor type, supported devices are DHT11, DHT22, and AM2302
|
||||||
|
- **pin** (*Required*): The pin the sensor is connected to.
|
||||||
|
- **monitored_conditions** array: Conditions to monitor.
|
||||||
|
- **temperature**:
|
||||||
|
- **humidity**:
|
||||||
|
|
||||||
|
Available conditions are only *temperature* and *humidity*.
|
||||||
|
|
||||||
The name of the pin to which the sensor is connected has different names on different platforms. 'P8_11' for Beaglebone, '23' for Raspberry Pi.
|
The name of the pin to which the sensor is connected has different names on different platforms. 'P8_11' for Beaglebone, '23' for Raspberry Pi.
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue