From 45adb146c8f68ae37fb2a200a6139bc794497988 Mon Sep 17 00:00:00 2001 From: Eirik Z <46269073+atxbyea@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:58:03 +0200 Subject: [PATCH] Fixed grammar (#15158) --- source/_integrations/nightscout.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/nightscout.markdown b/source/_integrations/nightscout.markdown index 3f4f8dbfe66..402a8349bfc 100644 --- a/source/_integrations/nightscout.markdown +++ b/source/_integrations/nightscout.markdown @@ -18,18 +18,18 @@ The Nightscout integration allows you to view your CGM data from [Nightscout](ht To add `Nightscout` to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Nightscout**. -Then just input your server address in the `URL` field. For example: +Then input your server address in the `URL` field. For example: - `https://localhost:5423` - `https://your-app-name.herokuapp.com` -If your Nightscout instance requires authentication for API access, then also input the API Key in the configuration form. +If your Nightscout instance requires authentication for API access, you are also required to input the API Key in the configuration form. ### Sensor -If you have a sensor session running, and once you have enabled the Nightscout integration, you should see a `sensor.blood_glucose` entity. +If you have a sensor session running, and you have enabled the Nightscout integration, you should see a `sensor.blood_glucose` entity. -It's icon changes to indicate the direction or trend, of the glucose readings. +The icon changes to indicate the direction or trend, of the glucose readings. The state is the last reading from Nightscout, and you can see other information about the reading in the sensor's attributes. ### Example Automation