Skip to content

haakemon/homeassistant-doorman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homeassistant-doorman

Major rewrite of https://github.com/espenfjo/homeassistant-doorman

Home assistant addon Custom component for the Yale Doorman lock(s) via the Yale Smart HUB.

Supports:

  • Reading current state
  • Reading past state via the report API (Same as the history in the app)
  • Lock

Unsupported:

  • Unlock is integrated but pincode need to be sent as a kwarg "code" to the unlock function for it to work, support for function needs to be integrated into home assistant

Tested with the V2N lock.

Installation

Place the custom_components folder in your Home Assistant configuration folder.

add the following to configuration.yaml

lock:
  - platform: doorman
    username: 'xxxx@xxx.com'
    password: 'xxxxxxxxxxxx'

About

Custom component for the Yale Doorman lock(s) via the Yale Smart HUB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%