Updated pyvlx from 0.2.8 to 0.2.9. This version has slightly improved logging (#21349)

This commit is contained in:
Julius Mittenzwei 2019-02-23 14:04:32 +01:00 committed by Charles Garwood
parent b7b4a6dcc8
commit 48e44f4b5b
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ DATA_VELUX = "data_velux"
SUPPORTED_DOMAINS = ['cover', 'scene']
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['pyvlx==0.2.8']
REQUIREMENTS = ['pyvlx==0.2.9']
CONFIG_SCHEMA = vol.Schema({
DOMAIN: vol.Schema({

View File

@ -1438,7 +1438,7 @@ pyvesync==0.1.1
pyvizio==0.0.4
# homeassistant.components.velux
pyvlx==0.2.8
pyvlx==0.2.9
# homeassistant.components.notify.html5
pywebpush==1.6.0