From 5c42265325c065e7c77028b115d70553044d7f19 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 11 Feb 2019 14:30:07 +0100 Subject: [PATCH] Renamed media player Scripts and Automations --- automation/media_player.yaml | 4 ++-- script/media_player.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automation/media_player.yaml b/automation/media_player.yaml index 141e28e6..27a88205 100644 --- a/automation/media_player.yaml +++ b/automation/media_player.yaml @@ -3,7 +3,7 @@ # - script.tv_change_channel ###################################################################### -- alias: TV cambia canale +- alias: "TV: cambia canale" trigger: - platform: state entity_id: input_text.tv_change_channel @@ -21,7 +21,7 @@ # - script.notify_voice ###################################################################### -- alias: Google Home pronuncia testo +- alias: "Google Home: pronuncia testo" trigger: - platform: state entity_id: input_text.google_home_speak diff --git a/script/media_player.yaml b/script/media_player.yaml index 27765f85..5cb3cb4d 100644 --- a/script/media_player.yaml +++ b/script/media_player.yaml @@ -9,7 +9,7 @@ ###################################################################### tv_change_channel: - alias: TV Cambia canale + alias: "TV: Cambia canale" sequence: - service: media_player.play_media data_template: @@ -32,7 +32,7 @@ tv_change_channel: ###################################################################### tv_volume_up: - alias: TV Alza volume + alias: "TV: Alza volume" sequence: - service: media_player.volume_up data_template: @@ -52,7 +52,7 @@ tv_volume_up: ###################################################################### tv_volume_down: - alias: TV Abbassa volume + alias: "TV: Abbassa volume" sequence: - service: media_player.volume_down data_template: @@ -72,7 +72,7 @@ tv_volume_down: ###################################################################### tv_volume_mute: - alias: TV Volume Muto + alias: "TV: Volume Muto" sequence: - service: media_player.volume_mute data_template: @@ -93,7 +93,7 @@ tv_volume_mute: ###################################################################### tv_play_pause: - alias: TV Play/Pause + alias: "TV: Play/Pause" sequence: - service: media_player.media_play_pause data_template: @@ -113,7 +113,7 @@ tv_play_pause: ###################################################################### tv_toggle: - alias: TV Accendi/Spegni + alias: "TV: Accendi/Spegni" sequence: - service: media_player.toggle data_template: -- 2.47.3