Skip to content

Commit 77cfe71

Browse files
committed
Add Dweet export docs
1 parent 99ca3bb commit 77cfe71

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

source/_components/dweet.markdown

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: page
3+
title: "Dweet.io"
4+
description: "Record events in InfluxDB."
5+
date: 2016-05-07 07:08
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: dweet.png
11+
ha_category: "History"
12+
featured: true
13+
ha_release: 0.19
14+
---
15+
16+
The `dweet` component makes it possible to transfer details collected with Home Assistant to [Dweet.io](http://dweet.io/) and visualize them with [freeboard.io](https://freeboard.io). Keep in mind that your information will be public!
17+
18+
<p class='img'>
19+
<img src='{{site_root}}/images/screenshots/dweet-freeboard.png' />
20+
</p>
21+
22+
23+
<p class='note warning'>
24+
The publishing interval is limited to 1 second. This means that it's possible to missing fast changes.
25+
</p>
26+
27+
To use the `deweet` component in your installation, add the following to your `configuration.yaml` file:
28+
29+
```yaml
30+
# Example configuration.yaml entry
31+
dweet:
32+
name: HAExport
33+
whitelist:
34+
- input_slider.brightness
35+
- input_boolean.notify_home
36+
- sensor.weather_temperature
37+
- sensor.cpu
38+
```
39+
40+
Configuration variables:
41+
42+
- **name** (*Required*): Choose must choose an unique name.
43+
- **whitelist** (*Required*): List of entity IDs you want to publish.
44+
91.8 KB
Loading

0 commit comments

Comments
 (0)