All my automations that call my media player (Google Home Mini) are no longer working properly after the recent Home Assistant update.
When I select Add Action, Media Player, Play Media, when I select the media player I get this.....
"Visual editor is not supported for this configuration
Key 'service' is not expected or not supported by the visual editor.
You can still edit your config in YAML.
action: media_player.play_media
target:
entity_id: media_player.googlehome5810
data:
media_content_id: ""
media_content_type: ""
metadata: {}
service: media_player.play_media"
If I try to save I get this message....
"Message malformed. Cannot specify both service and action. Please use action only"
Where is the "service" call coming from? I can delete it but I dont know how to add the media I want to play, it was easy to do in the visual editor.