.opencode/opencode.json, zigbee2mqtt/state.json

This commit is contained in:
Home Assistant Version Control
2026-07-29 12:43:28 +00:00
parent a49aa64387
commit de8be76236
2 changed files with 22 additions and 20 deletions
+4 -2
View File
@@ -1,11 +1,13 @@
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-gemini-auth@latest"],
"model": "google/gemini-2.5-flash",
"provider": {
"google": {
"options": {
"projectId": "gen-lang-client-0842463959"
"projectId": "gen-lang-client-0842463959",
"model": "google/gemini-2.5-flash"
}
}
}
}
}