From 178654fb3608e52132a5e2861d7a2f064bd78eb4 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 3 May 2023 19:21:08 +0200 Subject: [PATCH] Update PVE entities & fixed shelly 8 link --- .storage/lovelace.lovelace_dispositivi | 10 ++++---- packages/proxmox.yaml | 32 +++++++++++++------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.storage/lovelace.lovelace_dispositivi b/.storage/lovelace.lovelace_dispositivi index 2414ec6e..7da0d274 100644 --- a/.storage/lovelace.lovelace_dispositivi +++ b/.storage/lovelace.lovelace_dispositivi @@ -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, @@ -122,7 +122,7 @@ { "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, @@ -197,7 +197,7 @@ { "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, @@ -272,7 +272,7 @@ { "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, @@ -1860,7 +1860,7 @@ "image": "/local/images/devices/shelly/shelly25.png", "tap_action": { "action": "url", - "url_path": "http://shelly7.giorgioravera.it" + "url_path": "http://shelly8.giorgioravera.it" } }, { diff --git a/packages/proxmox.yaml b/packages/proxmox.yaml index 9e03423c..b4817aef 100644 --- a/packages/proxmox.yaml +++ b/packages/proxmox.yaml @@ -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 -- 2.47.3