Add HA release

This commit is contained in:
Fabian Affolter 2016-07-12 14:12:14 +02:00
parent 9980a04535
commit 705ebebb26
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -33,9 +33,9 @@ Configuration variables:
- **value_template** (*Required*): The variable to extract a value from the content. - **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. - **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 ```bash
$ curl -H 'Content-Type: application/json' -d '{"temperature": 40, "humidity": 65}' https://dweet.io/dweet/for/ha-sensor $ curl -H 'Content-Type: application/json' -d '{"temperature": 40, "humidity": 65}' https://dweet.io/dweet/for/ha-sensor