Files
hass-west-wood/custom_components/west_wood_club/manifest.json
T
jackos1998 aafd487b83 Add Home Assistant integration
Token-authenticated custom component exposing live per-club member counts
as sensors under a single "West Wood Club" device, fed by one coordinator
polling `/v1/Clubs/WhoIsInCount`.

Packaged via `buildHomeAssistantComponent` with a flake package + overlay so
it can be used in `services.home-assistant.customComponents`.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 00:11:04 +01:00

12 lines
285 B
JSON

{
"domain": "west_wood_club",
"name": "West Wood Club",
"codeowners": ["@deplayer0"],
"config_flow": true,
"documentation": "https://git.nul.ie/dev/hass-west-wood",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": [],
"version": "0.1.0"
}