Skip to content

Commit

Permalink
Add Door readiness Sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Oct 17, 2024
1 parent 24b00e5 commit 4f060ae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/de/reference/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Wird aktiviert, wenn der Befehl vom Typ `control_function` empfangen wird.
### Light Button <Badge type="tip" text="light_button" /> <Badge type="info" text="Deaktiviert" />
Wird aktiviert, wenn der Befehl vom Typ `light` empfangen wird.

### Door readiness <Badge type="tip" text="door_readiness" /> <Badge type="info" text="Deaktiviert" />
Wird aktiviert, wenn die Türbereitschaft aktiv ist.

### Flash Button <Badge type="tip" text="doorman_boot_button" /> <Badge type="info" text="Deaktiviert" />
Wird aktiviert, wenn der `FLASH` bzw. `PRG` Button auf deinem Doorman gedrückt wird.

Expand Down
3 changes: 3 additions & 0 deletions docs/en/reference/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Activates whenever the `control_function` command type is received.
### Light Button <Badge type="tip" text="light_button" /> <Badge type="info" text="Disabled by default" />
Activates whenever the `light` command type is received.

### Door readiness <Badge type="tip" text="door_readiness" /> <Badge type="info" text="Disabled by default" />
Activates whenever the door readiness is active.

### Flash Button <Badge type="tip" text="doorman_boot_button" /> <Badge type="info" text="Disabled by default" />
Activates when the `FLASH` or `PRG` button on the PCB is pressed.

Expand Down
7 changes: 7 additions & 0 deletions firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,13 @@ tc_bus:
web_server:
sorting_group_id: sorting_group_listeners
sorting_weight: -99
door_readiness:
id: door_readiness
name: "Door readiness"
icon: "mdi:home-clock"
disabled_by_default: true
web_server:
sorting_group_id: sorting_group_listeners
serial_number_lambda: !lambda "return id(intercom_serial_number);"


Expand Down

0 comments on commit 4f060ae

Please sign in to comment.