Bump thermoworks_smoke version to get new pyrebase version (#21100)

This commit is contained in:
Nick Horvath 2019-02-16 05:18:13 -05:00 committed by Martin Hjelmare
parent b39b66ef65
commit f7d9031486
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ from homeassistant.const import TEMP_FAHRENHEIT, CONF_EMAIL, CONF_PASSWORD,\
CONF_MONITORED_CONDITIONS, CONF_EXCLUDE, ATTR_BATTERY_LEVEL
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['thermoworks_smoke==0.1.7', 'stringcase==1.2.0']
REQUIREMENTS = ['thermoworks_smoke==0.1.8', 'stringcase==1.2.0']
_LOGGER = logging.getLogger(__name__)