mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fixes issue for returning the correct docker version. (#18439)
This commit is contained in:
parent
f14251bdcc
commit
597da90622
@ -16,7 +16,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.2']
|
REQUIREMENTS = ['pyhaversion==2.0.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -950,7 +950,7 @@ pygtfs-homeassistant==0.1.3.dev0
|
|||||||
pyharmony==1.0.20
|
pyharmony==1.0.20
|
||||||
|
|
||||||
# homeassistant.components.sensor.version
|
# homeassistant.components.sensor.version
|
||||||
pyhaversion==2.0.2
|
pyhaversion==2.0.3
|
||||||
|
|
||||||
# homeassistant.components.binary_sensor.hikvision
|
# homeassistant.components.binary_sensor.hikvision
|
||||||
pyhik==0.1.8
|
pyhik==0.1.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user