Skip to content

Commit 58aa1e1

Browse files
committed
fix wrong Temperature definition in HomeAssistant
1 parent d5da040 commit 58aa1e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ monitor_filters = esp8266_exception_decoder, default, time, printable, colorize
1818
board_build.ldscript = eagle.flash.4m.ld ; 4MB (FS:4MB OTA:~3600KB)
1919
upload_speed = 921600
2020

21-
custom_prog_version = 1.2.0
21+
custom_prog_version = 1.2.1
2222

2323
build_flags =
2424
-DVERSION=${this.custom_prog_version}

src/VeDirectDataList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static const char * haDescriptor[][4] PROGMEM {
7979
{"Battery_current_3", "current-dc", "A", "current"},
8080
{"Load_current", "battery-charging", "A", "current"},
8181
{"Load_output_state", "export", "", ""},
82-
{"Battery_temperature", "thermometer", "°C", "thermometer"},
82+
{"Battery_temperature", "thermometer", "°C", "temperature"},
8383
{"Instantaneous_power", "solar-power", "W", "power"},
8484
{"Consumed_Amp_Hours", "home-battery-outline", "Ah", ""},
8585
{"SOC", "battery-charging", "%", "battery"},

0 commit comments

Comments
 (0)