Some minor automation and config changes, some WIP.

This commit is contained in:
2022-09-01 13:50:41 +02:00
parent 44ea7a1957
commit 581adb255c
2 changed files with 63 additions and 3 deletions

View File

@@ -72,10 +72,12 @@
- kuche
- schlafzimmer
- kinderzimmer
data: {}
- service: media_player.turn_off
target:
area_id:
- wohnzimmer
data: {}
- type: turn_off
device_id: 6d1be741876624a70ab5b01b54c6fd6f
entity_id: switch.kuche_musik
@@ -83,6 +85,23 @@
- service: notify.mobile_app_le2123
data:
message: Gute Nacht!
- service: media_player.play_media
target:
entity_id: media_player.raspiaudio_muse_luxe
data:
media_content_id: media-source://tts/picotts_remote?message=Gute+Nacht%21+Schlaf+gut.
media_content_type: provider
metadata:
title: Gute Nacht! Schlaf gut.
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=Gute+Nacht%21+Schlaf+gut.
mode: single
- id: '1623868115464'
alias: 420!
@@ -378,3 +397,41 @@
- service: wake_on_lan.send_magic_packet
data:
mac: a8:23:fe:5d:4c:f8
- id: '1661194740297'
alias: Stundenansage
description: ''
trigger:
- platform: time_pattern
hours: '*'
minutes: '0'
condition:
- condition: time
after: 07:00:00
before: '23:55:00'
weekday:
- sun
- sat
- fri
- thu
- wed
- mon
- tue
action:
- service: media_player.play_media
target:
entity_id: media_player.raspiaudio_muse_luxe
data:
media_content_id: media-source://tts/picotts_remote?message=Es+ist+%7B%7B+time.now%28%29+%7D%7D+Uhr.
media_content_type: provider
metadata:
title: Es ist {{ time.now() }} Uhr.
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=Es+ist+%7B%7B+time.now%28%29+%7D%7D+Uhr.
mode: single