mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
Update Smappee component configuration variable (#6547)
Update style of Smappee component documentation to follow new configuration variables description. Related to #6385.
This commit is contained in:
parent
07983145fe
commit
5030fc0f1c
@ -49,11 +49,29 @@ smappee:
|
|||||||
password: YOUR_MYSMAPPEE_PASSWORD
|
password: YOUR_MYSMAPPEE_PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Optional*): Your Local Smappee unit IP.
|
description: Your Local Smappee unit IP.
|
||||||
- **host_password** (*Optional*): Your Local Smappee password.
|
required: false
|
||||||
- **client_id** (*Optional*): Your Smappee API client_id.
|
type: string
|
||||||
- **client_secret** (*Optional*): Your Smappee API client_secret.
|
host_password:
|
||||||
- **username** (*Optional*): Your My Smappee username.
|
description: Your Local Smappee password.
|
||||||
- **password** (*Optional*): Your My Smappee password.
|
required: false
|
||||||
|
type: string
|
||||||
|
client_id:
|
||||||
|
description: Your Smappee API client_id.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
client_secret:
|
||||||
|
description: Your Smappee API client_secret.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
username:
|
||||||
|
description: Your My Smappee username.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
password:
|
||||||
|
description: Your My Smappee password.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user