Fix config schema for velux (#112037)

pull/112040/head
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
1 changed files with 2 additions and 2 deletions

View File

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