mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Goalfeed channel (#12086)
* fix event channel name * I guess accidentally added timeout here too.
This commit is contained in:
parent
2f07ffc4e4
commit
53a99dc9fa
@ -54,7 +54,7 @@ def setup(hass, config):
|
||||
channel.bind('goal', goal_handler)
|
||||
|
||||
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.connect()
|
||||
|
Loading…
x
Reference in New Issue
Block a user