mirror of
https://github.com/esphome/esphome.git
synced 2025-10-27 21:23:48 +00:00
Add optional display page for touchscreen binary sensors (#3247)
This commit is contained in:
@@ -6,6 +6,8 @@ from esphome import automation
|
||||
from esphome.const import CONF_ON_TOUCH
|
||||
|
||||
CODEOWNERS = ["@jesserockz"]
|
||||
DEPENDENCIES = ["display"]
|
||||
|
||||
IS_PLATFORM_COMPONENT = True
|
||||
|
||||
touchscreen_ns = cg.esphome_ns.namespace("touchscreen")
|
||||
|
||||
Reference in New Issue
Block a user