Initial configuration with split config files and without .storage. Files with secrets excluded and ignored.
This commit is contained in:
12
sensors.yaml
Normal file
12
sensors.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# Raspberry Pi CPU temp
|
||||
- platform: command_line
|
||||
name: "CPU Temp"
|
||||
command: "cat /sys/class/thermal/thermal_zone0/temp"
|
||||
unit_of_measurement: "°C"
|
||||
value_template: "{{ value | multiply(0.001) | round(1) }}"
|
||||
# Moon Phases
|
||||
- platform: moon
|
||||
# DWD weather warnings
|
||||
- platform: dwd_weather_warnings
|
||||
name: "DWD Unwetterwarnungen"
|
||||
region_name: "Münster-Süd"
|
Reference in New Issue
Block a user