mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Fixes issue for returning the correct docker version. (#18439)
This commit is contained in:
committed by
Fabian Affolter
parent
f14251bdcc
commit
597da90622
@@ -16,7 +16,7 @@ from homeassistant.const import CONF_NAME, CONF_SOURCE
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['pyhaversion==2.0.2']
|
||||
REQUIREMENTS = ['pyhaversion==2.0.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@@ -950,7 +950,7 @@ pygtfs-homeassistant==0.1.3.dev0
|
||||
pyharmony==1.0.20
|
||||
|
||||
# homeassistant.components.sensor.version
|
||||
pyhaversion==2.0.2
|
||||
pyhaversion==2.0.3
|
||||
|
||||
# homeassistant.components.binary_sensor.hikvision
|
||||
pyhik==0.1.8
|
||||
|
Reference in New Issue
Block a user