HA-SmartThings-Find/custom_components/smartthings_find
Jeena cddc1e9d72
Some checks are pending
Validate / validate-hacs (push) Waiting to run
Allow per-device removal from the integration
HA blocks "Delete device" (and the equivalent
config/device_registry/remove_config_entry WS call) unless an
integration implements async_remove_config_entry_device. Add the
hook returning True so users can prune devices that are gone from
their Samsung Find account without editing the registry by hand.
A returning device with the same dvceID will be recreated on the
next coordinator setup.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 07:02:31 +00:00
..
translations Replace broken QR login with manual JSESSIONID cookie 2026-05-05 01:16:22 +00:00
__init__.py Allow per-device removal from the integration 2026-05-05 07:02:31 +00:00
button.py Use entry_id for local data (fixes #10, #13) 2024-06-19 09:11:56 +02:00
config_flow.py Replace broken QR login with manual JSESSIONID cookie 2026-05-05 01:16:22 +00:00
const.py Add option to enable/disable active mode and make update_interval configurable (closes #11) 2024-06-19 12:15:05 +02:00
device_tracker.py Fix coordinator wiring after refactor 2026-05-05 02:01:05 +00:00
manifest.json Fix cookie-jar pollution; remove dead QR login code; add tests 2026-05-05 06:44:59 +00:00
sensor.py Use entry_id for local data (fixes #10, #13) 2024-06-19 09:11:56 +02:00
utils.py Fix cookie-jar pollution; remove dead QR login code; add tests 2026-05-05 06:44:59 +00:00