Skip to content

Commit c384463

Browse files
committed
Update Docs
1 parent 2d2a1b0 commit c384463

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

docs/guide/automation/ring-to-open.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ You can enable and disable the `Ring To Open` automation with the switch in Home
1111

1212
#### Configuration Options:
1313

14-
::: info Ring To Open Toggle Command
14+
::: info Toggle Command
1515
This setting is useful when you have an unused function button on your intercom phone.\
1616
The button can quickly toggle the `Ring To Open` automation.
1717
:::
1818

19-
::: info Ring To Open Confirmation
19+
::: info Confirmation
2020
If you enable this setting, your apartment doorbell will ring whenever you enable the `Ring To Open` automation via command.
2121
:::
2222

23-
::: info Ring To Open Delay
23+
::: info Delay
2424
This setting allows you to configure a delay for the `Open Entrance Door Command`.\
2525
If you set the delay to 60 seconds it will choose a random delay between 5 and 15 seconds.
2626
:::
2727

28-
::: info Ring To Open Timeout
28+
::: info Timeout
2929
You have the options to disable the `Ring To Open` automation after 5 to 60 minutes, after a single ring or never.
3030
:::

docs/reference/entities.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Doorman firmware exposes many entities by default. This page describes the p
66
This sensor reports every published command on the Bus.
77
### Uptime <Badge type="tip" text="doorman_uptime" />
88
This sensor reports the uptime in seconds.
9-
### Nuki Battery Level <Badge type="tip" text="nuki_battery_level" />
9+
### Nuki Battery Level <Badge type="tip" text="nuki_battery_level" /> <Badge type="info" text="Nuki Bridge only" />
1010
This sensor reports the battery level of the paired Nuki smart lock.
1111

1212
## Binary Sensors
@@ -24,15 +24,15 @@ This sensor will turn on whenever the `ring_to_open_toggle_command` command is r
2424
This sensor will turn on whenever the `turn_on_light_command` command is received.
2525
### External Button <Badge type="tip" text="doorman_external_button" /> <Badge type="info" text="Disabled by default" />
2626
This sensor will turn on when the external button is pressed.
27-
### Nuki Connected <Badge type="tip" text="nuki_connected" />
27+
### Nuki Connected <Badge type="tip" text="nuki_connected" /> <Badge type="info" text="Nuki Bridge only" />
2828
This sensor will turn on when the paired Nuki smart lock is connected.
29-
### Nuki Paired <Badge type="tip" text="nuki_paired" />
29+
### Nuki Paired <Badge type="tip" text="nuki_paired" /> <Badge type="info" text="Nuki Bridge only" />
3030
This sensor will turn on when a Nuki smart lock is paired.
31-
### Nuki Battery Critical <Badge type="tip" text="nuki_battery_critical" />
31+
### Nuki Battery Critical <Badge type="tip" text="nuki_battery_critical" /> <Badge type="info" text="Nuki Bridge only" />
3232
This sensor will turn on when the paired Nuki smart lock has a critical battery level.
33-
### Nuki Door Sensor <Badge type="tip" text="nuki_door_sensor" /> <Badge type="info" text="Disabled by default" />
33+
### Nuki Door Sensor <Badge type="tip" text="nuki_door_sensor" /> <Badge type="info" text="Nuki Bridge only" /> <Badge type="info" text="Disabled by default" />
3434
No description yet.
35-
### Nuki Door Sensor State <Badge type="tip" text="nuki_door_sensor_state" /> <Badge type="info" text="Disabled by default" />
35+
### Nuki Door Sensor State <Badge type="tip" text="nuki_door_sensor_state" /> <Badge type="info" text="Nuki Bridge only" /> <Badge type="info" text="Disabled by default" />
3636
This sensor reports the door sensor state of the paired Nuki smart lock.
3737

3838
## Switches
@@ -42,7 +42,7 @@ This switch controls the [Ring To Open](../automation/ring-to-open) automation.
4242
This switch controls the [Ring To Open](../automation/ring-to-open) turn-on-confirmation.
4343
### Relay <Badge type="tip" text="doorman_relay" /> <Badge type="info" text="Disabled by default" />
4444
This switch controls the built-in relay.
45-
### Nuki Pairing Mode <Badge type="tip" text="nuki_pairing_mode" /> <Badge type="info" text="Disabled by default" />
45+
### Nuki Pairing Mode <Badge type="tip" text="nuki_pairing_mode" /> <Badge type="info" text="Nuki Bridge only" /> <Badge type="info" text="Disabled by default" />
4646
This switch controls the Nuki pairing mode.
4747

4848
## Buttons
@@ -52,7 +52,7 @@ This button is used to open the entrance door by sending the `open_entrance_door
5252
This button is used to open the second door by sending the `open_second_door_command` command on the Bus.
5353
### Turn on the light <Badge type="tip" text="turn_on_light" /> <Badge type="info" text="Disabled by default" />
5454
This button is used to turn on the light by sending the `turn_on_light_command` command on the Bus.
55-
### Nuki Unpair Device <Badge type="tip" text="nuki_unpair_device" /> <Badge type="info" text="Disabled by default" />
55+
### Nuki Unpair Device <Badge type="tip" text="nuki_unpair_device" /> <Badge type="info" text="Nuki Bridge only" /> <Badge type="info" text="Disabled by default" />
5656
This button is used to unpair your Nuki smart lock.
5757
### Restart <Badge type="tip" text="doorman_restart" /> <Badge type="info" text="Disabled by default" />
5858
This button is used to restart the Doorman unit, for example if you have changed a configuration that requires a restart.
@@ -101,7 +101,7 @@ This input sets the timeout mode for the [Ring To Open](../automation/ring-to-op
101101
- Never
102102

103103
## Locks
104-
### Nuki Lock <Badge type="tip" text="nuki_smart_lock" />
104+
### Nuki Lock <Badge type="tip" text="nuki_smart_lock" /> <Badge type="info" text="Nuki Bridge only" />
105105
This is the lock entity for your paired Nuki smart lock.
106106

107107
## Events
@@ -125,25 +125,25 @@ This event entity will will trigger each time a phone pick up pattern is detecte
125125
- triple
126126

127127
## Updates
128-
### Firmware (stable) <Badge type="tip" text="update_http_request_stable" />
128+
### Firmware <Badge type="info" text="Stable" /> <Badge type="tip" text="update_http_request_stable" />
129129
This Update entity will show you if an updates on the stable branch is available and offers you to install the update via the HTTP OTA update mechanism.
130130

131-
### Firmware (dev) <Badge type="tip" text="update_http_request_dev" />
131+
### Firmware <Badge type="info" text="Development" /> <Badge type="tip" text="update_http_request_dev" />
132132
This Update entity will show you if an updates on the development branch is available and offers you to install the update via the HTTP OTA update mechanism.
133133

134134
## Lights
135-
### Status LED
135+
### Status LED <Badge type="danger" text="Red" /> <Badge type="tip" text="doorman_status_led" />
136136
There is a small LED on the Doorman's PCB that is controlled by the ESPHome [Status LED](https://esphome.io/components/light/status_led.html) component.
137137

138138
By default the LED is on when everything is OK, but you can turn it off if it annoys you. If you turn it off, it will still retain the Status LED functionality, i.e., it will blink if something is wrong.
139139

140-
### RGB Status LED
141-
There is another small WS2812B LED on the Doorman's PCB which is used to inidcate more events like AP mode, Ring To Open active, Nuki Pairing mode and more.
140+
### Status LED <Badge type="warning" text="RGB" /> <Badge type="tip" text="doorman_rgb_status_led" />
141+
There is another small WS2812B LED on the Doorman's PCB which is used to inidcate more specific events.
142142

143-
##### States:
144-
- Waiting for WiFi / AP enabled <Badge type="tip" text="Blinking fast orange" />
145-
- Waiting for Home Assistant to connect <Badge type="tip" text="Blinking slow blue" />
146-
- Home Assistant connected <Badge type="tip" text="Solid blue for 3 seconds" />
147-
- Ring To Open active <Badge type="tip" text="Blinking slow yellow" />
148-
- Nuki pairing mode active <Badge type="tip" text="Blinking slow purple" />
149-
- Nuki paired successfully <Badge type="tip" text="Solid purple for 3 seconds" />
143+
##### Event Types
144+
- Waiting for WiFi / AP enabled <Badge type="tip" text="Fast pulse, Orange" />
145+
- Waiting for Home Assistant to connect <Badge type="tip" text="Slow pulse, Blue" />
146+
- Home Assistant connected <Badge type="tip" text="Solid color, 3 seconds, Blue" />
147+
- Ring To Open active <Badge type="tip" text="Slow pulse, Yellow" />
148+
- Nuki pairing mode active <Badge type="tip" text="Slow pulse, Purple" /> <Badge type="info" text="Nuki Bridge only" />
149+
- Nuki paired successfully <Badge type="tip" text="Solid color, 3 seconds, Purple" /> <Badge type="info" text="Nuki Bridge only" />

0 commit comments

Comments
 (0)