1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-20 08:46:01 +00:00

Add PN532 On Tag Trigger (#189)

* Add PN532 On Tag Trigger

* Lint

* Fix 😶

* Fix
This commit is contained in:
Otto Winter
2018-10-17 21:29:44 +02:00
committed by GitHub
parent 75628b96a1
commit 81bc400340
3 changed files with 20 additions and 4 deletions

View File

@@ -341,6 +341,7 @@ CONF_DAYS_OF_WEEK = 'days_of_week'
CONF_CRON = 'cron'
CONF_POWER_SAVE_MODE = 'power_save_mode'
CONF_POWER_ON_VALUE = 'power_on_value'
CONF_ON_TAG = 'on_tag'
ALLOWED_NAME_CHARS = u'abcdefghijklmnopqrstuvwxyz0123456789_'
ARDUINO_VERSION_ESP32_DEV = 'https://github.com/platformio/platform-espressif32.git#feature/stage'