Send X-Go-White-Label-ID header

Send the hardcoded West Wood white-label tenant ID on API requests, matching
the app. The server doesn't require it.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 01:38:17 +01:00
parent 55b4a17a26
commit 0fd2393a3d
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
west_wood_club = final.buildHomeAssistantComponent {
owner = "deplayer0";
domain = "west_wood_club";
version = "0.1.2";
version = "0.1.3";
src = ./.;
};
};