Martin Dimitrov 0bac206bdd
Some checks failed
Build and push image for doorman / docker (push) Failing after 2m45s
toggle on auth api also take timeout from query params
2024-09-24 19:31:48 -07:00
2024-07-06 11:20:57 -07:00
2024-05-03 15:08:23 -07:00
2024-02-25 08:55:35 -08:00
2024-02-25 08:55:35 -08:00
2024-05-03 15:08:23 -07:00
2024-02-25 10:13:25 -08:00
2024-02-25 10:13:25 -08:00
2024-09-23 20:14:27 -07:00
2024-07-06 19:22:50 -07:00
2024-09-23 20:14:27 -07:00
2024-02-25 08:55:35 -08:00

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' }}"
Description
No description provided
Readme 7.7 MiB
Languages
TypeScript 98.8%
HTML 1%
Dockerfile 0.2%