I’m struggling to resolve an issue with Home Assistant voice when saying "office light on":
- Home Assistant Voice PE responds “An unexpected error occurred”
- Sentence Parser cannot parse “office light on” or “office light off”. It doesn’t respond at all. In debug mode, the browser reports unidentified errors
- The entity is named “office Light” and it’s in an area called “office”.
all other similar commands work “kitchen light off”, “bedroom light on” even areas with no area like “ground light on” gets parsed. - Office light is a valid entity (light.office_light) that has been type changed from a matter switch (switch.office_light)
- Alexa works (through HA Cloud) using the same sentence.
- I’ve completely removed all my custom intents and scripts…
- Also, if I use “set the office light to 20 percent” (it’s not a dimmable light) it parses using HassLightSet properly..
Any advice appreciated.