mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add HA release
This commit is contained in:
parent
9980a04535
commit
705ebebb26
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user