diff --git a/docs/de/reference/entities.md b/docs/de/reference/entities.md index b5dacc6..f8e3ff6 100644 --- a/docs/de/reference/entities.md +++ b/docs/de/reference/entities.md @@ -36,6 +36,9 @@ Wird aktiviert, wenn der Befehl vom Typ `control_function` empfangen wird. ### Light Button Wird aktiviert, wenn der Befehl vom Typ `light` empfangen wird. +### Door readiness +Wird aktiviert, wenn die Türbereitschaft aktiv ist. + ### Flash Button Wird aktiviert, wenn der `FLASH` bzw. `PRG` Button auf deinem Doorman gedrückt wird. diff --git a/docs/en/reference/entities.md b/docs/en/reference/entities.md index 8c152f9..fc97367 100644 --- a/docs/en/reference/entities.md +++ b/docs/en/reference/entities.md @@ -36,6 +36,9 @@ Activates whenever the `control_function` command type is received. ### Light Button Activates whenever the `light` command type is received. +### Door readiness +Activates whenever the door readiness is active. + ### Flash Button Activates when the `FLASH` or `PRG` button on the PCB is pressed. diff --git a/firmware/base.yaml b/firmware/base.yaml index 1070b26..d954c0b 100644 --- a/firmware/base.yaml +++ b/firmware/base.yaml @@ -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);"