So I tried it, but I failed to make it work. I get the following error message in the log console:
Blueprint Scene switcher when media is playing generated invalid automation with inputs OrderedDict([('media_player', 'media_player.android_tv'), ('app_to_exclude', 'YouTube,Spotify,Google Cast')]): required key not provided @ data['action']. Got None required key not provided @ data['trigger']. Got None
Blueprint Scene switcher when media is playing generated invalid automation with inputs OrderedDict([('media_player', 'media_player.android_tv'), ('app_to_exclude', 'Spotify,YouTube,Google Cast')]): required key not provided @ data['action']. Got None required key not provided @ data['trigger']. Got None
Blueprint Scene switcher when media is playing generated invalid automation with inputs OrderedDict([('media_player', 'media_player.android_tv')]): required key not provided @ data['action']. Got None required key not provided @ data['trigger']. Got None
Blueprint Scene switcher when media is playing generated invalid automation with inputs OrderedDict([('media_player', 'media_player.google_home')]): required key not provided @ data['action']. Got None required key not provided @ data['trigger']. Got None
It looks like the “Action” is missing. In fact, in the UI where I import it, there is no such field about the action. Is it missing from the configuration? I’m not used to Blueprints :X
EDIT:
M’kay, I found something. If the blueprint is imported using the link of the community.home-assistant.io but if the Github link is used, it works.