Another round of fixing the wireless speaker.
This commit is contained in:
@@ -82,21 +82,11 @@
|
||||
message: Gute Nacht!
|
||||
- service: media_player.play_media
|
||||
target:
|
||||
entity_id: media_player.raspiaudio_muse_luxe_player
|
||||
entity_id: media_player.raspiaudio_muse_luxe
|
||||
data:
|
||||
media_content_id: media-source://tts/picotts_remote?message=Gute+Nacht%2C+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%2C+schlaf+gut.
|
||||
media_content_id: ''
|
||||
media_content_type: ''
|
||||
metadata: {}
|
||||
- service: media_player.turn_off
|
||||
target:
|
||||
area_id:
|
||||
@@ -163,7 +153,7 @@
|
||||
- service: tts.picotts_remote_say
|
||||
data:
|
||||
cache: true
|
||||
entity_id: media_player.raspiaudio_muse_luxe_player
|
||||
entity_id: media_player.raspiaudio_muse_luxe
|
||||
message: Ab ins Bett! Schlafenszeit!
|
||||
mode: single
|
||||
- id: '1623954512941'
|
||||
@@ -468,7 +458,7 @@
|
||||
- service: tts.picotts_remote_say
|
||||
data:
|
||||
cache: true
|
||||
entity_id: media_player.raspiaudio_muse_luxe_player
|
||||
entity_id: media_player.raspiaudio_muse_luxe
|
||||
message: '{% set t = now().hour %} {% set m = ''Morgen'' if t < 12 else ''Nachmittag''
|
||||
if t < 18 else ''Abend'' %} Guten {{m}} Marcus. Draußen sind es {{states.sensor.temperatur_aussen.state}}
|
||||
Grad Celsius und es ist {{states.sensor.time.state}}
|
||||
|
Reference in New Issue
Block a user