All checks were successful
Build and push Doorman UI / API / docker (push) Successful in 1m14s
doorman
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.
to deploy Doorman API / UI
bun run deploy-serverless
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
Languages
TypeScript
98.8%
HTML
1%
Dockerfile
0.2%