From 7c7b66dddb7ab318c400674e20c2a95b8c081592 Mon Sep 17 00:00:00 2001 From: pszafer Date: Fri, 5 Apr 2024 20:19:04 +0200 Subject: [PATCH] remove i2c bus --- devices_v0_7/ina219.yaml | 1 - devices_v0_7/lm75b.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/devices_v0_7/ina219.yaml b/devices_v0_7/ina219.yaml index cde85d2..20b7c8a 100644 --- a/devices_v0_7/ina219.yaml +++ b/devices_v0_7/ina219.yaml @@ -2,7 +2,6 @@ sensor: # Module power consmption - platform: ina219 address: 0x40 - i2c_id: i2c_bus shunt_resistance: 0.1 ohm current: id: ina_current diff --git a/devices_v0_7/lm75b.yaml b/devices_v0_7/lm75b.yaml index 0495c79..a7151d3 100644 --- a/devices_v0_7/lm75b.yaml +++ b/devices_v0_7/lm75b.yaml @@ -10,4 +10,3 @@ sensor: id: boneIO_temp name: 'LM75B Temperature' update_interval: 30s - i2c_id: i2c_bus