mirror of
https://github.com/esphome/esphome.git
synced 2025-10-27 21:23:48 +00:00
16 lines
376 B
YAML
16 lines
376 B
YAML
sensor:
|
|
- platform: ina3221
|
|
i2c_id: i2c_bus
|
|
address: 0x40
|
|
channel_1:
|
|
shunt_resistance: 0.1 ohm
|
|
current:
|
|
name: INA3221 Channel 1 Current
|
|
power:
|
|
name: INA3221 Channel 1 Power
|
|
bus_voltage:
|
|
name: INA3221 Channel 1 Bus Voltage
|
|
shunt_voltage:
|
|
name: INA3221 Channel 1 Shunt Voltage
|
|
update_interval: 15s
|