mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Updated pyvlx from 0.2.8 to 0.2.9. This version has slightly improved logging (#21349)
This commit is contained in:
parent
b7b4a6dcc8
commit
48e44f4b5b
@ -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({
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user