Skip to content

Commit 623024e

Browse files
authored
Language cleanup on sensor.http
A small cleanup of some language and phrasing on the sensor.http page.
1 parent 226fc52 commit 623024e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/sensor.http.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You should choose a unique device name (DEVICE_NAME) to avoid clashes with other
2828
{"state": "20", "attributes": {"unit_of_measurement": "°C", "friendly_name": "Bathroom Temperature"}}
2929
```
3030

31-
For a quick test `curl` can be useful to "simulate" a device.
31+
For a quick test, `curl` can be useful to "simulate" a device.
3232

3333
```bash
3434
$ curl -X POST -H "x-ha-access: YOUR_PASSWORD" \
@@ -37,7 +37,7 @@ $ curl -X POST -H "x-ha-access: YOUR_PASSWORD" \
3737
http://localhost:8123/api/states/sensor.bathroom_temperature
3838
```
3939

40-
Use again `curl` to retrieve the [current state](/developers/rest_api/#get-apistatesltentity_id) to check if the sensor is working.
40+
You can then use `curl` again to retrieve the [current sensor state](/developers/rest_api/#get-apistatesltentity_id) and verify the sensor is working.
4141

4242
```bash
4343
$ curl -X GET -H "x-ha-access: YOUR_PASSWORD" \

0 commit comments

Comments
 (0)