Add removal instructions and update frequency to tedee (#35874)

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
Josef Zweck 2024-11-21 20:41:54 +01:00 committed by GitHub
parent 3840cf4186
commit 2c567a87ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. 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 %} {% 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 %} {% endnote %}
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
@ -110,6 +110,12 @@ This integration only supports functionality that is available locally. This mea
- Updates - Updates
- Key pads - Key pads
## Remove integration
This integration follows standard integration removal, no extra steps are required.
{% include integrations/remove_device_service.md %}
## Troubleshooting ## Troubleshooting
{% details "Lock state is not updated in real-time" %} {% details "Lock state is not updated in real-time" %}