Changed component REQUIREMENTS to absolute versions.

This commit is contained in:
Ryan Kraus 2015-08-29 21:39:50 -04:00
parent 6fdf9b8d7c
commit 893ae15042
42 changed files with 53 additions and 49 deletions

View file

@ -36,8 +36,8 @@ ATTR_NODE_ID = "node_id"
ATTR_CHILD_ID = "child_id"
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['https://github.com/theolind/pymysensors/archive/master.zip'
'#egg=pymysensors-0.1']
REQUIREMENTS = ['https://github.com/theolind/pymysensors/archive/' +
'35b87d880147a34107da0d40cb815d75e6cb4af7.zip']
def setup_platform(hass, config, add_devices, discovery_info=None):