Fixed plugin config issue
This commit is contained in:
parent
bec5a3098b
commit
3e60e55f16
1 changed files with 3 additions and 3 deletions
|
|
@ -5,8 +5,8 @@
|
||||||
"interfaces": [
|
"interfaces": [
|
||||||
{"se.hal.intf.HalAutostartController": "se.hal.plugin.tibber.TibberController"},
|
{"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.TibberElectricityCostSensor"},
|
||||||
{"se.hal.intf.HalSensorConfig": "se.hal.plugin.tibber.device.ElectricityPriceSensor"},
|
{"se.hal.intf.HalSensorConfig": "se.hal.plugin.tibber.device.TibberElectricityPriceSensor"},
|
||||||
{"se.hal.intf.HalSensorConfig": "se.hal.plugin.tibber.device.PowerConsumptionSensor"}
|
{"se.hal.intf.HalSensorConfig": "se.hal.plugin.tibber.device.TibberPowerConsumptionSensor"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue