Skip to content

Commit

Permalink
Add Noy (Petel) example (#124)
Browse files Browse the repository at this point in the history
* docs: Add Noy (Petel) Example
  • Loading branch information
GuyKh authored Jun 20, 2024
1 parent 599518a commit fdc083e
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
Binary file added assets/noy-summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 58 additions & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,61 @@ cards:
columns: 2
square: false
columns: 1
```
```

### Summary (by Noy (Petel))
![Energy Summary](assets/noy-summary.png)

(requires using *Sections* dashboard)
```
sections:
- type: grid
cards:
- type: tile
entity: sensor.iec_kwh_tariff
color: green
vertical: true
name: null
- type: tile
entity: sensor.last_iec_bill_date
color: green
vertical: true
name: תאריך חשבונית אחרונה
- type: gauge
entity: >-
sensor.iec_contract_123_meter_456_next_bill_electric_forecasted_cost
min: 0
needle: true
severity:
green: 0
yellow: 1100
red: 1500
max: 2200
- type: gauge
entity: sensor.last_iec_bill_electric_cost
min: 0
needle: true
severity:
green: 0
yellow: 1100
red: 1500
max: 2200
- type: entities
entities:
- entity: sensor.last_iec_bill_length_in_days
- entity: >-
sensor.iec_contract_123_meter_456_iec_today_electric_consumption
- entity: >-
sensor.iec_contract_123_meter_456_iec_yesterday_electric_consumption
- entity: >-
sensor.iec_contract_123_meter_456_iec_this_month_electric_consumption
- entity: sensor.last_iec_bill_electric_usage_to_date
- entity: >-
sensor.iec_contract_123_meter_456_iec_latest_meter_reading
- entity: >-
sensor.iec_contract_123_meter_456_iec_latest_meter_reading
- entity: >-
sensor.iec_contract_123_meter_456_next_bill_electric_forecasted_usage
- entity: sensor.last_iec_bill_payment_date
title: 'נתונים מחברת חשמל'
```

0 comments on commit fdc083e

Please sign in to comment.