mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-02 16:26:50 +00:00
remove deprecated yaml config section (#32515)
This commit is contained in:
parent
fa61fea715
commit
89d5cf9cf1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user