Add binary sensors on interrupt-enabled hubs to exercise pin_mode path

This commit is contained in:
J. Nick Koston
2026-04-04 10:45:46 -10:00
parent 173195ee1b
commit 18ad20a1bd
3 changed files with 17 additions and 0 deletions
+6
View File
@@ -13,6 +13,12 @@ binary_sensor:
mcp23xxx: mcp23008_hub
number: 0
mode: INPUT
- platform: gpio
id: mcp23008_binary_sensor_int
pin:
mcp23xxx: mcp23008_hub_int
number: 0
mode: INPUT
switch:
- platform: gpio