Python Wrapper for Homeassistant's REST API
Please ⭐️ the repo if you find this project useful or cool!
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')
All documentation, api reference, Contribution guidelines and pretty much everything else you'd want to know is on our readthedocs site here
If theres something missing open an issue and let us know! Thanks!