Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom sentences created in the automations section have a false value of “Processed locally” in the debug menu. #139086

Open
Doni49 opened this issue Feb 23, 2025 · 0 comments

Comments

@Doni49
Copy link

Doni49 commented Feb 23, 2025

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.

Image

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') ==
        '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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant