doorman/README.md
Martin Dimitrov fdb70a9703
Some checks failed
Build and push image for doorman / docker (push) Failing after 2m44s
add homeassistant
2024-09-23 20:14:27 -07:00

569 B

lnurl-db

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.3. Bun is a fast all-in-one JavaScript runtime.

homeassistant integration

in configuration.yaml

switch:
  - platform: rest
    name: Doorman
    icon: mdi:door-closed-lock
    state_resource: https://doorman.chromart.cc/api/door/info?door=buzzer
    resource: https://doorman.chromart.cc/api/door/auth?door=buzzer&key=1991 
    is_on_template: "{{ value_json.status == 'OPEN' }}"