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:
11
sensors/tortoise.yaml
Normal file
11
sensors/tortoise.yaml
Normal 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 }}'
|
Reference in New Issue
Block a user