Update note

This commit is contained in:
Fabian Affolter 2016-02-06 23:18:05 +01:00
parent 856a23aa9d
commit c5aaa22792
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ http://IP_ADDRESS:8123/api/states/binary_sensor.DEVICE_NAME
```
<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>
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.

View File

@ -18,7 +18,7 @@ http://IP_ADDRESS:8123/api/states/sensor.DEVICE_NAME
```
<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>
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.