mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
fix event channel name (#12077)
This commit is contained in:
parent
3e41422caa
commit
ebfb380449
@ -51,7 +51,7 @@ def setup(hass, config):
|
|||||||
timeout=30).json()
|
timeout=30).json()
|
||||||
|
|
||||||
channel = pusher.subscribe('private-goals', resp['auth'])
|
channel = pusher.subscribe('private-goals', resp['auth'])
|
||||||
channel.bind('goalfeed_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, timeout=30)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user