From bbedf091aad8a2465c27b4358ccd5d8bd892eeae Mon Sep 17 00:00:00 2001 From: mgiako <44270368+mgiako@users.noreply.github.com> Date: Wed, 10 Apr 2019 09:55:39 +0200 Subject: [PATCH] Add functionality to the version sensor (#22896) * Update manifest.json * Update sensor.py * new version option --- homeassistant/components/version/manifest.json | 2 +- homeassistant/components/version/sensor.py | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/version/manifest.json b/homeassistant/components/version/manifest.json index 34f984f953a..5684a3c64d1 100644 --- a/homeassistant/components/version/manifest.json +++ b/homeassistant/components/version/manifest.json @@ -3,7 +3,7 @@ "name": "Version", "documentation": "https://www.home-assistant.io/components/version", "requirements": [ - "pyhaversion==2.0.3" + "pyhaversion==2.2.0" ], "dependencies": [], "codeowners": [ diff --git a/homeassistant/components/version/sensor.py b/homeassistant/components/version/sensor.py index 6982b77a51a..7c8f2b1662a 100644 --- a/homeassistant/components/version/sensor.py +++ b/homeassistant/components/version/sensor.py @@ -11,7 +11,7 @@ from homeassistant.const import CONF_NAME, CONF_SOURCE from homeassistant.helpers.entity import Entity from homeassistant.util import Throttle -REQUIREMENTS = ['pyhaversion==2.0.3'] +REQUIREMENTS = ['pyhaversion==2.2.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 563e1a7bc8f..b19bbc3951c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1064,7 +1064,7 @@ pygtfs==0.1.5 pygtt==1.1.2 # homeassistant.components.version -pyhaversion==2.0.3 +pyhaversion==2.2.0 # homeassistant.components.heos pyheos==0.3.1