Car engine heater for Nordic (and other cold climates)

Full dashboard config:

      - type: vertical-stack
        cards:
          - type: glance
            entities:
              - entity: sensor.time
              - entity: sensor.balkong_norr_temperature
                name: Temp ute
              - entity: switch.motorvarmare_flagga
                name: MV Flagga
          - type: entities
            entities:
              - entity: input_boolean.mv_mur_automat_igang
              - type: custom:template-entity-row
                name: >-
                  Nästa schema -
                  {{state_attr('calendar.mv_mur_schema','message')}}
                state: >-
                  {{as_timestamp(state_attr('calendar.mv_mur_schema','start_time'))|timestamp_custom('%a
                  %H:%M')}}
                icon: mdi:calendar
          - type: custom:time-picker-card
            entity: input_datetime.mv_mur_avresetid
            hour_mode: 24
            hour_step: 1
            minute_step: 5
            second_step: 5
            name: 'Ställ in avresetid:'
            layout:
              embedded: false
              name: inside
              align_controls: center
            hide:
              name: false
            link_values: false
          - type: entities
            entities:
              - entity: input_boolean.mv_mur_manuell_tid
                name: registera avresetid --->
            state_color: false
            show_header_toggle: false
          - type: conditional
            conditions:
              - entity: input_boolean.mv_mur_manuell_tid
                state: 'on'
            card:
              type: entity
              entity: sensor.mv_mur_departure
              icon: mdi:clock
          - type: conditional
            conditions:
              - entity: switch.motorvarmare_mur
                state: 'off'
            card:
              type: button
              tap_action:
                action: toggle
              entity: switch.motorvarmare_mur
              icon_height: 50px
              name: Starta nu
          - type: conditional
            conditions:
              - entity: switch.motorvarmare_mur
                state: 'on'
            card:
              type: button
              tap_action:
                action: toggle
              entity: switch.motorvarmare_mur
              icon_height: 50px
              name: Motorvärmaren är igång!
          - type: custom:auto-entities
            show_empty: false
            card:
              type: entities
              title: 'Script:'
              show_header_toggle: false
            filter:
              include:
                - domain: script
                  entity_id: /mv_mur_/
                  state: 'on'
            sort:
              method: name
          - type: custom:auto-entities
            card:
              type: entities
              title: 'Automater:'
              show_header_toggle: false
            filter:
              include:
                - entity_id: /motorvarmare_mur_auto/
            sort:
              method: name```
2 Likes