Skip to content

Commit

Permalink
Fixes issue for returning the correct docker version. (home-assistant…
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored and fabaff committed Nov 13, 2018
1 parent f14251b commit 597da90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 597da90

Please sign in to comment.