Metadata-Version: 2.1
Name: pyvisonic
Version: 1.0.9
Summary: An asyncio python interface library to the visonic alarm panel
Home-page: https://github.com/davesmeghead/pyvisonic
Author: DaveSmegHead
Author-email: davesmeghead@hotmail.com
License: MIT
Description: # Visonic Alarm Panel Library using asyncio
        
        ## Information
        This is a Custom Integration Library to support the Visonic Alarm Panel Integration.
        
        Visonic produce the Powermax and Powermaster alarm panel series. This library supports PowerMax+, PowerMaxExpress, PowerMaxPro and PowerMaxComplete, PowerMaster 10 and PowerMaster 30.
        
        This library connects directly to the panel using a simple piece of hardware, please see the wiki for further information. The PowerLink hardware device is NOT a requirement for this library to work. Please do not use this library with a Powerlink hardware device.
        
        A simple command line example is included as well as an extensive test example using the aconsole pypi library.
        
        ## Installation
        sudo pip3 install pyvisonic
        
        ## Wiki
        Remember to check out the Wiki, this contains all the documentation and tells you about the hardware that you will need.
        
        - [Wiki Home](https://github.com/davesmeghead/visonic/wiki)
        
        ## Release
        This Component is compliant with the new Component format within the Home Assistant structure.
        This release changes most of the log entries to be debug to be Home Assistant compliant
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
