- sensor:
- name: "Dage til restaffald afhentes"
state: "{{ (as_local(as_datetime(state_attr('calendar.restaffald', 'start_time'))) - today_at('00:00')).days }}"
unit_of_measurement: "D"
icon: mdi:trash-can
attributes:
days: "{{ (as_local(as_datetime(state_attr('calendar.restaffald', 'start_time'))) - today_at('00:00')).days }}"
next_date: "{{ as_local(as_datetime(state_attr('calendar.restaffald', 'start_time'))).isoformat() }}"
- sensor:
- name: "Dage til genbrug afhentes"
state: "{{ (as_local(as_datetime(state_attr('calendar.genbrug', 'start_time'))) - today_at('00:00')).days }}"
unit_of_measurement: "D"
icon: mdi:recycle
attributes:
days: "{{ (as_local(as_datetime(state_attr('calendar.genbrug', 'start_time'))) - today_at('00:00')).days }}"
next_date: "{{ as_local(as_datetime(state_attr('calendar.genbrug', 'start_time'))).isoformat() }}"