Skip to content

Commit

Permalink
update python-velbus library version (#16194)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdelaet authored and fabaff committed Aug 25, 2018
1 parent f929c38 commit 2f2bcf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/velbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from homeassistant.helpers.discovery import load_platform
from homeassistant.helpers.entity import Entity

REQUIREMENTS = ['python-velbus==2.0.17']
REQUIREMENTS = ['python-velbus==2.0.18']

_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 @@ -1134,7 +1134,7 @@ python-telegram-bot==10.1.0
python-twitch==1.3.0

# homeassistant.components.velbus
python-velbus==2.0.17
python-velbus==2.0.18

# homeassistant.components.media_player.vlc
python-vlc==1.1.2
Expand Down

0 comments on commit 2f2bcf0

Please sign in to comment.