Dashboard - duplication of a view which cannot be removed

Hi
I copied the home url to another view tab by mistake (let’s call it new view).
(overview on side bar->edit dashboard->edit pen->setting)
Now the two views are showing the same view - home view.

If I’m deleting the new tab the home view is deleted as well.
If I’m hiding the new tab the home view is hided as well.
If I’m deleting the new tab’s URL the home view is changed as well.

Any ideas on how to resolve it?

Thanks
Ariel

If you rename one does it rename both?

If you can rename one, do so. If not you will have to edit the raw config (three dots menu top right when in edit mode).

2 Likes

The rename did work on both
I used the raw editor to delete the view. worked like charm.

I don’t know the reason for this failure, the view I deleted looks OK.

Thanks
Ariel

Deleted code

  - theme: Backend-selected
    path: 'Hydroponic '
    title: 'Hydroponic '
    visible:
      - user: f8474fb2f79d4b89aaa0d5b69c70b100
      - user: ebeaca2c9d5947519f4541b55b5d4ca2
    icon: mdi:water-pump
    badges: []
    cards:
      - cards:
          - entities:
              - entity: input_number.pump_duration_pool
              - entity: input_boolean.heat_pool
            show_header_toggle: false
            title: 'Pool '
            type: entities
          - entities:
              - entity: switch.pump
              - entity: switch.heat_pump
            show_header_toggle: false
            title: Pool - Manual
            type: entities
          - entities:
              - entity: switch.pump
              - entity: switch.heat_pump
              - entity: sensor.wifi_signal_sensor_3
              - entity: sun.sun
            hours_to_show: 24
            refresh_interval: 0
            type: history-graph
        type: vertical-stack