Skip to content

Commit

Permalink
Bump aioambient to 0.1.2 (#21098)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored and balloob committed Feb 15, 2019
1 parent 9203ae2 commit 539d24d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/ambient_station/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
ATTR_LAST_DATA, CONF_APP_KEY, DATA_CLIENT, DOMAIN, TOPIC_UPDATE,
TYPE_BINARY_SENSOR, TYPE_SENSOR)

REQUIREMENTS = ['aioambient==0.1.1']
REQUIREMENTS = ['aioambient==0.1.2']

_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 @@ -90,7 +90,7 @@ abodepy==0.15.0
afsapi==0.0.4

# homeassistant.components.ambient_station
aioambient==0.1.1
aioambient==0.1.2

# homeassistant.components.asuswrt
aioasuswrt==1.1.20
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PyTransportNSW==0.1.1
YesssSMS==0.2.3

# homeassistant.components.ambient_station
aioambient==0.1.1
aioambient==0.1.2

# homeassistant.components.device_tracker.automatic
aioautomatic==0.6.5
Expand Down

0 comments on commit 539d24d

Please sign in to comment.