mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
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,7 +3,7 @@
|
||||
"name": "Version",
|
||||
"documentation": "https://www.home-assistant.io/components/version",
|
||||
"requirements": [
|
||||
"pyhaversion==2.0.3"
|
||||
"pyhaversion==2.2.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
|
@ -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__)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user