mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-11 20:02:12 +01:00
parent
bee5ec47f1
commit
6824f59c0b
@ -202,7 +202,7 @@ To use the variables, use a :ref:`lambda <config-lambda>` template, the matched
|
||||
on_finger_scan_matched:
|
||||
- text_sensor.template.publish:
|
||||
id: fingerprint_state
|
||||
state: !lambda 'return "Authorized finger " + to_string(finger_id) + ", confidence " + tostring(confidence);'
|
||||
state: !lambda 'return "Authorized finger " + to_string(finger_id) + ", confidence " + to_string(confidence);'
|
||||
# Pushing a tag_scanned event based on finger_id only if confidence is greater than 50
|
||||
- if:
|
||||
condition:
|
||||
|
Loading…
Reference in New Issue
Block a user