{"id":13269,"date":"2021-03-17T17:13:56","date_gmt":"2021-03-17T17:13:56","guid":{"rendered":"https:\/\/www.rjt.org.uk\/home\/?post_type=home_assistant_tip&#038;p=13269"},"modified":"2021-03-23T10:10:51","modified_gmt":"2021-03-23T10:10:51","slug":"play-radio-2-on-alexa","status":"publish","type":"home_assistant_tip","link":"https:\/\/www.rjt.org.uk\/home\/archives\/home-assistant-tip\/play-radio-2-on-alexa\/","title":{"rendered":"Play Radio 2 on Alexa"},"content":{"rendered":"\n<p>Use Alexa Media Player to trigger the BBC skill,&nbsp; exchange &#8220;Radio 2&#8221; for any command you want to send to Alexa, works as if you had actually said it.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"yaml\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">alias: Radio 2\nsequence:\n  - service: media_player.play_media\n    data:\n      media_content_id: radio 2\n      media_content_type: custom\n    entity_id: media_player.flex_kitchen\n  - choose:\n      - conditions:\n          - condition: state\n            entity_id: input_boolean.play_radio_in_kitchen\n            state: 'on'\n        sequence:\n          - service: media_player.play_media\n            data:\n              media_content_id: radio 2\n              media_content_type: custom\n            entity_id: media_player.flex_kitchen\n    default:\n      - service: media_player.play_media\n        data:\n          media_content_id: stop\n          media_content_type: custom\n        entity_id: media_player.flex_kitchen\nmode: single\nicon: 'mdi:music'<\/pre>\n","protected":false},"template":"","class_list":["post-13269","home_assistant_tip","type-home_assistant_tip","status-publish","hentry","comments-off"],"_links":{"self":[{"href":"https:\/\/www.rjt.org.uk\/home\/wp-json\/wp\/v2\/home_assistant_tip\/13269","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rjt.org.uk\/home\/wp-json\/wp\/v2\/home_assistant_tip"}],"about":[{"href":"https:\/\/www.rjt.org.uk\/home\/wp-json\/wp\/v2\/types\/home_assistant_tip"}],"wp:attachment":[{"href":"https:\/\/www.rjt.org.uk\/home\/wp-json\/wp\/v2\/media?parent=13269"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}