Skip to content

Commit

Permalink
Merge branch 'master' into drop-custom-component
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusoverli authored Sep 17, 2020
2 parents cfb4601 + 86a5a76 commit 7ada8b8
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions tagreader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ pn532:
on_tag:
#TODO #3 - Add condition to read only once every 5 seconds
then:
- text_sensor.template.publish:
id: rfid_tag
state: !lambda 'return x;'
# Once ESPHome 1.15.2 or later is released, upgrade this according to
# https://github.com/adonno/tagreader/issues/6
- homeassistant.event:
event: esphome.tag_scanned
data:
Expand Down Expand Up @@ -188,25 +183,18 @@ pn532:
- output.turn_off: buzzer





output:
- platform: esp8266_pwm
pin: D8
id: buzzer

text_sensor:

- platform: template
name: "RFID Tag"
id: rfid_tag
text_sensor:

- platform: template
id: connected



light:
- platform: fastled_clockless
chipset: WS2812
Expand Down

0 comments on commit 7ada8b8

Please sign in to comment.