From 8ef4f483d65bf00726e8d64ee2e732fbce9da1eb Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 15 Aug 2021 20:28:25 +0200 Subject: [PATCH] Minor changes to shelly customizations and log --- packages/shelly/shelly_customizations.yaml | 32 ++++++++++++---------- packages/shelly/shelly_log.yaml | 7 +++-- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/packages/shelly/shelly_customizations.yaml b/packages/shelly/shelly_customizations.yaml index f6d8d213..30d17938 100644 --- a/packages/shelly/shelly_customizations.yaml +++ b/packages/shelly/shelly_customizations.yaml @@ -111,17 +111,17 @@ homeassistant: binary_sensor.luce_sala_channel_2_input: friendly_name: Luce Sala - Pulsante 2 sensor.luce_sala_energy: - friendly_name: Luci Sala - Energia + friendly_name: Luce Sala - Energia sensor.luce_sala_power: - friendly_name: Luci Sala - Potenza + friendly_name: Luce Sala - Potenza binary_sensor.luce_sala_overpowering: - friendly_name: Luci Sala - Sovraccarico Energetico + friendly_name: Luce Sala - Sovraccarico Energetico binary_sensor.luce_sala_cloud: friendly_name: Luce Sala - Connessione Cloud sensor.luce_sala_device_temperature: - friendly_name: Luci Sala - Temperatura Device + friendly_name: Luce Sala - Temperatura Device binary_sensor.luce_sala_overheating: - friendly_name: Luci Sala - Surriscaldamento Device + friendly_name: Luce Sala - Surriscaldamento Device binary_sensor.luce_sala_firmware_update: friendly_name: Luce Sala - Aggiornamento Firmware sensor.luce_sala_rssi: @@ -133,15 +133,15 @@ homeassistant: sensor.luce_bagno_energy: friendly_name: Luci Bagno - Energia Luce Bagno binary_sensor.luce_bagno_overpowering: - friendly_name: Luci Bagno - Sovraccarico Energetico Luce Bagno + friendly_name: Luce Bagno - Sovraccarico Energetico sensor.luce_bagno_power: - friendly_name: Luci Bagno - Potenza Luce Bagno + friendly_name: Luce Bagno - Potenza sensor.luce_specchio_energy: - friendly_name: Luci Bagno - Energia Luce Specchio + friendly_name: Luce Bagno - Energia binary_sensor.luce_specchio_overpowering: - friendly_name: Luci Bagno - Sovraccarico Energetico Luce Specchio + friendly_name: Luce Specchio - Sovraccarico Energetico sensor.luce_specchio_power: - friendly_name: Luci Bagno - Potenza Luce Specchio + friendly_name: Luce Specchio - Potenza binary_sensor.luci_bagno_cloud: friendly_name: Luci Bagno - Connessione Cloud sensor.luci_bagno_device_temperature: @@ -171,17 +171,17 @@ homeassistant: binary_sensor.luce_camera_channel_2_input: friendly_name: Luce Camera - Pulsante 2 sensor.luce_camera_energy: - friendly_name: Luci Camera - Energia + friendly_name: Luce Camera - Energia sensor.luce_camera_power: - friendly_name: Luci Camera - Potenza + friendly_name: Luce Camera - Potenza binary_sensor.luce_camera_overpowering: - friendly_name: Luci Camera - Sovraccarico Energetico + friendly_name: Luce Camera - Sovraccarico Energetico binary_sensor.luce_camera_cloud: friendly_name: Luce Camera - Connessione Cloud sensor.luce_camera_device_temperature: - friendly_name: Luci Camera - Temperatura Device + friendly_name: Luce Camera - Temperatura Device binary_sensor.luce_camera_overheating: - friendly_name: Luci Camera - Surriscaldamento Device + friendly_name: Luce Camera - Surriscaldamento Device binary_sensor.luce_camera_firmware_update: friendly_name: Luce Camera - Aggiornamento Firmware sensor.luce_camera_rssi: @@ -216,6 +216,8 @@ homeassistant: friendly_name: Potenza Istantanea sensor.shelly_em_channel_1_energy: friendly_name: Energia + sensor.shelly_em_channel_1_energy_cost: + friendly_name: Costo Energia sensor.shelly_em_channel_1_energy_returned: friendly_name: Energia Restituita sensor.shelly_em_channel_1_voltage: diff --git a/packages/shelly/shelly_log.yaml b/packages/shelly/shelly_log.yaml index 28eada29..30284f9e 100644 --- a/packages/shelly/shelly_log.yaml +++ b/packages/shelly/shelly_log.yaml @@ -122,7 +122,8 @@ history: # Shelly EM (shellyem_b9e1a0) - switch.shelly_em #- sensor.shelly_em_channel_1_power - #- sensor.shelly_em_channel_1_energy + - sensor.shelly_em_channel_1_energy + - sensor.shelly_em_channel_1_energy_cost - sensor.shelly_em_channel_1_energy_returned - sensor.shelly_em_channel_1_voltage - sensor.shelly_em_channel_2_power @@ -259,7 +260,8 @@ logbook: # Shelly EM (shellyem_b9e1a0) - switch.shelly_em #- sensor.shelly_em_channel_1_power - #- sensor.shelly_em_channel_1_energy + - sensor.shelly_em_channel_1_energy + - sensor.shelly_em_channel_1_energy_cost - sensor.shelly_em_channel_1_energy_returned - sensor.shelly_em_channel_1_voltage - sensor.shelly_em_channel_2_power @@ -397,6 +399,7 @@ recorder: - switch.shelly_em #- sensor.shelly_em_channel_1_power #- sensor.shelly_em_channel_1_energy + #- sensor.shelly_em_channel_1_energy_cost - sensor.shelly_em_channel_1_energy_returned - sensor.shelly_em_channel_1_voltage - sensor.shelly_em_channel_2_power -- 2.47.3