fix(drivers/power_monitor): fix grammar in INA parameter descriptions

"For systems a INA"→"For systems with an INA"
This commit is contained in:
Jacob Dahl
2026-03-17 23:37:08 -08:00
committed by Jacob Dahl
parent 4cb9c5d4fc
commit f65f508d7a
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ parameters:
SENS_EN_INA220:
description:
short: Enable INA220 Power Monitor
long: For systems a INA220 Power Monitor, this should be set to true
long: For systems with an INA220 Power Monitor, this should be set to true
type: boolean
default: 0
reboot_required: true

View File

@@ -5,7 +5,7 @@ parameters:
SENS_EN_INA226:
description:
short: Enable INA226 Power Monitor
long: For systems a INA226 Power Monitor, this should be set to true
long: For systems with an INA226 Power Monitor, this should be set to true
type: boolean
default: 0
reboot_required: true

View File

@@ -5,7 +5,7 @@ parameters:
SENS_EN_INA228:
description:
short: Enable INA228 Power Monitor
long: For systems a INA228 Power Monitor, this should be set to true
long: For systems with an INA228 Power Monitor, this should be set to true
type: boolean
default: 0
reboot_required: true

View File

@@ -5,7 +5,7 @@ parameters:
SENS_EN_INA238:
description:
short: Enable INA238 Power Monitor
long: For systems a INA238 Power Monitor, this should be set to true
long: For systems with an INA238 Power Monitor, this should be set to true
type: boolean
default: 0
reboot_required: true