mirror of https://github.com/arendst/Tasmota.git
Merge pull request #11995 from conrad784/feature/fix-autodisovery-units-bluetooth
feat: added units of mi flora sensors like shown in the ui
This commit is contained in:
commit
2bc67da369
|
@ -2822,17 +2822,17 @@ const char *classes[] = {
|
|||
// 7
|
||||
"", //- empty device class
|
||||
"Moisture",
|
||||
"",
|
||||
"%",
|
||||
|
||||
// 8
|
||||
"", //- empty device class
|
||||
"Illuminance",
|
||||
"",
|
||||
"lx",
|
||||
|
||||
// 9
|
||||
"", //- empty device class
|
||||
"Fertility",
|
||||
"",
|
||||
"µS/cm",
|
||||
|
||||
// 10
|
||||
"", //- empty device class
|
||||
|
|
Loading…
Reference in New Issue