#When I ask "what's the temperature in the living room?" I get a response of "None degrees".
1 messages · Page 1 of 1 (latest)
I have a similar issue with my temperature and humidity sensors via voice, though with slightly different output, ZHA, and no cloud (yet) in my case. I found it works if you specifically set a voice alias of "Temperature" or "Humidity", but that shouldn't be necessary with entities explicitly named those things.
Do you use LLM or Hassil?
If it's latter, the temp and humidity sensors don't work there, just over climate entity.
In my case it's just Home Assistant as the conversation agent. I assume the root cause is the same for both of us regardless though.
Yeah, with that you either want to use climate (like thermostat), or create custom intent script to get the temp/humidity/whatever.
LLM can find the sensor that seems to be fit - but regular HA conversation agent cannot.
I mean, it does if I set a voice alias. I just don't know why it's necessary when the alias is the same as the entity name. I would assume the same may work for the OP. Either way, I'll go through and alias them all at some point, I just haven't been bothered.