From a1e74802ea3559cf6bf50b0776fecd4c04facbc1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 18 Jul 2025 10:49:17 -1000 Subject: [PATCH] nrf52 --- esphome/components/gpio/binary_sensor/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/gpio/binary_sensor/__init__.py b/esphome/components/gpio/binary_sensor/__init__.py index 2f38c1c7c9..164a3ef4f1 100644 --- a/esphome/components/gpio/binary_sensor/__init__.py +++ b/esphome/components/gpio/binary_sensor/__init__.py @@ -38,6 +38,7 @@ CONFIG_SCHEMA = ( esp8266=True, esp32=True, rp2040=True, + nrf52=True, bk72xx=False, ln882x=False, rtl87xx=False,