I've got a temperature sensor in my beer fridge, and set up an alias to that entity 'beer'.
When trying to ask with Assist, no LLM just the included assist, the following happens:
< How cold is the beer?
> Sorry, I am not aware of any climate```
meanwhile the exact same sentence in Developer tools produces the following, clearly getting the correct entity.
```intent:
name: HassClimateGetTemperature
slots:
name: beer
details:
name:
name: name
value: beer
text: beer
targets:
sensor.0xa4c13807de2effff_temperature:
matched: true
match: true
sentence_template: how (hot|cold|warm|cool) is (<name>|[it <in>] <area>)
unmatched_slots: {}
fuzzy_match: false```
is this a bug, or do I need to setup something else?