Fix config schema for velux (#112037)

This commit is contained in:
Joakim Sørensen
2024-03-02 13:24:05 -05:00
committed by Paulus Schoutsen
parent df5eb552a0
commit 675b7ca7ba
+2 -2
View File
@@ -22,8 +22,8 @@ CONFIG_SCHEMA = vol.Schema(
}
)
},
extra=vol.ALLOW_EXTRA,
)
),
extra=vol.ALLOW_EXTRA,
)