From 4c31554a898c33f8b02f7564071eb5a9ee36e30a Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:05:58 +0200 Subject: [PATCH 1/2] Fix header formatting in introduction.mdx Signed-off-by: Duco Sebel <74970928+DCSBL@users.noreply.github.com> --- docs/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index bb6b122..392be3f 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -35,7 +35,7 @@ Read more about the [new version of the API here](/docs/category/api-v2). To understand the basics of the API, you can read the [getting-started](/docs/getting-started) guide and explore [v1](/docs/category/api-v1) or [v2](/docs/category/api-v2) to learn about all the available features. -## Devices and API Versions {#devices}. +## Devices and API Versions. {#devices} The following table shows which devices are supported by the API and which API version they support. From 5cec6a5fc532dd4e999904423fea7a447dc63c9b Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:06:59 +0200 Subject: [PATCH 2/2] Fix link to device compatibility table in getting started Updated the link in the API version section to point to the correct device compatibility table. Signed-off-by: Duco Sebel <74970928+DCSBL@users.noreply.github.com> --- docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index 3212fcb..bb5fc9b 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -13,7 +13,7 @@ This guide will help you get started with the HomeWizard Energy API. The HomeWizard Energy API has two versions: v1 and v2. The v1 API is available as long as feasible, but will be phased out. The v2 API is the stable version and is recommended to be used. Skip to [getting started with v2](#getting-started-with-v2) if you want to use the v2 API. -[Review the device compatibility table](/docs/introduction#devices-and-api-versions-devices) to check which API versions are supported for your specific hardware before choosing your version. +[Review the device compatibility table](/docs/introduction#devices) to check which API versions are supported for your specific hardware before choosing your version. ## Getting Started with v1.