Lint
This commit is contained in:
@@ -140,7 +140,7 @@ script:
|
||||
((${addon_climate_dual}) ? thermostat_embedded->target_temperature_high : -999), // target_temp_high
|
||||
((${addon_climate_dual}) ? thermostat_embedded->target_temperature_low : -999), // target_temp_low
|
||||
int(round(${temp_step}*10)), // temp_step
|
||||
int(round(total_steps)), // total_steps //int(round((10*thermostat_embedded->target_temperature-temp_offset)/temp_step)), // slider_val
|
||||
int(round(total_steps)), // total_steps
|
||||
int(round(${temp_min}*10)), // temp_offset
|
||||
"", // climate_icon
|
||||
true // embedded_climate
|
||||
|
||||
Reference in New Issue
Block a user