Skip to content

callacomp/esphomekeypad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPhome Keypad

Two custom sensors to use 3x4 matrix kexpads with ESPhome. Uses the Arduino Keypad Library.

KeypadSensor

This sensor instantly publishes the numerical value of the pressed key. * becomes -6, # becomes -13, because of the ASCII value.

KeypadTextSensor

This sensor gathers all pressed numbers in a string and publishes the hole string when # is pressed. The string is reset, when * is pressed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 97.0%
  • Shell 3.0%