From 57f94a0e1ccaf366b0f90a0f23db34782853df22 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 7 Jun 2019 12:35:52 +0200 Subject: [PATCH] Fixed car windows senser name --- binary_sensor/car.yaml | 10 +++++----- customizations/car.yaml | 18 ------------------ 2 files changed, 5 insertions(+), 23 deletions(-) diff --git a/binary_sensor/car.yaml b/binary_sensor/car.yaml index 412d5ee0..b29af2f8 100644 --- a/binary_sensor/car.yaml +++ b/binary_sensor/car.yaml @@ -103,7 +103,7 @@ device_class: opening ###################################################################### -# Binary Sensor: Decklid Status +# Binary Sensor: Trunk ###################################################################### - platform: template @@ -130,7 +130,7 @@ - platform: template sensors: ff590mr_window_front_left: - friendly_name: Anteriore Sinistra + friendly_name: Anteriore Sinistro entity_id: binary_sensor.ff590mr_windows_closed value_template: >- {{ not is_state_attr('binary_sensor.ff590mr_windows_closed', 'windowstatusfrontleft', 'CLOSED') }} @@ -143,7 +143,7 @@ - platform: template sensors: ff590mr_window_front_right: - friendly_name: Anteriore Destra + friendly_name: Anteriore Destro entity_id: binary_sensor.ff590mr_windows_closed value_template: >- {{ not is_state_attr('binary_sensor.ff590mr_windows_closed', 'windowstatusfrontright', 'CLOSED') }} @@ -156,7 +156,7 @@ - platform: template sensors: ff590mr_window_rear_left: - friendly_name: Posteriore Sinistra + friendly_name: Posteriore Sinistro entity_id: binary_sensor.ff590mr_windows_closed value_template: >- {{ not is_state_attr('binary_sensor.ff590mr_windows_closed', 'windowstatusrearleft', 'CLOSED') }} @@ -169,7 +169,7 @@ - platform: template sensors: ff590mr_window_rear_right: - friendly_name: Posteriore Destra + friendly_name: Posteriore Destro entity_id: binary_sensor.ff590mr_windows_closed value_template: >- {{ not (is_state_attr('binary_sensor.ff590mr_windows_closed', 'windowstatusrearright', 'CLOSED') }} diff --git a/customizations/car.yaml b/customizations/car.yaml index f02b733c..79c18f83 100644 --- a/customizations/car.yaml +++ b/customizations/car.yaml @@ -52,21 +52,3 @@ sensor.ff590mr_odometer_2: # tanklevelpercent, tankReserveLamp # serviceintervaldays # distanceReset, distanceStart - - - - - - - -# Finestrini -sensor.ff590mr_window_front_left: - friendly_name: Anteriore Destro -sensor.ff590mr_window_front_right: - friendly_name: Anteriore Sinistro -sensor.ff590mr_window_rear_left: - friendly_name: Posteriore Sinistro -sensor.ff590mr_window_rear_right: - friendly_name: Posteriore Destro - - -- 2.47.3