Add functionality to the version sensor (#22896)
* Update manifest.json * Update sensor.py * new version option
This commit is contained in:
parent
5d3aac8130
commit
bbedf091aa
3 changed files with 3 additions and 3 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue