Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Control your tedee smart lock from Home Assistant

License

Notifications You must be signed in to change notification settings

patrickhilker/tedee_hass_integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖🔒 tedee (cloud)

Note

Starting with release 2024.2.0 a tedee integration will be shipped as part of HomeAssistant. However, the included component is local API only, if you need the cloud API, you can still use this custom component.

Integrate your tedee smart lock into Home Assistant.

hacs_badge
issues_badge
Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

This component gives Home Assistant control of your tedee smart lock. It supports to lock and unlock your tedee lock and pull the spring (if available). Also, it gets some additional data as attributes (battery level, charging, connected, infos about pullspring), a battery sensor and buttons triggering unlocking & unlatching. Both tedee PRO and GO are supported.

Important

To use the integration you need the tedee bridge connected to your lock.

Installation

This custom component can be installed using HACS.

Warning

If you are a former user of joerg65/tedee_lock, please uninstall it by deleting /config/custom_components/tedee_lock and remove the configuration from your configuration.yaml. You can reuse the personal access key, so you might keep it.

Setup

Create personal access key

See the tedee api docs to learn how to create a personal access key.

You will need these scopes:

  • Devices - Read
  • Operate - Lock

Installation

This integration is compatible with HACS, which means that you can easily download and manage updates for it.
Click the button below to add it to your HACS installation
Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

or add it manually to HACS

Go to the integrations page (Configuration - Devices & Services). Click the "+ Add Integration" button in the lower left corner and look for the "tedee" integration. Insert your personal access key and click submit.

After this you should see the tedee integration on your Devices & Services page. This component creates a device for every lock with a lock entity (lock.name_of_your_lock).

Configuration

You can change the following settings after setting up the integration, by going to the integration's settings and pressing the "CONFIGURE" button:

  • Personal Access Key: You can update your personal access key should it expire soon
  • Unlock pulls latch: If checked, a "normal" unlock of your lock will also pull the latch. This is like in the tedee App when you have the "auto-pull" enabled. (Default: Disabled)

Roadmap

This project is open for your pull requests - just implement any feature you might need! 🚀

Known issues

  • The state of the lock gets updated every 15 seconds, so there is no realtime update (but it seems to be on tedees roadmap)
  • If you add a lock after setup reload the integration to see the new device
  • If the tedee server is not available during Home Assistant startup the locks will not come available.