Hi everyone,
I am struggeling with a simple question to my assist. I have an area named ‘Draußen’ (outside). I added a helper template Sensor entity which represents the Outdoor temperatur sensor from my heating in the basement. This helper entity is added as temperatur Sensor for area ‘draußen’.
Now I say the sentence ‘wie warm ist es draußen?’ (whats the temperatur outside?) but the assist didn’t get it and only say sorry… (See Screenshot)
In the developer tools, I parsed this sentence and it is working fine. What am I doing wrong? 
Can someone give me a hint how to fix this or get better ‘debugging’?
Thanks a lot!
@Didgeridrew thanks for this Info. I am struggeling with this more then two days now. I will take a look in this discussion.
I read a lot of documentation now but for me its not clear which sensor is choosen by HA in case of such a sentence.
For other areas I added a temperature sensor as well, but HA decided to get the temperature from my sonoff nspanel in this area and not from the selected temperature sensor or the heating valve or my sonoff temperature sensor in this room.
Which kind of alias should be set, to tell HA that this is the right sensor for this area? Do you have a suggestion for me?
The issue is that the intent does not currently work with sensor
entities. As I understand it, the values that HassGetClimateTemperature
will return are derived form the current_temperature
attribute of climate
entities.
There are a variety of workarounds in the thread I linked above.
Got it, thats why it’s not working for me. Thanks a lot!