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

Update Kodi notifier to async (#6497)

* Update Kodi notifier to async

* Change Kodi CONF_SSL to CONF_PROXY_SSL
This commit is contained in:
Adam Mills
2017-03-11 13:41:05 -05:00
committed by Paulus Schoutsen
parent 9a86ccaaea
commit 157ab77232
4 changed files with 54 additions and 30 deletions

View File

@@ -127,6 +127,7 @@ CONF_PLATFORM = 'platform'
CONF_PORT = 'port'
CONF_PREFIX = 'prefix'
CONF_PROTOCOL = 'protocol'
CONF_PROXY_SSL = 'proxy_ssl'
CONF_QUOTE = 'quote'
CONF_RECIPIENT = 'recipient'
CONF_RESOURCE = 'resource'