Skip to content

Commit 0740541

Browse files
author
Nicolas
committed
Add github python package badge
1 parent fc74dbc commit 0740541

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PyBecker - controlling Becker RF Shutter with Python
33

44
[![PyPI version](https://img.shields.io/pypi/v/pybecker.svg)](https://pypi.python.org/pypi/pybecker)
55
[![Requirements Status](https://requires.io/github/nicolasberthel/pybecker/requirements.svg?branch=master)](https://requires.io/github/nicolasberthel/pybecker/requirements/?branch=master)
6-
[![Build Status](https://travis-ci.org/nicolasberthel/pybecker.svg?branch=master)](https://travis-ci.org/nicolasberthel/pybecker.svg?branch=master)
6+
![Python package](https://github.com/nicolasberthel/pybecker/workflows/Python%20package/badge.svg?branch=master)
77

88
This library is based on the work of **ole1986** (https://github.com/ole1986/centronic-py)
99

@@ -14,6 +14,11 @@ The pairing need as well to be performed before and is not yet part of the libra
1414
The goal of this library is to be used in Home assistant custom component to control your becker shutters.
1515
This component is not yet publicly released.
1616

17+
Requirements
18+
------------
19+
20+
From 0.0.5 pybecker uses asyncio it requires pyhton 3.7 or above
21+
1722
Installation
1823
------------
1924

0 commit comments

Comments
 (0)