From 0a599c2d023f6c790884ac290c5f231c39d33c42 Mon Sep 17 00:00:00 2001 From: mdeweerd Date: Fri, 14 Oct 2022 09:51:43 +0200 Subject: [PATCH] Fix debugging link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d6aebb..e511bc2 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ events. By listening for the event, you can see the list of groups that is found when using `zha_toolkit.get_groups` for instance.\ Otherwise you need to -\[set the debug level)(#logging) and watch the `home-assistant.log`. That +[set the debug level](#logging) and watch the `home-assistant.log`. That can be useful if you do a lot of service calls in sequence and you want to look back what happened.