kristel
(Kristel)
1
Currently the following climate related intents are supported:
- HassClimateGetTemperature: get the current temperature in a room
- HassClimateSetTemperature: set the target temperature for the room (the temperature the thermostat should be set to)
What seems to be missing is an intent to get the temperature the thermostat has been set to (the target temperature).
You’re right, but you can set up a custom intent.
Question:
language: "en"
intents:
CustomTemperature:
data:
- sentences:
- "(What is | What's) [the] (heat | heating | thermostat | temperature) set to"
Response:
CustomTemperature:
speech:
text: "The heating's set to {{ state_attr('climate.your_thermostat', 'temperature') | int }} degrees"