#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)

still lily
#

The sensor is working z2m -> mosquitto -> HA. I'm using Home Assistant Cloud. Voice commands to turn things on/off are all working perfectly, it's just commands that read sensors that are not working.

formal pendant
#

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.

stuck hearth
#

Do you use LLM or Hassil?
If it's latter, the temp and humidity sensors don't work there, just over climate entity.

formal pendant
#

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.

stuck hearth
formal pendant
#

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.

still lily
#

Even if i give it the full name EG" What is the downstairs bathroom climate temperature" for entity_id sensor.downstairs_bathroom_climate_temperature it returns "downstairs bathroom climate temperature is" IE no value.

#

Confirmened that giving it an alias works!