Replies: 2 comments
|
I automated my gate by making a small (15ft) task area for staging on the inside of the gate and then outside the gate... when the mower gets to the small area inside the gate the gate opens and locks open while it mows outside... when it completes the task and leave both areas the gate closes... works nicely. Here is the YAML:
Key Area Hashes:
Required Helper Entities:
(Code was developed using Claude Code Terminal add-in inside HA) |





Uh oh!
There was an error while loading. Please reload this page.
I am using counters I have one helper that counts side yard and it works I have another helper that counts backyard and it does not work. No matter what I seem to try I cannot get it to count backyard, I've tried it with the full verbiage "change to Backyard" I've tried it with a space in the name "Back yard" even though there isn't one . Any ideas. The side yard has a space in the name Other than that it is exactly the same. Any help or ideas would be greatly appreciated.
alias: Increment Luba Backyard Count
description: ""
triggers:
trigger: state
to: Backyard
conditions: []
actions:
entity_id: counter.luba_backyard_count
action: counter.increment
data: {}
mode: single
All reactions