mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
add on_key trigger to matrix_keypad (#7830)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
This commit is contained in:
8
tests/components/matrix_keypad/common.yaml
Normal file
8
tests/components/matrix_keypad/common.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
binary_sensor:
|
||||
- platform: matrix_keypad
|
||||
id: key4
|
||||
row: 1
|
||||
col: 1
|
||||
- platform: matrix_keypad
|
||||
id: key1
|
||||
key: 1
|
||||
Reference in New Issue
Block a user