mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
Remove preview for image template (#176812)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user