mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-04 17:26:50 +00:00
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|
page | Thingspeak | Record one entity in Thingspeak | 2016-10-24 15:45 | true | false | true | true | History | 0.32 |
The thingspeak
components makes Home Assistant communicate with the ThingSpeak API.
For now, it records exactly one entity at once, which is great for testing purposes. For long-time storage you should rely
on the InfluxDB component.
# Example configuration.yaml entry
thingspeak:
You will have to create a new channel on ThingSpeak and grab your API key from your account page.
Configuration variables:
- api_key: Yout ThingSpeak API key
- id: The ID of your desired ThingSpeak channel
- whitelist: The name of the entity whose states should be sent to the channel.
{% linkable_title Examples %}
{% linkable_title Full configuration %}
thingspeak:
api_key: MY_API_KEY
id: 1337
whitelist: sensor.yr_temperature