Skip to content

ross-mulcahy/jasper-home-assistant-io-integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Jasper/Home-Assistant.io Integration

A simple integration for Jasper and Home-Assistant.io

Currently just checks who is at home by using the device tracker. By issuing the command "Who is home" it will tell you the "friendly name" of the devices at home and will also tell you if there is any devices logged at "Work" - a custom location.

To install simply add WhoIsHome.py into your modules folder in Jasper, for me it's /home/pi/jasper/client/modules/

Make sure the following is copied and populated in your profile file, again for me that's ~/.jasper/profile.yml

 ha_url: 
 ha_port: 
 ha_password: 

For example

 ha_url: http://localhost
 ha_port: 8123
 ha_password: abcd1234

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%