Add functionality to the version sensor (#22896)

* Update manifest.json

* Update sensor.py

* new version option
This commit is contained in:
mgiako 2019-04-10 09:55:39 +02:00 committed by Fabian Affolter
parent 5d3aac8130
commit bbedf091aa
3 changed files with 3 additions and 3 deletions

View file

@ -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": [

View file

@ -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__)

View file

@ -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