From 29a2ca13b6d887f813d2b2991f2b03e0b062b257 Mon Sep 17 00:00:00 2001 From: TerminalMan <84923604+SecretiveShell@users.noreply.github.com> Date: Sat, 7 Aug 2021 23:50:59 +0100 Subject: [PATCH] capitalised i --> I fixed simple mistake --- documentation/direct communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/direct communication.md b/documentation/direct communication.md index 414c2ae..863110c 100644 --- a/documentation/direct communication.md +++ b/documentation/direct communication.md @@ -23,7 +23,7 @@ We can execute the shutdown command, and turn off the media center PC. ## Reading sensor data -Reading sensor data can be done by subscribing to an MQTT topic. For example, if I wanted to know the CPU load, i can subscribe to this topic : +Reading sensor data can be done by subscribing to an MQTT topic. For example, if I wanted to know the CPU load, I can subscribe to this topic : ``` homeassistant/sensor/DESKTOP-1/MediaCenterPC/State ```