Metadata-Version: 2.1
Name: govee-api-laggat
Version: 0.1.3
Summary: Implementation of the govee API to control LED strips and bulbs.
Home-page: https://github.com/LaggAt/govee-api-laggat
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.
        
        ## Why / Motivation
        
        I want to use this package in an Home Assistant Component to control my new light strips.
        
        ![demo of integration](doc/media/demo_20200920.gif)
        
        Remember: this is NOT the integration, but the library the integration uses.
        
        The integration project lives here: [github.com/LaggAt/home-assistant-core](https://github.com/LaggAt/home-assistant-core/tree/feature/govee-led-strips/homeassistant/components/govee)
        
        ## Govee trademark
        
        <img src="doc/media/govee_logo_orig.jpg" alt="Govee logo" width="300" height="91">
        
        Govee and the Govee logo are trademarks or registered trademarks of Shenzhen Intellirock Company Limited, and used by Govee with permission. Neither your use of the Govee Logo grant you any right, title, or interest in, or any license to reproduce or otherwise use, the Govee logo. You shall not at any time, nor shall you assist others to, challenge Govee's right, title, or interest in, or the validity of, the Govee Marks.
        
        ## Links
        
        - PyPi project and python package: [pypi.org/project/govee-api-laggat](https://pypi.org/project/govee-api-laggat/)
        - Home Assistant integration Git: [github.com/LaggAt/home-assistant-core](https://github.com/LaggAt/home-assistant-core/tree/feature/govee-led-strips/homeassistant/components/govee)
        
        ## 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
        
        There are two projects, this one is the API implementation for python. 
        The second project is the integration into Home Assistant which currently lives [here: github.com/LaggAt/home-assistant-core](https://github.com/LaggAt/home-assistant-core/tree/feature/govee-led-strips/homeassistant/components/govee)
        
        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 in the correct project, but it may take a bit longer.
        
        ## 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
