From 1d335697dfe2d465e791baddb3d70f351c177b82 Mon Sep 17 00:00:00 2001 From: nickrout Date: Mon, 9 Aug 2021 01:52:01 +1200 Subject: [PATCH] Small error in grammar (#18797) "who" denotes a person, "which" a thing. --- source/_integrations/integration.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/integration.markdown b/source/_integrations/integration.markdown index f45780e295b..a49ea9cc2d1 100644 --- a/source/_integrations/integration.markdown +++ b/source/_integrations/integration.markdown @@ -83,4 +83,4 @@ sensor: round: 2 ``` -This configuration will provide you with `sensor.energy_spent` who will have your energy in kWh. +This configuration will provide you with `sensor.energy_spent` which will have your energy in kWh.