[Article] Intégration Ecole Directe

Pour les absences, tu peux utiliser ça :

type: custom:flex-table-card
title: Absences
strict: true
sort_by:
  - date-
columns:
  - name: Date
    data: absences
    modify: x.date
    id: date
    align: left
  - name: Type
    align: center
    data: absences
    modify: x.type_element
  - name: Détail
    align: center
    data: absences
    modify: x.display_date
  - name: Justifié
    align: center
    data: absences
    modify: |
      if ( x.justified === true )
        'X'
        else
         ''
  - name: Raison
    align: center
    data: absences
    modify: x.motif
entities:
  include: sensor.ecole_directe_xxx_yyy_absences
card_mod:
  style: |
    tbody tr:hover {
      background-color: coral !important;
    }
css:
  table+: 'border-collapse: collapse; padding: 1px;'
  th+: 'border: 1px solid white; padding: 3px;'
  td+: 'border: 1px solid white; padding: 3px;'

source: Intégration Ecole Directe - obsolète - #271 par roumano