]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Removed warnings
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 29 Jan 2024 21:36:23 +0000 (22:36 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 29 Jan 2024 21:36:23 +0000 (22:36 +0100)
packages/mercedes/mercedes_doors.yaml
packages/shelly/shelly_operations.yaml

index 9a1377868a38dd297df5a381126001aa71c88dd7..574deae6ab83017736b0091afa01ac741ca8bd9e 100644 (file)
@@ -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
index f1c0db11582ef99ad2b0849e90cc613a527c5a48..a59b3b2624b0ab612cfbc69494c3a3f8c0b0782c 100644 (file)
@@ -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
 ######################################################################