Initial configuration with split config files and without .storage. Files with secrets excluded and ignored.

This commit is contained in:
2021-08-24 13:08:35 +02:00
commit c82f4aba25
24 changed files with 2784 additions and 0 deletions

12
sensors.yaml Normal file
View 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"