1
0
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:
Jesse Hills
2022-02-23 11:05:53 +13:00
committed by GitHub
parent c9094ca537
commit bf60e40d0b
5 changed files with 18 additions and 1 deletions

View File

@@ -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")