Help with tts configuration that may have changed

Well, after a couple years of everything working perfectly - I had to go and move! I had HA disconnected for a few months.

Now, I’m all reconnected… IP addresses are the same. Automations working, but Google isn’t playing my mp3 messages anymore. Can someone tell me what I need to change? Here’s an example of one of my automations:

- id: 'basementdoornotify'
  alias: Basement Door Notify
  description: ''
  trigger:
  - type: opened
    platform: device
    device_id: 526dbacddb0127a90a30e10556c14536
    entity_id: binary_sensor.mudroom_door
    domain: binary_sensor
  condition:
  - condition: time
    after: 08:00:00
    before: '21:00:00'
  action:
  - service: media_player.play_media
    target:
      entity_id: media_player.announcement_group
    data:
      media_content_type: "music"
      media_content_id: "http://10.69.0.194:8123/local/media/basementdoor.mp3"
  - service: notify.mobile_app_erycs_pixel_6_pro
    data:
      title: BASEMENT Door Opened!
      message: The basement door has been opened.
      data:
        ttl: 0
        priority: high
  mode: single

“/local/” is the “/www” folder in HA.