Skip to content

Commit

Permalink
Bump pypi again for Cisco Mobility Express (#22467)
Browse files Browse the repository at this point in the history
* Fix empty device clId

Fix for fbradyirl/ciscomobilityexpress#13

* Update requirements_all.txt
  • Loading branch information
fbradyirl authored and balloob committed Mar 28, 2019
1 parent b8e38c1 commit e022f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
CONF_HOST, CONF_USERNAME, CONF_PASSWORD, CONF_SSL, CONF_VERIFY_SSL)


REQUIREMENTS = ['ciscomobilityexpress==0.1.4']
REQUIREMENTS = ['ciscomobilityexpress==0.1.5']


_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ buienradar==0.91
caldav==0.5.0

# homeassistant.components.cisco_mobility_express.device_tracker
ciscomobilityexpress==0.1.4
ciscomobilityexpress==0.1.5

# homeassistant.components.notify.ciscospark
ciscosparkapi==0.4.2
Expand Down

0 comments on commit e022f44

Please sign in to comment.