backup 20240718

This commit is contained in:
2024-07-18 09:12:31 +02:00
parent a863b212ed
commit 63fb7f8f73
213 changed files with 5916 additions and 40388 deletions

View File

@@ -0,0 +1,14 @@
---
touchscreen:
platform: gt911
i2c_id: ${touch_bus}
id: gt911_touchscreen
interrupt_pin: ${touch_irq}
on_touch:
- then:
- logger.log:
format: Touch at (%d, %d)
args: [touch.x, touch.y]
- light.turn_on: led
- delay: 5s
- light.turn_off: led