home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.13k stars 29.8k forks source link

google cloud text-to-speech with sensor reading does not work with 2024.8.2 #124401

Closed xjqsusu closed 3 weeks ago

xjqsusu commented 3 weeks ago

The problem

I have a tts implementation to read out a sensor value in an automation

service: tts.google_cloud_say
data:
  message: |
    "{{ states('sensor.mrjus_place_waste_drawer') | int }}"
  entity_id:
    - media_player.master_room_speaker

since 2024.8.2 does not support service call any more, I have to rewrite the action in GUI, how could I translate above message to make the speaker read out the sensor value?

What version of Home Assistant Core has the issue?

2024.8.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Core

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

mib1185 commented 3 weeks ago

What do you mean with "since 2024.8.2 does not support service call any more"? Besides this question, your request sounds like a request for support? We use GitHub for tracking issues with Home Assistant Core itself, not for providing support. If you are in need of support, you should try our Community Forum or join our Discord chat server.

Thanks! 👍

xjqsusu commented 3 weeks ago

Okay, I will close this ticket