From 9daf8b94640a7004ef3ff2edf82d917a3f2ba2f3 Mon Sep 17 00:00:00 2001 From: Brendon Baumgartner Date: Sun, 1 Sep 2019 02:08:37 -0700 Subject: [PATCH] new media_player media_content_type (#10259) --- .../perform_actions_based_on_input_select.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_cookbook/perform_actions_based_on_input_select.markdown b/source/_cookbook/perform_actions_based_on_input_select.markdown index bead33bdf04..eca0910f8a7 100644 --- a/source/_cookbook/perform_actions_based_on_input_select.markdown +++ b/source/_cookbook/perform_actions_based_on_input_select.markdown @@ -38,7 +38,7 @@ automation: data: entity_id: media_player.nursery media_content_id: http://fileserver/rain.mp3 - media_content_type: audio/mp4 + media_content_type: music # If you select "Babbling Brook", play the "babbling_brook.mp3" file @@ -54,7 +54,7 @@ automation: data: entity_id: media_player.nursery media_content_id: http://fileserver/babbling_brook.mp3 - media_content_type: audio/mp4 + media_content_type: music # If you select "None, turn the Chromecast off - alias: Stop the Lullaby @@ -160,5 +160,5 @@ automation: {% else %}{% endraw %} none{% raw %} {% endif %}{% endraw %} - media_content_type: 'audio/mp4' + media_content_type: 'music' ```