Compare commits

..

No commits in common. "95a6a4d34d1af14ba6863e2c2e299be399136ca2" and "9ae6dc958b90a5eeadfdda16d00243719d169b83" have entirely different histories.

3 changed files with 19 additions and 4 deletions

View File

@ -1 +1 @@
2022.10.0 2022.9.1

View File

@ -115,10 +115,23 @@
data: data:
title: 420! title: 420!
message: Lodere es, Lustknabe. message: Lodere es, Lustknabe.
- service: tts.google_translate_say - service: media_player.play_media
data: target:
entity_id: media_player.raspiaudio_muse_luxe entity_id: media_player.raspiaudio_muse_luxe
message: 4 20 Lodere es, Lustknabe. data:
media_content_id: media-source://tts/picotts_remote?message=Lodere+es%2C+Lustknabe.
media_content_type: provider
metadata:
title: Lodere es, Lustknabe.
thumbnail: https://brands.home-assistant.io/_/picotts_remote/logo.png
media_class: app
children_media_class:
navigateIds:
- {}
- media_content_type: app
media_content_id: media-source://tts
- media_content_type: provider
media_content_id: media-source://tts/picotts_remote?message=Lodere+es%2C+Lustknabe.
mode: single mode: single
- id: '1623911524804' - id: '1623911524804'
alias: TV Anti-Reflexion (undo) alias: TV Anti-Reflexion (undo)

View File

@ -9,6 +9,8 @@
command: "cat /sys/class/thermal/thermal_zone0/temp" command: "cat /sys/class/thermal/thermal_zone0/temp"
unit_of_measurement: "°C" unit_of_measurement: "°C"
value_template: "{{ value | multiply(0.001) | round(1) }}" value_template: "{{ value | multiply(0.001) | round(1) }}"
# Moon Phases
- platform: moon
# DWD weather warnings # DWD weather warnings
- platform: dwd_weather_warnings - platform: dwd_weather_warnings
name: "DWD Unwetterwarnungen" name: "DWD Unwetterwarnungen"