Skip to content

Commit 87b88ba

Browse files
committed
Add Bus voltage Sensor
1 parent eb87801 commit 87b88ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

firmware/base.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,14 @@ sensor:
330330
sorting_group_id: sorting_group_system
331331
sorting_weight: -7
332332

333+
- platform: adc
334+
id: bus_voltage
335+
name: Bus Voltage
336+
pin:
337+
number: GPIO10
338+
update_interval: 1s
339+
attenuation: 12dB
340+
333341
binary_sensor:
334342
- platform: gpio
335343
pin:

0 commit comments

Comments
 (0)