From: Giorgio Ravera Date: Mon, 29 Jan 2024 21:36:23 +0000 (+0100) Subject: Removed warnings X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=4ec74e1ba2db0a6b14dd28aa3f4ac8f7e3335659;p=homeassistant.git Removed warnings --- diff --git a/packages/mercedes/mercedes_doors.yaml b/packages/mercedes/mercedes_doors.yaml index 9a137786..574deae6 100644 --- a/packages/mercedes/mercedes_doors.yaml +++ b/packages/mercedes/mercedes_doors.yaml @@ -158,20 +158,3 @@ binary_sensor: {% endif %} {% endif %} device_class: opening - - ###################################################################### - # Binary Sensor: Serbatoio - ###################################################################### - #- platform: template - # sensors: - # ff590mr_fuellid: - # friendly_name: Serbatoio - # value_template: >- - # {{ is_state_attr('sensor.ff590mr_lock', 'doorstatusgas', true) }} - # icon_template: >- - # {% if is_state_attr('sensor.ff590mr_lock', 'doorstatusgas', true) %} - # mdi:gas-station - # {% else %} - # mdi:gas-station - # {% endif %} - # device_class: opening diff --git a/packages/shelly/shelly_operations.yaml b/packages/shelly/shelly_operations.yaml index f1c0db11..a59b3b26 100644 --- a/packages/shelly/shelly_operations.yaml +++ b/packages/shelly/shelly_operations.yaml @@ -35,17 +35,6 @@ script: sequence: - service: shell_command.shelly_reboot - ###################################################################### - # Shelly: Force State Update - ###################################################################### - #shelly_force_state_update: - # alias: "Shelly: Aggiornamento stato dispositivi" - # sequence: - # - service: mqtt.publish - # data: - # payload: update - # topic: shellies/command - automation: ###################################################################### # Shelly: Update Notification @@ -86,18 +75,6 @@ automation: - service: input_boolean.turn_on entity_id: input_boolean.update_shelly - ###################################################################### - # Shelly: Force State Update at Startup - ###################################################################### - #- alias: "Shelly - Startup: Aggiornamento stati" - # - # trigger: - # - event: start - # platform: homeassistant - # - # action: - # service: script.shelly_force_state_update - ###################################################################### # Shelly Package - Operations Shell Command ######################################################################