diff --git a/docs/components/power-sensor/ina219.md b/docs/components/power-sensor/ina219.md
index 669107cbd4..38e9d6f639 100644
--- a/docs/components/power-sensor/ina219.md
+++ b/docs/components/power-sensor/ina219.md
@@ -53,4 +53,4 @@ The following attributes are available for `INA219` sensors:
| `i2c_bus` | integer | **Required** | The `name` of the [I2C bus](/components/board/#i2cs) that the sensor is connected to. |
| `i2c_address` | integer | Optional | The sensor's unique [I2C address](https://learn.adafruit.com/i2c-addresses/overview).
Default: `0x40`
| `max_current_amps` | number | Optional | The maximum current that the sensor can measure in amperes (A).
-| `shunt_resistance` | number | Optional | The shunt resistance value of the sensor in Ohms (Ω).
\ No newline at end of file
+| `shunt_resistance` | number | Optional | The shunt resistance value of the sensor in Ohms (Ω).
diff --git a/docs/components/power-sensor/ina226.md b/docs/components/power-sensor/ina226.md
index caaa71f8fb..86b0d5ddf9 100644
--- a/docs/components/power-sensor/ina226.md
+++ b/docs/components/power-sensor/ina226.md
@@ -50,4 +50,4 @@ The following attributes are available for `INA226` sensors:
| `i2c_bus` | integer | **Required** | The `name` of the [I2C bus](/components/board/#i2cs) that the sensor is connected to. |
| `i2c_address` | integer | Optional | Default: `0x40`. The sensor's unique [I2C address](https://learn.adafruit.com/i2c-addresses/overview). |
| `max_current_amps` | number | Optional | The maximum current that the sensor can measure in amperes (A).
-| `shunt_resistance` | number | Optional | The shunt resistance value of the sensor in Ohms (Ω).
\ No newline at end of file
+| `shunt_resistance` | number | Optional | The shunt resistance value of the sensor in Ohms (Ω).