Skip to content

Commit

Permalink
Remove health_check functionality from zigbee-smoke-detector
Browse files Browse the repository at this point in the history
This is done to get some memory and latency performance increases.
Tested with the Orvibo gas detector.
  • Loading branch information
cjswedes committed Dec 9, 2024
1 parent 3a3295a commit a310a2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ local fibaro_smoke_sensor = {
},
NAME = "fibaro smoke sensor",
can_handle = can_handle_fibaro_smoke_sensor,
health_check = false,
}

return fibaro_smoke_sensor

0 comments on commit a310a2d

Please sign in to comment.