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

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