From c894d86b8a44379d5d05f049d9bed9d7c143712f Mon Sep 17 00:00:00 2001 From: Tomer <57483589+tomer-w@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:25:52 +0200 Subject: [PATCH] Require configuration.yaml section for bug reports (#341) * Require configuration.yaml section for bug reports Specifically state we should get the configuration yaml section as part of bug reports. * Update README.md Co-authored-by: Shay Levy --------- Co-authored-by: Shay Levy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f89433..784e3b8 100644 --- a/README.md +++ b/README.md @@ -210,4 +210,4 @@ switch: ``` # Reporting issues -*Before* reporting issues please enable debug logging as described [here](https://www.home-assistant.io/docs/configuration/troubleshooting/#enabling-debug-logging), check logs and report issue attaching the log file. +*Before* reporting issues please enable debug logging as described [here](https://www.home-assistant.io/docs/configuration/troubleshooting/#enabling-debug-logging), check logs and report issue attaching the log file and the relevant YAML section.