Skip to content

Commit 8d285a7

Browse files
author
Xavier Berger
committed
feat: Define ESPHome min_version required for build
1 parent 51be21b commit 8d285a7

3 files changed

+9
-3
lines changed

solar_router/power_meter_fronius.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
esphome:
2+
min_version: 2024.11.1
3+
14
# ----------------------------------------------------------------------------------------------------
25
# Sensor updated every second to give feedback in Home Assistant
36
# ----------------------------------------------------------------------------------------------------
4-
57
sensor:
68
# Sensor showing the actual power consumption
79
- id: real_power

solar_router/power_meter_fronius_with_simulated_load.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
esphome:
2+
min_version: 2024.11.1
3+
14
# ----------------------------------------------------------------------------------------------------
25
# Sensor updated every second to give feedback in Home Assistant
36
# ----------------------------------------------------------------------------------------------------
4-
57
sensor:
68
# Sensor showing the actual power consumption
79
- id: real_power

solar_router/power_meter_proxy_client.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
esphome:
2+
min_version: 2024.11.1
3+
14
# ----------------------------------------------------------------------------------------------------
25
# Sensor updated every second to give feedback in Home Assistant
36
# ----------------------------------------------------------------------------------------------------
4-
57
sensor:
68
# Sensor showing the actual power consumption
79
- id: real_power

0 commit comments

Comments
 (0)