diff --git a/docs/guide/configuration/README.md b/docs/guide/configuration/README.md index 767cc6a3f73e2..7680e98dea87c 100755 --- a/docs/guide/configuration/README.md +++ b/docs/guide/configuration/README.md @@ -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.