Skip to content

Commit

Permalink
Update pymysensors version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hensing committed Aug 21, 2016
1 parent 7d0c50a commit a12dada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/mysensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
DEPENDENCIES = []
REQUIREMENTS = [
'https://github.com/theolind/pymysensors/archive/'
'd59e2548f8378371f7fcb0805f7800796a6fa044.zip#pymysensors==0.7']
'8ce98b7fb56f7921a808eb66845ce8b2c455c81e.zip#pymysensors==0.7.1']
_LOGGER = logging.getLogger(__name__)
ATTR_NODE_ID = 'node_id'
ATTR_CHILD_ID = 'child_id'
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ https://github.com/robbiet480/pygtfs/archive/00546724e4bbcb3053110d844ca44e22462
https://github.com/sander76/powerviewApi/archive/master.zip#powerviewApi==0.2

# homeassistant.components.mysensors
https://github.com/theolind/pymysensors/archive/d59e2548f8378371f7fcb0805f7800796a6fa044.zip#pymysensors==0.7
https://github.com/theolind/pymysensors/archive/8ce98b7fb56f7921a808eb66845ce8b2c455c81e.zip#pymysensors==0.7.1

# homeassistant.components.alarm_control_panel.simplisafe
https://github.com/w1ll1am23/simplisafe-python/archive/586fede0e85fd69e56e516aaa8e97eb644ca8866.zip#simplisafe-python==0.0.1
Expand Down

0 comments on commit a12dada

Please sign in to comment.