mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
Add Power measure to INA
This commit is contained in:
@@ -4,11 +4,12 @@ sensor:
|
||||
shunt_resistance: 0.005 ohm
|
||||
bus_voltage:
|
||||
name: 'VDDL Supply'
|
||||
unit_of_measurement: 'V'
|
||||
entity_category: diagnostic
|
||||
power:
|
||||
name: 'VDDR Power'
|
||||
entity_category: diagnostic
|
||||
current:
|
||||
name: 'VDDL Current'
|
||||
unit_of_measurement: 'A'
|
||||
entity_category: diagnostic
|
||||
shunt_voltage:
|
||||
name: 'VDDL Shunt Voltage'
|
||||
@@ -21,11 +22,12 @@ sensor:
|
||||
shunt_resistance: 0.005 ohm
|
||||
bus_voltage:
|
||||
name: 'VDDR Supply'
|
||||
unit_of_measurement: 'V'
|
||||
entity_category: diagnostic
|
||||
power:
|
||||
name: 'VDDR Power'
|
||||
entity_category: diagnostic
|
||||
current:
|
||||
name: 'VDDR Current'
|
||||
unit_of_measurement: 'A'
|
||||
entity_category: diagnostic
|
||||
shunt_voltage:
|
||||
name: 'VDDR Shunt Voltage'
|
||||
|
||||
Reference in New Issue
Block a user