mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Update Thingspeak component configuration variable (#6568)
Update style of Thingspeak component documentation to follow new configuration variables description. Related to #6385.
This commit is contained in:
parent
33627109b1
commit
bae361992c
@ -27,9 +27,17 @@ thingspeak:
|
|||||||
whitelist: sensor.yr_temperature
|
whitelist: sensor.yr_temperature
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
api_key:
|
||||||
- **api_key** (*Required*): Your ThingSpeak Channel Write API key.
|
description: Your ThingSpeak Channel Write API key.
|
||||||
- **id** (*Required*): The ID of your desired ThingSpeak channel.
|
required: true
|
||||||
- **whitelist** (*Required*): The name of the entity whose states should be sent to the channel.
|
type: string
|
||||||
|
id:
|
||||||
|
description: The ID of your desired ThingSpeak channel.
|
||||||
|
required: true
|
||||||
|
type: integer
|
||||||
|
whitelist:
|
||||||
|
description: The name of the entity whose states should be sent to the channel.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user