Metadata-Version: 2.1
Name: govee-api-laggat
Version: 0.0.8
Summary: Implementation of the govee API to control LED strips and bulbs.
Home-page: https://github.com/LaggAt/govee-api
Author: Florian Lagg @LaggAt
Author-email: florian.lagg@gmail.com
License: UNKNOWN
Description: # govee-api-laggat Package
        
        Python implementation of the govee API 1.0 to control the cheap and colorful LED strips.
        
        ## API Key
        
        To get an api key you need to install the 'Govee Home' app on your mobile and browse the user tab - About - Request API key. Usually you get your key within seconds by mail.
        
        ## Issues / Improvements
        
        I'm just starting here, implementation is about to change as needed.
        
        Feel free to fork and start a pull request in your feature/bug branch. If you cannot fix or extend it yourself, you may want to add an issue here, but it may take a bit longer.
        
        ## Why / Motivation
        
        I want to use this package in an Home Assistant Component to control my new light strips.
        
        ## development
        
        * pip install setuptools wheel tox
        * Fork and clone the repository
        * Make a 'feature/NAME' or 'bug/NAME' branch
        * Run tests: tox
        * commit and start a pull request
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
