]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Update PVE entities & fixed shelly 8 link
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 3 May 2023 17:21:08 +0000 (19:21 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 3 May 2023 17:21:08 +0000 (19:21 +0200)
.storage/lovelace.lovelace_dispositivi
packages/proxmox.yaml

index 2414ec6ed7a518e03988ebb16f37047c70ba61c3..7da0d274cd0b0352d5c1ed06d74f346fc892a291 100644 (file)
@@ -47,7 +47,7 @@
                             {
                               "type": "custom:button-card",
                               "layout": "icon_name_state",
-                              "entity": "binary_sensor.pve_server_running",
+                              "entity": "binary_sensor.pve_server",
                               "name": "VM Debian",
                               "show_name": true,
                               "show_icon": true,
                             {
                               "type": "custom:button-card",
                               "layout": "icon_name_state",
-                              "entity": "binary_sensor.pve_docker_running",
+                              "entity": "binary_sensor.pve_docker",
                               "name": "VM Docker",
                               "show_name": true,
                               "show_icon": true,
                             {
                               "type": "custom:button-card",
                               "layout": "icon_name_state",
-                              "entity": "binary_sensor.pve_firewall_running",
+                              "entity": "binary_sensor.pve_firewall",
                               "name": "VM Firewall",
                               "show_name": true,
                               "show_icon": true,
                             {
                               "type": "custom:button-card",
                               "layout": "icon_name_state",
-                              "entity": "binary_sensor.pve_asterisk_running",
+                              "entity": "binary_sensor.pve_asterisk",
                               "name": "VM Asterisk",
                               "show_name": true,
                               "show_icon": true,
                           "image": "/local/images/devices/shelly/shelly25.png",
                           "tap_action": {
                             "action": "url",
-                            "url_path": "http://shelly7.giorgioravera.it"
+                            "url_path": "http://shelly8.giorgioravera.it"
                           }
                         },
                         {
index 9e03423ca0fcab8b03944df2c54fbe54d0ff8329..b4817aef20bd5729ded49067087be87f788870ec 100644 (file)
@@ -4,19 +4,19 @@
 
 homeassistant:
   customize:
-    binary_sensor.pve_server_running:
+    binary_sensor.pve_server:
         friendly_name: VM Server
         icon: mdi:debian
 
-    binary_sensor.pve_docker_running:
+    binary_sensor.pve_docker:
         friendly_name: VM Docker
         icon: mdi:docker
 
-    binary_sensor.pve_firewall_running:
+    binary_sensor.pve_firewall:
         friendly_name: VM Firewall
         icon: mdi:freebsd
 
-    binary_sensor.pve_asterisk_running:
+    binary_sensor.pve_asterisk:
         friendly_name: VM Asterisk
         icon: mdi:asterisk-circle-outline
 
@@ -27,10 +27,10 @@ homeassistant:
 history:
   exclude:
     entities:
-      - binary_sensor.pve_server_running
-      - binary_sensor.pve_docker_running
-      - binary_sensor.pve_firewall_running
-      - binary_sensor.pve_asterisk_running
+      - binary_sensor.pve_server
+      - binary_sensor.pve_docker
+      - binary_sensor.pve_firewall
+      - binary_sensor.pve_asterisk
 
 ######################################################################
 # Proxmox Package - Logbook
@@ -39,10 +39,10 @@ history:
 logbook:
   exclude:
     entities:
-      - binary_sensor.pve_server_running
-      - binary_sensor.pve_docker_running
-      - binary_sensor.pve_firewall_running
-      - binary_sensor.pve_asterisk_running
+      - binary_sensor.pve_server
+      - binary_sensor.pve_docker
+      - binary_sensor.pve_firewall
+      - binary_sensor.pve_asterisk
 
 ######################################################################
 # Proxmox Package - Recorder
@@ -51,7 +51,7 @@ logbook:
 recorder:
   exclude:
     entities:
-      - binary_sensor.pve_server_running
-      - binary_sensor.pve_docker_running
-      - binary_sensor.pve_firewall_running
-      - binary_sensor.pve_asterisk_running
+      - binary_sensor.pve_server
+      - binary_sensor.pve_docker
+      - binary_sensor.pve_firewall
+      - binary_sensor.pve_asterisk