Skip to content

Is it Possible to Trigger Manual Watering on Orbit 21004 (Gen1)? #266

Closed Answered by leefc01
leefc01 asked this question in Q&A
Discussion options

You must be logged in to vote

Got it work. Took a combination of me re-reading the documentation, searching for examples, and realizing the YAML wasn't the flow of code.

Leaving the example here for posterity in case it helps anyone looking for examples.

alias: Backyard - Motion to Water
description: ""
triggers:
  - type: motion
    device_id: [motion sensor id]
    entity_id: [motion sensor event]
    domain: binary_sensor
    trigger: device
conditions: []
actions:
  - action: bhyve.start_watering
    metadata: {}
    data:
      entity_id: switch.smart_hose_tap_timer_zone
      minutes: 1
mode: single

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by leefc01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant