mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-09 04:29:03 +00:00

* Update input_number to optionally display slider, input box, or both * Update references to input_slider in other parts of the documentation
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Dweet.io | Transfer events to Dweet.io. | 2016-05-07 07:08 | true | false | true | true | dweet.png | History | false | 0.19 |
The dweet
component makes it possible to transfer details collected with Home Assistant to Dweet.io and visualize them with freeboard.io. Keep in mind that your information will be public!
The publishing interval is limited to 1 second. This means that it's possible to miss fast changes.
To use the dweet
component in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
dweet:
name: HAExport
whitelist:
- input_number.brightness
- input_boolean.notify_home
- sensor.weather_temperature
- sensor.cpu
Configuration variables:
- name (Required): Choose must choose an unique name.
- whitelist (Required): List of entity IDs you want to publish.