Add temperature/humidity sensor
This commit is contained in:
parent
0b2e5071ab
commit
355efbc9f4
1 changed files with 9 additions and 0 deletions
|
|
@ -52,3 +52,12 @@ light:
|
||||||
warm_white_color_temperature: 2700 K
|
warm_white_color_temperature: 2700 K
|
||||||
constant_brightness: true
|
constant_brightness: true
|
||||||
gamma_correct: 0
|
gamma_correct: 0
|
||||||
|
|
||||||
|
sensor:
|
||||||
|
- platform: dht
|
||||||
|
pin: GPIO5
|
||||||
|
temperature:
|
||||||
|
name: "Living Room Temperature"
|
||||||
|
humidity:
|
||||||
|
name: "Living Room Humidity"
|
||||||
|
update_interval: 60s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue