Skip to content

Commit 99ab5c2

Browse files
committed
Update Docs
1 parent d0fd72e commit 99ab5c2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/guide/getting-started.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Thank you for using Doorman <3
77
## Setup
88

99
### Network Connection
10-
When you power on your Doorman-S3 for the first time it will blink fast (orange) and opens a new Access Point called "Doorman-S3 Setup".
10+
When you power on your Doorman-S3 for the first time it will blink fast (orange) and opens a new Access Point called `Doorman-S3 Setup`.
11+
1112
The Access Point password is `open-sesame`.
1213

1314
You can setup your WiFi credentials via Access Point, Improv Serial or Improv Bluetooth.
@@ -34,7 +35,7 @@ You will see a `Last Bus Command` Text Sensor which keeps track the last Bus Com
3435
**Important Commands:**
3536
- Entrance Doorbell
3637
- Apartment Doorbell
37-
- Entrance door opener
38+
- Open Entrance Door
3839

3940
Push the buttons on your intercom phone to capture the codes and copy them into the corresponding Configuration Text Inputs.
4041

@@ -78,7 +79,7 @@ On most models you should be greeted with a screw terminal labelled with a, b, E
7879
Now connect the b-line (Ground) to one of the TCS:BUS-Terminals of your Doorman, then connect the a-line (24V Bus) to the other TCS:BUS-Terminal of your Doorman.
7980
8081
### Power supply options:
81-
::: details 3-Wire Mode via intercom (recommended)
82+
::: details 3-Wire Mode via intercom <Badge type="tip" text="Recommended" />
8283
Connect the P-line (+24V) to the P-Terminal of your Doorman.\
8384
> [!WARNING]
8485
> The intercom power supply needs to supply at least 60mA.

firmware/base.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,14 @@ switch:
169169
button:
170170
# System Actions
171171
- platform: restart
172-
entity_category: config
172+
entity_category: CONFIG
173173
name: Restart
174174
icon: mdi:restart
175175
disabled_by_default: true
176176

177177
- platform: safe_mode
178178
name: Safe mode
179-
entity_category: config
179+
entity_category: CONFIG
180180
disabled_by_default: true
181181

182182
# Preconfigured Open Door Button

0 commit comments

Comments
 (0)