chore: Removed old leftover contact sensor presence config
All checks were successful
Build and deploy / build (push) Successful in 11m3s
Build and deploy / Deploy container (push) Successful in 4m8s

This commit is contained in:
2025-09-08 04:29:30 +02:00
parent a2e65c2d1a
commit e642562ddb

View File

@@ -545,10 +545,6 @@ local hallway_frontdoor = ContactSensor.new({
sensor_type = "Door",
topic = mqtt_z2m("hallway/frontdoor"),
client = mqtt_client,
presence = {
topic = mqtt_automation("presence/contact/frontdoor"),
timeout = debug and 10 or 15 * 60,
},
callback = {
presence(debug and 10 or 15 * 60),
hallway_light_automation:door_callback(),