#Assist Pipeline can't set fan speed when using Home Assistant as conversation agent.

1 messages · Page 1 of 1 (latest)

sullen pawn
#

I am trying to set the fan speed of a fan in HA via assist and it is telling me no_valid_targets when debugging the assist text pipeline.

prisma viper
#

Paste debug please.

spark lagoon
#

Fan speed setting is not supported in the default conversation agent

sullen pawn
#

Is there a way to add it via intents?

sullen pawn
# prisma viper Paste debug please.
stage: done
run:
  pipeline: 01gzsm2svvp0j5b98xsynbv2ys
  language: en
  runner_data:
    stt_binary_handler_id: null
    timeout: 300
events:
  - type: run-start
    data:
      pipeline: 01gzsm2svvp0j5b98xsynbv2ys
      language: en
      runner_data:
        stt_binary_handler_id: null
        timeout: 300
    timestamp: "2024-11-05T16:02:13.286466+00:00"
  - type: intent-start
    data:
      engine: conversation.home_assistant
      language: en
      intent_input: Set Richie's office fan to 100 percent
      conversation_id: null
      device_id: null
    timestamp: "2024-11-05T16:02:13.286488+00:00"
  - type: intent-end
    data:
      intent_output:
        response:
          speech:
            plain:
              speech: Sorry, I am not aware of any device called richie's office fan
              extra_data: null
          card: {}
          language: en
          response_type: error
          data:
            code: no_valid_targets
        conversation_id: null
    timestamp: "2024-11-05T16:02:13.483710+00:00"
  - type: run-end
    data: null
    timestamp: "2024-11-05T16:02:13.483738+00:00"
intent:
  engine: conversation.home_assistant
  language: en
  intent_input: Set Richie's office fan to 100 percent
  conversation_id: null
  device_id: null
  done: true
  intent_output:
    response:
      speech:
        plain:
          speech: Sorry, I am not aware of any device called richie's office fan
          extra_data: null
      card: {}
      language: en
      response_type: error
      data:
        code: no_valid_targets
    conversation_id: null