One more commit to trigger CI

This commit is contained in:
Tobias Haase
2019-07-31 19:35:47 +02:00
parent 9efcbb7f58
commit c50a515e40

View File

@@ -98,7 +98,8 @@ async def async_setup(hass, config):
# Validate version
update_available = False
if StrictVersion(newest) > StrictVersion(current_version):
_LOGGER.info("The latest available version is %s", newest)
_LOGGER.info(
"The latest available version of Home Assistant is %s", newest)
update_available = True
elif StrictVersion(newest) == StrictVersion(current_version):
_LOGGER.info(