Skip to content

Commit fe77e0a

Browse files
committed
Update Docs
1 parent 814a18f commit fe77e0a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/guide/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ If you want to customize your Doorman Firmware you can adopt the Doorman Device
5050
After adopting the device you will have a config like that:
5151
::: details Example
5252
> [!NOTE]
53-
> This config is only importing the whole Doorman-Stock package. You can add new sensors and stuff here but if you really want to customize the firmware you need to use the `base.yaml` from the repository.
53+
> You can add new components here and also modify existing ones. Take a look at the [Examples](../firmware/stock-firmware#examples) section to read more about the possibilities.
54+
>
55+
>However if you really want to customize the firmware you need to use the `base.yaml` from the repository.
5456
5557
```yaml
5658
substitutions:

firmware/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ esphome:
6767
version: "2024.8.1"
6868

6969
platformio_options:
70-
board_build.flash_mode: dio
70+
board_build.flash_mode: dio
7171

7272
on_boot:
7373
then:

0 commit comments

Comments
 (0)