Update pymysensors version to 0.5
This commit is contained in:
parent
1ba60dc898
commit
940799d0da
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ DOMAIN = 'mysensors'
|
|||
DEPENDENCIES = []
|
||||
REQUIREMENTS = [
|
||||
'https://github.com/theolind/pymysensors/archive/'
|
||||
'005bff4c5ca7a56acd30e816bc3bcdb5cb2d46fd.zip#pymysensors==0.4']
|
||||
'f0c928532167fb24823efa793ec21ca646fd37a6.zip#pymysensors==0.5']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
ATTR_NODE_ID = 'node_id'
|
||||
ATTR_CHILD_ID = 'child_id'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue