File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 25
25
# ----------------------------------------------------------------------------------------
26
26
27
27
# VERSION NUMBER
28
- export version=0.2.196
28
+ export version=0.2.197
29
29
30
30
# COLOR OUTPUT FOR RICH OUTPUT
31
31
ORANGE=$' \e [1;33m'
Original file line number Diff line number Diff line change @@ -319,15 +319,7 @@ publish_presence_message () {
319
319
# PRINT FOR DEVICE TRACKER
320
320
if [ $PREF_VERBOSE_LOGGING == true ]; then
321
321
log " ${YELLOW} [CMD-MQTT]${NC} ${YELLOW} $topic /$PREF_DEVICE_TRACKER_TOPIC_BRANCH $device_tracker_message ${NC} "
322
-
323
- elif [[ " ${message,,} " =~ \" confidence\" :\" ([0-9]{1,3})\" ]]; then
324
-
325
- # GET CONFIDENCE VALUE
326
- confidence_printable=" ${BASH_REMATCH[1]} "
327
-
328
- # EXTRACT CONFIDENCE VALUE TO POST
329
- log " ${YELLOW} [CMD-MQTT]${NC} ${YELLOW} $topic /$PREF_DEVICE_TRACKER_TOPIC_BRANCH { ... confidence : $confidence_printable ... } ${NC} "
330
- fi
322
+ fi
331
323
fi
332
324
fi
333
325
You can’t perform that action at this time.
0 commit comments