mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
One more commit to trigger CI
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user