From 88ae81529f6c8848628ee679c2b1a76add46d00c Mon Sep 17 00:00:00 2001 From: gozasc Date: Fri, 7 Aug 2020 12:07:32 -0400 Subject: [PATCH] Update enable_i2c.markdown (#14181) Minor grammatical changes. --- source/hassio/enable_i2c.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/hassio/enable_i2c.markdown b/source/hassio/enable_i2c.markdown index 4c4d2693381..aae3b17c2b7 100644 --- a/source/hassio/enable_i2c.markdown +++ b/source/hassio/enable_i2c.markdown @@ -1,12 +1,11 @@ --- -title: "Enable i2c on the Home Assistant Operating System" +title: "Enable I2C on the Home Assistant Operating System" description: "Instructions on how to enable I2C on a Raspberry PI" --- -Home Assistant using the Home Assistant Operating System, is a managed environment. -Which means you can't use existing methods to enable the I2C bus on a Raspberry Pi. +Home Assistant using the Home Assistant Operating System is a managed environment, which means you can't use existing methods to enable the I2C bus on a Raspberry Pi. -If you're attempting to add an external sensor, you will have to [enable the I2C interface in the Home Assistant configuration](https://github.com/home-assistant/hassos/blob/dev/Documentation/boards/raspberrypi.md#i2c) using a USB stick. +If you're attempting to add an external sensor you will have to [enable the I2C interface in the Home Assistant configuration](https://github.com/home-assistant/hassos/blob/dev/Documentation/boards/raspberrypi.md#i2c) using a USB stick. ## Step by step instructions