From 89d5cf9cf1863cb4fcc28badc918fb8d24eac73e Mon Sep 17 00:00:00 2001 From: "Mr. Bubbles" Date: Mon, 29 Apr 2024 17:10:41 +0200 Subject: [PATCH] remove deprecated yaml config section (#32515) --- source/_integrations/habitica.markdown | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/source/_integrations/habitica.markdown b/source/_integrations/habitica.markdown index 855d7590e68..9c21fd9a44e 100644 --- a/source/_integrations/habitica.markdown +++ b/source/_integrations/habitica.markdown @@ -12,6 +12,7 @@ ha_platforms: ha_codeowners: - '@ASMfreaK' - '@leikoilja' + - '@tr4nt0r' ha_config_flow: true ha_integration_type: integration --- @@ -46,27 +47,6 @@ At runtime you will be able to use API for each respective user by their Habitic You can override this by passing `name` key, this value will be used instead of the username. If you are hosting your own instance of Habitica, you can specify a URL to it in `url` key. -{% configuration %} -api_user: - description: "Habitica's API user ID. This value can be grabbed from [account setting](https://habitica.com/user/settings/api)" - required: true - type: string -api_key: - description: "Habitica's API password (token). This value can be grabbed from [account setting](https://habitica.com/user/settings/api) by pressing 'Show API token'" - required: true - type: string -name: - description: "Override for Habitica's username. Will be used for service calls" - required: false - type: string - default: Deduced at startup -url: - description: "URL to your Habitica instance, if you are hosting your own" - required: false - type: string - default: https://habitica.com -{% endconfiguration %} - ### API Service Parameters The API is exposed to Home Assistant as a service called `habitica.api_call`. To call it you should specify this keys in service data: