Skip to content

Commit

Permalink
Add note about LLMs
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 21, 2024
1 parent 0fbbd3f commit cb79aff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ next: adapter-settings.md

# Configuration

::: warning ATTENTION
Never rely solely on configurations produced by LLMs like ChatGPT! Always verify the generated configurations against the relevant documentation. Not doing so can potentially break your setup.
:::

Zigbee2MQTT is configured using [YAML](https://en.wikipedia.org/wiki/YAML) based `configuration.yaml` file.
The file have to be located in the `data` directory within your installation. The `data` directory and the `configuration.yaml` has to be writeable for Zigbee2MQTT process because it can get updated - e.g. if you change the settings in the frontend. It's possible specify a custom data directory by setting the `ZIGBEE2MQTT_DATA` environment variable.

Expand Down

0 comments on commit cb79aff

Please sign in to comment.