Update usermod_temperature.h
Typo in line 149
This commit is contained in:
parent
7d25b234d5
commit
43c5de074f
@ -146,7 +146,7 @@ class UsermodTemperature : public Usermod {
|
||||
strcpy(buf, mqttDeviceTopic);
|
||||
strcat_P(buf, PSTR("/temperature"));
|
||||
json[F("state_topic")] = buf;
|
||||
json[F("device_class")] = F("tempearature");
|
||||
json[F("device_class")] = F("temperature");
|
||||
json[F("unique_id")] = escapedMac.c_str();
|
||||
json[F("unit_of_measurement")] = F("°C");
|
||||
payload_size = serializeJson(json, json_str);
|
||||
|
Loading…
Reference in New Issue
Block a user