-
-
Notifications
You must be signed in to change notification settings - Fork 32k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synesthesiam 20240828 esphome entity #124886
Synesthesiam 20240828 esphome entity #124886
Conversation
* Add assist_satellite and implement VoIP * Fix tests * More tests * Improve test * Update entity state * Set state correctly * Move more functionality into base class * Move RTP protocol into entity * Fix tests * Remove string * Move to util method * Align states better with pipeline events * Remove public async_get_satellite_entity * WAITING_FOR_WAKE_WORD * Pass entity ids for pipeline/vad sensitivity * Remove connect/disconnect * Clean up * Final cleanup
* Incorporate feedback * Raise value error * Clean up entity description * More cleanup * Move some things around * Add a basic test * Whatever * Update CODEOWNERS * Add tests * Test tts response finished * Fix test * Wrong place --------- Co-authored-by: Paulus Schoutsen <[email protected]>
Hey there @balloob, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Hey there @OttoWinter, @jesserockz, @kbx81, @bdraco, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Leaving as a draft since this is still under discussion and more tests need to be added. |
eedee04
to
99a4942
Compare
Splitting into multiple PRs |
Breaking change
Proposed change
Ports ESPHome voice assistant code to
AssistSatelliteEntity
and adds two websocket commands forassist_satellite
:assist_satellite/intercept_wake_word
- intercepts the next wake word on the satellite and returns itassist_satellite/announce
- announces text or a media id on the satelliteType of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: