• 3 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: April 24th, 2023

help-circle


  • I did just check to see if you can pass along wildcards in an automation, which you can! I used this automation:

    alias: sentence test
    description:
    trigger:
      - platform: conversation
        command:
          - When is [my] {date}
    condition: []
    action:
      - set_conversation_response: curses, that damnable {{ trigger.slots.game }}
        enabled: false
      - choose:
          - conditions:
              - condition: template
                value_template: '{{ ''birthday'' in trigger.slots.date }}'
            sequence:
              - set_conversation_response: >-
                  curses, that damnable {{ trigger.slots.date }}! It completely
                  slipped my mind
          - conditions:
              - condition: template
                value_template: '{{ ''christmas'' in trigger.slots.date }}'
            sequence:
              - set_conversation_response: sir you know when {{ trigger.slots.date }} is!
    

    This should give you a framework to build off of. It looks like when you don’t define a list of slots in an intent it just passes the wildcard along in a slot.











  • It’s definitely sagging, this happened as I was composing the OP:

    That’s the worst I’ve seen, usually it’s like the original picture… Oh damn I just noticed it happens at the same layer heights every time.

    Hmmm, so why would this filament give me trouble and not the other one? Or is this a z-axis issue or a slicer one?