{% else %}\r
{% set car_position = "fuori" %}\r
{% endif %}\r
- {% if is_state('binary_sensor.car_doors_lock', 'off') %}\r
+ {% if is_state('binary_sensor.ff590mr_locked', 'off') %}\r
{% set car_lock = "chiusa" %}\r
{% else %}\r
{% set car_lock = "aperta" %}\r
{% endif %}\r
- {% if is_state('binary_sensor.car_windows_lock', 'off') %}\r
+ {% if is_state('binary_sensor.ff590mr_windows_closed_2', 'off') %}\r
{% set car_windows = "chiusi" %}\r
{% else %}\r
{% set car_windows = "aperti" %}\r
{% endif %}\r
- {% if is_state('binary_sensor.ff590mr_parkbreak_status', 'on') %}\r
+ {% if is_state('binary_sensor.ff590mr_park_brake_status', 'on') %}\r
{% set car_parkbreak = "inserito" %}\r
{% else %}\r
{% set car_parkbreak = "non inserito" %}\r
{% endif %}\r
La Mercedes si trova {{ car_position }}. è {{ car_lock }}, con i finestrini {{ car_windows }} e il freno a mano {{ car_parkbreak }}.\r
- Il livello del carburante è {{ states('sensor.ff590mr_tank_level') }} percento.\r
- {% if is_state('binary_sensor.ff590mr_warning_breakfluid', 'on') or\r
- is_state('binary_sensor.ff590mr_warning_engine_light', 'on') or\r
+ Il livello del carburante è {{ states('sensor.sensor.ff590mr_fuel_level') }} percento.\r
+ {% if is_state('binary_sensor.ff590mr_warning_brakefluid', 'on') or\r
+ is_state('binary_sensor.ff590mr_warning_coolantlevellow', 'on') or\r
is_state('binary_sensor.ff590mr_warning_washwater', 'on') %}\r
Sono inoltre presenti allarmi.\r
{% endif %}\r