Bump python_awair to 0.0.3 (#18819)

This commit is contained in:
Andrew Hayworth 2018-11-30 01:47:05 -06:00 committed by Fabian Affolter
parent 22f27b8621
commit 5f53627c0a
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ import homeassistant.helpers.config_validation as cv
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__)