1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Rename time trigger 'after' to 'at' (#7846)

This commit is contained in:
Adam Mills
2017-06-02 01:40:27 -04:00
committed by Paulus Schoutsen
parent 4bcbeef480
commit cf42303afb
3 changed files with 17 additions and 10 deletions

View File

@@ -59,6 +59,7 @@ CONF_ACCESS_TOKEN = 'access_token'
CONF_AFTER = 'after'
CONF_ALIAS = 'alias'
CONF_API_KEY = 'api_key'
CONF_AT = 'at'
CONF_AUTHENTICATION = 'authentication'
CONF_BASE = 'base'
CONF_BEFORE = 'before'