test for v0.7

This commit is contained in:
pszafer
2024-04-05 20:15:18 +02:00
parent 8cdbbdbfc8
commit 7550791f43
29 changed files with 7816 additions and 1 deletions

21
devices_v0_7/ina219.yaml Normal file
View File

@@ -0,0 +1,21 @@
sensor:
# Module power consmption
- platform: ina219
address: 0x40
i2c_id: i2c_bus
shunt_resistance: 0.1 ohm
current:
id: ina_current
name: 'INA219 Current'
power:
id: ina_power
name: 'INA219 Power'
bus_voltage:
id: ina_bus_voltage
name: 'INA219 Bus Voltage'
shunt_voltage:
id: ina_shunt_voltage
name: 'INA219 Shunt Voltage'
max_voltage: 32.0V
max_current: 3.2A
update_interval: 30s