You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ChatGPT is set to be the preferred Conversation Agent and under its settings I have selected the option to "prefer handling conversations locally", if I make a request using a custom defined sentence, the debug falsely shows that it wasn't processed locally. Or at least I hope it's falsely reporting this.
What's the temp is a custom sentence.
`description: "voice controls"
mode: single
triggers:
trigger: conversation
command: What's the Temp
id: Get Temperatures
conditions: []
actions:
choose:
conditions:
condition: trigger
id:
Get Temperatures
sequence:
set_conversation_response: >
The current temperature is {{
state_attr('climate.t6_pro_z_wave_programmable_thermostat','current_temperature')
}} degrees and the thermostat is set to {% if
states('climate.t6_pro_z_wave_programmable_thermostat') ==
'heat_cool' %} Heat Cool to keep the temperature between {{
state_attr('climate.t6_pro_z_wave_programmable_thermostat','target_temp_high')
}} and {{
state_attr('climate.t6_pro_z_wave_programmable_thermostat','target_temp_low')
}}.
{% elif states('climate.t6_pro_z_wave_programmable_thermostat') ==
'heat' %} heat to keep the temperature above {{
state_attr('climate.t6_pro_z_wave_programmable_thermostat','temperature')
}}.
{% elif states('climate.t6_pro_z_wave_programmable_thermostat') ==
'cool' %} cool to keep the temperature below {{
state_attr('climate.t6_pro_z_wave_programmable_thermostat','temperature')
}}.
{% endif %}`
What version of Home Assistant Core has the issue?
2025.2.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered:
The problem
When ChatGPT is set to be the preferred Conversation Agent and under its settings I have selected the option to "prefer handling conversations locally", if I make a request using a custom defined sentence, the debug falsely shows that it wasn't processed locally. Or at least I hope it's falsely reporting this.
What's the temp is a custom sentence.
`description: "voice controls"
mode: single
triggers:
command: What's the Temp
id: Get Temperatures
conditions: []
actions:
condition: trigger
id:
sequence:
set_conversation_response: >
The current temperature is {{
state_attr('climate.t6_pro_z_wave_programmable_thermostat','current_temperature')
}} degrees and the thermostat is set to {% if
states('climate.t6_pro_z_wave_programmable_thermostat') ==
'heat_cool' %} Heat Cool to keep the temperature between {{
state_attr('climate.t6_pro_z_wave_programmable_thermostat','target_temp_high')
}} and {{
state_attr('climate.t6_pro_z_wave_programmable_thermostat','target_temp_low')
}}.
{% elif states('climate.t6_pro_z_wave_programmable_thermostat') ==
'off' %} off.
{% elif states('climate.t6_pro_z_wave_programmable_thermostat') ==
'heat' %} heat to keep the temperature above {{
state_attr('climate.t6_pro_z_wave_programmable_thermostat','temperature')
}}.
{% elif states('climate.t6_pro_z_wave_programmable_thermostat') ==
'cool' %} cool to keep the temperature below {{
state_attr('climate.t6_pro_z_wave_programmable_thermostat','temperature')
}}.
{% endif %}`
What version of Home Assistant Core has the issue?
2025.2.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: