diff --git a/alexa.yaml b/alexa.yaml index ab07c0a8..75a6f0e2 100644 --- a/alexa.yaml +++ b/alexa.yaml @@ -36,7 +36,7 @@ - media_player.spotify - group.all - group.livingroom - - script.receiver_set_source_cbl_sat + - script.receiver_set_source_bluetooth - script.receiver_set_source_media_player - script.receiver_set_source_dvd - script.receiver_set_source_gaming @@ -181,9 +181,9 @@ group.livingroom: name: Wohnzimmer description: Alles im Wohnzimmer - script.receiver_set_source_cbl_sat: + script.receiver_set_source_bluetooth: name: Sat - description: Schalte Receiver auf Sat / Alexa + description: Schalte Receiver auf Bluetooth / Alexa display_categories: SCENE_TRIGGER script.receiver_set_source_media_player: name: Receiver Mediaplayer diff --git a/scripts.yaml b/scripts.yaml index 5de09088..e3baa866 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -8,6 +8,13 @@ receiver_set_source_cbl_sat: data: source: 'CBL/SAT' +receiver_set_source_bluetooth: + sequence: + - service: media_player.select_source + entity_id: media_player.denon_avrx1300w + data: + source: 'Bluetooth' + receiver_set_source_media_player: sequence: - service: media_player.select_source