Skip to content

Commit c5aaa22

Browse files
committed
Update note
1 parent 856a23a commit c5aaa22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/_components/binary_sensor.http.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ http://IP_ADDRESS:8123/api/states/binary_sensor.DEVICE_NAME
1818
```
1919

2020
<p class='note'>
21-
It's suggested that you choose an unique device name (DEVICE_NAME) to avoid clashes with other devices.
21+
You should choose a unique device name (DEVICE_NAME) to avoid clashes with other devices.
2222
</p>
2323

2424
The JSON payload must contain the new state and can have a friendly name. The friendly name is used in the frontend to name the sensor.

source/_components/sensor.http.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ http://IP_ADDRESS:8123/api/states/sensor.DEVICE_NAME
1818
```
1919

2020
<p class='note'>
21-
It's suggested that you choose an unique device name (DEVICE_NAME) to avoid clashes with other devices.
21+
You should choose a unique device name (DEVICE_NAME) to avoid clashes with other devices.
2222
</p>
2323

2424
The JSON payload must contain the new state and should include the unit of measurement and a friendly name. The friendly name is used in the frontend to name the sensor.

0 commit comments

Comments
 (0)