Advertisement
fabrizio97726

card caldaia

Nov 22nd, 2023 (edited)
868
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 31.88 KB | None | 0 0
  1. type: entities
  2. style: |
  3.  .card-header {
  4.     padding: 0px 0px 0px 0px !important;
  5.   }
  6. show_header_toggle: 'off'
  7. entities:
  8.   - type: section
  9.     label: Centro Controllo Caldaia - Versione 4.0
  10.   - type: custom:hui-element
  11.     card_type: vertical-stack
  12.     cards:
  13.       - type: horizontal-stack
  14.         cards:
  15.           - type: picture-entity
  16.             aspect_ratio: ''
  17.             entity: binary_sensor.ac_elettrodomestici_7
  18.             show_name: false
  19.             show_state: false
  20.             style: |
  21.              ha-card {
  22.                   --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';
  23.                   --ha-card-background: "rgba(0, 0, 0, 0.0)";
  24.                   --ha-card-box-shadow: 'none';
  25.                   --ha-card-border-width: 0px;
  26.                       }
  27.             state_image:
  28.               'on': /local/foto-pkg/caldaia-condensazione_on.png
  29.               'off': /local/foto-pkg/caldaia-condensazione_off.png
  30.             tap_action:
  31.               action: fire-dom-event
  32.               browser_mod:
  33.                 service: browser_mod.popup
  34.                 data:
  35.                   title: Ultimi 7 Giorni
  36.                   style: |
  37.                     --popup-background-color: var(--secondary-background-color);
  38.                     --dialog-backdrop-filter: blur(2em) brightness(0.75);
  39.                   content:
  40.                     type: vertical-stack
  41.                     cards:
  42.                       - type: entities
  43.                         entities:
  44.                           - style:
  45.                               background: '#62717b'
  46.                               height: 1px
  47.                               margin-left: auto
  48.                               margin-right: auto
  49.                             type: divider
  50.                           - entity: input_number.lunedi_elettrodomestici_costo_7
  51.                             name: Lunedì
  52.                             type: custom:multiple-entity-row
  53.                             state_header: EURO
  54.                             state_color: false
  55.                             icon: mdi:calendar
  56.                             tap_action:
  57.                               action: null
  58.                             entities:
  59.                               - entity: input_text.lunedi_elettrodomestici_cicli_7
  60.                                 name: CICLI
  61.                                 tap_action:
  62.                                   action: null
  63.                               - entity: input_text.lunedi_elettrodomestici_tempo_7
  64.                                 name: TEMPO
  65.                                 tap_action:
  66.                                   action: null
  67.                               - entity: input_number.lunedi_elettrodomestici_consumo_7
  68.                                 name: CONSUMO
  69.                                 tap_action:
  70.                                   action: null
  71.                           - type: divider
  72.                           - entity: input_number.martedi_elettrodomestici_costo_7
  73.                             name: Martedì
  74.                             type: custom:multiple-entity-row
  75.                             state_header: EURO
  76.                             state_color: false
  77.                             icon: mdi:calendar
  78.                             tap_action:
  79.                               action: null
  80.                             entities:
  81.                               - entity: input_text.martedi_elettrodomestici_cicli_7
  82.                                 name: CICLI
  83.                                 tap_action:
  84.                                   action: null
  85.                               - entity: input_text.martedi_elettrodomestici_tempo_7
  86.                                 name: TEMPO
  87.                                 tap_action:
  88.                                   action: null
  89.                               - entity: >-
  90.                                   input_number.martedi_elettrodomestici_consumo_7
  91.                                 name: CONSUMO
  92.                                 tap_action:
  93.                                   action: null
  94.                           - type: divider
  95.                           - entity: input_number.mercoledi_elettrodomestici_costo_7
  96.                             name: Mercoledì
  97.                             type: custom:multiple-entity-row
  98.                             state_header: EURO
  99.                             state_color: false
  100.                             icon: mdi:calendar
  101.                             tap_action:
  102.                               action: null
  103.                             entities:
  104.                               - entity: input_text.mercoledi_elettrodomestici_cicli_7
  105.                                 name: CICLI
  106.                                 tap_action:
  107.                                   action: null
  108.                               - entity: input_text.mercoledi_elettrodomestici_tempo_7
  109.                                 name: TEMPO
  110.                                 tap_action:
  111.                                   action: null
  112.                               - entity: >-
  113.                                   input_number.mercoledi_elettrodomestici_consumo_7
  114.                                 name: CONSUMO
  115.                                 tap_action:
  116.                                   action: null
  117.                           - type: divider
  118.                           - entity: input_number.giovedi_elettrodomestici_costo_7
  119.                             name: Giovedì
  120.                             type: custom:multiple-entity-row
  121.                             state_header: EURO
  122.                             state_color: false
  123.                             icon: mdi:calendar
  124.                             tap_action:
  125.                               action: null
  126.                             entities:
  127.                               - entity: input_text.giovedi_elettrodomestici_cicli_7
  128.                                 name: CICLI
  129.                                 tap_action:
  130.                                   action: null
  131.                               - entity: input_text.giovedi_elettrodomestici_tempo_7
  132.                                 name: TEMPO
  133.                                 tap_action:
  134.                                   action: null
  135.                               - entity: >-
  136.                                   input_number.giovedi_elettrodomestici_consumo_7
  137.                                 name: CONSUMO
  138.                                 tap_action:
  139.                                   action: null
  140.                           - type: divider
  141.                           - entity: input_number.venerdi_elettrodomestici_costo_7
  142.                             name: Venerdì
  143.                             type: custom:multiple-entity-row
  144.                             state_header: EURO
  145.                             state_color: false
  146.                             icon: mdi:calendar
  147.                             tap_action:
  148.                               action: null
  149.                             entities:
  150.                               - entity: input_text.venerdi_elettrodomestici_cicli_7
  151.                                 name: CICLI
  152.                                 tap_action:
  153.                                   action: null
  154.                               - entity: input_text.venerdi_elettrodomestici_tempo_7
  155.                                 name: TEMPO
  156.                                 tap_action:
  157.                                   action: null
  158.                               - entity: >-
  159.                                   input_number.venerdi_elettrodomestici_consumo_7
  160.                                 name: CONSUMO
  161.                                 tap_action:
  162.                                   action: null
  163.                           - type: divider
  164.                           - entity: input_number.sabato_elettrodomestici_costo_7
  165.                             name: Sabato
  166.                             type: custom:multiple-entity-row
  167.                             state_header: EURO
  168.                             state_color: false
  169.                             icon: mdi:calendar
  170.                             tap_action:
  171.                               action: null
  172.                             entities:
  173.                               - entity: input_text.sabato_elettrodomestici_cicli_7
  174.                                 name: CICLI
  175.                                 tap_action:
  176.                                   action: null
  177.                               - entity: input_text.sabato_elettrodomestici_tempo_7
  178.                                 name: TEMPO
  179.                                 tap_action:
  180.                                   action: null
  181.                               - entity: input_number.sabato_elettrodomestici_consumo_7
  182.                                 name: CONSUMO
  183.                                 tap_action:
  184.                                   action: null
  185.                           - type: divider
  186.                           - entity: input_number.domenica_elettrodomestici_costo_7
  187.                             name: Domenica
  188.                             type: custom:multiple-entity-row
  189.                             state_header: EURO
  190.                             state_color: false
  191.                             icon: mdi:calendar
  192.                             tap_action:
  193.                               action: null
  194.                             entities:
  195.                               - entity: input_text.domenica_elettrodomestici_cicli_7
  196.                                 name: CICLI
  197.                                 tap_action:
  198.                                   action: null
  199.                               - entity: input_text.domenica_elettrodomestici_tempo_7
  200.                                 name: TEMPO
  201.                                 tap_action:
  202.                                   action: null
  203.                               - entity: >-
  204.                                   input_number.domenica_elettrodomestici_consumo_7
  205.                                 name: CONSUMO
  206.                                 tap_action:
  207.                                   action: null
  208.                           - style:
  209.                               background: '#62717b'
  210.                               height: 1px
  211.                               margin-left: auto
  212.                               margin-right: auto
  213.                             type: divider
  214.           - type: vertical-stack
  215.             cards:
  216.               - type: custom:button-card
  217.                 layout: icon_name_state2nd
  218.                 entity: sensor.prova_caldaia_mandata_radiatori
  219.                 name: Mandata radiatori
  220.                 show_icon: true
  221.                 show_state: true
  222.                 icon: mdi:thermometer
  223.                 styles:
  224.                   grid:
  225.                     - grid-template-columns: 50px auto
  226.                   icon:
  227.                     - padding: 0px 0px
  228.                     - height: 30px
  229.                     - width: 30px
  230.                   card:
  231.                     - '--ha-card-background': rgba(0, 0, 0, 0.0)
  232.                     - '--ha-card-box-shadow': none
  233.                     - '--ha-card-border-width': 0px
  234.                   state:
  235.                     - padding: 0px 10px
  236.                     - justify-self: start
  237.                     - font-family: Roboto, sans-serif
  238.                     - font-size: 15px
  239.                   name:
  240.                     - padding: 0px 10px
  241.                     - justify-self: start
  242.                     - color: var(--primary-text-color)
  243.               - type: custom:button-card
  244.                 layout: icon_name_state2nd
  245.                 entity: sensor.prova_caldaia_mandata_acs
  246.                 name: Mandata ACS
  247.                 show_icon: true
  248.                 show_state: true
  249.                 icon: mdi:thermometer
  250.                 styles:
  251.                   grid:
  252.                     - grid-template-columns: 50px auto
  253.                   icon:
  254.                     - padding: 0px 0px
  255.                     - height: 30px
  256.                     - width: 30px
  257.                   card:
  258.                     - '--ha-card-background': rgba(0, 0, 0, 0.0)
  259.                     - '--ha-card-box-shadow': none
  260.                     - '--ha-card-border-width': 0px
  261.                   state:
  262.                     - padding: 0px 10px
  263.                     - justify-self: start
  264.                     - font-family: Roboto, sans-serif
  265.                     - font-size: 15px
  266.                   name:
  267.                     - padding: 0px 10px
  268.                     - justify-self: start
  269.                     - color: var(--primary-text-color)
  270.               - type: custom:button-card
  271.                 layout: icon_name_state2nd
  272.                 entity: >-
  273.                   binary_sensor.allagamento_vano_caldaia_allagamento_vano_caldaia
  274.                 name: Vano caldaia
  275.                 show_icon: true
  276.                 show_state: true
  277.                 icon: mdi:water-boiler-alert
  278.                 styles:
  279.                   grid:
  280.                     - grid-template-columns: 50px auto
  281.                   icon:
  282.                     - padding: 0px 0px
  283.                     - height: 30px
  284.                     - width: 30px
  285.                   card:
  286.                     - '--ha-card-background': rgba(0, 0, 0, 0.0)
  287.                     - '--ha-card-box-shadow': none
  288.                     - '--ha-card-border-width': 0px
  289.                   state:
  290.                     - padding: 0px 10px
  291.                     - justify-self: start
  292.                     - font-family: Roboto, sans-serif
  293.                     - font-size: 15px
  294.                   name:
  295.                     - padding: 0px 10px
  296.                     - justify-self: start
  297.                     - color: var(--primary-text-color)
  298.               - type: custom:button-card
  299.                 layout: icon_name_state2nd
  300.                 entity: binary_sensor.prova_caldaia_scarico_pressostato_sicurezza
  301.                 name: Scarico sicurezza
  302.                 show_icon: true
  303.                 show_state: true
  304.                 icon: mdi:water-boiler-alert
  305.                 styles:
  306.                   grid:
  307.                     - grid-template-columns: 50px auto
  308.                   icon:
  309.                     - padding: 0px 0px
  310.                     - height: 30px
  311.                     - width: 30px
  312.                   card:
  313.                     - '--ha-card-background': rgba(0, 0, 0, 0.0)
  314.                     - '--ha-card-box-shadow': none
  315.                     - '--ha-card-border-width': 0px
  316.                   state:
  317.                     - padding: 0px 10px
  318.                     - justify-self: start
  319.                     - font-family: Roboto, sans-serif
  320.                     - font-size: 15px
  321.                   name:
  322.                     - padding: 0px 10px
  323.                     - justify-self: start
  324.                     - color: var(--primary-text-color)
  325.               - type: custom:button-card
  326.                 layout: icon_name_state2nd
  327.                 entity: sensor.moltiplica_valore4
  328.                 name: Consumo pompa
  329.                 show_icon: true
  330.                 show_state: true
  331.                 icon: mdi:pump
  332.                 styles:
  333.                   grid:
  334.                     - grid-template-columns: 50px auto
  335.                   icon:
  336.                     - padding: 0px 0px
  337.                     - height: 30px
  338.                     - width: 30px
  339.                   card:
  340.                     - '--ha-card-background': rgba(0, 0, 0, 0.0)
  341.                     - '--ha-card-box-shadow': none
  342.                     - '--ha-card-border-width': 0px
  343.                   state:
  344.                     - padding: 0px 10px
  345.                     - justify-self: start
  346.                     - font-family: Roboto, sans-serif
  347.                     - font-size: 15px
  348.                   name:
  349.                     - padding: 0px 10px
  350.                     - justify-self: start
  351.                     - color: var(--primary-text-color)
  352.       - type: custom:bar-card
  353.         show_icon: true
  354.         align: split
  355.         columns: 1
  356.         max: 100
  357.         positions:
  358.           icon: inside
  359.           indicator: inside
  360.           name: inside
  361.           value: inside
  362.         unit_of_measurement: null
  363.         icon: mdi:fire-circle
  364.         severity:
  365.           - color: green
  366.             from: 0
  367.             to: 50
  368.           - color: orange
  369.             from: 51
  370.             to: 70
  371.           - color: red
  372.             from: 71
  373.             to: 100
  374.         style: |
  375.          ha-card {
  376.             --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';
  377.             --ha-card-background: "rgba(0, 0, 0, 0.0)";
  378.             --paper-item-icon-color: 'var(--text-primary-color';
  379.             --ha-card-box-shadow: 'none';
  380.           }
  381.         entity: sensor.disimpegno_heating
  382.         name: Heating disimpegno
  383.         entity_row: true
  384.       - type: custom:paper-buttons-row
  385.         buttons:
  386.           - icon: hass:cog-outline
  387.             state: '{{ states(''group.notifiche_elettrodomestici_7'') }}'
  388.             state_styles:
  389.               'on':
  390.                 icon:
  391.                   color: var(--paper-item-icon-active-color)
  392.             tap_action:
  393.               action: fire-dom-event
  394.               browser_mod:
  395.                 service: browser_mod.popup
  396.                 data:
  397.                   title: Impostazioni
  398.                   style: |
  399.                     --popup-background-color: var(--secondary-background-color);
  400.                     --dialog-backdrop-filter: blur(2em) brightness(0.75);
  401.                   content:
  402.                     type: entities
  403.                     entities:
  404.                       - style:
  405.                           background: '#62717b'
  406.                           height: 1px
  407.                           margin-left: auto
  408.                           margin-right: auto
  409.                         type: divider
  410.                       - entity: sensor.time
  411.                         name: Orologio
  412.                       - style:
  413.                           background: '#62717b'
  414.                           height: 1px
  415.                           margin-left: auto
  416.                           margin-right: auto
  417.                         type: divider
  418.                       - type: custom:multiple-entity-row
  419.                         entity: >-
  420.                           input_datetime.orario_fine_notifiche_elettrodomestici_7
  421.                         icon: mdi:timer
  422.                         name: Fascia Oraria Notifiche
  423.                         state_header: FINE
  424.                         entities:
  425.                           - entity: >-
  426.                               input_datetime.orario_inizio_notifiche_elettrodomestici_7
  427.                             name: INIZIO
  428.                       - entity: input_boolean.notify_push_elettrodomestici_7
  429.                         type: custom:multiple-entity-row
  430.                         name: Notifiche
  431.                         icon: mdi:cellphone-message
  432.                         state_header: PUSH
  433.                         toggle: true
  434.                         entities:
  435.                           - entity: input_boolean.notify_google_elettrodomestici_7
  436.                             name: GOOGLE
  437.                             toggle: true
  438.                           - entity: input_boolean.notify_alexa_elettrodomestici_7
  439.                             name: ALEXA
  440.                             toggle: true
  441.                       - style:
  442.                           background: '#62717b'
  443.                           height: 1px
  444.                           margin-left: auto
  445.                           margin-right: auto
  446.                         type: divider
  447.                       - type: custom:multiple-entity-row
  448.                         entity: binary_sensor.ac_elettrodomestici_7
  449.                         icon: mdi:flash
  450.                         name: Energia
  451.                         state_header: STATO
  452.                         state_color: false
  453.                         entities:
  454.                           - entity: input_boolean.switch_elettrodomestici_7
  455.                             name: SWITCH
  456.                             toggle: true
  457.                           - entity: input_number.soglia_lavoro_elettrodomestici_w_7
  458.                             name: SOGLIA
  459.                           - entity: input_number.tempo_innesco_elettrodomestici_m_7
  460.                             name: RITARDO
  461.                           - entity: >-
  462.                               input_number.avvio_ritardato_conteggio_elettrodomestici_s_7
  463.                             name: DELAY ON
  464.                       - type: divider
  465.                       - entity: automation.elettrodomestici_off_automatico_7
  466.                         type: custom:multiple-entity-row
  467.                         name: Switch Auto OFF
  468.                         state_header: OFF/ON
  469.                         toggle: true
  470.                         icon: mdi:toggle-switch
  471.                         entities:
  472.                           - entity: input_datetime.elettrodomestici_off_7
  473.                             name: SPENGIMENTO
  474.                       - type: divider
  475.                       - entity: input_text.messaggio_elettrodomestico_7
  476.                         type: custom:multiple-entity-row
  477.                         name: Nome
  478.                         state_header: MESSAGGIO
  479.                         toggle: false
  480.                         icon: mdi:rename
  481.                         entities:
  482.                           - entity: input_text.nome_elettrodomestico_7
  483.                             name: ELETTRODOMESTICO
  484.                       - style:
  485.                           background: '#62717b'
  486.                           height: 1px
  487.                           margin-left: auto
  488.                           margin-right: auto
  489.                         type: divider
  490.                       - type: custom:multiple-entity-row
  491.                         entity: input_text.data_reset_sensori_elettrodomestici_7
  492.                         name: Reset Contatori
  493.                         icon: mdi:restart
  494.                         state_header: ULTIMO RESET
  495.                         state_color: true
  496.                         entities:
  497.                           - type: button
  498.                             name: ESEGUI
  499.                             icon: mdi:button-pointer
  500.                             tap_action:
  501.                               action: call-service
  502.                               service: script.reset_sensori_elettrodomestici_7
  503.                       - style:
  504.                           background: '#62717b'
  505.                           height: 1px
  506.                           margin-left: auto
  507.                           margin-right: auto
  508.                         type: divider
  509.                       - entity: input_number.costo_energia
  510.                         name: Costo Energia
  511.                       - style:
  512.                           background: '#62717b'
  513.                           height: 1px
  514.                           margin-left: auto
  515.                           margin-right: auto
  516.                         type: divider
  517.           - icon: hass:chart-line
  518.             state: '{{ states(''xxx'') }}'
  519.             state_styles:
  520.               'on':
  521.                 icon:
  522.                   color: var(--paper-item-icon-active-color)
  523.             tap_action:
  524.               action: fire-dom-event
  525.               browser_mod:
  526.                 service: browser_mod.popup
  527.                 data:
  528.                   title: Statistiche
  529.                   style: |
  530.                     --popup-background-color: var(--secondary-background-color);
  531.                     --dialog-backdrop-filter: blur(2em) brightness(0.75);
  532.                   content:
  533.                     type: entities
  534.                     entities:
  535.                       - style:
  536.                           background: '#62717b'
  537.                           height: 1px
  538.                           margin-left: auto
  539.                           margin-right: auto
  540.                         type: divider
  541.                       - entity: sensor.time_on_elettrodomestici_7
  542.                         attribute: costo_ciclo_elettrodomestici_7
  543.                         type: custom:multiple-entity-row
  544.                         icon: mdi:power-plug
  545.                         unit:
  546.                         name: Elettrodomestico
  547.                         state_header: EURO
  548.                         state_color: true
  549.                         entities:
  550.                           - entity: sensor.time_on_elettrodomestici_7
  551.                             attribute: terminato
  552.                             name: STATO
  553.                           - type: attribute
  554.                             entity: sensor.time_on_elettrodomestici_7
  555.                             name: TEMPO
  556.                             attribute: tempo_ciclo_elettrodomestici_7
  557.                           - entity: sensor.time_on_elettrodomestici_7
  558.                             attribute: consumo_ciclo_elettrodomestici_7
  559.                             name: CONSUMO
  560.                       - type: divider
  561.                       - type: custom:multiple-entity-row
  562.                         entity: sensor.time_on_elettrodomestici_7
  563.                         attribute: costo_consumo_ieri_elettrodomestici_7
  564.                         unit:
  565.                         name: Ieri
  566.                         state_header: EURO
  567.                         state_color: true
  568.                         entities:
  569.                           - entity: sensor.cicli_oggi_elettrodomestici_7
  570.                             name: CICLI
  571.                             attribute: last_period
  572.                           - entity: sensor.time_on_elettrodomestici_7
  573.                             attribute: Ieri
  574.                             name: TEMPO
  575.                           - entity: sensor.energy_oggi_elettrodomestici_7
  576.                             attribute: last_period
  577.                             unit: kWh
  578.                             name: CONSUMO
  579.                       - type: divider
  580.                       - entity: sensor.time_on_elettrodomestici_7
  581.                         type: custom:multiple-entity-row
  582.                         attribute: costo_consumo_giornaliero_elettrodomestici_7
  583.                         unit:
  584.                         name: Oggi
  585.                         state_header: EURO
  586.                         icon: mdi:calendar-blank
  587.                         state_color: true
  588.                         entities:
  589.                           - entity: sensor.cicli_oggi_elettrodomestici_7
  590.                             name: CICLI
  591.                           - entity: sensor.time_on_elettrodomestici_7
  592.                             attribute: Oggi
  593.                             name: TEMPO
  594.                           - entity: sensor.energy_oggi_elettrodomestici_7
  595.                             name: CONSUMO
  596.                       - type: divider
  597.                       - type: custom:multiple-entity-row
  598.                         entity: sensor.time_on_elettrodomestici_7
  599.                         attribute: costo_consumo_mensile_elettrodomestici_7
  600.                         unit:
  601.                         icon: mdi:calendar-today
  602.                         name: Mese
  603.                         state_header: EURO
  604.                         state_color: true
  605.                         entities:
  606.                           - entity: sensor.cicli_mese_elettrodomestici_7
  607.                             name: CICLI
  608.                           - entity: sensor.time_on_elettrodomestici_7
  609.                             name: TEMPO
  610.                             attribute: Mese
  611.                           - entity: sensor.energy_mese_elettrodomestici_7
  612.                             name: CONSUMO
  613.                       - type: divider
  614.                       - type: custom:multiple-entity-row
  615.                         entity: sensor.time_on_elettrodomestici_7
  616.                         attribute: costo_consumo_annuale_elettrodomestici_7
  617.                         unit:
  618.                         icon: mdi:calendar-month
  619.                         name: Anno
  620.                         state_header: EURO
  621.                         state_color: true
  622.                         entities:
  623.                           - entity: sensor.cicli_anno_elettrodomestici_7
  624.                             name: CICLI
  625.                           - entity: sensor.time_on_elettrodomestici_7
  626.                             name: TEMPO
  627.                             attribute: Anno
  628.                           - entity: sensor.energy_anno_elettrodomestici_7
  629.                             name: CONSUMO
  630.                       - style:
  631.                           background: '#62717b'
  632.                           height: 1px
  633.                           margin-left: auto
  634.                           margin-right: auto
  635.                         type: divider
  636.           - icon: hass:bell
  637.             state: '{{ states(''input_boolean.aggiornamento_pkg_elettrodomestici_7'') }}'
  638.             state_styles:
  639.               'on':
  640.                 icon:
  641.                   color: var(--paper-item-icon-active-color)
  642.             tap_action:
  643.               action: fire-dom-event
  644.               browser_mod:
  645.                 service: browser_mod.popup
  646.                 data:
  647.                   title: Update
  648.                   style: |
  649.                     --popup-background-color: var(--secondary-background-color);
  650.                     --dialog-backdrop-filter: blur(2em) brightness(0.75);
  651.                   content:
  652.                     type: entities
  653.                     entities:
  654.                       - style:
  655.                           background: '#62717b'
  656.                           height: 1px
  657.                           margin-left: auto
  658.                           margin-right: auto
  659.                         type: divider
  660.                       - entity: input_boolean.aggiornamento_pkg_elettrodomestici_7
  661.                         name: Notifica Push Update
  662.                         icon: mdi:bell-ring
  663.                         state_color: true
  664.                       - style:
  665.                           background: '#62717b'
  666.                           height: 1px
  667.                           margin-left: auto
  668.                           margin-right: auto
  669.                         type: divider
  670.                       - type: custom:multiple-entity-row
  671.                         entity: >-
  672.                           sensor.ultima_versione_centro_controllo_elettrodomestici_7
  673.                         state_color: true
  674.                         icon: mdi:google-circles-extended
  675.                         toggle: false
  676.                         name: Versione
  677.                         state_header: DISPONIBILE
  678.                         entities:
  679.                           - entity: >-
  680.                               sensor.versione_installata_centro_controllo_elettrodomestici_7
  681.                             name: INSTALLATA
  682.                       - style:
  683.                           background: '#62717b'
  684.                           height: 1px
  685.                           margin-left: auto
  686.                           margin-right: auto
  687.                         type: divider
  688.           - icon: hass:information-outline
  689.             state: '{{ states(''none'') }}'
  690.             state_styles:
  691.               'on':
  692.                 icon:
  693.                   color: var(--paper-item-icon-active-color)
  694.             tap_action:
  695.               action: fire-dom-event
  696.               browser_mod:
  697.                 service: browser_mod.popup
  698.                 data:
  699.                   title: Info Package
  700.                   style: |
  701.                     --popup-background-color: var(--secondary-background-color);
  702.                     --dialog-backdrop-filter: blur(2em) brightness(0.75);
  703.                   content:
  704.                     type: markdown
  705.                     content: >-
  706.                       Centro Controllo Elettrodomestici
  707.  
  708.                       -------------------
  709.  
  710.                       ____
  711.  
  712.                       Scarica Update:
  713.  
  714.                       [Download](https://domhouse.it/centro-controllo-elettrodomestici-in-home-assistant)
  715.  
  716.  
  717.                       ----
  718.  
  719.                       [Sostieni il Progetto](https://donazione.domhouse.it/)
  720.  
  721.  
  722.                       ___
  723.  
  724.                       Created: [Salvatore Lentini & Marco
  725.                       Picardo](https://www.domhouse.it)
  726.  
  727.                       ___
  728.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement