Michael Hansen

Results 120 comments of Michael Hansen

I'm finally making some progress on SSML. The next version of Piper should support breaks (pauses), word/phoneme substitutions, and some say-as forms (number, date, etc.). I can't do laughter and...

homeassistant-satellite only runs one pipeline at the moment, which you can change with `--pipeline ` The pipeline must be chosen ahead of time because multiple pipelines can share the same...

It looks like we would need to extend it like this: https://docs.aiohttp.org/en/stable/client_advanced.html#ssl-control-for-tcp-sockets

Probably skip verification to start.

I'm working on a PR for this now. In short, you use `requires_context` in the cover intent to only match on a specific domain. Then, `excludes_context` in the generic turn...

I have a PR in to fix this. A change would need to be made to `sentences/ro/cover_HassCloseCover.yaml`: ```yaml intents: HassCloseCover: data: - sentences: - " " - " [] "...

For that, I think we'll use what you mentioned in [the other issue](https://github.com/home-assistant/intents/issues/574). Something like: ```yaml requires_context: area: any: true ``` And then, the satellite will inject `area` into the...

@chuk-a Very close: just need a few more tests for HassClimateSetTemperature

@huusissa just need at least one test for each sentence in HassTurnOn and HassTurnOff