{% endif %}
device_class: opening
+######################################################################
+# Binary Sensor: Fuel Lid
+######################################################################
+
+- platform: template
+ sensors:
+ ff590mr_fuel_lid:
+ friendly_name: Serbatoio
+ entity_id: sensor.ff590mr_lock
+ value_template: >-
+ {{ not is_state_attr('sensor.ff590mr_lock', 'fuelLidClosed', true) }}
+ icon_template: >-
+ {% if is_state_attr('sensor.ff590mr_lock', 'fuelLidClosed', true) %}
+ mdi:gas-station
+ {% else %}
+ mdi:gas-station
+ {% endif %}
+ device_class: opening
+
######################################################################
# Binary Sensor: Windows Closed
######################################################################
- binary_sensor.ff590mr_door_rear_left
- binary_sensor.ff590mr_door_rear_right
- binary_sensor.ff590mr_trunk
+ - binary_sensor.ff590mr_fuel_lid
- type: entities
title: "Mercedes A200d: Finestrini"
show_header_toggle: false