mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +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",
|
"name": "Version",
|
||||||
"documentation": "https://www.home-assistant.io/components/version",
|
"documentation": "https://www.home-assistant.io/components/version",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyhaversion==2.0.3"
|
"pyhaversion==2.2.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
@ -11,7 +11,7 @@ from homeassistant.const import CONF_NAME, CONF_SOURCE
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['pyhaversion==2.0.3']
|
REQUIREMENTS = ['pyhaversion==2.2.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1064,7 +1064,7 @@ pygtfs==0.1.5
|
|||||||
pygtt==1.1.2
|
pygtt==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.version
|
# homeassistant.components.version
|
||||||
pyhaversion==2.0.3
|
pyhaversion==2.2.0
|
||||||
|
|
||||||
# homeassistant.components.heos
|
# homeassistant.components.heos
|
||||||
pyheos==0.3.1
|
pyheos==0.3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user