Fix markdown linter issues.

This commit is contained in:
Pieter Hollander 2025-01-04 21:34:28 +01:00
parent 6c52a4863c
commit 310c011dc8
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -36,7 +36,7 @@ With the database initialised, we can now setup OpenDTU Logger. Add the [add-on
- `db` - `db`
- If you're using Expaso's TimescaleDB add-on as described above, the `db` setting will **not** require any changes. - If you're using Expaso's TimescaleDB add-on as described above, the `db` setting will **not** require any changes.
- `opendtu_address` **(required)** - `opendtu_address` **(required)**
- In the `opendtu_address` field, enter the *IP address* or *hostname* of your OpenDTU. E.g.: `192.168.1.5` or `opendtu.local`. - In the `opendtu_address` field, enter the *IP address* or *hostname* of your OpenDTU. E.g.: `192.168.1.5` or `opendtu.local`.
- `opendtu_auth` *(optional)* - `opendtu_auth` *(optional)*
- If your OpenDTU is password-protected, setting the following variables is required. - If your OpenDTU is password-protected, setting the following variables is required.
@ -49,7 +49,7 @@ With the database initialised, we can now setup OpenDTU Logger. Add the [add-on
- Default value: `Europe/Amsterdam` - Default value: `Europe/Amsterdam`
- If you are living in a different location, you can find the timezone identifier of your location using [this list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). - If you are living in a different location, you can find the timezone identifier of your location using [this list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
- `timescaledb` *(optional)* - `timescaledb` *(optional)*
- If you don't want to use TimescaleDB, disable `timescaledb`. - If you don't want to use TimescaleDB, disable `timescaledb`.
- `log_level` - `log_level`
- By default, `log_level` is set to `INFO`, which is recommended for most users. - By default, `log_level` is set to `INFO`, which is recommended for most users.
- Other valid options are `DEBUG`, `INFO`, `WARN` and `ERROR`. - Other valid options are `DEBUG`, `INFO`, `WARN` and `ERROR`.