Rename temperature sensors
This commit is contained in:
parent
224c938869
commit
73a900614e
1 changed files with 5 additions and 2 deletions
|
|
@ -65,9 +65,12 @@ sensor:
|
|||
- platform: dht
|
||||
pin: GPIO5
|
||||
temperature:
|
||||
name: "Living Room Temperature"
|
||||
name: "Temperatur"
|
||||
id: temperature
|
||||
humidity:
|
||||
name: "Living Room Humidity"
|
||||
name: "Feuchtigkeit"
|
||||
id: humidity
|
||||
accuracy_decimals: 1
|
||||
update_interval: 60s
|
||||
|
||||
binary_sensor:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue