diff --git a/homeassistant/components/velux/__init__.py b/homeassistant/components/velux/__init__.py index 9bc9c93e0d1..4c84eb687ad 100644 --- a/homeassistant/components/velux/__init__.py +++ b/homeassistant/components/velux/__init__.py @@ -22,8 +22,8 @@ CONFIG_SCHEMA = vol.Schema( } ) }, - extra=vol.ALLOW_EXTRA, - ) + ), + extra=vol.ALLOW_EXTRA, )