remove deprecated yaml config section (#32515)

This commit is contained in:
Mr. Bubbles 2024-04-29 17:10:41 +02:00 committed by Franck Nijhof
parent fa61fea715
commit 89d5cf9cf1
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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: