Fix Interval Trigger

This commit is contained in:
Otto Winter
2019-01-02 16:49:26 +01:00
parent a110911371
commit dd801636af
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -394,6 +394,7 @@ CONF_VARIABLES = 'variables'
CONF_SERVICE = 'service'
CONF_ENTITY_ID = 'entity_id'
CONF_RESTORE_MODE = 'restore_mode'
CONF_INTERVAL = 'interval'
ALLOWED_NAME_CHARS = u'abcdefghijklmnopqrstuvwxyz0123456789_'
ARDUINO_VERSION_ESP32_DEV = 'https://github.com/platformio/platform-espressif32.git#feature/stage'