Skip to content

Instantly share code, notes, and snippets.

@jacobtomlinson
Created January 8, 2020 08:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jacobtomlinson/ec75027a13f3c9d401a2b2ec432b1678 to your computer and use it in GitHub Desktop.
Save jacobtomlinson/ec75027a13f3c9d401a2b2ec432b1678 to your computer and use it in GitHub Desktop.
Opsdroid Home Assistant example config
## Set the logging level
logging:
level: info
## Show welcome message
welcome-message: true
## Connector modules
connectors:
homeassistant:
url: http://localhost:8123/
token: mytoken
## Skill modules
skills:
example:
path: /home/user/opsdroid-skills/myskill.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment