mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
fix INA to 10A
This commit is contained in:
@@ -14,7 +14,7 @@ sensor:
|
|||||||
name: 'VDDL Shunt Voltage'
|
name: 'VDDL Shunt Voltage'
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
max_voltage: 32V
|
max_voltage: 32V
|
||||||
max_current: 3.2A
|
max_current: 10A
|
||||||
update_interval: 5s
|
update_interval: 5s
|
||||||
- platform: ina219
|
- platform: ina219
|
||||||
address: 0x41
|
address: 0x41
|
||||||
@@ -31,5 +31,5 @@ sensor:
|
|||||||
name: 'VDDR Shunt Voltage'
|
name: 'VDDR Shunt Voltage'
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
max_voltage: 32V
|
max_voltage: 32V
|
||||||
max_current: 3.2A
|
max_current: 10A
|
||||||
update_interval: 5s
|
update_interval: 5s
|
||||||
|
|||||||
Reference in New Issue
Block a user