Hi,
I just followed $13 voice assistant for Home Assistant. I am able to turn off/on e.g. my lamps. I tried to get the temperature from my aqara sensor, but the result is
File "/usr/src/homeassistant/homeassistant/components/climate/intent.py", line 50, in async_handle
raise intent.IntentHandleError(f"No climate entity in area {area_name}")
homeassistant.helpers.intent.IntentHandleError: No climate entity in area wohnzimmer
Do I have to create a climate entity out of my temperature sensor somehow? I could not find anything on google/forum.