From 797008dbe8a27c3683a17f9667f52894673b99f2 Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Wed, 25 Dec 2024 00:49:58 +0100 Subject: [PATCH 1/4] Update vicare.markdown --- source/_integrations/vicare.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/vicare.markdown b/source/_integrations/vicare.markdown index f03288982d3..f2c7fd1ca92 100644 --- a/source/_integrations/vicare.markdown +++ b/source/_integrations/vicare.markdown @@ -165,6 +165,12 @@ Sets the target temperature of domestic hot water to the given temperature. | `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. | | `temperature` | no | New target temperature for water heater. | +## Removing the integration + +This integration follows standard integration removal, once the integration is removed you can remove the API client (assuming it was only used by this integration) by going to the [Viessmann developer portal](https://app.developer.viessmann.com/) and deleting the client you created for Home Assistant. + +{% include integrations/remove_device_service.md %} + ## Troubleshooting ### UTF-8 characters in passwords From 0086b7533b1c9bd241cc9ff37724092a42a7c5c5 Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Wed, 25 Dec 2024 00:54:43 +0100 Subject: [PATCH 2/4] Update vicare.markdown --- source/_integrations/vicare.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/vicare.markdown b/source/_integrations/vicare.markdown index f2c7fd1ca92..28f2af9411c 100644 --- a/source/_integrations/vicare.markdown +++ b/source/_integrations/vicare.markdown @@ -167,7 +167,7 @@ Sets the target temperature of domestic hot water to the given temperature. ## Removing the integration -This integration follows standard integration removal, once the integration is removed you can remove the API client (assuming it was only used by this integration) by going to the [Viessmann developer portal](https://app.developer.viessmann.com/) and deleting the client you created for Home Assistant. +This integration follows standard integration removal, once the integration is removed, you can remove the API client (assuming it was only used by this integration) by going to the [Viessmann developer portal](https://app.developer.viessmann.com/) and deleting the client you created for Home Assistant. {% include integrations/remove_device_service.md %} From ac2f5902de57859286b079969f085728da22e52c Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Wed, 25 Dec 2024 00:59:01 +0100 Subject: [PATCH 3/4] move section --- source/_integrations/vicare.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_integrations/vicare.markdown b/source/_integrations/vicare.markdown index 28f2af9411c..ecfae2b0001 100644 --- a/source/_integrations/vicare.markdown +++ b/source/_integrations/vicare.markdown @@ -165,12 +165,6 @@ Sets the target temperature of domestic hot water to the given temperature. | `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. | | `temperature` | no | New target temperature for water heater. | -## Removing the integration - -This integration follows standard integration removal, once the integration is removed, you can remove the API client (assuming it was only used by this integration) by going to the [Viessmann developer portal](https://app.developer.viessmann.com/) and deleting the client you created for Home Assistant. - -{% include integrations/remove_device_service.md %} - ## Troubleshooting ### UTF-8 characters in passwords @@ -196,3 +190,9 @@ Invalid data from Vicare server: { ``` Usually, this resolves itself after a while, but if this state persists, try to power cycle your gateway. + +## Removing the integration + +This integration follows standard integration removal, once the integration is removed, you can remove the API client (assuming it was only used by this integration) by going to the [Viessmann developer portal](https://app.developer.viessmann.com/) and deleting the client you created for Home Assistant. + +{% include integrations/remove_device_service.md %} From 5d7554506f78382d0eb5fa287a98ac2f3b3ee89a Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Wed, 25 Dec 2024 15:22:11 +0100 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Josef Zweck --- source/_integrations/vicare.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/vicare.markdown b/source/_integrations/vicare.markdown index ecfae2b0001..6801075769b 100644 --- a/source/_integrations/vicare.markdown +++ b/source/_integrations/vicare.markdown @@ -193,6 +193,6 @@ Usually, this resolves itself after a while, but if this state persists, try to ## Removing the integration -This integration follows standard integration removal, once the integration is removed, you can remove the API client (assuming it was only used by this integration) by going to the [Viessmann developer portal](https://app.developer.viessmann.com/) and deleting the client you created for Home Assistant. +This integration follows standard integration removal. Once the integration is removed, you can remove the API client (assuming it was only used by this integration) by going to the [Viessmann developer portal](https://app.developer.viessmann.com/) and deleting the client you created for Home Assistant. {% include integrations/remove_device_service.md %}