1
0
mirror of https://github.com/Adam-Ant/home-assistant synced 2025-07-16 07:16:18 +00:00

Seperate Sensors into Folder

This commit is contained in:
Adam Dodman
2016-11-29 18:40:14 +00:00
parent 64c7f6ed1f
commit 6e33839f1e
7 changed files with 37 additions and 37 deletions

11
sensors/tortoise.yaml Normal file
View File

@@ -0,0 +1,11 @@
# Temp and Humidity Monitoring
- platform: mqtt
state_topic: 'tortoise/sensor1'
name: 'Temperature'
unit_of_measurement: '°C'
value_template: '{{ value_json.temperature }}'
- platform: mqtt
state_topic: 'tortoise/sensor1'
name: 'Humidity'
unit_of_measurement: '%'
value_template: '{{ value_json.humidity }}'