Michael Hansen

Results 401 comments of Michael Hansen

@dontinelli That should be: ```yaml excludes_context: domain: - light - fan ```

I made suggestion in https://github.com/home-assistant/intents/discussions/1200 but I haven't had time to think it through very much :slightly_smiling_face:

If you have access to your `configuration.yaml` file, you can add these lines to see more info: ```yaml logger: default: info logs: homeassistant.components.conversation: debug homeassistant.components.intent: debug ``` Regarding the temperature...

@ernst77 There is now an Assist debugging tool in Dev Tools that should help. @zolakt We don't have a target release for the intent just yet. A few open questions:...

Sure, that seems pretty straightforward. I've added it to my TODO list :+1:

@swonge Are you interested in being the language leader for `zh-hk`?

OK, great! The process to become a language leader is to submit at least two small PR's for your language with translations. If everything looks good, I will add you...

Some pieces for this are already in place. The `requires_context` portion of an intent can require an `area` without it being named. A satellite will then pass in a context...

The state will be translated automatically in Home Assistant according to the existing `strings.json` files, like @ErnestStaug mentioned.

Tracking this issue here: https://github.com/home-assistant/hassil/issues/37 The problem is that hassil normalizes text before matching, and it takes parts of this normalized text to produce the slot values. Referencing a copy...