diff --git a/source/_components/binary_sensor.http.markdown b/source/_components/binary_sensor.http.markdown index 72ac7dedfaa..8b7d19b096f 100644 --- a/source/_components/binary_sensor.http.markdown +++ b/source/_components/binary_sensor.http.markdown @@ -18,7 +18,7 @@ http://IP_ADDRESS:8123/api/states/binary_sensor.DEVICE_NAME ```
-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.
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. diff --git a/source/_components/sensor.http.markdown b/source/_components/sensor.http.markdown index 21faf7405f2..8681aca6d23 100644 --- a/source/_components/sensor.http.markdown +++ b/source/_components/sensor.http.markdown @@ -18,7 +18,7 @@ http://IP_ADDRESS:8123/api/states/sensor.DEVICE_NAME ```-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.
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.