Skip to content

Commit

Permalink
Fix dash / underscore typo from #144
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Aug 21, 2023
1 parent 0c23ae1 commit 493508e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl_433_mqtt_autodiscovery/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else
OTHER_ARGS="${OTHER_ARGS} --force_update"
fi
# This is an optional parameter and we don't want to overwrite the defaults
DEVICE_TOPIC_SUFFIX=$(bashio::config "device-topic_suffix")
DEVICE_TOPIC_SUFFIX=$(bashio::config "device_topic_suffix")
if [ ! -z $DEVICE_TOPIC_SUFFIX ]; then
OTHER_ARGS="${OTHER_ARGS} -T ${DEVICE_TOPIC_SUFFIX}"
fi
Expand Down

0 comments on commit 493508e

Please sign in to comment.