This commit is contained in:
Nicu Hodos 2024-10-07 22:01:25 +02:00
parent 3ec92c43a6
commit dbedf0d2f1
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json", "$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
"name": "ha-mqtt", "name": "ha-mqtt",
"version": "1.2.0", "version": "1.3.0",
"description": "Home Assistant classes for integration with MQTT auto discovery", "description": "Home Assistant classes for integration with MQTT auto discovery",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -180,7 +180,7 @@ namespace Ha {
return *this; return *this;
} }
Builder& withUnitMseasure(const char* value) { Builder& withUnitMeasure(const char* value) {
cmp->unitMeasure = value; cmp->unitMeasure = value;
return *this; return *this;
} }