Skip to content

Fixed #2 Status LED can't be turned off permanently. #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions athom_ps01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ logger:
api:

ota:
platform: esphome

mdns:
disabled: false
Expand Down Expand Up @@ -111,13 +112,12 @@ binary_sensor:
# filters:
# - delayed_on: 50ms
device_class: occupancy
on_press:
then:
- light.turn_on: led
on_release:
then:
- light.turn_off: led

# on_press:
# then:
# - light.turn_on: led
# on_release:
# then:
# - light.turn_off: led

- platform: template
name: "Occupancy"
Expand Down