HA 0.97 Update

I think you are already using the fix

This is what I have done. My hassbian system is running on a PI 4. On HA version 0.96.5 I have moved all of my alexia-media in my automations off of media_player.alexa_tts and onto notify.alexa_media and they all work. Next I completed HA update to 0.97.1 and over wrote line 15 of media_player.py to PLATFORM_SCHEMA and the system reboots with no config errors. After the upgrade my automatons no longer report the messages to my echos. I also deleted the .pickle files and logged into Alexa again and nothing changes still no audio on the Echos. Any help would be appreciated. I am about ready to stop updating.

Any idea of how to format this into JSON to use in NodeRed? I;m getting stumped on the

data:
  data:

I’m used to formatting JSON so that everything under the “data” section would be in one string, I.E:

{"type":"announce","target":"your_entity_id","message":"Your message.".