mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
esp32_touch:
|
||||
setup_mode: ${setup_mode}
|
||||
|
||||
binary_sensor:
|
||||
- platform: esp32_touch
|
||||
name: "${friendly_name} Occupied"
|
||||
pin: ${touch_pin}
|
||||
device_class: occupancy
|
||||
icon: mdi:bed
|
||||
threshold: ${threshold}
|
||||
filters:
|
||||
- delayed_on: 5s
|
||||
- delayed_off: 10s
|
||||
Reference in New Issue
Block a user