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

This commit is contained in:
Home Assistant Version Control
2026-07-29 12:34:00 +00:00
parent 9c61a39299
commit 50007c314d
2 changed files with 31 additions and 26 deletions
+8 -3
View File
@@ -1,6 +1,11 @@
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"opencode-gemini-auth"
]
"plugin": ["opencode-gemini-auth@latest"],
"provider": {
"google": {
"options": {
"projectId": "your-exact-google-cloud-project-id"
}
}
}
}