Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions content/components/sensor/ade7953.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ sensor:
- **power_factor_b** (*Optional*): Use the power factor of the B channel in percentage. All options from
[Sensor](/components/sensor).

- **aparent_power_a** (*Optional*): Use the apparent power value of the A channel in volt ampers. All options from
- **apparent_power_a** (*Optional*): Use the apparent power value of the A channel in volt amperes. All options from
[Sensor](/components/sensor).

- **aparent_power_b** (*Optional*): Use the apparent power value of the B channel in volt ampers. All options from
- **apparent_power_b** (*Optional*): Use the apparent power value of the B channel in volt amperes. All options from
[Sensor](/components/sensor).

- **active_power_a** (*Optional*): Use the power value of the A channel in watts. All options from
Expand All @@ -94,10 +94,10 @@ sensor:
- **active_power_b** (*Optional*): Use the power value of the B channel in watts. All options from
[Sensor](/components/sensor).

- **reactive_power_a** (*Optional*): Use the rective power value of the A channel in volt ampers. All options from
- **reactive_power_a** (*Optional*): Use the reactive power value of the A channel in volt amperes. All options from
[Sensor](/components/sensor).

- **reactive_power_b** (*Optional*): Use the rective power value of the B channel in volt ampers. All options from
- **reactive_power_b** (*Optional*): Use the reactive power value of the B channel in volt amperes. All options from
[Sensor](/components/sensor).

- **voltage_pga_gain** (*Optional*, mapping): Set the input PGA voltage amplification. Defaults to `1x`. Possible values are:
Expand Down Expand Up @@ -190,10 +190,10 @@ sensor:
- **power_factor_b** (*Optional*): Use the power factor of the B channel in percentage. All options from
[Sensor](/components/sensor).

- **aparent_power_a** (*Optional*): Use the apparent power value of the A channel in volt ampers. All options from
- **apparent_power_a** (*Optional*): Use the apparent power value of the A channel in volt amperes. All options from
[Sensor](/components/sensor).

- **aparent_power_b** (*Optional*): Use the apparent power value of the B channel in volt ampers. All options from
- **apparent_power_b** (*Optional*): Use the apparent power value of the B channel in volt amperes. All options from
[Sensor](/components/sensor).

- **active_power_a** (*Optional*): Use the power value of the A channel in watts. All options from
Expand All @@ -202,10 +202,10 @@ sensor:
- **active_power_b** (*Optional*): Use the power value of the B channel in watts. All options from
[Sensor](/components/sensor).

- **reactive_power_a** (*Optional*): Use the rective power value of the A channel in volt ampers. All options from
- **reactive_power_a** (*Optional*): Use the reactive power value of the A channel in volt amperes. All options from
[Sensor](/components/sensor).

- **reactive_power_b** (*Optional*): Use the rective power value of the B channel in volt ampers. All options from
- **reactive_power_b** (*Optional*): Use the reactive power value of the B channel in volt amperes. All options from
[Sensor](/components/sensor).

- **voltage_pga_gain** (*Optional*, mapping): Set the input PGA voltage amplification. Defaults to `1x`. Possible values are:
Expand Down
1 change: 0 additions & 1 deletion content/components/sensor/bl0942.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ sensor:

- **frequency** (*Optional*): The frequency value of the sensor in Hertz. All options from
[Sensor](/components/sensor).
All options from [Sensor](/components/sensor).

- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval to check the
sensor. Defaults to `60s`.
Expand Down