https://github.com/krmax44/homeassistant-findmy
View AirTags in Home Assistant
https://github.com/krmax44/homeassistant-findmy
airtag custom-integration find-my home-assistant openhaystack
Last synced: about 1 year ago
JSON representation
View AirTags in Home Assistant
- Host: GitHub
- URL: https://github.com/krmax44/homeassistant-findmy
- Owner: krmax44
- License: gpl-3.0
- Created: 2025-02-07T20:12:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T21:40:45.000Z (over 1 year ago)
- Last Synced: 2025-02-07T22:26:45.254Z (over 1 year ago)
- Topics: airtag, custom-integration, find-my, home-assistant, openhaystack
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Find My Integration for Home Assistant
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=krmax44&repository=homeassistant-findmy&category=integration) [](https://my.home-assistant.io/redirect/config_flow_start/?domain=findmy)
> [!WARNING]
> This integration is still work-in-progress.
## Installation
You need to have a running [Anisette](https://github.com/Dadoum/anisette-v3-server) and a decrypted plist file of your tracker. The latter can be challenging to obtain, see [this issue](https://github.com/malmeloo/FindMy.py/issues/31)).
With those two things ready, setup should be easy using the config flow.
## Acknowledgements
Thanks to [FindMy.py](https://github.com/malmeloo/FindMy.py/), on which this integration is based on.