Note de ce sujet :
  • Moyenne : 5 (1 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
Mon Dashboard Home assistant
Et la première colonne pour le Jour :
Je suis obligé d'arrêter à Lumières, sinon trop de caractères..

A copier/coller en changeant les termes daily par monthly puis par yearly pour moi ici.

Code :
     - type: vertical-stack
       cards:
         - type: vertical-stack
           cards:
             - type: custom:mushroom-title-card
               title: Jour
             - type: horizontal-stack
               horizontal: true
               cards:
                 - type: custom:mushroom-template-card
                   primary: Total
                   secondary: ' {{ states(''sensor.energy_total_daily'') }} kWh - {{ states(''sensor.cout_total_daily'') }} €'
                   layout: horizontal
                   icon: mdi:lightning-bolt-circle
                   tap_action:
                     action: call-service
                     service: input_boolean.toggle
                     service_data:
                       entity_id: input_boolean.show_details_tempo_total_daily
                   card_mod:
                     style:
                       .: |
                         ha-card {
                             height: 40px !important;
                         }
                         ha-state-icon {
                           --icon-symbol-size: 30px;
                         }
                       mushroom-state-info$: |
                         .container {
                             flex-direction: row !important;
                             align-items: baseline;
                             gap: 230px;
                         }
             - type: conditional
               conditions:
                 - entity: input_boolean.show_details_tempo_total_daily
                   state_not: 'off'
               card:
                 type: vertical-stack
                 cards:
                   - type: horizontal-stack
                     horizontal: true
                     cards:
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_daily_bleu_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_usage_daily_bleu_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #5F87C7;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_daily_bleu_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_usage_daily_bleu_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #1057C8;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_daily_blanc_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_usage_daily_blanc_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #9F9F9F;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_daily_blanc_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_usage_daily_blanc_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #555555;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_daily_rouge_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_usage_daily_rouge_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #E89E8E;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_daily_rouge_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_usage_daily_rouge_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #E85130;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
             - type: horizontal-stack
               horizontal: true
               cards:
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:mushroom-template-card
                   primary: ECS
                   secondary: ' {{ states(''sensor.energy_total_ecs_daily'') }} kWh - {{ states(''sensor.cout_total_ecs_daily'') }} €'
                   layout: horizontal
                   icon: mdi:lightning-bolt-circle
                   tap_action:
                     action: call-service
                     service: input_boolean.toggle
                     service_data:
                       entity_id: input_boolean.show_details_tempo_ecs_daily
                   card_mod:
                     style:
                       .: |
                         ha-card {
                             height: 40px !important;
                             width: 400px;
                         }
                         ha-state-icon {
                           --icon-symbol-size: 30px;
                         }
                       mushroom-state-info$: |
                         .container {
                             flex-direction: row !important;
                             align-items: baseline;
                             gap: 182px;
                         }
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
             - type: conditional
               conditions:
                 - entity: input_boolean.show_details_tempo_ecs_daily
                   state_not: 'off'
               card:
                 type: vertical-stack
                 cards:
                   - type: horizontal-stack
                     horizontal: true
                     cards:
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_ecs_daily_bleu_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_ecs_usage_daily_bleu_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #5F87C7;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_ecs_daily_bleu_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_ecs_usage_daily_bleu_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #1057C8;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_ecs_daily_blanc_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_ecs_usage_daily_blanc_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #9F9F9F;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_ecs_daily_blanc_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_ecs_usage_daily_blanc_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #555555;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_ecs_daily_rouge_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_ecs_usage_daily_rouge_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #E89E8E;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_ecs_daily_rouge_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_ecs_usage_daily_rouge_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #E85130;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
             - type: horizontal-stack
               horizontal: true
               cards:
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:mushroom-template-card
                   primary: LT
                   secondary: ' {{ states(''sensor.energy_total_lt_daily'') }} kWh - {{ states(''sensor.cout_total_lt_daily'') }} €'
                   layout: horizontal
                   icon: mdi:lightning-bolt-circle
                   tap_action:
                     action: call-service
                     service: input_boolean.toggle
                     service_data:
                       entity_id: input_boolean.show_details_tempo_lt_daily
                   card_mod:
                     style:
                       .: |
                         ha-card {
                             height: 40px !important;
                             width: 400px;
                         }
                         ha-state-icon {
                           --icon-symbol-size: 30px;
                         }
                       mushroom-state-info$: |
                         .container {
                             flex-direction: row !important;
                             align-items: baseline;
                             gap: 200px;
                         }
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
             - type: conditional
               conditions:
                 - entity: input_boolean.show_details_tempo_lt_daily
                   state_not: 'off'
               card:
                 type: vertical-stack
                 cards:
                   - type: horizontal-stack
                     horizontal: true
                     cards:
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_lt_daily_bleu_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_lt_usage_daily_bleu_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #5F87C7;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_lt_daily_bleu_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_lt_usage_daily_bleu_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #1057C8;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_lt_daily_blanc_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_lt_usage_daily_blanc_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #9F9F9F;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_lt_daily_blanc_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_lt_usage_daily_blanc_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #555555;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_lt_daily_rouge_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_lt_usage_daily_rouge_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #E89E8E;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_lt_daily_rouge_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_lt_usage_daily_rouge_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #E85130;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
             - type: horizontal-stack
               horizontal: true
               cards:
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:mushroom-template-card
                   primary: Prises
                   secondary: ' {{ states(''sensor.energy_total_prises_daily'') }} kWh - {{ states(''sensor.cout_total_prises_daily'') }} €'
                   layout: horizontal
                   icon: mdi:lightning-bolt-circle
                   tap_action:
                     action: call-service
                     service: input_boolean.toggle
                     service_data:
                       entity_id: input_boolean.show_details_tempo_prises_daily
                   card_mod:
                     style:
                       .: |
                         ha-card {
                             height: 40px !important;
                             width: 400px;
                         }
                         ha-state-icon {
                           --icon-symbol-size: 30px;
                         }
                       mushroom-state-info$: |
                         .container {
                             flex-direction: row !important;
                             align-items: baseline;
                             gap: 175px;
                         }
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
             - type: conditional
               conditions:
                 - entity: input_boolean.show_details_tempo_prises_daily
                   state_not: 'off'
               card:
                 type: vertical-stack
                 cards:
                   - type: horizontal-stack
                     horizontal: true
                     cards:
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_prises_daily_bleu_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_prises_usage_daily_bleu_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #5F87C7;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_prises_daily_bleu_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_prises_usage_daily_bleu_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #1057C8;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_prises_daily_blanc_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_prises_usage_daily_blanc_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #9F9F9F;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_prises_daily_blanc_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_prises_usage_daily_blanc_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #555555;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_prises_daily_rouge_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_prises_usage_daily_rouge_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #E89E8E;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_prises_daily_rouge_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_prises_usage_daily_rouge_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #E85130;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
             - type: horizontal-stack
               horizontal: true
               cards:
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:mushroom-template-card
                   primary: Lumières
                   secondary: ' {{ states(''sensor.energy_total_lumieres_daily'') }} kWh - {{ states(''sensor.cout_total_lumieres_daily'') }} €'
                   layout: horizontal
                   icon: mdi:lightning-bolt-circle
                   tap_action:
                     action: call-service
                     service: input_boolean.toggle
                     service_data:
                       entity_id: input_boolean.show_details_tempo_lumieres_daily
                   card_mod:
                     style:
                       .: |
                         ha-card {
                             height: 40px !important;
                             width: 400px;
                         }
                         ha-state-icon {
                           --icon-symbol-size: 30px;
                         }
                       mushroom-state-info$: |
                         .container {
                             flex-direction: row !important;
                             align-items: baseline;
                             gap: 156px;
                         }
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
                 - type: custom:gap-card
                   height: 40px
             - type: conditional
               conditions:
                 - entity: input_boolean.show_details_tempo_lumieres_daily
                   state_not: 'off'
               card:
                 type: vertical-stack
                 cards:
                   - type: horizontal-stack
                     horizontal: true
                     cards:
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_lumieres_daily_bleu_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_lumieres_usage_daily_bleu_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #5F87C7;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_lumieres_daily_bleu_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_lumieres_usage_daily_bleu_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #1057C8;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_lumieres_daily_blanc_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_lumieres_usage_daily_blanc_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #9F9F9F;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_lumieres_daily_blanc_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_lumieres_usage_daily_blanc_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #555555;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_lumieres_daily_rouge_hc
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_lumieres_usage_daily_rouge_hc_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #E89E8E;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
                       - type: custom:mushroom-template-card
                         entity: sensor.cout_total_lumieres_daily_rouge_hp
                         primary: '{{ states(entity) }} €'
                         layout: vertical
                         secondary: >-
                           {{
                           states('sensor.energy_total_lumieres_usage_daily_rouge_hp_kwh')
                           }} kWh
                         card_mod:
                           style:
                             .: |
                               ha-card {
                                   background-color: #E85130;
                                   height: 40px !important;
                                   width: 72px;
                               }
                             mushroom-state-info$: |
                               .container {
                                   --card-primary-color: white;
                                   --card-secondary-color: white;
                                   --card-secondary-font-size: 9px;
                                   --card-primary-font-size: 14px;
                               }
Répondre


Messages dans ce sujet
Mon Dashboard Home assistant - par Ives - 19/04/2021, 23:54:07
RE: Mon Dashboard Home assistant - par Ives - 19/04/2021, 23:55:12
RE: Mon Dashboard Home assistant - par urufara - 20/04/2021, 09:59:55
RE: Mon Dashboard Home assistant - par richardpub - 20/04/2021, 10:54:35
RE: Mon Dashboard Home assistant - par Ives - 20/04/2021, 11:14:38
RE: Mon Dashboard Home assistant - par Gwendal - 20/04/2021, 11:55:50
RE: Mon Dashboard Home assistant - par Ives - 20/04/2021, 12:11:07
RE: Mon Dashboard Home assistant - par Ives - 20/04/2021, 12:13:59
RE: Mon Dashboard Home assistant - par richardpub - 20/04/2021, 15:42:58
RE: Mon Dashboard Home assistant - par Ives - 20/04/2021, 18:08:43
RE: Mon Dashboard Home assistant - par XeNo - 20/04/2021, 16:10:21
RE: Mon Dashboard Home assistant - par Ives - 20/04/2021, 18:10:51
RE: Mon Dashboard Home assistant - par XeNo - 20/04/2021, 18:19:59
RE: Mon Dashboard Home assistant - par richardpub - 20/04/2021, 18:25:06
RE: Mon Dashboard Home assistant - par Gautier60 - 21/04/2021, 09:47:47
RE: Mon Dashboard Home assistant - par Ives - 21/04/2021, 11:25:24
RE: Mon Dashboard Home assistant - par XeNo - 21/04/2021, 16:34:23
RE: Mon Dashboard Home assistant - par richardpub - 21/04/2021, 16:46:28
RE: Mon Dashboard Home assistant - par Gautier60 - 21/04/2021, 20:38:05
RE: Mon Dashboard Home assistant - par Ives - 21/04/2021, 21:46:57
RE: Mon Dashboard Home assistant - par richardpub - 21/04/2021, 23:06:24
RE: Mon Dashboard Home assistant - par richardpub - 21/04/2021, 22:56:17
RE: Mon Dashboard Home assistant - par Ives - 21/04/2021, 23:26:47
RE: Mon Dashboard Home assistant - par Ives - 30/04/2021, 13:07:49
RE: Mon Dashboard Home assistant - par richardpub - 30/04/2021, 18:49:08
RE: Mon Dashboard Home assistant - par Ives - 30/04/2021, 19:17:29
RE: Mon Dashboard Home assistant - par geoninja - 10/05/2021, 11:00:53
RE: Mon Dashboard Home assistant - par Tomkar - 11/11/2021, 20:24:14
RE: Mon Dashboard Home assistant - par Ives - 12/11/2021, 00:15:58
RE: Mon Dashboard Home assistant - par richardpub - 19/01/2022, 12:29:42
RE: Mon Dashboard Home assistant - par Ives - 19/01/2022, 13:33:33
RE: Mon Dashboard Home assistant - par richardpub - 19/01/2022, 14:31:07
RE: Mon Dashboard Home assistant - par richardpub - 25/03/2022, 22:47:59
RE: Mon Dashboard Home assistant - par Ives - 26/03/2022, 22:38:29
RE: Mon Dashboard Home assistant - par richardpub - 30/03/2022, 10:32:41
RE: Mon Dashboard Home assistant - par richardpub - 26/03/2022, 22:55:53
RE: Mon Dashboard Home assistant - par Ives - 26/03/2022, 23:11:01
RE: Mon Dashboard Home assistant - par richardpub - 26/03/2022, 23:21:06
RE: Mon Dashboard Home assistant - par richardpub - 26/03/2022, 23:27:52
RE: Mon Dashboard Home assistant - par richardpub - 26/03/2022, 23:30:54
RE: Mon Dashboard Home assistant - par Ives - 26/03/2022, 23:37:04
RE: Mon Dashboard Home assistant - par richardpub - 27/03/2022, 10:49:51
RE: Mon Dashboard Home assistant - par Ives - 27/03/2022, 16:39:57
RE: Mon Dashboard Home assistant - par richardpub - 27/03/2022, 17:18:35
RE: Mon Dashboard Home assistant - par Weee - 28/03/2022, 08:11:01
RE: Mon Dashboard Home assistant - par richardpub - 28/03/2022, 10:36:46
RE: Mon Dashboard Home assistant - par richardpub - 28/03/2022, 10:40:20
RE: Mon Dashboard Home assistant - par richardpub - 28/03/2022, 11:09:44
RE: Mon Dashboard Home assistant - par richardpub - 29/03/2022, 11:23:41
RE: Mon Dashboard Home assistant - par Gwendal - 29/03/2022, 22:24:02
RE: Mon Dashboard Home assistant - par richardpub - 29/03/2022, 23:43:48
RE: Mon Dashboard Home assistant - par richardpub - 29/03/2022, 23:53:39
RE: Mon Dashboard Home assistant - par richardpub - 30/03/2022, 08:34:13
RE: Mon Dashboard Home assistant - par Ives - 30/03/2022, 11:02:01
RE: Mon Dashboard Home assistant - par richardpub - 30/03/2022, 11:32:36
RE: Mon Dashboard Home assistant - par richardpub - 31/03/2022, 09:29:48
RE: Mon Dashboard Home assistant - par richardpub - 07/04/2022, 03:18:49
RE: Mon Dashboard Home assistant - par Ives - 07/04/2022, 07:37:47
RE: Mon Dashboard Home assistant - par richardpub - 07/04/2022, 12:05:44
RE: Mon Dashboard Home assistant - par Ives - 07/04/2022, 12:54:52
RE: Mon Dashboard Home assistant - par richardpub - 07/04/2022, 16:15:20
RE: Mon Dashboard Home assistant - par richardpub - 07/04/2022, 16:31:16
RE: Mon Dashboard Home assistant - par Ives - 07/04/2022, 16:47:21
RE: Mon Dashboard Home assistant - par richardpub - 07/04/2022, 17:02:54
RE: Mon Dashboard Home assistant - par richardpub - 07/04/2022, 16:50:03
RE: Mon Dashboard Home assistant - par richardpub - 07/04/2022, 17:01:26
RE: Mon Dashboard Home assistant - par babychou - 03/10/2022, 12:16:51
RE: Mon Dashboard Home assistant - par Ives - 03/10/2022, 16:56:14
RE: Mon Dashboard Home assistant - par Ives - 09/11/2022, 11:29:36
RE: Mon Dashboard Home assistant - par richardpub - 09/11/2022, 13:18:00
RE: Mon Dashboard Home assistant - par Ives - 28/12/2022, 01:29:13
RE: Mon Dashboard Home assistant - par NicNac - 31/01/2023, 14:21:27
RE: Mon Dashboard Home assistant - par Jonathan007 - 02/02/2023, 16:55:19
RE: Mon Dashboard Home assistant - par NicNac - 03/02/2023, 16:10:19
RE: Mon Dashboard Home assistant - par Antho43 - 02/02/2023, 20:59:59
RE: Mon Dashboard Home assistant - par Ives - 14/04/2023, 00:56:59
RE: Mon Dashboard Home assistant - par Ives - 14/04/2023, 01:18:18
RE: Mon Dashboard Home assistant - par NicNac - 15/04/2023, 14:50:48
RE: Mon Dashboard Home assistant - par richardpub - 15/04/2023, 15:08:04
RE: Mon Dashboard Home assistant - par Ives - 15/04/2023, 15:23:52
RE: Mon Dashboard Home assistant - par Ives - 06/09/2023, 14:21:02
RE: Mon Dashboard Home assistant - par richardpub - 06/09/2023, 23:17:27
RE: Mon Dashboard Home assistant - par NicNac - 07/09/2023, 10:17:37
RE: Mon Dashboard Home assistant - par Ives - 07/09/2023, 10:46:28
RE: Mon Dashboard Home assistant - par NicNac - 07/09/2023, 13:37:55
RE: Mon Dashboard Home assistant - par Ives - 07/09/2023, 14:25:30
RE: Mon Dashboard Home assistant - par NicNac - 08/09/2023, 13:51:06
RE: Mon Dashboard Home assistant - par Ives - 09/09/2023, 08:39:33
RE: Mon Dashboard Home assistant - par Ives - 09/09/2023, 08:55:53
RE: Mon Dashboard Home assistant - par NicNac - 09/09/2023, 14:57:39
RE: Mon Dashboard Home assistant - par Ives - 09/09/2023, 15:18:19
RE: Mon Dashboard Home assistant - par Ives - 15/09/2023, 12:54:18
RE: Mon Dashboard Home assistant - par demotica - 28/12/2023, 12:32:42
RE: Mon Dashboard Home assistant - par Ives - 28/12/2023, 14:25:00
RE: Mon Dashboard Home assistant - par demotica - 28/12/2023, 16:45:02
RE: Mon Dashboard Home assistant - par Ives - 28/12/2023, 17:53:28
RE: Mon Dashboard Home assistant - par Fekapic - 04/01/2024, 17:55:28
RE: Mon Dashboard Home assistant - par Ives - 04/01/2024, 19:31:41
RE: Mon Dashboard Home assistant - par demotica - 04/01/2024, 22:16:30
RE: Mon Dashboard Home assistant - par Ives - 05/01/2024, 01:37:16
RE: Mon Dashboard Home assistant - par Ives - 08/01/2024, 18:45:20
RE: Mon Dashboard Home assistant - par richardpub - 05/01/2024, 10:45:00
RE: Mon Dashboard Home assistant - par NicNac - 06/01/2024, 15:41:40
RE: Mon Dashboard Home assistant - par Ives - 16/02/2024, 16:30:45
RE: Mon Dashboard Home assistant - par babychou - 17/02/2024, 23:38:29
RE: Mon Dashboard Home assistant - par Ives - 18/02/2024, 10:15:48
RE: Mon Dashboard Home assistant - par babychou - 18/02/2024, 17:15:11
RE: Mon Dashboard Home assistant - par XeNo - 23/02/2024, 19:34:36
RE: Mon Dashboard Home assistant - par babychou - 23/02/2024, 19:38:51
RE: Mon Dashboard Home assistant - par XeNo - 23/02/2024, 19:44:35
RE: Mon Dashboard Home assistant - par babychou - 23/02/2024, 20:22:21
RE: Mon Dashboard Home assistant - par XeNo - 23/02/2024, 20:37:47
RE: Mon Dashboard Home assistant - par babychou - 24/02/2024, 23:27:57
RE: Mon Dashboard Home assistant - par richardpub - 23/02/2024, 23:33:01
RE: Mon Dashboard Home assistant - par babychou - 24/02/2024, 23:22:17
RE: Mon Dashboard Home assistant - par richardpub - 24/02/2024, 23:47:08
RE: Mon Dashboard Home assistant - par Ives - 24/02/2024, 10:32:43
RE: Mon Dashboard Home assistant - par XeNo - 24/02/2024, 13:25:42
RE: Mon Dashboard Home assistant - par NicNac - 24/02/2024, 16:22:54
RE: Mon Dashboard Home assistant - par NicNac - 25/02/2024, 10:03:31
RE: Mon Dashboard Home assistant - par NicNac - 28/02/2024, 10:28:37
RE: Mon Dashboard Home assistant - par Ives - 28/02/2024, 11:33:47
RE: Mon Dashboard Home assistant - par XeNo - 28/02/2024, 18:41:37
RE: Mon Dashboard Home assistant - par filou59 - 28/02/2024, 22:02:50
RE: Mon Dashboard Home assistant - par NicNac - 01/03/2024, 15:13:07
RE: Mon Dashboard Home assistant - par babychou - 01/03/2024, 13:54:36
RE: Mon Dashboard Home assistant - par Ives - 06/03/2024, 16:33:26
RE: Mon Dashboard Home assistant - par babychou - 06/03/2024, 22:09:12
RE: Mon Dashboard Home assistant - par Ives - 07/03/2024, 09:18:12
RE: Mon Dashboard Home assistant - par richardpub - 07/03/2024, 11:35:09
RE: Mon Dashboard Home assistant - par Ives - 05/04/2024, 17:10:51
RE: Mon Dashboard Home assistant - par Ives - 07/04/2024, 00:55:06
RE: Mon Dashboard Home assistant - par richardpub - 05/04/2024, 17:59:38
RE: Mon Dashboard Home assistant - par Ives - 05/04/2024, 18:01:44
RE: Mon Dashboard Home assistant - par babychou - 05/04/2024, 19:42:48
RE: Mon Dashboard Home assistant - par Ives - 08/04/2024, 09:13:14
RE: Mon Dashboard Home assistant - par Ives - 24/04/2024, 11:15:13
RE: Mon Dashboard Home assistant - par richardpub - 25/04/2024, 08:41:56
RE: Mon Dashboard Home assistant - par Ives - 24/04/2024, 11:24:24
RE: Mon Dashboard Home assistant - par Ives - 13/05/2024, 12:16:24
RE: Mon Dashboard Home assistant - par Ives - 13/05/2024, 14:21:52
RE: Mon Dashboard Home assistant - par Ives - 04/06/2024, 10:17:22
RE: Mon Dashboard Home assistant - par Kevlille - 04/06/2024, 14:23:56
RE: Mon Dashboard Home assistant - par Ives - 05/06/2024, 00:18:18
RE: Mon Dashboard Home assistant - par Ives - 08/06/2024, 16:22:59
RE: Mon Dashboard Home assistant - par Ives - 30/08/2024, 14:01:39
RE: Mon Dashboard Home assistant - par Ives - 30/08/2024, 18:29:03
RE: Mon Dashboard Home assistant - par XeNo - 03/09/2024, 18:26:52
RE: Mon Dashboard Home assistant - par Ives - 04/09/2024, 08:34:59
RE: Mon Dashboard Home assistant - par XeNo - 05/09/2024, 21:03:13
RE: Mon Dashboard Home assistant - par Ives - 06/09/2024, 08:16:28
RE: Mon Dashboard Home assistant - par XeNo - 06/09/2024, 18:33:38
RE: Mon Dashboard Home assistant - par richardpub - 06/09/2024, 09:40:12
RE: Mon Dashboard Home assistant - par XeNo - 11/09/2024, 19:53:19
RE: Mon Dashboard Home assistant - par Ives - 12/09/2024, 07:22:48
RE: Mon Dashboard Home assistant - par Ives - 12/09/2024, 08:30:27
RE: Mon Dashboard Home assistant - par XeNo - 10/11/2024, 11:46:10
RE: Mon Dashboard Home assistant - par XeNo - 10/11/2024, 12:07:45
RE: Mon Dashboard Home assistant - par richardpub - 26/11/2024, 18:17:31
RE: Mon Dashboard Home assistant - par richardpub - 25/12/2024, 12:42:07
RE: Mon Dashboard Home assistant - par richardpub - 25/12/2024, 12:53:08
RE: Mon Dashboard Home assistant - par XeNo - 02/01/2025, 14:23:58
RE: Mon Dashboard Home assistant - par Ives - 02/01/2025, 14:39:37
RE: Mon Dashboard Home assistant - par XeNo - 02/01/2025, 18:36:33
RE: Mon Dashboard Home assistant - par XeNo - 02/01/2025, 18:39:33
RE: Mon Dashboard Home assistant - par Ives - 02/01/2025, 18:43:29
RE: Mon Dashboard Home assistant - par Ives - Hier, 01:15:42

Atteindre :


Utilisateur(s) parcourant ce sujet : 2 visiteur(s)