mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Reject MQTT cover discovery using unsupported tilt_invert_state (#62680)
This commit is contained in:
parent
08c66f4983
commit
c1ada1754f
@ -193,6 +193,7 @@ PLATFORM_SCHEMA = vol.All(
|
||||
)
|
||||
|
||||
DISCOVERY_SCHEMA = vol.All(
|
||||
cv.removed("tilt_invert_state"),
|
||||
_PLATFORM_SCHEMA_BASE.extend({}, extra=vol.REMOVE_EXTRA),
|
||||
validate_options,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user