Update note
This commit is contained in:
parent
856a23aa9d
commit
c5aaa22792
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ http://IP_ADDRESS:8123/api/states/binary_sensor.DEVICE_NAME
|
||||||
```
|
```
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
It's suggested that you choose an unique device name (DEVICE_NAME) to avoid clashes with other devices.
|
You should choose a unique device name (DEVICE_NAME) to avoid clashes with other devices.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
|
@ -18,7 +18,7 @@ http://IP_ADDRESS:8123/api/states/sensor.DEVICE_NAME
|
||||||
```
|
```
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
It's suggested that you choose an unique device name (DEVICE_NAME) to avoid clashes with other devices.
|
You should choose a unique device name (DEVICE_NAME) to avoid clashes with other devices.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue