From 3ffdfc4b10ef06ed0ea77b5e5362375182fca016 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 13 Jun 2019 15:56:54 +0200 Subject: [PATCH] Minor changes --- automation/guard_mode.yaml | 1 - history.yaml | 3 ++- logbook.yaml | 1 + recorder.yaml | 45 ++++++++++++++++++++++++-------------- ui-lovelace.yaml | 4 ++-- 5 files changed, 33 insertions(+), 21 deletions(-) diff --git a/automation/guard_mode.yaml b/automation/guard_mode.yaml index f3cadf6c..ba10a748 100644 --- a/automation/guard_mode.yaml +++ b/automation/guard_mode.yaml @@ -66,4 +66,3 @@ - service: input_boolean.turn_off data_template: entity_id: input_boolean.guard_mode - diff --git a/history.yaml b/history.yaml index b2ca29d5..11de7d07 100644 --- a/history.yaml +++ b/history.yaml @@ -4,6 +4,7 @@ exclude: entities: + - sensor.date - sensor.time - sensor.time_date # Mercedes Me @@ -48,4 +49,4 @@ exclude: - group - input_boolean - input_text - #- script \ No newline at end of file + #- script diff --git a/logbook.yaml b/logbook.yaml index e650f62f..548649a6 100644 --- a/logbook.yaml +++ b/logbook.yaml @@ -4,6 +4,7 @@ exclude: entities: + - sensor.date - sensor.time - sensor.time_date # Mercedes Me diff --git a/recorder.yaml b/recorder.yaml index 28a4c8a3..f64ae147 100644 --- a/recorder.yaml +++ b/recorder.yaml @@ -6,38 +6,49 @@ purge_keep_days: 30 purge_interval: 1 exclude: entities: + - sensor.date - sensor.time - sensor.time_date + # Mercedes Me + - binary_sensor.ff590mr_door_front_left + - binary_sensor.ff590mr_door_front_right + - binary_sensor.ff590mr_door_rear_left + - binary_sensor.ff590mr_door_rear_right + #- binary_sensor.ff590mr_doors_closed + - binary_sensor.ff590mr_engine_light_warning + #- binary_sensor.ff590mr_locked + - binary_sensor.ff590mr_park_brake_status + - binary_sensor.ff590mr_tire_warning + - binary_sensor.ff590mr_trunk + #- binary_sensor.ff590mr_warning_brakefluid + #- binary_sensor.ff590mr_warning_coolantlevellow + #- binary_sensor.ff590mr_warning_washwater + - binary_sensor.ff590mr_window_front_left + - binary_sensor.ff590mr_window_front_right + - binary_sensor.ff590mr_window_rear_left + - binary_sensor.ff590mr_window_rear_right + - binary_sensor.ff590mr_windows_closed + - lock.ff590mr_lock - sensor.ff590mr_distance_since_reset - sensor.ff590mr_distance_since_start - sensor.ff590mr_door_front_left - sensor.ff590mr_door_front_right - - sensor.ff590mr_door_lock_decklid - - sensor.ff590mr_door_lock_front_left - - sensor.ff590mr_door_lock_front_right - - sensor.ff590mr_door_lock_gas - - sensor.ff590mr_door_lock_rear_left - - sensor.ff590mr_door_lock_rear_right - sensor.ff590mr_door_rear_left - sensor.ff590mr_door_rear_right - - sensor.ff590mr_electric_consumption_reset - - sensor.ff590mr_electric_consumption_start - - sensor.ff590mr_electric_distance_critical_reset - - sensor.ff590mr_electric_distance_since_start - - sensor.ff590mr_electric_range_skip_indicator - - sensor.ff590mr_licenseplate + #- sensor.ff590mr_fuel_level - sensor.ff590mr_liquid_consumption_reset - sensor.ff590mr_liquid_consumption_start - - sensor.ff590mr_liquid_range + - sensor.ff590mr_lock + #- sensor.ff590mr_odometer + - sensor.ff590mr_service_interval_days - sensor.ff590mr_tire_pressure_front_left - sensor.ff590mr_tire_pressure_front_right - sensor.ff590mr_tire_pressure_rear_left - sensor.ff590mr_tire_pressure_rear_right - - sensor.ff590mr_window_front_left - - sensor.ff590mr_window_front_right - - sensor.ff590mr_window_rear_left - - sensor.ff590mr_window_rear_right + - sensor.ff590mr_trunk domains: - automation - group + - input_boolean + - input_text #- script diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index 6656d782..2c946224 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -396,8 +396,7 @@ views: show_header_toggle: false entities: #- lock.ff590mr_lock - - input_boolean.ff590mr_lock - - binary_sensor.ff590mr_locked + - switch.ff590mr_lock - binary_sensor.ff590mr_doors_closed - binary_sensor.ff590mr_windows_closed_2 - binary_sensor.ff590mr_park_brake_status @@ -545,6 +544,7 @@ views: icon: mdi:settings badges: - binary_sensor.home_mode + - binary_sensor.guard_mode - binary_sensor.speech_notifications - binary_sensor.text_notifications cards: -- 2.47.3