From cd0e209571c74b71b62d5d8b25d1c5735d3c3a1a Mon Sep 17 00:00:00 2001 From: pszafer Date: Thu, 28 Mar 2024 21:18:43 +0100 Subject: [PATCH] remove redefined --- devices/ina219.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/devices/ina219.yaml b/devices/ina219.yaml index e83ccf7..b149fd6 100644 --- a/devices/ina219.yaml +++ b/devices/ina219.yaml @@ -23,26 +23,3 @@ sensor: max_voltage: 32.0V max_current: 3.2A update_interval: 30s - -switch: - - platform: gpio - id: buzzer - name: 'Buzzer' - pin: - number: GPIO2 - mode: - output: true - inverted: false -pcf8574: - - id: 'pcf_inputs_1to14' - i2c_id: bus_a - address: 0x20 - pcf8575: true - - id: 'pcf_inputs_15to28' - i2c_id: bus_a - address: 0x21 - pcf8575: true - - id: 'pcf_inputs_28to35_menu' - i2c_id: bus_a - address: 0x22 - pcf8575: false