File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
"iot_class" : " cloud_polling" ,
11
11
"issue_tracker" : " https://github.com/ludeeus/iec-custom-component/issues" ,
12
12
"requirements" : [" iec-api==0.2.6" ],
13
- "version" : " 0.0.9 "
13
+ "version" : " 0.0.10 "
14
14
}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def get_previous_bill_kwh_price(invoice: Invoice) -> float:
49
49
SMART_ELEC_SENSORS : tuple [IecEntityDescription , ...] = (
50
50
IecEntityDescription (
51
51
key = "elec_forecasted_usage" ,
52
- name = "Current bill electric forecasted usage" ,
52
+ name = "Next bill electric forecasted usage" ,
53
53
device_class = SensorDeviceClass .ENERGY ,
54
54
native_unit_of_measurement = UnitOfEnergy .KILO_WATT_HOUR ,
55
55
# state_class=SensorStateClass.TOTAL,
@@ -58,7 +58,7 @@ def get_previous_bill_kwh_price(invoice: Invoice) -> float:
58
58
),
59
59
IecEntityDescription (
60
60
key = "elec_forecasted_cost" ,
61
- name = "Current bill electric forecasted cost" ,
61
+ name = "Next bill electric forecasted cost" ,
62
62
device_class = SensorDeviceClass .MONETARY ,
63
63
native_unit_of_measurement = ILS ,
64
64
# state_class=SensorStateClass.TOTAL,
You can’t perform that action at this time.
0 commit comments