Remove preview for image template (#176812)

This commit is contained in:
karwosts
2026-07-20 14:15:06 +02:00
committed by GitHub
parent 8f901ffd59
commit f6dd43f5d0
@@ -612,7 +612,6 @@ CONFIG_FLOW = {
),
Platform.IMAGE: SchemaFlowFormStep(
config_schema(Platform.IMAGE),
preview="template",
validate_user_input=validate_user_input(Platform.IMAGE),
),
Platform.LIGHT: SchemaFlowFormStep(
@@ -702,7 +701,6 @@ OPTIONS_FLOW = {
),
Platform.IMAGE: SchemaFlowFormStep(
options_schema(Platform.IMAGE),
preview="template",
validate_user_input=validate_user_input(Platform.IMAGE),
),
Platform.LIGHT: SchemaFlowFormStep(