Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
crjeder committed Oct 19, 2024
1 parent 066cbec commit ac47c35
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rabbit-hutch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,18 +198,12 @@ binary_sensor:
direction: UP
name: "Rabbit has entered the hutch"
on_press:
- number.increment:
id: inhabitants
cycle: false
- state_machine.transition: ENTER

- platform: apds9960
direction: DOWN # Rabbit exits the hutch
name: "Rabbit has left the hutch"
on_press:
- number.decrement:
id: inhabitants
cycle: false
- state_machine.transition: EXIT

time:
Expand Down

0 comments on commit ac47c35

Please sign in to comment.