HomeassistantAPI

Python Wrapper for Homeassistant's REST API

For contributing guidelines see towards the bottom.

from homeassistant_api import Client

client = Client(
    '<API URL>',
    '<Long Lived Access Token>'
)

client.get_domains().cover.open_garage(entity_id='cover.my_garage_door')

Documentation

All documentation, api reference, Contribution guidelines and pretty much everything else you'd want to know is on our readthedocs site here

GitHub

https://github.com/GrandMoff100/HomeAssistantAPI