diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 3f4d1980b..d1f672f68 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -573,6 +573,7 @@ // -- One wire sensors ---------------------------- #define USE_DS18x20 // Add support for DS18x20 sensors with id sort, single scan and read retry (+2k6 code) // #define W1_PARASITE_POWER // Optimize for parasite powered sensors +// #define DS18x20_USE_ID_AS_NAME // Use last 3 bytes for naming of sensors // #define DS18x20_USE_ID_ALIAS // Add support aliasing for DS18x20 sensors. See comments in xsns_05 files (+0k5 code) // -- I2C sensors ---------------------------------