Fix config schema for velux (#112037)

This commit is contained in:
Joakim Sørensen 2024-03-02 12:52:20 +01:00 committed by GitHub
parent 0f66292d35
commit 9478b7de29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,8 +22,8 @@ CONFIG_SCHEMA = vol.Schema(
}
)
},
extra=vol.ALLOW_EXTRA,
)
),
extra=vol.ALLOW_EXTRA,
)