Skip to content

Commit

Permalink
Update rabbit-hutch.yaml
Browse files Browse the repository at this point in the history
crjeder authored Oct 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0a7cfa8 commit 9d886d7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions rabbit-hutch.yaml
Original file line number Diff line number Diff line change
@@ -192,10 +192,9 @@ apds9960:
update_interval: 60s
gesture_led_drive: 50mA

sensor:
binary_sensor:
- platform: apds9960
# Rabbit enters the hutch

binary_sensor:
- platform: apds9960 # Rabbit enters the hutch
direction: UP
name: "Rabbit has entered the hutch"
on_press:
@@ -205,7 +204,7 @@ sensor:
- state_machine.transition: ENTER

- platform: apds9960
direction: DOWN
direction: DOWN # Rabbit exits the hutch
name: "Rabbit has left the hutch"
on_press:
- number.decrement:

0 comments on commit 9d886d7

Please sign in to comment.