Metadata-Version: 2.1
Name: basestation
Version: 0.0.4
Summary: A library to read/write power states from Valve Index® Base Stations through BLE
Home-page: https://github.com/jariz/basestation
Author: Jari Zwarts
Author-email: jarizw@gmail.com
License: MIT
Project-URL: Twitter, https://twitter.com/JariZwarts
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: bluepy (<2.0,>=1.3)
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

===========
basestation
===========

A library to interface with the Valve Index® Base Stations (also commonly referred to as 'Lighthouse V2') through BLE.  
This lib mostly exists because homeasstant requires all code directly interfacing with hardware to be done through a seperate lib, but it can be used just fine as a standalone lib.

Features
===========

- Scan for nearby base stations.
- Power stations on/off
- Read power state
- Identify (make LED flash)

Description
===========

I will write a more extensive API doc when I have my homeassistant stuff going.


