chore: Removed old leftover contact sensor presence config
This commit is contained in:
@@ -545,10 +545,6 @@ local hallway_frontdoor = ContactSensor.new({
|
|||||||
sensor_type = "Door",
|
sensor_type = "Door",
|
||||||
topic = mqtt_z2m("hallway/frontdoor"),
|
topic = mqtt_z2m("hallway/frontdoor"),
|
||||||
client = mqtt_client,
|
client = mqtt_client,
|
||||||
presence = {
|
|
||||||
topic = mqtt_automation("presence/contact/frontdoor"),
|
|
||||||
timeout = debug and 10 or 15 * 60,
|
|
||||||
},
|
|
||||||
callback = {
|
callback = {
|
||||||
presence(debug and 10 or 15 * 60),
|
presence(debug and 10 or 15 * 60),
|
||||||
hallway_light_automation:door_callback(),
|
hallway_light_automation:door_callback(),
|
||||||
|
|||||||
Reference in New Issue
Block a user