]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added management of BTicino classe 300eos with netatmo
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 11 Jul 2022 14:49:18 +0000 (16:49 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 11 Jul 2022 14:49:18 +0000 (16:49 +0200)
.storage/lovelace.lovelace_dispositivi
packages/bticino_300eos.yaml [new file with mode: 0644]
www/images/devices/classe300eos.png [new file with mode: 0644]

index c0256bb9b04bd0d3ff0a4ff50399a2f2af8c80ed..e141fd6e7ba7a4fd52911c24e31fed51d75764b9 100644 (file)
 {
-    "version": 1,
-    "minor_version": 1,
-    "key": "lovelace.lovelace_dispositivi",
-    "data": {
-        "config": {
-            "views": [
-                {
-                    "title": "Dispositivi di Rete",
-                    "path": "network-devices",
-                    "icon": "mdi:network-outline",
-                    "type": "custom:horizontal-layout",
-                    "layout": {
-                        "width": 300,
-                        "max_cols": 3
-                    },
-                    "badges": [],
-                    "cards": [
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Intel NUC10i5FNH"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/intel_nuc.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "https://pve.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "layout": "icon_name_state",
-                                                            "entity": "binary_sensor.pve_server_running",
-                                                            "name": "VM Debian",
-                                                            "show_name": true,
-                                                            "show_icon": true,
-                                                            "show_state": false,
-                                                            "color-type": "card",
-                                                            "styles": {
-                                                                "grid": [
-                                                                    {
-                                                                        "grid-template-columns": "50px auto"
-                                                                    }
-                                                                ],
-                                                                "icon": [
-                                                                    {
-                                                                        "padding": "0px 0px"
-                                                                    },
-                                                                    {
-                                                                        "height": "25px"
-                                                                    },
-                                                                    {
-                                                                        "width": "25px"
-                                                                    }
-                                                                ],
-                                                                "card": [
-                                                                    {
-                                                                        "--ha-card-background": "rgba(0, 0, 0, 0)"
-                                                                    },
-                                                                    {
-                                                                        "--ha-card-box-shadow": "none"
-                                                                    }
-                                                                ],
-                                                                "name": [
-                                                                    {
-                                                                        "padding": "0px 10px"
-                                                                    },
-                                                                    {
-                                                                        "justify-self": "start"
-                                                                    },
-                                                                    {
-                                                                        "font-family": "Roboto, sans-serif"
-                                                                    },
-                                                                    {
-                                                                        "font-size": "15px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--primary-text-color)"
-                                                                    }
-                                                                ]
-                                                            },
-                                                            "state": [
-                                                                {
-                                                                    "value": "on",
-                                                                    "styles": {
-                                                                        "icon": [
-                                                                            {
-                                                                                "color": "lightgreen"
-                                                                            }
-                                                                        ]
-                                                                    }
-                                                                },
-                                                                {
-                                                                    "value": "off",
-                                                                    "styles": {
-                                                                        "icon": [
-                                                                            {
-                                                                                "color": "grey"
-                                                                            }
-                                                                        ]
-                                                                    }
-                                                                }
-                                                            ]
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "layout": "icon_name_state",
-                                                            "entity": "binary_sensor.pve_docker_running",
-                                                            "name": "VM Docker",
-                                                            "show_name": true,
-                                                            "show_icon": true,
-                                                            "show_state": false,
-                                                            "color-type": "card",
-                                                            "styles": {
-                                                                "grid": [
-                                                                    {
-                                                                        "grid-template-columns": "50px auto"
-                                                                    }
-                                                                ],
-                                                                "icon": [
-                                                                    {
-                                                                        "padding": "0px 0px"
-                                                                    },
-                                                                    {
-                                                                        "height": "25px"
-                                                                    },
-                                                                    {
-                                                                        "width": "25px"
-                                                                    }
-                                                                ],
-                                                                "card": [
-                                                                    {
-                                                                        "--ha-card-background": "rgba(0, 0, 0, 0)"
-                                                                    },
-                                                                    {
-                                                                        "--ha-card-box-shadow": "none"
-                                                                    }
-                                                                ],
-                                                                "name": [
-                                                                    {
-                                                                        "padding": "0px 10px"
-                                                                    },
-                                                                    {
-                                                                        "justify-self": "start"
-                                                                    },
-                                                                    {
-                                                                        "font-family": "Roboto, sans-serif"
-                                                                    },
-                                                                    {
-                                                                        "font-size": "15px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--primary-text-color)"
-                                                                    }
-                                                                ]
-                                                            },
-                                                            "state": [
-                                                                {
-                                                                    "value": "on",
-                                                                    "styles": {
-                                                                        "icon": [
-                                                                            {
-                                                                                "color": "lightgreen"
-                                                                            }
-                                                                        ]
-                                                                    }
-                                                                },
-                                                                {
-                                                                    "value": "off",
-                                                                    "styles": {
-                                                                        "icon": [
-                                                                            {
-                                                                                "color": "grey"
-                                                                            }
-                                                                        ]
-                                                                    }
-                                                                }
-                                                            ]
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "layout": "icon_name_state",
-                                                            "entity": "binary_sensor.pve_firewall_running",
-                                                            "name": "VM Firewall",
-                                                            "show_name": true,
-                                                            "show_icon": true,
-                                                            "show_state": false,
-                                                            "color-type": "card",
-                                                            "styles": {
-                                                                "grid": [
-                                                                    {
-                                                                        "grid-template-columns": "50px auto"
-                                                                    }
-                                                                ],
-                                                                "icon": [
-                                                                    {
-                                                                        "padding": "0px 0px"
-                                                                    },
-                                                                    {
-                                                                        "height": "25px"
-                                                                    },
-                                                                    {
-                                                                        "width": "25px"
-                                                                    }
-                                                                ],
-                                                                "card": [
-                                                                    {
-                                                                        "--ha-card-background": "rgba(0, 0, 0, 0)"
-                                                                    },
-                                                                    {
-                                                                        "--ha-card-box-shadow": "none"
-                                                                    }
-                                                                ],
-                                                                "name": [
-                                                                    {
-                                                                        "padding": "0px 10px"
-                                                                    },
-                                                                    {
-                                                                        "justify-self": "start"
-                                                                    },
-                                                                    {
-                                                                        "font-family": "Roboto, sans-serif"
-                                                                    },
-                                                                    {
-                                                                        "font-size": "15px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--primary-text-color)"
-                                                                    }
-                                                                ]
-                                                            },
-                                                            "state": [
-                                                                {
-                                                                    "value": "on",
-                                                                    "styles": {
-                                                                        "icon": [
-                                                                            {
-                                                                                "color": "lightgreen"
-                                                                            }
-                                                                        ]
-                                                                    }
-                                                                },
-                                                                {
-                                                                    "value": "off",
-                                                                    "styles": {
-                                                                        "icon": [
-                                                                            {
-                                                                                "color": "grey"
-                                                                            }
-                                                                        ]
-                                                                    }
-                                                                }
-                                                            ]
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "layout": "icon_name_state",
-                                                            "entity": "binary_sensor.pve_asterisk_running",
-                                                            "name": "VM Asterisk",
-                                                            "show_name": true,
-                                                            "show_icon": true,
-                                                            "show_state": false,
-                                                            "color-type": "card",
-                                                            "styles": {
-                                                                "grid": [
-                                                                    {
-                                                                        "grid-template-columns": "50px auto"
-                                                                    }
-                                                                ],
-                                                                "icon": [
-                                                                    {
-                                                                        "padding": "0px 0px"
-                                                                    },
-                                                                    {
-                                                                        "height": "25px"
-                                                                    },
-                                                                    {
-                                                                        "width": "25px"
-                                                                    }
-                                                                ],
-                                                                "card": [
-                                                                    {
-                                                                        "--ha-card-background": "rgba(0, 0, 0, 0)"
-                                                                    },
-                                                                    {
-                                                                        "--ha-card-box-shadow": "none"
-                                                                    }
-                                                                ],
-                                                                "name": [
-                                                                    {
-                                                                        "padding": "0px 10px"
-                                                                    },
-                                                                    {
-                                                                        "justify-self": "start"
-                                                                    },
-                                                                    {
-                                                                        "font-family": "Roboto, sans-serif"
-                                                                    },
-                                                                    {
-                                                                        "font-size": "15px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--primary-text-color)"
-                                                                    }
-                                                                ]
-                                                            },
-                                                            "state": [
-                                                                {
-                                                                    "value": "on",
-                                                                    "styles": {
-                                                                        "icon": [
-                                                                            {
-                                                                                "color": "lightgreen"
-                                                                            }
-                                                                        ]
-                                                                    }
-                                                                },
-                                                                {
-                                                                    "value": "off",
-                                                                    "styles": {
-                                                                        "icon": [
-                                                                            {
-                                                                                "color": "grey"
-                                                                            }
-                                                                        ]
-                                                                    }
-                                                                }
-                                                            ]
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
-                        },
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "NAS QNAP TS-228A"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/qnap_ts228a.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "https://nas.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "layout": "icon_name_state",
-                                                            "entity": "switch.nas",
-                                                            "name": "Stato",
-                                                            "show_name": false,
-                                                            "show_icon": true,
-                                                            "show_state": true,
-                                                            "color-type": "card",
-                                                            "icon": "mdi:power",
-                                                            "styles": {
-                                                                "grid": [
-                                                                    {
-                                                                        "grid-template-columns": "50px auto"
-                                                                    }
-                                                                ],
-                                                                "icon": [
-                                                                    {
-                                                                        "padding": "0px 0px"
-                                                                    },
-                                                                    {
-                                                                        "height": "25px"
-                                                                    },
-                                                                    {
-                                                                        "width": "25px"
-                                                                    }
-                                                                ],
-                                                                "card": [
-                                                                    {
-                                                                        "--ha-card-background": "rgba(0, 0, 0, 0)"
-                                                                    },
-                                                                    {
-                                                                        "--ha-card-box-shadow": "none"
-                                                                    }
-                                                                ],
-                                                                "name": [
-                                                                    {
-                                                                        "padding": "0px 10px"
-                                                                    },
-                                                                    {
-                                                                        "justify-self": "start"
-                                                                    },
-                                                                    {
-                                                                        "font-family": "Roboto, sans-serif"
-                                                                    },
-                                                                    {
-                                                                        "font-size": "15px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--primary-text-color)"
-                                                                    }
-                                                                ]
-                                                            },
-                                                            "state": [
-                                                                {
-                                                                    "value": "on",
-                                                                    "styles": {
-                                                                        "icon": [
-                                                                            {
-                                                                                "color": "lightgreen"
-                                                                            }
-                                                                        ]
-                                                                    }
-                                                                },
-                                                                {
-                                                                    "value": "off",
-                                                                    "styles": {
-                                                                        "icon": [
-                                                                            {
-                                                                                "color": "grey"
-                                                                            }
-                                                                        ]
-                                                                    }
-                                                                }
-                                                            ],
-                                                            "tap_action": {
-                                                                "action": "toggle",
-                                                                "confirmation": {
-                                                                    "text": "Sei sicuro di voler procedere?"
-                                                                }
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "layout": "icon_name_state",
-                                                            "name": "Gestione",
-                                                            "show_name": true,
-                                                            "show_icon": true,
-                                                            "show_state": true,
-                                                            "icon": "mdi:cogs",
-                                                            "tap_action": {
-                                                                "action": "url",
-                                                                "url_path": "https://nas.giorgioravera.it"
-                                                            },
-                                                            "styles": {
-                                                                "grid": [
-                                                                    {
-                                                                        "grid-template-columns": "50px auto"
-                                                                    }
-                                                                ],
-                                                                "icon": [
-                                                                    {
-                                                                        "padding": "0px 0px"
-                                                                    },
-                                                                    {
-                                                                        "height": "25px"
-                                                                    },
-                                                                    {
-                                                                        "width": "25px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ],
-                                                                "card": [
-                                                                    {
-                                                                        "--ha-card-background": "rgba(0, 0, 0, 0)"
-                                                                    },
-                                                                    {
-                                                                        "--ha-card-box-shadow": "none"
-                                                                    }
-                                                                ],
-                                                                "name": [
-                                                                    {
-                                                                        "padding": "0px 10px"
-                                                                    },
-                                                                    {
-                                                                        "justify-self": "start"
-                                                                    },
-                                                                    {
-                                                                        "font-family": "Roboto, sans-serif"
-                                                                    },
-                                                                    {
-                                                                        "font-size": "15px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--primary-text-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "layout": "icon_name_state",
-                                                            "entity": "script.plex_start",
-                                                            "name": "Avvia Plex",
-                                                            "show_icon": true,
-                                                            "show_state": false,
-                                                            "icon": "mdi:plex",
-                                                            "styles": {
-                                                                "grid": [
-                                                                    {
-                                                                        "grid-template-columns": "50px auto"
-                                                                    }
-                                                                ],
-                                                                "icon": [
-                                                                    {
-                                                                        "padding": "0px 0px"
-                                                                    },
-                                                                    {
-                                                                        "height": "25px"
-                                                                    },
-                                                                    {
-                                                                        "width": "25px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ],
-                                                                "card": [
-                                                                    {
-                                                                        "--ha-card-background": "rgba(0, 0, 0, 0)"
-                                                                    },
-                                                                    {
-                                                                        "--ha-card-box-shadow": "none"
-                                                                    }
-                                                                ],
-                                                                "name": [
-                                                                    {
-                                                                        "padding": "0px 10px"
-                                                                    },
-                                                                    {
-                                                                        "justify-self": "start"
-                                                                    },
-                                                                    {
-                                                                        "font-family": "Roboto, sans-serif"
-                                                                    },
-                                                                    {
-                                                                        "font-size": "15px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--primary-text-color)"
-                                                                    }
-                                                                ]
-                                                            },
-                                                            "tap_action": {
-                                                                "action": "call-service",
-                                                                "confirmation": {
-                                                                    "text": "Sei sicuro di voler avviare Plex?"
-                                                                },
-                                                                "service": "script.plex_start"
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "layout": "icon_name_state",
-                                                            "entity": "script.plex_stop",
-                                                            "name": "Ferma Plex",
-                                                            "show_icon": true,
-                                                            "show_state": false,
-                                                            "icon": "mdi:plex",
-                                                            "styles": {
-                                                                "grid": [
-                                                                    {
-                                                                        "grid-template-columns": "50px auto"
-                                                                    }
-                                                                ],
-                                                                "icon": [
-                                                                    {
-                                                                        "padding": "0px 0px"
-                                                                    },
-                                                                    {
-                                                                        "height": "25px"
-                                                                    },
-                                                                    {
-                                                                        "width": "25px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ],
-                                                                "card": [
-                                                                    {
-                                                                        "--ha-card-background": "rgba(0, 0, 0, 0)"
-                                                                    },
-                                                                    {
-                                                                        "--ha-card-box-shadow": "none"
-                                                                    }
-                                                                ],
-                                                                "name": [
-                                                                    {
-                                                                        "padding": "0px 10px"
-                                                                    },
-                                                                    {
-                                                                        "justify-self": "start"
-                                                                    },
-                                                                    {
-                                                                        "font-family": "Roboto, sans-serif"
-                                                                    },
-                                                                    {
-                                                                        "font-size": "15px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--primary-text-color)"
-                                                                    }
-                                                                ]
-                                                            },
-                                                            "tap_action": {
-                                                                "action": "call-service",
-                                                                "confirmation": {
-                                                                    "text": "Sei sicuro di voler fermare Plex?"
-                                                                },
-                                                                "service": "script.plex_stop"
-                                                            }
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
-                        },
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Canon PIXMA TR8550"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0.0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/canon_tr8550.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://stampante.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "layout": "icon_name_state",
-                                                            "name": "Gestione",
-                                                            "show_name": true,
-                                                            "show_icon": true,
-                                                            "show_state": true,
-                                                            "icon": "mdi:cogs",
-                                                            "tap_action": {
-                                                                "action": "url",
-                                                                "url_path": "http://stampante.giorgioravera.it"
-                                                            },
-                                                            "styles": {
-                                                                "grid": [
-                                                                    {
-                                                                        "grid-template-columns": "50px auto"
-                                                                    }
-                                                                ],
-                                                                "icon": [
-                                                                    {
-                                                                        "padding": "0px 0px"
-                                                                    },
-                                                                    {
-                                                                        "height": "25px"
-                                                                    },
-                                                                    {
-                                                                        "width": "25px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ],
-                                                                "card": [
-                                                                    {
-                                                                        "--ha-card-background": "rgba(0, 0, 0, 0)"
-                                                                    },
-                                                                    {
-                                                                        "--ha-card-box-shadow": "none"
-                                                                    }
-                                                                ],
-                                                                "name": [
-                                                                    {
-                                                                        "padding": "0px 10px"
-                                                                    },
-                                                                    {
-                                                                        "justify-self": "start"
-                                                                    },
-                                                                    {
-                                                                        "font-family": "Roboto, sans-serif"
-                                                                    },
-                                                                    {
-                                                                        "font-size": "15px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--primary-text-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "layout": "icon_name_state",
-                                                            "entity": "sensor.canon_tr8500_series",
-                                                            "name": "Stato",
-                                                            "show_name": false,
-                                                            "show_icon": true,
-                                                            "show_state": true,
-                                                            "icon": "[[[\n  if (entity.state==\"idle\")\n    return \"mdi:printer\"\n  else\n    return \"mdi:printer-settings\"\n]]]\n",
-                                                            "styles": {
-                                                                "grid": [
-                                                                    {
-                                                                        "grid-template-columns": "50px auto"
-                                                                    }
-                                                                ],
-                                                                "icon": [
-                                                                    {
-                                                                        "padding": "0px 0px"
-                                                                    },
-                                                                    {
-                                                                        "height": "25px"
-                                                                    },
-                                                                    {
-                                                                        "width": "25px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ],
-                                                                "card": [
-                                                                    {
-                                                                        "--ha-card-background": "rgba(0, 0, 0, 0)"
-                                                                    },
-                                                                    {
-                                                                        "--ha-card-box-shadow": "none"
-                                                                    }
-                                                                ],
-                                                                "name": [
-                                                                    {
-                                                                        "padding": "0px 10px"
-                                                                    },
-                                                                    {
-                                                                        "justify-self": "start"
-                                                                    },
-                                                                    {
-                                                                        "font-family": "Roboto, sans-serif"
-                                                                    },
-                                                                    {
-                                                                        "font-size": "15px"
-                                                                    },
-                                                                    {
-                                                                        "color": "var(--primary-text-color)"
-                                                                    }
-                                                                ]
-                                                            },
-                                                            "state": [
-                                                                {
-                                                                    "value": "printing",
-                                                                    "styles": {
-                                                                        "icon": [
-                                                                            {
-                                                                                "color": "yellow"
-                                                                            }
-                                                                        ]
-                                                                    }
-                                                                }
-                                                            ]
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        },
-                                        {
-                                            "type": "custom:bar-card",
-                                            "show_header_toggle": false,
-                                            "state_color": false,
-                                            "positions": {
-                                                "indicator": "off",
-                                                "name": "outside",
-                                                "value": "outside",
-                                                "icon": "inside"
-                                            },
-                                            "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\nbar-card-value {\n  \n  margin: 0px;\n  font-size: 15px;\n  text-shadow: 1px 1px #0005;\n}\nbar-card-name {\n  margin: 0px;\n  font-size: 15px;\n  text-shadow: 1px 1px #0005;\n}\nha-icon {\n  color: darkgrey;\n}",
-                                            "entities": [
-                                                {
-                                                    "entity": "sensor.canon_tr8500_series_black_bk",
-                                                    "name": "BK",
-                                                    "color": "black",
-                                                    "width": "85%"
-                                                },
-                                                {
-                                                    "entity": "sensor.canon_tr8500_series_black_pgbk",
-                                                    "name": "PGBK",
-                                                    "color": "black",
-                                                    "width": "85%"
-                                                },
-                                                {
-                                                    "entity": "sensor.canon_tr8500_series_cyan",
-                                                    "name": "C",
-                                                    "color": "cyan",
-                                                    "width": "85%"
-                                                },
-                                                {
-                                                    "entity": "sensor.canon_tr8500_series_magenta",
-                                                    "name": "M",
-                                                    "color": "magenta",
-                                                    "width": "85%"
-                                                },
-                                                {
-                                                    "entity": "sensor.canon_tr8500_series_yellow",
-                                                    "name": "Y",
-                                                    "color": "yellow",
-                                                    "width": "85%"
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
-                        }
-                    ]
+  "version": 1,
+  "minor_version": 1,
+  "key": "lovelace.lovelace_dispositivi",
+  "data": {
+    "config": {
+      "views": [
+        {
+          "title": "Dispositivi di Rete",
+          "path": "network-devices",
+          "icon": "mdi:network-outline",
+          "type": "custom:horizontal-layout",
+          "layout": {
+            "width": 300,
+            "max_cols": 3
+          },
+          "badges": [],
+          "cards": [
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Intel NUC10i5FNH"
                 },
                 {
-                    "title": "Shelly",
-                    "path": "shelly",
-                    "icon": "mdi:alpha-s-box",
-                    "type": "custom:horizontal-layout",
-                    "layout": {},
-                    "badges": [],
-                    "cards": [
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
                         {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Shelly 1 - Tapparella Cucina"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/shelly/shelly25.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://shelly1.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "cover.tapparella_cucina",
-                                                            "name": "Stato",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_firmware",
-                                                            "entity": "binary_sensor.tapparella_cucina_firmware_update",
-                                                            "name": "Firmare"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.tapparella_cucina_ota_update",
-                                                            "name": "Aggiorna Firmware",
-                                                            "icon": "mdi:package-up"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.tapparella_cucina_reboot",
-                                                            "name": "Riavvia Dispositivo",
-                                                            "icon": "mdi:restart"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/intel_nuc.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "https://pve.giorgioravera.it"
+                          }
                         },
                         {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Shelly 2 - Tapparella Sala"
-                                },
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "layout": "icon_name_state",
+                              "entity": "binary_sensor.pve_server_running",
+                              "name": "VM Debian",
+                              "show_name": true,
+                              "show_icon": true,
+                              "show_state": false,
+                              "color-type": "card",
+                              "styles": {
+                                "grid": [
+                                  {
+                                    "grid-template-columns": "50px auto"
+                                  }
+                                ],
+                                "icon": [
+                                  {
+                                    "padding": "0px 0px"
+                                  },
+                                  {
+                                    "height": "25px"
+                                  },
+                                  {
+                                    "width": "25px"
+                                  }
+                                ],
+                                "card": [
+                                  {
+                                    "--ha-card-background": "rgba(0, 0, 0, 0)"
+                                  },
+                                  {
+                                    "--ha-card-box-shadow": "none"
+                                  }
+                                ],
+                                "name": [
+                                  {
+                                    "padding": "0px 10px"
+                                  },
+                                  {
+                                    "justify-self": "start"
+                                  },
+                                  {
+                                    "font-family": "Roboto, sans-serif"
+                                  },
+                                  {
+                                    "font-size": "15px"
+                                  },
+                                  {
+                                    "color": "var(--primary-text-color)"
+                                  }
+                                ]
+                              },
+                              "state": [
                                 {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/shelly/shelly25.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://shelly2.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "layout": "icon_name_state",
-                                                            "entity": "cover.tapparella_sala",
-                                                            "name": "Stato",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_firmware",
-                                                            "entity": "binary_sensor.tapparella_sala_firmware_update",
-                                                            "name": "Firmare"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.tapparella_sala_ota_update",
-                                                            "name": "Aggiorna Firmware",
-                                                            "icon": "mdi:package-up"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.tapparella_sala_reboot",
-                                                            "name": "Riavvia Dispositivo",
-                                                            "icon": "mdi:restart"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                                  "value": "on",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "lightgreen"
+                                      }
                                     ]
-                                }
-                            ]
-                        },
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Shelly 3 - Tapparella Studio"
+                                  }
                                 },
                                 {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/shelly/shelly25.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://shelly3.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "cover.tapparella_studio",
-                                                            "name": "Stato",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_firmware",
-                                                            "entity": "binary_sensor.tapparella_studio_firmware_update",
-                                                            "name": "Firmare"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.tapparella_studio_ota_update",
-                                                            "name": "Aggiorna Firmware",
-                                                            "icon": "mdi:package-up"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.tapparella_studio_reboot",
-                                                            "name": "Riavvia Dispositivo",
-                                                            "icon": "mdi:restart"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                                  "value": "off",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "grey"
+                                      }
                                     ]
+                                  }
                                 }
-                            ]
-                        },
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Shelly 4 - Tapparella Camera"
-                                },
+                              ]
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "layout": "icon_name_state",
+                              "entity": "binary_sensor.pve_docker_running",
+                              "name": "VM Docker",
+                              "show_name": true,
+                              "show_icon": true,
+                              "show_state": false,
+                              "color-type": "card",
+                              "styles": {
+                                "grid": [
+                                  {
+                                    "grid-template-columns": "50px auto"
+                                  }
+                                ],
+                                "icon": [
+                                  {
+                                    "padding": "0px 0px"
+                                  },
+                                  {
+                                    "height": "25px"
+                                  },
+                                  {
+                                    "width": "25px"
+                                  }
+                                ],
+                                "card": [
+                                  {
+                                    "--ha-card-background": "rgba(0, 0, 0, 0)"
+                                  },
+                                  {
+                                    "--ha-card-box-shadow": "none"
+                                  }
+                                ],
+                                "name": [
+                                  {
+                                    "padding": "0px 10px"
+                                  },
+                                  {
+                                    "justify-self": "start"
+                                  },
+                                  {
+                                    "font-family": "Roboto, sans-serif"
+                                  },
+                                  {
+                                    "font-size": "15px"
+                                  },
+                                  {
+                                    "color": "var(--primary-text-color)"
+                                  }
+                                ]
+                              },
+                              "state": [
                                 {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/shelly/shelly25.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://shelly4.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "cover.tapparella_camera",
-                                                            "name": "Stato",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_firmware",
-                                                            "entity": "binary_sensor.tapparella_camera_firmware_update",
-                                                            "name": "Firmare"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.tapparella_camera_ota_update",
-                                                            "name": "Aggiorna Firmware",
-                                                            "icon": "mdi:package-up"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.tapparella_camera_reboot",
-                                                            "name": "Riavvia Dispositivo",
-                                                            "icon": "mdi:restart"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                                  "value": "on",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "lightgreen"
+                                      }
                                     ]
-                                }
-                            ]
-                        },
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Shelly 5 - Luce Corridoio"
+                                  }
                                 },
                                 {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/shelly/shelly1.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://shelly5.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "light.luce_corridoio",
-                                                            "name": "Stato"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_firmware",
-                                                            "entity": "binary_sensor.luce_corridoio_firmware_update",
-                                                            "name": "Firmare"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luce_corridoio_ota_update",
-                                                            "name": "Aggiorna Firmware",
-                                                            "icon": "mdi:package-up"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luce_corridoio_reboot",
-                                                            "name": "Riavvia Dispositivo",
-                                                            "icon": "mdi:restart"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                                  "value": "off",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "grey"
+                                      }
                                     ]
+                                  }
                                 }
-                            ]
-                        },
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Shelly 6 - Luce Cucina"
-                                },
+                              ]
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "layout": "icon_name_state",
+                              "entity": "binary_sensor.pve_firewall_running",
+                              "name": "VM Firewall",
+                              "show_name": true,
+                              "show_icon": true,
+                              "show_state": false,
+                              "color-type": "card",
+                              "styles": {
+                                "grid": [
+                                  {
+                                    "grid-template-columns": "50px auto"
+                                  }
+                                ],
+                                "icon": [
+                                  {
+                                    "padding": "0px 0px"
+                                  },
+                                  {
+                                    "height": "25px"
+                                  },
+                                  {
+                                    "width": "25px"
+                                  }
+                                ],
+                                "card": [
+                                  {
+                                    "--ha-card-background": "rgba(0, 0, 0, 0)"
+                                  },
+                                  {
+                                    "--ha-card-box-shadow": "none"
+                                  }
+                                ],
+                                "name": [
+                                  {
+                                    "padding": "0px 10px"
+                                  },
+                                  {
+                                    "justify-self": "start"
+                                  },
+                                  {
+                                    "font-family": "Roboto, sans-serif"
+                                  },
+                                  {
+                                    "font-size": "15px"
+                                  },
+                                  {
+                                    "color": "var(--primary-text-color)"
+                                  }
+                                ]
+                              },
+                              "state": [
                                 {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/shelly/shelly1.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://shelly6.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "light.luce_cucina",
-                                                            "name": "Stato"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_firmware",
-                                                            "entity": "binary_sensor.luce_cucina_firmware_update",
-                                                            "name": "Firmare"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luce_cucina_ota_update",
-                                                            "name": "Aggiorna Firmware",
-                                                            "icon": "mdi:package-up"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luce_cucina_reboot",
-                                                            "name": "Riavvia Dispositivo",
-                                                            "icon": "mdi:restart"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                                  "value": "on",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "lightgreen"
+                                      }
                                     ]
-                                }
-                            ]
-                        },
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Shelly 7 - Luce Sala"
+                                  }
                                 },
                                 {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/shelly/shelly_dimmer.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://shelly7.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "light.luce_sala",
-                                                            "name": "Stato"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_firmware",
-                                                            "entity": "binary_sensor.luce_sala_firmware_update",
-                                                            "name": "Firmare"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luce_sala_ota_update",
-                                                            "name": "Aggiorna Firmware",
-                                                            "icon": "mdi:package-up"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luce_sala_reboot",
-                                                            "name": "Riavvia Dispositivo",
-                                                            "icon": "mdi:restart"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                                  "value": "off",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "grey"
+                                      }
                                     ]
+                                  }
                                 }
-                            ]
-                        },
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Shelly 8 - Luci Bagno"
-                                },
+                              ]
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "layout": "icon_name_state",
+                              "entity": "binary_sensor.pve_asterisk_running",
+                              "name": "VM Asterisk",
+                              "show_name": true,
+                              "show_icon": true,
+                              "show_state": false,
+                              "color-type": "card",
+                              "styles": {
+                                "grid": [
+                                  {
+                                    "grid-template-columns": "50px auto"
+                                  }
+                                ],
+                                "icon": [
+                                  {
+                                    "padding": "0px 0px"
+                                  },
+                                  {
+                                    "height": "25px"
+                                  },
+                                  {
+                                    "width": "25px"
+                                  }
+                                ],
+                                "card": [
+                                  {
+                                    "--ha-card-background": "rgba(0, 0, 0, 0)"
+                                  },
+                                  {
+                                    "--ha-card-box-shadow": "none"
+                                  }
+                                ],
+                                "name": [
+                                  {
+                                    "padding": "0px 10px"
+                                  },
+                                  {
+                                    "justify-self": "start"
+                                  },
+                                  {
+                                    "font-family": "Roboto, sans-serif"
+                                  },
+                                  {
+                                    "font-size": "15px"
+                                  },
+                                  {
+                                    "color": "var(--primary-text-color)"
+                                  }
+                                ]
+                              },
+                              "state": [
                                 {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/shelly/shelly25.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://shelly7.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "light.luce_bagno",
-                                                            "name": "Stato"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "light.luce_specchio",
-                                                            "name": "Stato"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_firmware",
-                                                            "entity": "binary_sensor.luci_bagno_firmware_update",
-                                                            "name": "Firmare"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luci_bagno_ota_update",
-                                                            "name": "Aggiorna Firmware",
-                                                            "icon": "mdi:package-up"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luci_bagno_reboot",
-                                                            "name": "Riavvia Dispositivo",
-                                                            "icon": "mdi:restart"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                                  "value": "on",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "lightgreen"
+                                      }
                                     ]
-                                }
-                            ]
-                        },
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Shelly 9 - Luce Studio"
+                                  }
                                 },
                                 {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/shelly/shelly1.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://shelly9.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "light.luce_studio",
-                                                            "name": "Stato"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_firmware",
-                                                            "entity": "binary_sensor.luce_studio_firmware_update",
-                                                            "name": "Firmare"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luce_studio_ota_update",
-                                                            "name": "Aggiorna Firmware",
-                                                            "icon": "mdi:package-up"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luce_studio_reboot",
-                                                            "name": "Riavvia Dispositivo",
-                                                            "icon": "mdi:restart"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                                  "value": "off",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "grey"
+                                      }
                                     ]
+                                  }
                                 }
-                            ]
-                        },
+                              ]
+                            }
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "NAS QNAP TS-228A"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
                         {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Shelly 10 - Luce Camera"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/shelly/shelly_dimmer.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://shelly10.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "light.luce_camera",
-                                                            "name": "Stato"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_firmware",
-                                                            "entity": "binary_sensor.luce_camera_firmware_update",
-                                                            "name": "Firmare"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luce_camera_ota_update",
-                                                            "name": "Aggiorna Firmware",
-                                                            "icon": "mdi:package-up"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luce_camera_reboot",
-                                                            "name": "Riavvia Dispositivo",
-                                                            "icon": "mdi:restart"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/qnap_ts228a.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "https://nas.giorgioravera.it"
+                          }
                         },
                         {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Shelly 11 - Luce Balcone"
-                                },
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "layout": "icon_name_state",
+                              "entity": "switch.nas",
+                              "name": "Stato",
+                              "show_name": false,
+                              "show_icon": true,
+                              "show_state": true,
+                              "color-type": "card",
+                              "icon": "mdi:power",
+                              "styles": {
+                                "grid": [
+                                  {
+                                    "grid-template-columns": "50px auto"
+                                  }
+                                ],
+                                "icon": [
+                                  {
+                                    "padding": "0px 0px"
+                                  },
+                                  {
+                                    "height": "25px"
+                                  },
+                                  {
+                                    "width": "25px"
+                                  }
+                                ],
+                                "card": [
+                                  {
+                                    "--ha-card-background": "rgba(0, 0, 0, 0)"
+                                  },
+                                  {
+                                    "--ha-card-box-shadow": "none"
+                                  }
+                                ],
+                                "name": [
+                                  {
+                                    "padding": "0px 10px"
+                                  },
+                                  {
+                                    "justify-self": "start"
+                                  },
+                                  {
+                                    "font-family": "Roboto, sans-serif"
+                                  },
+                                  {
+                                    "font-size": "15px"
+                                  },
+                                  {
+                                    "color": "var(--primary-text-color)"
+                                  }
+                                ]
+                              },
+                              "state": [
                                 {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/shelly/shelly1.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://shelly11.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "light.luce_balcone",
-                                                            "name": "Stato"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_firmware",
-                                                            "entity": "binary_sensor.luce_balcone_firmware_update",
-                                                            "name": "Firmare"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luce_balcone_ota_update",
-                                                            "name": "Aggiorna Firmware",
-                                                            "icon": "mdi:package-up"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.luce_balcone_reboot",
-                                                            "name": "Riavvia Dispositivo",
-                                                            "icon": "mdi:restart"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                                  "value": "on",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "lightgreen"
+                                      }
                                     ]
-                                }
-                            ]
-                        },
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "visible": false,
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Shelly EM"
+                                  }
                                 },
                                 {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/shelly/shelly_em.png",
-                                                    "tap_action": {
-                                                        "action": "url",
-                                                        "url_path": "http://shellyem.giorgioravera.it"
-                                                    }
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "sensor.shelly_em_channel_1_power",
-                                                            "name": "Potenza",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "sensor.shelly_em_channel_1_voltage",
-                                                            "name": "Tensione",
-                                                            "icon": "mdi:alpha-v-box",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "sensor.shelly_em_channel_1_power_factor",
-                                                            "name": "FP",
-                                                            "icon": "mdi:angle-acute",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_firmware",
-                                                            "entity": "binary_sensor.shelly_em_firmware_update",
-                                                            "name": "Firmare"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.shelly_em_ota_update",
-                                                            "name": "Aggiorna Firmware",
-                                                            "icon": "mdi:package-up"
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_button",
-                                                            "entity": "button.shelly_em_reboot",
-                                                            "name": "Riavvia Dispositivo",
-                                                            "icon": "mdi:restart"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                                  "value": "off",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "grey"
+                                      }
                                     ]
+                                  }
                                 }
-                            ]
+                              ],
+                              "tap_action": {
+                                "action": "toggle",
+                                "confirmation": {
+                                  "text": "Sei sicuro di voler procedere?"
+                                }
+                              }
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "layout": "icon_name_state",
+                              "name": "Gestione",
+                              "show_name": true,
+                              "show_icon": true,
+                              "show_state": true,
+                              "icon": "mdi:cogs",
+                              "tap_action": {
+                                "action": "url",
+                                "url_path": "https://nas.giorgioravera.it"
+                              },
+                              "styles": {
+                                "grid": [
+                                  {
+                                    "grid-template-columns": "50px auto"
+                                  }
+                                ],
+                                "icon": [
+                                  {
+                                    "padding": "0px 0px"
+                                  },
+                                  {
+                                    "height": "25px"
+                                  },
+                                  {
+                                    "width": "25px"
+                                  },
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ],
+                                "card": [
+                                  {
+                                    "--ha-card-background": "rgba(0, 0, 0, 0)"
+                                  },
+                                  {
+                                    "--ha-card-box-shadow": "none"
+                                  }
+                                ],
+                                "name": [
+                                  {
+                                    "padding": "0px 10px"
+                                  },
+                                  {
+                                    "justify-self": "start"
+                                  },
+                                  {
+                                    "font-family": "Roboto, sans-serif"
+                                  },
+                                  {
+                                    "font-size": "15px"
+                                  },
+                                  {
+                                    "color": "var(--primary-text-color)"
+                                  }
+                                ]
+                              }
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "layout": "icon_name_state",
+                              "entity": "script.plex_start",
+                              "name": "Avvia Plex",
+                              "show_icon": true,
+                              "show_state": false,
+                              "icon": "mdi:plex",
+                              "styles": {
+                                "grid": [
+                                  {
+                                    "grid-template-columns": "50px auto"
+                                  }
+                                ],
+                                "icon": [
+                                  {
+                                    "padding": "0px 0px"
+                                  },
+                                  {
+                                    "height": "25px"
+                                  },
+                                  {
+                                    "width": "25px"
+                                  },
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ],
+                                "card": [
+                                  {
+                                    "--ha-card-background": "rgba(0, 0, 0, 0)"
+                                  },
+                                  {
+                                    "--ha-card-box-shadow": "none"
+                                  }
+                                ],
+                                "name": [
+                                  {
+                                    "padding": "0px 10px"
+                                  },
+                                  {
+                                    "justify-self": "start"
+                                  },
+                                  {
+                                    "font-family": "Roboto, sans-serif"
+                                  },
+                                  {
+                                    "font-size": "15px"
+                                  },
+                                  {
+                                    "color": "var(--primary-text-color)"
+                                  }
+                                ]
+                              },
+                              "tap_action": {
+                                "action": "call-service",
+                                "confirmation": {
+                                  "text": "Sei sicuro di voler avviare Plex?"
+                                },
+                                "service": "script.plex_start"
+                              }
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "layout": "icon_name_state",
+                              "entity": "script.plex_stop",
+                              "name": "Ferma Plex",
+                              "show_icon": true,
+                              "show_state": false,
+                              "icon": "mdi:plex",
+                              "styles": {
+                                "grid": [
+                                  {
+                                    "grid-template-columns": "50px auto"
+                                  }
+                                ],
+                                "icon": [
+                                  {
+                                    "padding": "0px 0px"
+                                  },
+                                  {
+                                    "height": "25px"
+                                  },
+                                  {
+                                    "width": "25px"
+                                  },
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ],
+                                "card": [
+                                  {
+                                    "--ha-card-background": "rgba(0, 0, 0, 0)"
+                                  },
+                                  {
+                                    "--ha-card-box-shadow": "none"
+                                  }
+                                ],
+                                "name": [
+                                  {
+                                    "padding": "0px 10px"
+                                  },
+                                  {
+                                    "justify-self": "start"
+                                  },
+                                  {
+                                    "font-family": "Roboto, sans-serif"
+                                  },
+                                  {
+                                    "font-size": "15px"
+                                  },
+                                  {
+                                    "color": "var(--primary-text-color)"
+                                  }
+                                ]
+                              },
+                              "tap_action": {
+                                "action": "call-service",
+                                "confirmation": {
+                                  "text": "Sei sicuro di voler fermare Plex?"
+                                },
+                                "service": "script.plex_stop"
+                              }
+                            }
+                          ]
                         }
-                    ]
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Canon PIXMA TR8550"
                 },
                 {
-                    "title": "Netatmo",
-                    "path": "netatmo",
-                    "icon": "mdi:alpha-n-box",
-                    "type": "custom:horizontal-layout",
-                    "badges": [],
-                    "cards": [
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
                         {
-                            "type": "entities",
-                            "entities": [
-                                {
-                                    "entity": "input_boolean.central_heating"
-                                },
-                                {
-                                    "entity": "select.netatmo_casa_ravera_testa"
-                                }
-                            ],
-                            "state_color": false,
-                            "title": "Impostazioni"
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0.0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/canon_tr8550.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://stampante.giorgioravera.it"
+                          }
                         },
                         {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Valvola 1 - Cucina"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/netatmo_valve.png"
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "climate.cucina",
-                                                            "name": "Modalit\u00e0",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "sensor.valvola_cucina_state",
-                                                            "name": "Stato",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_battery_state",
-                                                            "entity": "sensor.valvola_cucina_battery_percent",
-                                                            "name": "Batteria",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "layout": "icon_name_state",
+                              "name": "Gestione",
+                              "show_name": true,
+                              "show_icon": true,
+                              "show_state": true,
+                              "icon": "mdi:cogs",
+                              "tap_action": {
+                                "action": "url",
+                                "url_path": "http://stampante.giorgioravera.it"
+                              },
+                              "styles": {
+                                "grid": [
+                                  {
+                                    "grid-template-columns": "50px auto"
+                                  }
+                                ],
+                                "icon": [
+                                  {
+                                    "padding": "0px 0px"
+                                  },
+                                  {
+                                    "height": "25px"
+                                  },
+                                  {
+                                    "width": "25px"
+                                  },
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ],
+                                "card": [
+                                  {
+                                    "--ha-card-background": "rgba(0, 0, 0, 0)"
+                                  },
+                                  {
+                                    "--ha-card-box-shadow": "none"
+                                  }
+                                ],
+                                "name": [
+                                  {
+                                    "padding": "0px 10px"
+                                  },
+                                  {
+                                    "justify-self": "start"
+                                  },
+                                  {
+                                    "font-family": "Roboto, sans-serif"
+                                  },
+                                  {
+                                    "font-size": "15px"
+                                  },
+                                  {
+                                    "color": "var(--primary-text-color)"
+                                  }
+                                ]
+                              }
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "layout": "icon_name_state",
+                              "entity": "sensor.canon_tr8500_series",
+                              "name": "Stato",
+                              "show_name": false,
+                              "show_icon": true,
+                              "show_state": true,
+                              "icon": "[[[\n  if (entity.state==\"idle\")\n    return \"mdi:printer\"\n  else\n    return \"mdi:printer-settings\"\n]]]\n",
+                              "styles": {
+                                "grid": [
+                                  {
+                                    "grid-template-columns": "50px auto"
+                                  }
+                                ],
+                                "icon": [
+                                  {
+                                    "padding": "0px 0px"
+                                  },
+                                  {
+                                    "height": "25px"
+                                  },
+                                  {
+                                    "width": "25px"
+                                  },
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ],
+                                "card": [
+                                  {
+                                    "--ha-card-background": "rgba(0, 0, 0, 0)"
+                                  },
+                                  {
+                                    "--ha-card-box-shadow": "none"
+                                  }
+                                ],
+                                "name": [
+                                  {
+                                    "padding": "0px 10px"
+                                  },
+                                  {
+                                    "justify-self": "start"
+                                  },
+                                  {
+                                    "font-family": "Roboto, sans-serif"
+                                  },
+                                  {
+                                    "font-size": "15px"
+                                  },
+                                  {
+                                    "color": "var(--primary-text-color)"
+                                  }
+                                ]
+                              },
+                              "state": [
+                                {
+                                  "value": "printing",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "yellow"
+                                      }
                                     ]
+                                  }
                                 }
-                            ]
+                              ]
+                            }
+                          ]
+                        }
+                      ]
+                    },
+                    {
+                      "type": "custom:bar-card",
+                      "show_header_toggle": false,
+                      "state_color": false,
+                      "positions": {
+                        "indicator": "off",
+                        "name": "outside",
+                        "value": "outside",
+                        "icon": "inside"
+                      },
+                      "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\nbar-card-value {\n  \n  margin: 0px;\n  font-size: 15px;\n  text-shadow: 1px 1px #0005;\n}\nbar-card-name {\n  margin: 0px;\n  font-size: 15px;\n  text-shadow: 1px 1px #0005;\n}\nha-icon {\n  color: darkgrey;\n}",
+                      "entities": [
+                        {
+                          "entity": "sensor.canon_tr8500_series_black_bk",
+                          "name": "BK",
+                          "color": "black",
+                          "width": "85%"
                         },
                         {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Valvola 2 - Sala"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/netatmo_valve.png"
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "climate.sala",
-                                                            "name": "Modalit\u00e0",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "sensor.valvola_sala_state",
-                                                            "name": "Stato",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_battery_state",
-                                                            "entity": "sensor.valvola_sala_battery_percent",
-                                                            "name": "Batteria",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
+                          "entity": "sensor.canon_tr8500_series_black_pgbk",
+                          "name": "PGBK",
+                          "color": "black",
+                          "width": "85%"
                         },
                         {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Valvola 3 - Bagno"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/netatmo_valve.png"
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "climate.bagno",
-                                                            "name": "Modalit\u00e0",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "sensor.valvola_bagno_state",
-                                                            "name": "Stato",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_battery_state",
-                                                            "entity": "sensor.valvola_bagno_battery_percent",
-                                                            "name": "Batteria",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
+                          "entity": "sensor.canon_tr8500_series_cyan",
+                          "name": "C",
+                          "color": "cyan",
+                          "width": "85%"
                         },
                         {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Valvola 4 - Studio"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/netatmo_valve.png"
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "climate.studio",
-                                                            "name": "Modalit\u00e0",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "sensor.valvola_studio_state",
-                                                            "name": "Stato",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_battery_state",
-                                                            "entity": "sensor.valvola_studio_battery_percent",
-                                                            "name": "Batteria",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
+                          "entity": "sensor.canon_tr8500_series_magenta",
+                          "name": "M",
+                          "color": "magenta",
+                          "width": "85%"
                         },
                         {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Valvola 5 - Camera"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "/local/images/devices/netatmo_valve.png"
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "climate.camera",
-                                                            "name": "Modalit\u00e0",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "sensor.valvola_camera_state",
-                                                            "name": "Stato",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_battery_state",
-                                                            "entity": "sensor.valvola_camera_battery_percent",
-                                                            "name": "Batteria",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
+                          "entity": "sensor.canon_tr8500_series_yellow",
+                          "name": "Y",
+                          "color": "yellow",
+                          "width": "85%"
                         }
-                    ]
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "BTicino Classe 300EOS with Netatmo"
                 },
                 {
-                    "title": "test",
-                    "path": "test",
-                    "icon": "mdi:zigbee",
-                    "type": "custom:horizontal-layout",
-                    "badges": [],
-                    "cards": [
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Porta Casa - Xiaomi MCCGQ01LM"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "https://www.zigbee2mqtt.io/images/devices/MCCGQ01LM.jpg"
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "binary_sensor.porta_casa_contact",
-                                                            "name": "Stato",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_battery_state",
-                                                            "entity": "sensor.porta_casa_battery",
-                                                            "name": "Batteria"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
-                        },
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
                         {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Temperatura Balcone - Xiaomi WSDCGQ01LM"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "https://www.zigbee2mqtt.io/images/devices/WSDCGQ01LM.jpg"
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "sensor.temperatura_balcone_temperature",
-                                                            "name": "Temperatura",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "sensor.temperatura_balcone_humidity",
-                                                            "name": "Umidit\u00e0",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_battery_state",
-                                                            "entity": "sensor.temperatura_balcone_battery",
-                                                            "name": "Batteria"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/classe300eos.png"
                         },
                         {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "Temperatura Veranda - Xiaomi WSDCGQ01LM"
-                                },
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "layout": "icon_name_state",
+                              "entity": "switch.portone",
+                              "name": "Apertura Portone",
+                              "show_name": true,
+                              "show_icon": true,
+                              "show_state": false,
+                              "color-type": "card",
+                              "styles": {
+                                "grid": [
+                                  {
+                                    "grid-template-columns": "50px auto"
+                                  }
+                                ],
+                                "icon": [
+                                  {
+                                    "padding": "0px 0px"
+                                  },
+                                  {
+                                    "height": "25px"
+                                  },
+                                  {
+                                    "width": "25px"
+                                  }
+                                ],
+                                "card": [
+                                  {
+                                    "--ha-card-background": "rgba(0, 0, 0, 0)"
+                                  },
+                                  {
+                                    "--ha-card-box-shadow": "none"
+                                  }
+                                ],
+                                "name": [
+                                  {
+                                    "padding": "0px 10px"
+                                  },
+                                  {
+                                    "justify-self": "start"
+                                  },
+                                  {
+                                    "font-family": "Roboto, sans-serif"
+                                  },
+                                  {
+                                    "font-size": "15px"
+                                  },
+                                  {
+                                    "color": "var(--primary-text-color)"
+                                  }
+                                ]
+                              },
+                              "state": [
                                 {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "https://www.zigbee2mqtt.io/images/devices/WSDCGQ01LM.jpg"
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "sensor.temperatura_veranda_temperature",
-                                                            "name": "Temperatura",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "sensor.temperatura_veranda_humidity",
-                                                            "name": "Umidit\u00e0",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_battery_state",
-                                                            "entity": "sensor.temperatura_veranda_battery",
-                                                            "name": "Batteria"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                                  "value": "on",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "lightgreen"
+                                      }
                                     ]
-                                }
-                            ]
-                        },
-                        {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "spare_door - Xiaomi MCCGQ11LM"
+                                  }
                                 },
                                 {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "https://www.zigbee2mqtt.io/images/devices/MCCGQ11LM.jpg"
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_state",
-                                                            "entity": "binary_sensor.spare_door_contact",
-                                                            "name": "Stato",
-                                                            "styles": {
-                                                                "icon": [
-                                                                    {
-                                                                        "color": "var(--state-icon-color)"
-                                                                    }
-                                                                ]
-                                                            }
-                                                        },
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_battery_state",
-                                                            "entity": "sensor.spare_door_battery",
-                                                            "name": "Batteria"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
+                                  "value": "off",
+                                  "styles": {
+                                    "icon": [
+                                      {
+                                        "color": "grey"
+                                      }
                                     ]
+                                  }
                                 }
-                            ]
-                        },
+                              ]
+                            }
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            }
+          ]
+        },
+        {
+          "title": "Shelly",
+          "path": "shelly",
+          "icon": "mdi:alpha-s-box",
+          "type": "custom:horizontal-layout",
+          "layout": {},
+          "badges": [],
+          "cards": [
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Shelly 1 - Tapparella Cucina"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
                         {
-                            "type": "entities",
-                            "show_header_toggle": "off",
-                            "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
-                            "entities": [
-                                {
-                                    "type": "section",
-                                    "label": "wireless_button - Xiaomi WXKG01LM"
-                                },
-                                {
-                                    "type": "custom:hui-element",
-                                    "card_type": "vertical-stack",
-                                    "cards": [
-                                        {
-                                            "type": "horizontal-stack",
-                                            "cards": [
-                                                {
-                                                    "type": "picture",
-                                                    "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
-                                                    "image": "https://www.zigbee2mqtt.io/images/devices/WXKG01LM.jpg"
-                                                },
-                                                {
-                                                    "type": "vertical-stack",
-                                                    "cards": [
-                                                        {
-                                                            "type": "custom:button-card",
-                                                            "template": "template_device_generic_battery_state",
-                                                            "entity": "sensor.wireless_button_battery",
-                                                            "name": "Batteria"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/shelly/shelly25.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://shelly1.giorgioravera.it"
+                          }
                         },
                         {
-                            "type": "vertical-stack",
-                            "title": "Mappa Dispositivi",
-                            "layout": "vertical",
-                            "cards": [
-                                {
-                                    "type": "custom:zigbee2mqtt-networkmap",
-                                    "title": "Zigbee2MQTT Network Map",
-                                    "entity": "sensor.zigbee2mqtt_networkmap",
-                                    "mqtt_base_topic": "zigbee2mqtt",
-                                    "force": 3000,
-                                    "node_size": 16,
-                                    "font_size": 12,
-                                    "link_width": 2,
-                                    "height": 400,
-                                    "css": ":host {\n  --zigbee2mqtt-networkmap-node-color: rgba(18, 120, 98, .7);\n  --zigbee2mqtt-networkmap-node-fill-color: #dcfaf3;\n  --zigbee2mqtt-networkmap-node-pinned-color: rgba(190, 56, 93, .6);\n  --zigbee2mqtt-networkmap-link-color: rgba(18, 120, 98, .5);\n  --zigbee2mqtt-networkmap-hover-color: #be385d;\n  --zigbee2mqtt-networkmap-link-selected-color: rgba(202, 164, 85, .6);\n  --zigbee2mqtt-networkmap-label-color: #127862;\n  --zigbee2mqtt-networkmap-arrow-color: rgba(18, 120, 98, 0.7);\n  --zigbee2mqtt-networkmap-node-coordinator-color: rgba(224, 78, 93, .7);\n  --zigbee2mqtt-networkmap-node-router-color: rgba(0, 165, 255, .7);\n    }\n"
-                                }
-                            ]
-                        }
-                    ]
-                },
-                {
-                    "title": "Shelly2",
-                    "layout": {
-                        "grid-template-columns": "auto auto auto",
-                        "grid-template-rows": "auto",
-                        "grid-template-areas": "\"header header header\"\n\"main1 main2 main3\"\n\"footer footer footer\"\n",
-                        "mediaquery": {
-                            "(max-width: 600px)": {
-                                "grid-template-columns": "100%",
-                                "grid-template-areas": "\"header\"\n\"main1\"\n\"main2\"\n\"main3\"\n\"footer\"\n"
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "cover.tapparella_cucina",
+                              "name": "Stato",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_firmware",
+                              "entity": "binary_sensor.tapparella_cucina_firmware_update",
+                              "name": "Firmare"
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.tapparella_cucina_ota_update",
+                              "name": "Aggiorna Firmware",
+                              "icon": "mdi:package-up"
                             },
-                            "(max-width: 800px)": {
-                                "grid-template-columns": "50% 50%",
-                                "grid-template-areas": "\"header header\"\n\"main1 main1\"\n\"main2 main3\"\n\"footer footer\"\n"
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.tapparella_cucina_reboot",
+                              "name": "Riavvia Dispositivo",
+                              "icon": "mdi:restart"
                             }
+                          ]
                         }
-                    },
-                    "icon": "mdi:alpha-s-box",
-                    "path": "shelly2",
-                    "badges": [],
-                    "cards": [
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Shelly 2 - Tapparella Sala"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
                         {
-                            "type": "custom:button-card",
-                            "name": "Shelly",
-                            "label": "Shelly",
-                            "layout": "name_state",
-                            "show_state": false,
-                            "show_name": false,
-                            "show_label": false,
-                            "show_icon": false,
-                            "show_entity_picture": true,
-                            "entity_picture": "/local/images/devices/shelly/shelly.jpg",
-                            "styles": {
-                                "card": [
-                                    {
-                                        "background-color": "white"
-                                    },
-                                    {
-                                        "box-shadow": "0px 0px 0px 0px."
-                                    }
-                                ],
-                                "entity_picture": [
-                                    {
-                                        "width": "100%"
-                                    }
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/shelly/shelly25.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://shelly2.giorgioravera.it"
+                          }
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "layout": "icon_name_state",
+                              "entity": "cover.tapparella_sala",
+                              "name": "Stato",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
                                 ]
+                              }
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_firmware",
+                              "entity": "binary_sensor.tapparella_sala_firmware_update",
+                              "name": "Firmare"
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.tapparella_sala_ota_update",
+                              "name": "Aggiorna Firmware",
+                              "icon": "mdi:package-up"
                             },
-                            "view_layout": {
-                                "grid-area": "header"
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.tapparella_sala_reboot",
+                              "name": "Riavvia Dispositivo",
+                              "icon": "mdi:restart"
                             }
-                        },
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Shelly 3 - Tapparella Studio"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
                         {
-                            "type": "entities",
-                            "entities": [
-                                {
-                                    "entity": "binary_sensor.tapparella_cucina_firmware_update"
-                                },
-                                {
-                                    "entity": "binary_sensor.tapparella_sala_firmware_update"
-                                },
-                                {
-                                    "entity": "binary_sensor.tapparella_studio_firmware_update"
-                                },
-                                {
-                                    "entity": "binary_sensor.tapparella_camera_firmware_update"
-                                },
-                                {
-                                    "entity": "binary_sensor.luce_corridoio_firmware_update"
-                                },
-                                {
-                                    "entity": "binary_sensor.luce_cucina_firmware_update"
-                                },
-                                {
-                                    "entity": "binary_sensor.luce_sala_firmware_update"
-                                },
-                                {
-                                    "entity": "binary_sensor.luci_bagno_firmware_update"
-                                },
-                                {
-                                    "entity": "binary_sensor.luce_studio_firmware_update"
-                                },
-                                {
-                                    "entity": "binary_sensor.luce_camera_firmware_update"
-                                },
-                                {
-                                    "entity": "binary_sensor.luce_balcone_firmware_update"
-                                },
-                                {
-                                    "entity": "binary_sensor.shelly_em_firmware_update"
-                                }
-                            ],
-                            "title": "Disponibilit\u00e0 Aggiornamenti"
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/shelly/shelly25.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://shelly3.giorgioravera.it"
+                          }
                         },
                         {
-                            "type": "entities",
-                            "entities": [
-                                {
-                                    "entity": "script.shelly_upgrade"
-                                },
-                                {
-                                    "entity": "button.tapparella_cucina_ota_update"
-                                },
-                                {
-                                    "entity": "button.tapparella_sala_ota_update"
-                                },
-                                {
-                                    "entity": "button.tapparella_studio_ota_update"
-                                },
-                                {
-                                    "entity": "button.tapparella_camera_ota_update"
-                                },
-                                {
-                                    "entity": "button.luce_corridoio_ota_update"
-                                },
-                                {
-                                    "entity": "button.luce_cucina_ota_update"
-                                },
-                                {
-                                    "entity": "button.luce_sala_ota_update"
-                                },
-                                {
-                                    "entity": "button.luci_bagno_ota_update"
-                                },
-                                {
-                                    "entity": "button.luce_studio_ota_update"
-                                },
-                                {
-                                    "entity": "button.luce_camera_ota_update"
-                                },
-                                {
-                                    "entity": "button.luce_balcone_ota_update"
-                                },
-                                {
-                                    "entity": "button.shelly_em_ota_update"
-                                }
-                            ],
-                            "title": "Aggiorna Dispositivi"
-                        },
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "cover.tapparella_studio",
+                              "name": "Stato",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_firmware",
+                              "entity": "binary_sensor.tapparella_studio_firmware_update",
+                              "name": "Firmare"
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.tapparella_studio_ota_update",
+                              "name": "Aggiorna Firmware",
+                              "icon": "mdi:package-up"
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.tapparella_studio_reboot",
+                              "name": "Riavvia Dispositivo",
+                              "icon": "mdi:restart"
+                            }
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Shelly 4 - Tapparella Camera"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
                         {
-                            "type": "entities",
-                            "entities": [
-                                {
-                                    "entity": "script.shelly_reboot"
-                                },
-                                {
-                                    "entity": "button.tapparella_cucina_reboot"
-                                },
-                                {
-                                    "entity": "button.tapparella_sala_reboot"
-                                },
-                                {
-                                    "entity": "button.tapparella_studio_reboot"
-                                },
-                                {
-                                    "entity": "button.tapparella_camera_reboot"
-                                },
-                                {
-                                    "entity": "button.luce_corridoio_reboot"
-                                },
-                                {
-                                    "entity": "button.luce_cucina_reboot"
-                                },
-                                {
-                                    "entity": "button.luce_sala_reboot"
-                                },
-                                {
-                                    "entity": "button.luci_bagno_reboot"
-                                },
-                                {
-                                    "entity": "button.luce_studio_reboot"
-                                },
-                                {
-                                    "entity": "button.luce_camera_reboot"
-                                },
-                                {
-                                    "entity": "button.luce_balcone_reboot"
-                                },
-                                {
-                                    "entity": "button.shelly_em_reboot"
-                                }
-                            ],
-                            "title": "Riavvio Dispositivi"
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/shelly/shelly25.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://shelly4.giorgioravera.it"
+                          }
                         },
                         {
-                            "type": "entities",
-                            "entities": [
-                                {
-                                    "entity": "binary_sensor.luce_sala_overpowering"
-                                },
-                                {
-                                    "entity": "binary_sensor.luce_bagno_overpowering"
-                                },
-                                {
-                                    "entity": "binary_sensor.luce_specchio_overpowering"
-                                },
-                                {
-                                    "entity": "binary_sensor.luce_camera_overpowering"
-                                },
-                                {
-                                    "entity": "binary_sensor.shelly_em_overpowering"
-                                }
-                            ],
-                            "title": "Sovraccarico"
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "cover.tapparella_camera",
+                              "name": "Stato",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_firmware",
+                              "entity": "binary_sensor.tapparella_camera_firmware_update",
+                              "name": "Firmare"
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.tapparella_camera_ota_update",
+                              "name": "Aggiorna Firmware",
+                              "icon": "mdi:package-up"
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.tapparella_camera_reboot",
+                              "name": "Riavvia Dispositivo",
+                              "icon": "mdi:restart"
+                            }
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Shelly 5 - Luce Corridoio"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/shelly/shelly1.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://shelly5.giorgioravera.it"
+                          }
                         },
                         {
-                            "type": "entities",
-                            "entities": [
-                                {
-                                    "entity": "binary_sensor.tapparella_sala_overheating"
-                                },
-                                {
-                                    "entity": "binary_sensor.luce_sala_overheating"
-                                },
-                                {
-                                    "entity": "binary_sensor.luci_bagno_overheating"
-                                },
-                                {
-                                    "entity": "binary_sensor.luce_camera_overheating"
-                                }
-                            ],
-                            "title": "Surriscaldamento"
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "light.luce_corridoio",
+                              "name": "Stato"
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_firmware",
+                              "entity": "binary_sensor.luce_corridoio_firmware_update",
+                              "name": "Firmare"
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luce_corridoio_ota_update",
+                              "name": "Aggiorna Firmware",
+                              "icon": "mdi:package-up"
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luce_corridoio_reboot",
+                              "name": "Riavvia Dispositivo",
+                              "icon": "mdi:restart"
+                            }
+                          ]
                         }
-                    ]
+                      ]
+                    }
+                  ]
                 }
-            ],
-            "button_card_templates": {
-                "template_device_generic_state": {
-                    "layout": "icon_name_state",
-                    "color-type": "card",
-                    "show_name": true,
-                    "show_icon": true,
-                    "show_state": true,
-                    "styles": {
-                        "grid": [
-                            {
-                                "grid-template-columns": "50px auto"
-                            }
-                        ],
-                        "icon": [
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Shelly 6 - Luce Cucina"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/shelly/shelly1.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://shelly6.giorgioravera.it"
+                          }
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
                             {
-                                "padding": "0px 0px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "light.luce_cucina",
+                              "name": "Stato"
                             },
                             {
-                                "height": "25px"
+                              "type": "custom:button-card",
+                              "template": "template_device_firmware",
+                              "entity": "binary_sensor.luce_cucina_firmware_update",
+                              "name": "Firmare"
                             },
                             {
-                                "width": "25px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luce_cucina_ota_update",
+                              "name": "Aggiorna Firmware",
+                              "icon": "mdi:package-up"
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luce_cucina_reboot",
+                              "name": "Riavvia Dispositivo",
+                              "icon": "mdi:restart"
                             }
-                        ],
-                        "card": [
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Shelly 7 - Luce Sala"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/shelly/shelly_dimmer.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://shelly7.giorgioravera.it"
+                          }
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
                             {
-                                "--ha-card-background": "rgba(0, 0, 0, 0)"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "light.luce_sala",
+                              "name": "Stato"
                             },
                             {
-                                "--ha-card-box-shadow": "none"
+                              "type": "custom:button-card",
+                              "template": "template_device_firmware",
+                              "entity": "binary_sensor.luce_sala_firmware_update",
+                              "name": "Firmare"
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luce_sala_ota_update",
+                              "name": "Aggiorna Firmware",
+                              "icon": "mdi:package-up"
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luce_sala_reboot",
+                              "name": "Riavvia Dispositivo",
+                              "icon": "mdi:restart"
                             }
-                        ],
-                        "name": [
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Shelly 8 - Luci Bagno"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/shelly/shelly25.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://shelly7.giorgioravera.it"
+                          }
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
                             {
-                                "padding": "0px 10px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "light.luce_bagno",
+                              "name": "Stato"
                             },
                             {
-                                "justify-self": "start"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "light.luce_specchio",
+                              "name": "Stato"
                             },
                             {
-                                "font-family": "Roboto, sans-serif"
+                              "type": "custom:button-card",
+                              "template": "template_device_firmware",
+                              "entity": "binary_sensor.luci_bagno_firmware_update",
+                              "name": "Firmare"
                             },
                             {
-                                "font-size": "15px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luci_bagno_ota_update",
+                              "name": "Aggiorna Firmware",
+                              "icon": "mdi:package-up"
                             },
                             {
-                                "color": "var(--primary-text-color)"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luci_bagno_reboot",
+                              "name": "Riavvia Dispositivo",
+                              "icon": "mdi:restart"
                             }
-                        ]
+                          ]
+                        }
+                      ]
                     }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Shelly 9 - Luce Studio"
                 },
-                "template_device_generic_button": {
-                    "layout": "icon_name_state",
-                    "color-type": "card",
-                    "show_name": true,
-                    "show_icon": true,
-                    "show_state": false,
-                    "tap_action": {
-                        "action": "call-service",
-                        "service": "button.press",
-                        "service_data": {
-                            "entity_id": "[[[ return entity.entity_id ]]]"
-                        }
-                    },
-                    "styles": {
-                        "grid": [
-                            {
-                                "grid-template-columns": "50px auto"
-                            }
-                        ],
-                        "icon": [
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/shelly/shelly1.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://shelly9.giorgioravera.it"
+                          }
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
                             {
-                                "padding": "0px 0px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "light.luce_studio",
+                              "name": "Stato"
                             },
                             {
-                                "height": "25px"
+                              "type": "custom:button-card",
+                              "template": "template_device_firmware",
+                              "entity": "binary_sensor.luce_studio_firmware_update",
+                              "name": "Firmare"
                             },
                             {
-                                "width": "25px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luce_studio_ota_update",
+                              "name": "Aggiorna Firmware",
+                              "icon": "mdi:package-up"
                             },
                             {
-                                "color": "var(--state-icon-color)"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luce_studio_reboot",
+                              "name": "Riavvia Dispositivo",
+                              "icon": "mdi:restart"
                             }
-                        ],
-                        "card": [
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Shelly 10 - Luce Camera"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/shelly/shelly_dimmer.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://shelly10.giorgioravera.it"
+                          }
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
                             {
-                                "--ha-card-background": "rgba(0, 0, 0, 0)"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "light.luce_camera",
+                              "name": "Stato"
                             },
                             {
-                                "--ha-card-box-shadow": "none"
-                            }
-                        ],
-                        "name": [
+                              "type": "custom:button-card",
+                              "template": "template_device_firmware",
+                              "entity": "binary_sensor.luce_camera_firmware_update",
+                              "name": "Firmare"
+                            },
                             {
-                                "padding": "0px 10px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luce_camera_ota_update",
+                              "name": "Aggiorna Firmware",
+                              "icon": "mdi:package-up"
                             },
                             {
-                                "justify-self": "start"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luce_camera_reboot",
+                              "name": "Riavvia Dispositivo",
+                              "icon": "mdi:restart"
+                            }
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Shelly 11 - Luce Balcone"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/shelly/shelly1.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://shelly11.giorgioravera.it"
+                          }
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "light.luce_balcone",
+                              "name": "Stato"
                             },
                             {
-                                "font-family": "Roboto, sans-serif"
+                              "type": "custom:button-card",
+                              "template": "template_device_firmware",
+                              "entity": "binary_sensor.luce_balcone_firmware_update",
+                              "name": "Firmare"
                             },
                             {
-                                "font-size": "15px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luce_balcone_ota_update",
+                              "name": "Aggiorna Firmware",
+                              "icon": "mdi:package-up"
                             },
                             {
-                                "color": "var(--primary-text-color)"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.luce_balcone_reboot",
+                              "name": "Riavvia Dispositivo",
+                              "icon": "mdi:restart"
                             }
-                        ]
+                          ]
+                        }
+                      ]
                     }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "visible": false,
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Shelly EM"
                 },
-                "template_device_firmware": {
-                    "layout": "icon_name_state",
-                    "color-type": "card",
-                    "show_name": true,
-                    "show_icon": true,
-                    "show_state": true,
-                    "state": [
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
                         {
-                            "value": "off",
-                            "styles": {
-                                "icon": [
-                                    {
-                                        "color": "lightgreen"
-                                    }
-                                ]
-                            }
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/shelly/shelly_em.png",
+                          "tap_action": {
+                            "action": "url",
+                            "url_path": "http://shellyem.giorgioravera.it"
+                          }
                         },
                         {
-                            "value": "on",
-                            "styles": {
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "sensor.shelly_em_channel_1_power",
+                              "name": "Potenza",
+                              "styles": {
                                 "icon": [
-                                    {
-                                        "color": "red"
-                                    }
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
                                 ]
-                            }
-                        }
-                    ],
-                    "styles": {
-                        "grid": [
+                              }
+                            },
                             {
-                                "grid-template-columns": "50px auto"
-                            }
-                        ],
-                        "icon": [
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "sensor.shelly_em_channel_1_voltage",
+                              "name": "Tensione",
+                              "icon": "mdi:alpha-v-box",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
+                            },
                             {
-                                "padding": "0px 0px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "sensor.shelly_em_channel_1_power_factor",
+                              "name": "FP",
+                              "icon": "mdi:angle-acute",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             },
                             {
-                                "height": "25px"
+                              "type": "custom:button-card",
+                              "template": "template_device_firmware",
+                              "entity": "binary_sensor.shelly_em_firmware_update",
+                              "name": "Firmare"
                             },
                             {
-                                "width": "25px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.shelly_em_ota_update",
+                              "name": "Aggiorna Firmware",
+                              "icon": "mdi:package-up"
                             },
                             {
-                                "color": "var(--state-icon-color)"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_button",
+                              "entity": "button.shelly_em_reboot",
+                              "name": "Riavvia Dispositivo",
+                              "icon": "mdi:restart"
                             }
-                        ],
-                        "card": [
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            }
+          ]
+        },
+        {
+          "title": "Netatmo",
+          "path": "netatmo",
+          "icon": "mdi:alpha-n-box",
+          "type": "custom:horizontal-layout",
+          "badges": [],
+          "cards": [
+            {
+              "type": "entities",
+              "entities": [
+                {
+                  "entity": "input_boolean.central_heating"
+                },
+                {
+                  "entity": "select.netatmo_casa_ravera_testa"
+                }
+              ],
+              "state_color": false,
+              "title": "Impostazioni"
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Valvola 1 - Cucina"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/netatmo_valve.png"
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
                             {
-                                "--ha-card-background": "rgba(0, 0, 0, 0)"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "climate.cucina",
+                              "name": "Modalità",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "sensor.valvola_cucina_state",
+                              "name": "Stato",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             },
                             {
-                                "--ha-card-box-shadow": "none"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_battery_state",
+                              "entity": "sensor.valvola_cucina_battery_percent",
+                              "name": "Batteria",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             }
-                        ],
-                        "name": [
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Valvola 2 - Sala"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/netatmo_valve.png"
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
                             {
-                                "padding": "0px 10px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "climate.sala",
+                              "name": "Modalità",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             },
                             {
-                                "justify-self": "start"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "sensor.valvola_sala_state",
+                              "name": "Stato",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             },
                             {
-                                "font-family": "Roboto, sans-serif"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_battery_state",
+                              "entity": "sensor.valvola_sala_battery_percent",
+                              "name": "Batteria",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
+                            }
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Valvola 3 - Bagno"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/netatmo_valve.png"
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "climate.bagno",
+                              "name": "Modalità",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             },
                             {
-                                "font-size": "15px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "sensor.valvola_bagno_state",
+                              "name": "Stato",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             },
                             {
-                                "color": "var(--primary-text-color)"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_battery_state",
+                              "entity": "sensor.valvola_bagno_battery_percent",
+                              "name": "Batteria",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             }
-                        ]
+                          ]
+                        }
+                      ]
                     }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Valvola 4 - Studio"
                 },
-                "template_device_generic_battery_state": {
-                    "layout": "icon_name_state",
-                    "color-type": "card",
-                    "show_name": true,
-                    "show_icon": true,
-                    "show_state": true,
-                    "styles": {
-                        "grid": [
-                            {
-                                "grid-template-columns": "50px auto"
-                            }
-                        ],
-                        "icon": [
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/netatmo_valve.png"
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
                             {
-                                "padding": "0px 0px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "climate.studio",
+                              "name": "Modalità",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             },
                             {
-                                "height": "25px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "sensor.valvola_studio_state",
+                              "name": "Stato",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             },
                             {
-                                "width": "25px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_battery_state",
+                              "entity": "sensor.valvola_studio_battery_percent",
+                              "name": "Batteria",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             }
-                        ],
-                        "card": [
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Valvola 5 - Camera"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "/local/images/devices/netatmo_valve.png"
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "climate.camera",
+                              "name": "Modalità",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
+                            },
                             {
-                                "--ha-card-background": "rgba(0, 0, 0, 0)"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "sensor.valvola_camera_state",
+                              "name": "Stato",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             },
                             {
-                                "--ha-card-box-shadow": "none"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_battery_state",
+                              "entity": "sensor.valvola_camera_battery_percent",
+                              "name": "Batteria",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             }
-                        ],
-                        "name": [
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            }
+          ]
+        },
+        {
+          "title": "test",
+          "path": "test",
+          "icon": "mdi:zigbee",
+          "type": "custom:horizontal-layout",
+          "badges": [],
+          "cards": [
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Porta Casa - Xiaomi MCCGQ01LM"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "https://www.zigbee2mqtt.io/images/devices/MCCGQ01LM.jpg"
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
                             {
-                                "padding": "0px 10px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "binary_sensor.porta_casa_contact",
+                              "name": "Stato",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             },
                             {
-                                "justify-self": "start"
-                            },
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_battery_state",
+                              "entity": "sensor.porta_casa_battery",
+                              "name": "Batteria"
+                            }
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Temperatura Balcone - Xiaomi WSDCGQ01LM"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "https://www.zigbee2mqtt.io/images/devices/WSDCGQ01LM.jpg"
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
                             {
-                                "font-family": "Roboto, sans-serif"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "sensor.temperatura_balcone_temperature",
+                              "name": "Temperatura",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             },
                             {
-                                "font-size": "15px"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "sensor.temperatura_balcone_humidity",
+                              "name": "Umidità",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
                             },
                             {
-                                "color": "var(--primary-text-color)"
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_battery_state",
+                              "entity": "sensor.temperatura_balcone_battery",
+                              "name": "Batteria"
                             }
-                        ]
-                    },
-                    "state": [
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "Temperatura Veranda - Xiaomi WSDCGQ01LM"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
                         {
-                            "value": 20,
-                            "operator": "<=",
-                            "styles": {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "https://www.zigbee2mqtt.io/images/devices/WSDCGQ01LM.jpg"
+                        },
+                        {
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "sensor.temperatura_veranda_temperature",
+                              "name": "Temperatura",
+                              "styles": {
                                 "icon": [
-                                    {
-                                        "color": "var(--label-badge-red)"
-                                    }
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
                                 ]
+                              }
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "sensor.temperatura_veranda_humidity",
+                              "name": "Umidità",
+                              "styles": {
+                                "icon": [
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
+                                ]
+                              }
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_battery_state",
+                              "entity": "sensor.temperatura_veranda_battery",
+                              "name": "Batteria"
                             }
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "spare_door - Xiaomi MCCGQ11LM"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "https://www.zigbee2mqtt.io/images/devices/MCCGQ11LM.jpg"
                         },
                         {
-                            "value": 50,
-                            "operator": "<=",
-                            "styles": {
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_state",
+                              "entity": "binary_sensor.spare_door_contact",
+                              "name": "Stato",
+                              "styles": {
                                 "icon": [
-                                    {
-                                        "color": "var(--label-badge-yellow)"
-                                    }
+                                  {
+                                    "color": "var(--state-icon-color)"
+                                  }
                                 ]
+                              }
+                            },
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_battery_state",
+                              "entity": "sensor.spare_door_battery",
+                              "name": "Batteria"
                             }
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "entities",
+              "show_header_toggle": "off",
+              "style": ".card-header {\n  padding: 0px 0px 0px 0px !important;\n}\n",
+              "entities": [
+                {
+                  "type": "section",
+                  "label": "wireless_button - Xiaomi WXKG01LM"
+                },
+                {
+                  "type": "custom:hui-element",
+                  "card_type": "vertical-stack",
+                  "cards": [
+                    {
+                      "type": "horizontal-stack",
+                      "cards": [
+                        {
+                          "type": "picture",
+                          "style": "ha-card { \n    --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n    --ha-card-background: \"rgba(0, 0, 0, 0)\";\n    --ha-card-box-shadow: 'none';\n}\n",
+                          "image": "https://www.zigbee2mqtt.io/images/devices/WXKG01LM.jpg"
                         },
                         {
-                            "value": 100,
-                            "operator": "<=",
-                            "styles": {
-                                "icon": [
-                                    {
-                                        "color": "var(--label-badge-green)"
-                                    }
-                                ]
+                          "type": "vertical-stack",
+                          "cards": [
+                            {
+                              "type": "custom:button-card",
+                              "template": "template_device_generic_battery_state",
+                              "entity": "sensor.wireless_button_battery",
+                              "name": "Batteria"
                             }
+                          ]
                         }
-                    ]
+                      ]
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "type": "vertical-stack",
+              "title": "Mappa Dispositivi",
+              "layout": "vertical",
+              "cards": [
+                {
+                  "type": "custom:zigbee2mqtt-networkmap",
+                  "title": "Zigbee2MQTT Network Map",
+                  "entity": "sensor.zigbee2mqtt_networkmap",
+                  "mqtt_base_topic": "zigbee2mqtt",
+                  "force": 3000,
+                  "node_size": 16,
+                  "font_size": 12,
+                  "link_width": 2,
+                  "height": 400,
+                  "css": ":host {\n  --zigbee2mqtt-networkmap-node-color: rgba(18, 120, 98, .7);\n  --zigbee2mqtt-networkmap-node-fill-color: #dcfaf3;\n  --zigbee2mqtt-networkmap-node-pinned-color: rgba(190, 56, 93, .6);\n  --zigbee2mqtt-networkmap-link-color: rgba(18, 120, 98, .5);\n  --zigbee2mqtt-networkmap-hover-color: #be385d;\n  --zigbee2mqtt-networkmap-link-selected-color: rgba(202, 164, 85, .6);\n  --zigbee2mqtt-networkmap-label-color: #127862;\n  --zigbee2mqtt-networkmap-arrow-color: rgba(18, 120, 98, 0.7);\n  --zigbee2mqtt-networkmap-node-coordinator-color: rgba(224, 78, 93, .7);\n  --zigbee2mqtt-networkmap-node-router-color: rgba(0, 165, 255, .7);\n    }\n"
                 }
+              ]
+            }
+          ]
+        },
+        {
+          "title": "Shelly2",
+          "layout": {
+            "grid-template-columns": "auto auto auto",
+            "grid-template-rows": "auto",
+            "grid-template-areas": "\"header header header\"\n\"main1 main2 main3\"\n\"footer footer footer\"\n",
+            "mediaquery": {
+              "(max-width: 600px)": {
+                "grid-template-columns": "100%",
+                "grid-template-areas": "\"header\"\n\"main1\"\n\"main2\"\n\"main3\"\n\"footer\"\n"
+              },
+              "(max-width: 800px)": {
+                "grid-template-columns": "50% 50%",
+                "grid-template-areas": "\"header header\"\n\"main1 main1\"\n\"main2 main3\"\n\"footer footer\"\n"
+              }
+            }
+          },
+          "icon": "mdi:alpha-s-box",
+          "path": "shelly2",
+          "badges": [],
+          "cards": [
+            {
+              "type": "custom:button-card",
+              "name": "Shelly",
+              "label": "Shelly",
+              "layout": "name_state",
+              "show_state": false,
+              "show_name": false,
+              "show_label": false,
+              "show_icon": false,
+              "show_entity_picture": true,
+              "entity_picture": "/local/images/devices/shelly/shelly.jpg",
+              "styles": {
+                "card": [
+                  {
+                    "background-color": "white"
+                  },
+                  {
+                    "box-shadow": "0px 0px 0px 0px."
+                  }
+                ],
+                "entity_picture": [
+                  {
+                    "width": "100%"
+                  }
+                ]
+              },
+              "view_layout": {
+                "grid-area": "header"
+              }
+            },
+            {
+              "type": "entities",
+              "entities": [
+                {
+                  "entity": "binary_sensor.tapparella_cucina_firmware_update"
+                },
+                {
+                  "entity": "binary_sensor.tapparella_sala_firmware_update"
+                },
+                {
+                  "entity": "binary_sensor.tapparella_studio_firmware_update"
+                },
+                {
+                  "entity": "binary_sensor.tapparella_camera_firmware_update"
+                },
+                {
+                  "entity": "binary_sensor.luce_corridoio_firmware_update"
+                },
+                {
+                  "entity": "binary_sensor.luce_cucina_firmware_update"
+                },
+                {
+                  "entity": "binary_sensor.luce_sala_firmware_update"
+                },
+                {
+                  "entity": "binary_sensor.luci_bagno_firmware_update"
+                },
+                {
+                  "entity": "binary_sensor.luce_studio_firmware_update"
+                },
+                {
+                  "entity": "binary_sensor.luce_camera_firmware_update"
+                },
+                {
+                  "entity": "binary_sensor.luce_balcone_firmware_update"
+                },
+                {
+                  "entity": "binary_sensor.shelly_em_firmware_update"
+                }
+              ],
+              "title": "Disponibilità Aggiornamenti"
+            },
+            {
+              "type": "entities",
+              "entities": [
+                {
+                  "entity": "script.shelly_upgrade"
+                },
+                {
+                  "entity": "button.tapparella_cucina_ota_update"
+                },
+                {
+                  "entity": "button.tapparella_sala_ota_update"
+                },
+                {
+                  "entity": "button.tapparella_studio_ota_update"
+                },
+                {
+                  "entity": "button.tapparella_camera_ota_update"
+                },
+                {
+                  "entity": "button.luce_corridoio_ota_update"
+                },
+                {
+                  "entity": "button.luce_cucina_ota_update"
+                },
+                {
+                  "entity": "button.luce_sala_ota_update"
+                },
+                {
+                  "entity": "button.luci_bagno_ota_update"
+                },
+                {
+                  "entity": "button.luce_studio_ota_update"
+                },
+                {
+                  "entity": "button.luce_camera_ota_update"
+                },
+                {
+                  "entity": "button.luce_balcone_ota_update"
+                },
+                {
+                  "entity": "button.shelly_em_ota_update"
+                }
+              ],
+              "title": "Aggiorna Dispositivi"
+            },
+            {
+              "type": "entities",
+              "entities": [
+                {
+                  "entity": "script.shelly_reboot"
+                },
+                {
+                  "entity": "button.tapparella_cucina_reboot"
+                },
+                {
+                  "entity": "button.tapparella_sala_reboot"
+                },
+                {
+                  "entity": "button.tapparella_studio_reboot"
+                },
+                {
+                  "entity": "button.tapparella_camera_reboot"
+                },
+                {
+                  "entity": "button.luce_corridoio_reboot"
+                },
+                {
+                  "entity": "button.luce_cucina_reboot"
+                },
+                {
+                  "entity": "button.luce_sala_reboot"
+                },
+                {
+                  "entity": "button.luci_bagno_reboot"
+                },
+                {
+                  "entity": "button.luce_studio_reboot"
+                },
+                {
+                  "entity": "button.luce_camera_reboot"
+                },
+                {
+                  "entity": "button.luce_balcone_reboot"
+                },
+                {
+                  "entity": "button.shelly_em_reboot"
+                }
+              ],
+              "title": "Riavvio Dispositivi"
+            },
+            {
+              "type": "entities",
+              "entities": [
+                {
+                  "entity": "binary_sensor.luce_sala_overpowering"
+                },
+                {
+                  "entity": "binary_sensor.luce_bagno_overpowering"
+                },
+                {
+                  "entity": "binary_sensor.luce_specchio_overpowering"
+                },
+                {
+                  "entity": "binary_sensor.luce_camera_overpowering"
+                },
+                {
+                  "entity": "binary_sensor.shelly_em_overpowering"
+                }
+              ],
+              "title": "Sovraccarico"
+            },
+            {
+              "type": "entities",
+              "entities": [
+                {
+                  "entity": "binary_sensor.tapparella_sala_overheating"
+                },
+                {
+                  "entity": "binary_sensor.luce_sala_overheating"
+                },
+                {
+                  "entity": "binary_sensor.luci_bagno_overheating"
+                },
+                {
+                  "entity": "binary_sensor.luce_camera_overheating"
+                }
+              ],
+              "title": "Surriscaldamento"
+            }
+          ]
+        }
+      ],
+      "button_card_templates": {
+        "template_device_generic_state": {
+          "layout": "icon_name_state",
+          "color-type": "card",
+          "show_name": true,
+          "show_icon": true,
+          "show_state": true,
+          "styles": {
+            "grid": [
+              {
+                "grid-template-columns": "50px auto"
+              }
+            ],
+            "icon": [
+              {
+                "padding": "0px 0px"
+              },
+              {
+                "height": "25px"
+              },
+              {
+                "width": "25px"
+              }
+            ],
+            "card": [
+              {
+                "--ha-card-background": "rgba(0, 0, 0, 0)"
+              },
+              {
+                "--ha-card-box-shadow": "none"
+              }
+            ],
+            "name": [
+              {
+                "padding": "0px 10px"
+              },
+              {
+                "justify-self": "start"
+              },
+              {
+                "font-family": "Roboto, sans-serif"
+              },
+              {
+                "font-size": "15px"
+              },
+              {
+                "color": "var(--primary-text-color)"
+              }
+            ]
+          }
+        },
+        "template_device_generic_button": {
+          "layout": "icon_name_state",
+          "color-type": "card",
+          "show_name": true,
+          "show_icon": true,
+          "show_state": false,
+          "tap_action": {
+            "action": "call-service",
+            "service": "button.press",
+            "service_data": {
+              "entity_id": "[[[ return entity.entity_id ]]]"
+            }
+          },
+          "styles": {
+            "grid": [
+              {
+                "grid-template-columns": "50px auto"
+              }
+            ],
+            "icon": [
+              {
+                "padding": "0px 0px"
+              },
+              {
+                "height": "25px"
+              },
+              {
+                "width": "25px"
+              },
+              {
+                "color": "var(--state-icon-color)"
+              }
+            ],
+            "card": [
+              {
+                "--ha-card-background": "rgba(0, 0, 0, 0)"
+              },
+              {
+                "--ha-card-box-shadow": "none"
+              }
+            ],
+            "name": [
+              {
+                "padding": "0px 10px"
+              },
+              {
+                "justify-self": "start"
+              },
+              {
+                "font-family": "Roboto, sans-serif"
+              },
+              {
+                "font-size": "15px"
+              },
+              {
+                "color": "var(--primary-text-color)"
+              }
+            ]
+          }
+        },
+        "template_device_firmware": {
+          "layout": "icon_name_state",
+          "color-type": "card",
+          "show_name": true,
+          "show_icon": true,
+          "show_state": true,
+          "state": [
+            {
+              "value": "off",
+              "styles": {
+                "icon": [
+                  {
+                    "color": "lightgreen"
+                  }
+                ]
+              }
+            },
+            {
+              "value": "on",
+              "styles": {
+                "icon": [
+                  {
+                    "color": "red"
+                  }
+                ]
+              }
+            }
+          ],
+          "styles": {
+            "grid": [
+              {
+                "grid-template-columns": "50px auto"
+              }
+            ],
+            "icon": [
+              {
+                "padding": "0px 0px"
+              },
+              {
+                "height": "25px"
+              },
+              {
+                "width": "25px"
+              },
+              {
+                "color": "var(--state-icon-color)"
+              }
+            ],
+            "card": [
+              {
+                "--ha-card-background": "rgba(0, 0, 0, 0)"
+              },
+              {
+                "--ha-card-box-shadow": "none"
+              }
+            ],
+            "name": [
+              {
+                "padding": "0px 10px"
+              },
+              {
+                "justify-self": "start"
+              },
+              {
+                "font-family": "Roboto, sans-serif"
+              },
+              {
+                "font-size": "15px"
+              },
+              {
+                "color": "var(--primary-text-color)"
+              }
+            ]
+          }
+        },
+        "template_device_generic_battery_state": {
+          "layout": "icon_name_state",
+          "color-type": "card",
+          "show_name": true,
+          "show_icon": true,
+          "show_state": true,
+          "styles": {
+            "grid": [
+              {
+                "grid-template-columns": "50px auto"
+              }
+            ],
+            "icon": [
+              {
+                "padding": "0px 0px"
+              },
+              {
+                "height": "25px"
+              },
+              {
+                "width": "25px"
+              }
+            ],
+            "card": [
+              {
+                "--ha-card-background": "rgba(0, 0, 0, 0)"
+              },
+              {
+                "--ha-card-box-shadow": "none"
+              }
+            ],
+            "name": [
+              {
+                "padding": "0px 10px"
+              },
+              {
+                "justify-self": "start"
+              },
+              {
+                "font-family": "Roboto, sans-serif"
+              },
+              {
+                "font-size": "15px"
+              },
+              {
+                "color": "var(--primary-text-color)"
+              }
+            ]
+          },
+          "state": [
+            {
+              "value": 20,
+              "operator": "<=",
+              "styles": {
+                "icon": [
+                  {
+                    "color": "var(--label-badge-red)"
+                  }
+                ]
+              }
+            },
+            {
+              "value": 50,
+              "operator": "<=",
+              "styles": {
+                "icon": [
+                  {
+                    "color": "var(--label-badge-yellow)"
+                  }
+                ]
+              }
+            },
+            {
+              "value": 100,
+              "operator": "<=",
+              "styles": {
+                "icon": [
+                  {
+                    "color": "var(--label-badge-green)"
+                  }
+                ]
+              }
             }
+          ]
         }
+      }
     }
+  }
 }
\ No newline at end of file
diff --git a/packages/bticino_300eos.yaml b/packages/bticino_300eos.yaml
new file mode 100644 (file)
index 0000000..cd972bb
--- /dev/null
@@ -0,0 +1,105 @@
+######################################################################
+# BTcino Classe 300eos with Netatmo - Input boolean
+######################################################################
+
+input_boolean:
+  portone:
+    name: "Portone"
+    initial: false
+    icon: mdi:door
+
+######################################################################
+# BTcino Classe 300eos with Netatmo - Switch
+######################################################################
+
+switch:
+  - platform: template
+    switches:
+      portone:
+        value_template: "{{ is_state('input_boolean.portone', 'on') }}"
+        icon_template: mdi:door
+        turn_on:
+          - service: input_boolean.turn_on
+            target:
+              entity_id: input_boolean.portone
+          - delay: 1
+          - service: input_boolean.turn_off
+            target:
+              entity_id: input_boolean.portone
+        turn_off:
+          service: input_boolean.turn_off
+          target:
+            entity_id: input_boolean.portone
+
+######################################################################
+# BTcino Classe 300eos with Netatmo - Lock
+######################################################################
+
+#lock:
+#  - platform: template
+#    name: Portone
+#    value_template: "{{ is_state('input_boolean.portone', 'off') }}"
+#    lock:
+#      service: input_boolean.turn_off
+#      target:
+#        entity_id: input_boolean.portone
+#    unlock:
+#      - service: input_boolean.turn_on
+#        target:
+#          entity_id: input_boolean.portone
+#      - delay: 1
+#      - service: input_boolean.turn_off
+#        target:
+#          entity_id: input_boolean.portone
+
+######################################################################
+# BTcino Classe 300eos with Netatmo - Google Assistant
+######################################################################
+
+google_assistant:
+  entity_config:
+    switch.portone:
+      name: Portone
+      expose: true
+      room: Condominio
+
+######################################################################
+# BTcino Classe 300eos with Netatmo - Amazon Alexa
+######################################################################
+
+alexa:
+  smart_home:
+    filter:
+      include_entities:
+        - switch.portone
+    entity_config:
+      switch.portone:
+        name: "Routine Portone"
+        description: "Routine per l'apertura del portone condominiale"
+
+######################################################################
+# BTcino Classe 300eos with Netatmo - History
+######################################################################
+
+#history:
+#  exclude:
+#    entities:
+#      - lock.portone
+
+######################################################################
+# BTcino Classe 300eos with Netatmo - Logbook
+######################################################################
+
+#logbook:
+#  exclude:
+#    entities:
+#      - lock.portone
+
+######################################################################
+# BTcino Classe 300eos with Netatmo - Recorder
+######################################################################
+
+#recorder:
+#  exclude:
+#    entities:
+#      - lock.portone
diff --git a/www/images/devices/classe300eos.png b/www/images/devices/classe300eos.png
new file mode 100644 (file)
index 0000000..c6d284f
Binary files /dev/null and b/www/images/devices/classe300eos.png differ