Official eufy-security-ws Home Assistant add-on repository
July 1, 2026 ยท View on GitHub
Caution
๐จ๐จ๐จ LIBRARY DEPRECATION NOTICE ๐จ๐จ๐จ
โ ๏ธ Eufy is shutting down the legacy APIs this library is built on. โ ๏ธ
Eufy is in the middle of a large migration of their ecosystem. The newer Eufy Mega platform (the "5-in-1" app, covering Security / Clean / Lights / Care) is gradually becoming the only supported backend, and Eufy has already started removing access to the legacy APIs this library was originally built on. Until recently both worked in parallel โ that is no longer guaranteed.
๐ What this means for you:
- ๐ข A recent PR restores push notifications against the new v6 ("eufy_mega") backend, so push works again for now. This is a short-term stopgap.
- ๐ก Other functionality that still depends on legacy endpoints may stop working without warning as Eufy continues the rollout. The current Eufy app no longer uses the legacy API at all.
- ๐ด Once the legacy API is fully shut down, this library will stop functioning โ no amount of patching here will change that.
๐ง What's next:
A new integration built around Eufy Mega is in active development (auto-discovery, less battery drain for P2P), designed from the ground up rather than bolted onto the Security-only structure, and coordinated across the Home Assistant, Homebridge and Homey communities so the new library works for everyone.
๐ Treat this release as a temporary stopgap. ๐
This notice will be updated as the migration progresses.


Join us on Discord:
Add-ons
This repository contains the following add-ons
eufy-security-ws add-on
Installation
-
To add this repository to Home Assistant you have 2 options:
-
Go to Settings โ Add-ons โ Add-on store and click โฎ โ Repositories, fill in
https://github.com/bropat/hassio-eufy-security-wsand click Add โ Close -
click the Add repository button below, click Add โ Close (You might need to enter the internal IP address of your Home Assistant instance first).
-
-
To install the addon, press
Add-On storeand selecteufy-security-wsand ensure the configuration is filled up before starting it.
Installation Dev version
-
To add this repository to Home Assistant you have 2 options:
-
Go to Settings โ Add-ons โ Add-on store and click โฎ โ Repositories, fill in
https://github.com/bropat/hassio-eufy-security-ws#debugand click Add โ Close -
click the Add repository button below, click Add โ Close (You might need to enter the internal IP address of your Home Assistant instance first).
-
-
To install the addon, press
Add-On storeand selecteufy-security-ws-dev. -
If requested, setup the bespoke github url and github branch to run a develop version of the eufy client.
Note: This is only used if a developer is asking you to run it, please always use official one for stable version
Changelog
The format is based on Keep a Changelog.
All notable changes to this project will be documented in the CHANGELOG.md file.
Version for releases is based on eufy-security-ws format: X.Y.Z.
Any changes on the addon that do not require a new version of eufy-security-ws will use the format: X.Y.Z-A where X.Y.Z is fixed on the eufy-security-ws release version and A is related to the addon.
Issues
If you find any issues with the add-on, please check the issue tracker for similar issues before creating one. If your issue is regarding specific devices or, more generally, an issue that arises after eufy-security-ws has successfully started, it should likely be reported in the eufy-security-ws issue tracker or eufy-security-client issue tracker.
Feel free to create a PR for fixes and enhancements.
Deployment
Instructions aimed at maintainers for deploying a new version: Deployment