Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Remove trailing spaces and multiple blanks
  • Loading branch information
keczejo committed Sep 18, 2024
1 parent b8cd49e commit aab0865
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/docs/devices/Shelly-Plus-RGBW-PM/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ board: esp32
| GPIO34 | Voltage Monitor |
| GPIO35 | OpAmp Current Monitor |


## Configuration for RGBW

```yaml
Expand Down Expand Up @@ -83,7 +82,7 @@ output:
pin: GPIO4
id: pwm_w
frequency: 19531

binary_sensor:
- platform: gpio
pin:
Expand Down Expand Up @@ -149,15 +148,15 @@ sensor:
attenuation: 12db
name: ${device_name} Voltage
accuracy_decimals: 1
filters:
filters:
- multiply: 10.85

- platform: adc
pin: GPIO35
attenuation: 12db
name: ${device_name} Current
accuracy_decimals: 2
filters:
filters:
- offset: -0.794
- multiply: 16.13
unit_of_measurement: A
Expand Down

0 comments on commit aab0865

Please sign in to comment.