File tree Expand file tree Collapse file tree 2 files changed +27
-25
lines changed Expand file tree Collapse file tree 2 files changed +27
-25
lines changed Original file line number Diff line number Diff line change @@ -113,32 +113,33 @@ cards:
113
113
type: vertical-stack
114
114
cards:
115
115
- chart_type: bar
116
- period: hour
116
+ period: day
117
117
type: statistics-graph
118
118
entities:
119
- - sensor.last_iec_bill_length_in_days
119
+ - sensor.last_iec_bill_length_in_days
120
120
days_to_show: 2
121
121
stat_types:
122
- - mean
123
122
- min
123
+ - mean
124
124
- max
125
125
title: מונה חברת חשמל
126
+ hide_legend: true
126
127
- show_name: true
127
128
show_icon: true
128
129
type: button
129
130
tap_action:
130
- action: toggle
131
+ action: toggle
131
132
entity: input_boolean.power
132
133
name: צריכת חשמל כללית
133
134
icon_height: 60px
134
135
- type: conditional
135
136
conditions:
136
- - entity: input_boolean.power
137
- state: 'on'
138
- card:
139
- square: false
140
- type: grid
141
- cards:
137
+ - entity: input_boolean.power
138
+ state: 'on'
139
+ card:
140
+ square: false
141
+ type: grid
142
+ cards:
142
143
- square: false
143
144
type: grid
144
145
cards:
@@ -148,28 +149,29 @@ cards:
148
149
name: צריכה
149
150
state_color: true
150
151
- type: entity
151
- entity: sensor.last_iec_bill_length_in_days
152
- name: ימים שעברו
152
+ entity: binary_sensor.iec_contract_347910537_meter_23511627_is_last_iec_invoice_paid
153
+ name: תשלום חשבונית
154
+ icon: mdi:cash-check
153
155
- type: entity
154
- entity: sensor.last_iec_bill_electric_usage_to_date
155
- name: חשבון קודם
156
+ entity: sensor.last_iec_bill_amount_to_pay
157
+ name: חשבון קודם
156
158
icon: mdi:cash
157
159
- type: entity
158
- entity: sensor.last_iec_bill_electric_cost
160
+ entity: sensor.next_bill_electric_forecasted_cost
159
161
name: סכום לתשלום
160
162
icon: mdi:cash-multiple
161
163
columns: 2
162
164
- type: grid
163
165
cards:
164
- - type: entity
165
- entity: sensor.iec_this_month_electric_consumption
166
- name: צריכה חודשית
167
- icon: mdi:timer-sand
168
- state_color: true
169
- - type: entity
170
- entity: sensor.iec_kwh_tariff
171
- name: תעריף
172
- icon: mdi:cash-register
166
+ - type: entity
167
+ entity: sensor.iec_this_month_electric_consumption
168
+ name: צריכה חודשית
169
+ icon: mdi:timer-sand
170
+ state_color: true
171
+ - type: entity
172
+ entity: sensor.iec_kwh_tariff
173
+ name: תעריף
174
+ icon: mdi:cash-register
173
175
columns: 2
174
176
square: false
175
177
- type: grid
@@ -184,5 +186,5 @@ cards:
184
186
icon: mdi:book-edit
185
187
columns: 2
186
188
square: false
187
- columns: 1
189
+ columns: 1
188
190
```
You can’t perform that action at this time.
0 commit comments