Skip to content

Commit

Permalink
Merge pull request #86 from Fabian-Schmidt/Fabian-Schmidt-patch-1
Browse files Browse the repository at this point in the history
Update victron_ble_display_wt32-sc01.yaml
  • Loading branch information
Fabian-Schmidt authored Dec 28, 2024
2 parents 3448893 + 1689e37 commit fe53a8a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions victron_ble_display_wt32-sc01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ esphome:
board_build.arduino.memory_type: qio_qspi

external_components:
# - source: github://Fabian-Schmidt/esphome-victron_ble
- source:
type: local
path: components
components: ["victron_ble"]
- source: github://Fabian-Schmidt/esphome-victron_ble

esp32:
board: esp32dev
Expand Down Expand Up @@ -471,4 +467,4 @@ display:
const auto font_color = std::abs(SUM_LOAD_CURRENT) > 1.0f ? id(color_neg) : id(color_font);
it.printf(x1i + icon_pad, y, id(font_value), font_color, TextAlign::BASELINE_LEFT, "%.1f A", SUM_LOAD_CURRENT);
}
}
}

0 comments on commit fe53a8a

Please sign in to comment.