mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update configuration variable format (#6697)
Update configuration variable format. Change example configuration to clearly indicate the unique variable that needs replaced.
This commit is contained in:
parent
6999238d61
commit
22c80839ca
@ -29,7 +29,7 @@ To use the `dweet` component in your installation, add the following to your `co
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
dweet:
|
dweet:
|
||||||
name: HAExport
|
name: YOUR_UNIQUE_IDENTIFIER
|
||||||
whitelist:
|
whitelist:
|
||||||
- input_number.brightness
|
- input_number.brightness
|
||||||
- input_boolean.notify_home
|
- input_boolean.notify_home
|
||||||
@ -37,8 +37,14 @@ dweet:
|
|||||||
- sensor.cpu
|
- sensor.cpu
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **name** (*Required*): Choose must choose an unique name.
|
description: A unique identifier for your Home Assistant instance.
|
||||||
- **whitelist** (*Required*): List of entity IDs you want to publish.
|
required: true
|
||||||
|
type: string
|
||||||
|
whitelist:
|
||||||
|
description: List of entity IDs you want to publish
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user