views:
  - title: Home Info
    path: home-info
    layout:
      width: 400
      max_cols: 10
      min_height: 3
    type: custom:masonry-layout
    badges: []
    cards:
      - type: custom:clock-weather-card
        entity: weather.forecast_home_hourly
        title: null
        sun_entity: sun.sun
        weather_icon_type: line
        animated_icon: true
        forecast_days: 5
        locale: en-GB
        time_format: 24
        date_pattern: P
        hide_today_section: false
        hide_forecast_section: false
        hide_clock: false
        hide_date: false
        hourly_forecast: true
        use_browser_time: true
      - type: custom:grocy-chores-card
        entity:
          - sensor.grocy_chores
          - sensor.grocy_tasks
        title: To-Do
        show_quantity: 10
        show_days: 3
        show_create_task: true
        show_last_tracked: true
        show_assigned: false
        show_overflow: true
        show_chores_without_due: true
        show_tasks_without_due: true
        use_long_date: true
        due_in_days_threshold: 7
        use_24_hours: false
        hide_text_with_no_data: true
        use_icons: true
        filter_user: 2
        user_id: 2
      - square: false
        type: grid
        cards:
          - show_name: true
            show_icon: true
            show_state: true
            type: glance
            entities:
              - entity: binary_sensor.lumi_lumi_sensor_magnet_aq2_opening_3
                name: Kitchen
              - entity: binary_sensor.lumi_lumi_sensor_magnet_aq2_opening_2
                name: Kitchen Tilted
              - entity: binary_sensor.balcony_door_sensor
                name: Balcony
              - entity: binary_sensor.lumi_lumi_sensor_magnet_aq2_opening_4
                name: Bedroom
            title: Windows
          - type: glance
            entities:
              - entity: binary_sensor.lumi_lumi_sensor_magnet_opening_4
                name: Living Room
              - entity: binary_sensor.lumi_lumi_sensor_magnet_opening_5
                name: Bedroom
              - entity: binary_sensor.lumi_lumi_sensor_magnet_opening_3
                name: Kitchen
              - entity: binary_sensor.lumi_lumi_sensor_magnet_opening_2
                name: Main
              - entity: binary_sensor.lumi_lumi_sensor_magnet_opening
                name: Bathroom
            state_color: true
            title: Doors
          - type: glance
            entities:
              - entity: sensor.living_room_purifier_temperature
                name: Living Room
              - entity: sensor.zhimi_mb3_5e67_temperature
                name: Bedroom
              - entity: sensor.kitchen_temperature_and_humidity_sensor_temperature
                name: Kitchen
              - entity: sensor.hall_temperature
                name: Hall
              - entity: sensor.bathroom_temperature
                name: Bathroom
            title: Temperature
        columns: 1