Mischa Siekmann
Mischa Siekmann
Hey, I ran into numerical stability issues when trying to fit mixtures to high-dimensional (256) data. Moving the calculation to log-space did solve my problems. In case you are interested,...
## Proposed change Makes the integration: *opensensensemap* configurable via config_flow. Existing yaml configurations are imported and a deprecation issue is created. (Integration still uses the deprecated 'air_quality' platform. Will be...
## Proposed change ## Type of change - [x] Add a new logo or icon for a new core integration - [ ] Add a missing icon or logo for...
## Proposed change ## Type of change - [ ] Spelling, grammar or other readability improvements (`current` branch). - [ ] Adjusted missing or incorrect information in the current documentation...
The media player integration supports a specific flag which is set when the playing audio is an announcement. This pull request (PR) introduces support for this flag within the ESPHome...
# What does this implement/fix? Solves timing issues introduced with sending TTS responses via API to speaker. * set the speaker state to running only after receiving the started event....
# What does this implement? Adding a new state for the media_player called ANNOUNCING. It is set by VA when playing TTS responses and by HA-announcements. Having a separate state...
# What does this implement/fix? In the current implementation of voice_assistant both flags FEATURE_API_AUDIO and FEATURE_SPEAKER are only set if the speaker component is used to play TTS responses. It...
## Description: Added on_announcement trigger to media_player doc. **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome# https://github.com/esphome/esphome/pull/6691 ## Checklist: - [x] I am...