From 2c567a87ae51d3212039d1365bb3b032e9f0841b Mon Sep 17 00:00:00 2001 From: Josef Zweck <24647999+zweckj@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:41:54 +0100 Subject: [PATCH] Add removal instructions and update frequency to tedee (#35874) Co-authored-by: Klaas Schoute --- source/_integrations/tedee.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_integrations/tedee.markdown b/source/_integrations/tedee.markdown index 325ef7b1ad3..3b88f58cc55 100644 --- a/source/_integrations/tedee.markdown +++ b/source/_integrations/tedee.markdown @@ -32,7 +32,7 @@ This integration interacts with your [Tedee](https://tedee.com) locks by communi If you do not own the bridge, you can still add your locks to Home Assistant through the [HomeKit device integration](/integrations/homekit_controller/) (only for PRO model). Communication will happen over Bluetooth in that case, and features will be limited. {% note %} -The integration will try to configure callbacks to receive near-real-time push updates from your bridge about your lock state changes. For this to work properly, the bridge must be able to reach your Home Assistant instance. It will prefer the configured `internal_url`, so ensure this address is reachable from your bridge on your network. +The integration will try to configure webhooks to receive near-real-time push updates from your bridge about your lock state changes. For this to work properly, the bridge must be able to reach your Home Assistant instance. It will prefer the configured `internal_url`, so ensure this address is reachable from your bridge on your network. If communication through the webhooks is not possible, the integration will query for an update every 30 seconds. {% endnote %} {% include integrations/config_flow.md %} @@ -110,6 +110,12 @@ This integration only supports functionality that is available locally. This mea - Updates - Key pads +## Remove integration + +This integration follows standard integration removal, no extra steps are required. + +{% include integrations/remove_device_service.md %} + ## Troubleshooting {% details "Lock state is not updated in real-time" %}