Allow configuration of min_gradient from UI to be negative in Trend (#107720)

Allow configuration of min_gradient to be negative from UI
This commit is contained in:
Jan-Philipp Benecke 2024-01-10 14:03:02 +01:00 committed by GitHub
parent 598e18ca86
commit 08e3178682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ async def get_extended_options_schema(handler: SchemaCommonFlowHandler) -> vol.S
CONF_MIN_GRADIENT, default=DEFAULT_MIN_GRADIENT
): selector.NumberSelector(
selector.NumberSelectorConfig(
min=0,
step="any",
mode=selector.NumberSelectorMode.BOX,
),