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