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"
openaiApiKey: ""
schema:
haAccessToken:
type: str
description: "Home Assistant Long-Lived Access Token"
default: ""
todoListName:
type: str
description: "Name of the shopping list in Home Assistant"
default: "rema1000"
openaiApiKey:
type: str
description: "OpenAI API Key"
default: ""
haAccessToken: "str?"
todoListName: "str?"
openaiApiKey: "str?"
image: "registry.riisager.eu/aishoppinglist"