Goalfeed channel (#12086)

* fix event channel name

* I guess accidentally added timeout here too.
This commit is contained in:
Craig J. Ward 2018-02-01 04:24:02 -06:00 committed by Daniel Høyer Iversen
parent 2f07ffc4e4
commit 53a99dc9fa

View File

@ -54,7 +54,7 @@ def setup(hass, config):
channel.bind('goal', goal_handler) channel.bind('goal', goal_handler)
pusher = pysher.Pusher(GOALFEED_APP_ID, secure=False, port=8080, pusher = pysher.Pusher(GOALFEED_APP_ID, secure=False, port=8080,
custom_host=GOALFEED_HOST, timeout=30) custom_host=GOALFEED_HOST)
pusher.connection.bind('pusher:connection_established', connect_handler) pusher.connection.bind('pusher:connection_established', connect_handler)
pusher.connect() pusher.connect()