From f6dd43f5d0ce883dc074289cb0250a6493ed5cb3 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:15:06 +0800 Subject: [PATCH] Remove preview for image template (#176812) --- homeassistant/components/template/config_flow.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/template/config_flow.py b/homeassistant/components/template/config_flow.py index 934cd6a3f6bf..9682d9e54256 100644 --- a/homeassistant/components/template/config_flow.py +++ b/homeassistant/components/template/config_flow.py @@ -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(