mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
Fix g-assistant (#293)
* Update config.json * Update CHANGELOG.md * Update config.json * Update run.sh * Update hassio_gassistant.py
This commit is contained in:
@@ -27,6 +27,6 @@ if __name__ == '__main__':
|
||||
credentials = google.oauth2.credentials.Credentials(token=None, **json.load(data))
|
||||
|
||||
# run assistant
|
||||
with Assistant(credentials) as assistant:
|
||||
with Assistant(credentials, sys.argv[2]) as assistant:
|
||||
for event in assistant.start():
|
||||
process_event(event)
|
||||
|
||||
Reference in New Issue
Block a user