diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-09-25 12:13:04 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-09-25 12:19:32 +0200 |
commit | 7129af3bda3a7a7d506bd8c8f122ad8995c2906c (patch) | |
tree | 2928e83f60dc4a8a3cee637fa25a9a504e7ba25c /docs/customservices.md | |
parent | 1d3287dcca801a000dbdb40ef20fd26a97ebb2e3 (diff) | |
download | homer-7129af3bda3a7a7d506bd8c8f122ad8995c2906c.tar.gz homer-7129af3bda3a7a7d506bd8c8f122ad8995c2906c.tar.zst homer-7129af3bda3a7a7d506bd8c8f122ad8995c2906c.zip |
Add troubleshooting section
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 83d5f3e..4a023a1 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -4,6 +4,8 @@ Some service can use a specific a component that provides some extra features by | |||
4 | configuration. Available services are in `src/components/`. Here is an overview of all custom services that are available | 4 | configuration. Available services are in `src/components/`. Here is an overview of all custom services that are available |
5 | within Homer. | 5 | within Homer. |
6 | 6 | ||
7 | If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. | ||
8 | |||
7 | ## PiHole | 9 | ## PiHole |
8 | 10 | ||
9 | Using the PiHole service you can display info about your local PiHole instance right on your Homer dashboard. | 11 | Using the PiHole service you can display info about your local PiHole instance right on your Homer dashboard. |