Adds support for the INA219 current/power/voltage sensor to Home Assistant. Works Home Assistant 2022.7 and later. Tested on 2022.10.
configuration.yaml
example:
sensor:
- platform: ina_sensor
# Device ID: /dev/i2c-1 == 1
device_id: 1
address: 0x40
scan_interval: 1
configuration.yaml
:
recorder:
exclude:
entity_globs:
- sensor.ina219_*