Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:auto-entities
- filter:
- include:
- - entity_id: sensor.*_cost_object*
- exclude:
- - entity_id: '*stue_a*'
- - entity_id: '*stue_b*'
- - entity_id: '*flyttbar*'
- - entity_id: '*ukjent*'
- card:
- type: custom:flex-table-card
- title: Kostnad pr enhet (kr) (sortert på uke)
- clickable: true
- strict: true
- sort_by: weekly-
- columns:
- - data: friendly_name
- name: Navn
- - data: this_day
- name: I dag
- modify: parseFloat(x).toFixed(1)
- - data: daily_last_period
- name: I går
- modify: parseFloat(x).toFixed(1)
- - data: weekly
- name: Uke
- modify: parseFloat(x).toFixed(1)
- - data: weekly_last_period
- name: Forrige Uke
- modify: parseFloat(x).toFixed(1)
Advertisement
Add Comment
Please, Sign In to add comment