mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
update python-velbus library version (#16194)
This commit is contained in:
parent
f929c38e98
commit
2f2bcf0058
@ -12,7 +12,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP, CONF_PORT
|
||||
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__)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user