fix event channel name (#12077)
parent
3e41422caa
commit
ebfb380449
|
@ -51,7 +51,7 @@ def setup(hass, config):
|
|||
timeout=30).json()
|
||||
|
||||
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,
|
||||
custom_host=GOALFEED_HOST, timeout=30)
|
||||
|
|
Loading…
Reference in New Issue