From 67d4716eb34cf05c9d3c97019784c4ee6d36c10b Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sat, 20 Jun 2026 15:07:06 +0000 Subject: [PATCH] Mark buttons as diagnostic --- irrigation.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/irrigation.yaml b/irrigation.yaml index ff376f0..2cf4217 100644 --- a/irrigation.yaml +++ b/irrigation.yaml @@ -21,6 +21,7 @@ packages: binary_sensor: - platform: gpio name: "Garden Peach button" + entity_category: diagnostic pin: number: GPIO0 mode: INPUT_PULLUP @@ -29,6 +30,7 @@ binary_sensor: - switch.toggle: "relay_1" - platform: gpio name: "Garden Berries button" + entity_category: diagnostic pin: number: GPIO9 mode: INPUT_PULLUP @@ -37,6 +39,7 @@ binary_sensor: - switch.toggle: "relay_2" - platform: gpio name: "Shower button" + entity_category: diagnostic pin: number: GPIO10 mode: INPUT_PULLUP @@ -45,6 +48,7 @@ binary_sensor: - switch.toggle: "relay_3" - platform: gpio name: "Button 4" + entity_category: diagnostic pin: number: GPIO14 mode: INPUT_PULLUP