Skip to content

Commit

Permalink
Bump python_awair to 0.0.3 (home-assistant#18819)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayworth authored and fabaff committed Nov 30, 2018
1 parent 22f27b8 commit 5f53627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/awair.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle, dt

REQUIREMENTS = ['python_awair==0.0.2']
REQUIREMENTS = ['python_awair==0.0.3']

_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 @@ -1270,7 +1270,7 @@ python-vlc==1.1.2
python-wink==1.10.1

# homeassistant.components.sensor.awair
python_awair==0.0.2
python_awair==0.0.3

# homeassistant.components.sensor.swiss_public_transport
python_opendata_transport==0.1.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ python-forecastio==1.4.0
python-nest==4.0.5

# homeassistant.components.sensor.awair
python_awair==0.0.2
python_awair==0.0.3

# homeassistant.components.sensor.whois
pythonwhois==2.4.3
Expand Down

0 comments on commit 5f53627

Please sign in to comment.