Metadata-Version: 2.2
Name: homelink-home-assistant
Version: 0.0.6
Summary: API to interact with Homelink cloud for Home Assistant
Author-email: Nicholas Aelick <niaexa@syntronic.com>
Project-URL: Homepage, https://www.homelink.com/
Project-URL: Issues, https://www.homelink.com/support
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-decouple>=3.8
Requires-Dist: boto3

# HomeLink SmartHome Home Assistant API

This project contains a python API to connect home assistant to HomeLink smarthome cloud

## Setup

This repo utilizes VS Code [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) so you don't need to alter your global python environment.

## Installing dependencies

Use `pip` to install required dependencies by running `pip install -r requirements.txt` from the project root.

## Updating dependencies

During the course of development, if new packages are added, it's recommended to update [`requirements.txt`](./requirements.txt) by running `pip freeze > requirements.txt`.
