Hi everyone!
I'm looking to integrate a digital membership card software/system with Home Assistant. My goal is to use membership card data ( member check-ins, card scans, active/inactive status) to trigger automations in HA.
What I want to achieve
- Trigger HA automations when a membership card is scanned
- Show membership status on my HA dashboard
- Possibly control door locks or lights based on valid membership
What I've tried so far:
- Looked for existing integrations in HACS — couldn't find anything specific
- Checked if the software has a REST API or webhook support
Issue :
- Has anyone integrated a digital membership card system with HA before?
- Would a REST API +
rest commandor webbooks be the best approach? - Are there any custom integrations or HACS add-ons that could help?
Any guidance or examples would be greatly appreciated! Thanks in advance.