homeassistant-config/sensors.yaml

13 lines
381 B
YAML

# 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"