I’m trying to close blinds in a given area.
Home assistant is throwing an error saying it can’t find entities when trying to run this sentence based on cover_HassTurnOff:
“close Office blinds”
homeassistant.helpers.intent.IntentHandleError: No entities matched for: name=None, area=AreaEntry(name='Office', normalized_name='office', aliases=set(), id='office', picture=None), domains={'cover'}, device_classes={'blind'}
2023-03-21 21:42:05.590 ERROR (MainThread) [homeassistant.components.conversation.default_agent] Intent handling error
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/conversation/default_agent.py", line 154, in async_process
intent_response = await intent.async_handle(
File "/usr/src/homeassistant/homeassistant/helpers/intent.py", line 87, in async_handle
result = await handler.async_handle(intent)
File "/usr/src/homeassistant/homeassistant/helpers/intent.py", line 394, in async_handle
raise IntentHandleError(
I’ve tried various renditions of changing casing but to no avail.
Blinds are indeed added to the “Office” area.