From 705ebebb26186f6858cec282dd470100b032ba66 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 12 Jul 2016 14:12:14 +0200 Subject: [PATCH] Add HA release --- source/_components/sensor.dweet.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.dweet.markdown b/source/_components/sensor.dweet.markdown index 8e353226c36..8a7a5ca5149 100644 --- a/source/_components/sensor.dweet.markdown +++ b/source/_components/sensor.dweet.markdown @@ -33,9 +33,9 @@ Configuration variables: - **value_template** (*Required*): The variable to extract a value from the content. - **unit_of_measurement** (*Optional*): Defines the unit of measurement of the sensor, if any. -## {% linkable_title Interacting with Dweet.io %} +### {% linkable_title Interacting with Dweet.io %} -You can easily send dweets from the commandline to test your sensor. +You can easily send dweets from the commandline to test your sensor with `curl`. ```bash $ curl -H 'Content-Type: application/json' -d '{"temperature": 40, "humidity": 65}' https://dweet.io/dweet/for/ha-sensor