1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 05:12:21 +01:00

Add native API user-defined services (#453)

This commit is contained in:
Otto Winter
2019-02-26 19:38:28 +01:00
committed by GitHub
parent 3b00cfd6c4
commit 311e837196
3 changed files with 47 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ CONF_ARDUINO_VERSION = 'arduino_version'
CONF_LOCAL = 'local'
CONF_REPOSITORY = 'repository'
CONF_COMMIT = 'commit'
CONF_SERVICES = 'services'
CONF_TAG = 'tag'
CONF_BRANCH = 'branch'
CONF_LOGGER = 'logger'