From 43365228335f35a58ed0535314637c3991f8ed96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BCger?= Date: Wed, 1 Apr 2026 12:36:33 +0200 Subject: [PATCH] feat: Add EPEX Spot data to working mode sensor --- custom_components/hsem/custom_sensors/working_mode_sensor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_components/hsem/custom_sensors/working_mode_sensor.py b/custom_components/hsem/custom_sensors/working_mode_sensor.py index 8a585dc..f99a2ed 100644 --- a/custom_components/hsem/custom_sensors/working_mode_sensor.py +++ b/custom_components/hsem/custom_sensors/working_mode_sensor.py @@ -979,6 +979,8 @@ async def _async_update_hourly_data( "k": "period_start", "v": self._hsem_solcast_pv_forecast_forecast_likelihood, }, + # EPEX Spot + "data": {"k": "start_time", "v": "price_per_kwh"}, } if sensor_id is None: