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
73.89k stars 30.96k forks source link

Not able to select my assist_satellites for announce #127645

Open gianlucasullazzo opened 1 month ago

gianlucasullazzo commented 1 month ago

The problem

Hi team, I have:

All of them are running ESP Home with the corresponding satellites. I'm not able to use the new action assist_satellite.announce since I get: Error handling message: Entity assist_satellite.m5stack_assist_satellite does not support this service. (home_assistant_error)

ESPHome version 2024.9.2 compiled on Oct 1 2024, 10:08:35

What version of Home Assistant Core has the issue?

core-2024.10.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Assist

Link to integration documentation on our website

https://www.home-assistant.io/integrations/assist_satellite#action-assist_satelliteannounce

Diagnostics information

No response

Example YAML snippet

action: assist_satellite.announce
target:
  entity_id: assist_satellite.m5stack_assist_satellite
data:
  message: hey there!

Anything in the logs that might be useful for us?

Registratore: homeassistant.helpers.script.websocket_api_script
Fonte: helpers/script.py:2026
Prima occorrenza: 16:29:56 (1 occorrenze)
Ultima registrazione: 16:29:56

websocket_api script: Error executing script. Error for call_service at pos 1: Entity assist_satellite.m5stack_assist_satellite does not support this service.

Additional information

No response

home-assistant[bot] commented 1 month ago

Hey there @home-assistant/core, @synesthesiam, mind taking a look at this issue as it has been labeled with an integration (assist_satellite) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `assist_satellite` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign assist_satellite` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


assist_satellite documentation assist_satellite source (message by IssueLinks)

synesthesiam commented 1 month ago

The voice assistant component in ESPHome hasn't added support for announcements yet. This depends on a number of other components being updated, including the media player.

gianlucasullazzo commented 1 month ago

Hi @synesthesiam, thanks for reply. So, at the moment, there is no way to use announces. Do u have and idea of the timing to make mentioned update on esphome components? I'm using a custom component to realize a kind of "voice actionable notification" but I don't likes it so much. I would prefer to use only native components and announces are a big part of my VAN project.

mija87 commented 2 weeks ago

Im waiting for this function as well, when does esphome get a update to make announcements via a satelite?

Wetzel402 commented 1 week ago

Can the esphome media player component be used to replace this functionality?

sudoxnym commented 2 days ago

of course I mess with it for 2 days to find this out. all I need to replace alexa is timers, this {announcements), and media player. commenting for follow