mirror of
https://github.com/home-assistant/core.git
synced 2025-11-17 06:50:12 +00:00
Add functionality to the version sensor (#22896)
* Update manifest.json * Update sensor.py * new version option
This commit is contained in:
@@ -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__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user