From 3e60e55f168d7b59b0b5d2c57766863259cd4720 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Sun, 29 Dec 2024 22:32:56 +0100 Subject: [PATCH] Fixed plugin config issue --- plugins/hal-tibber/src/se/hal/plugin/tibber/plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/hal-tibber/src/se/hal/plugin/tibber/plugin.json b/plugins/hal-tibber/src/se/hal/plugin/tibber/plugin.json index bb3021c3..b8ea4937 100644 --- a/plugins/hal-tibber/src/se/hal/plugin/tibber/plugin.json +++ b/plugins/hal-tibber/src/se/hal/plugin/tibber/plugin.json @@ -5,8 +5,8 @@ "interfaces": [ {"se.hal.intf.HalAutostartController": "se.hal.plugin.tibber.TibberController"}, - {"se.hal.intf.HalSensorConfig": "se.hal.plugin.tibber.device.ElectricityCostSensor"}, - {"se.hal.intf.HalSensorConfig": "se.hal.plugin.tibber.device.ElectricityPriceSensor"}, - {"se.hal.intf.HalSensorConfig": "se.hal.plugin.tibber.device.PowerConsumptionSensor"} + {"se.hal.intf.HalSensorConfig": "se.hal.plugin.tibber.device.TibberElectricityCostSensor"}, + {"se.hal.intf.HalSensorConfig": "se.hal.plugin.tibber.device.TibberElectricityPriceSensor"}, + {"se.hal.intf.HalSensorConfig": "se.hal.plugin.tibber.device.TibberPowerConsumptionSensor"} ] } \ No newline at end of file