fix schema

This commit is contained in:
2025-12-15 22:54:00 +01:00
parent 5e6a2a686a
commit 7887b161bc

View File

@@ -14,16 +14,7 @@ options:
todoListName: "rema1000" todoListName: "rema1000"
openaiApiKey: "" openaiApiKey: ""
schema: schema:
haAccessToken: haAccessToken: "str?"
type: str todoListName: "str?"
description: "Home Assistant Long-Lived Access Token" openaiApiKey: "str?"
default: ""
todoListName:
type: str
description: "Name of the shopping list in Home Assistant"
default: "rema1000"
openaiApiKey:
type: str
description: "OpenAI API Key"
default: ""
image: "registry.riisager.eu/aishoppinglist" image: "registry.riisager.eu/aishoppinglist"