elchininet / custom-sidebar

Custom HACS plugin that allows you to personalise the Home Assistant's sidebar per user or device basis
Apache License 2.0
60 stars 4 forks source link

HACS and Google Drive Backup #178

Closed cataseven closed 1 week ago

cataseven commented 1 week ago

Hi,

I have two issues:

id: sidebar order:

1 2 3

elchininet commented 1 week ago

Hi @cataseven,

For the first issue, could you check your browser dev console and see if there is a warning coming from the plugin saying that it cannot find the item HACS? Also, in your browser dev console, could you go to Application > Local storage and check if you have an entry called sidebarPanelOrder.

About the second issue, I don't understand your question, could you explain better what the issue is?

Regards

cataseven commented 1 week ago

Thx for quick response.

For the second issue; Home Assistant Google Drive Backup addon is installed. I see its icon on the sidebar and I want to give an order number but I do not know the item name. For example for Studio Code Server it is - item: studio code.

What should I do to give order number for Google Drive Backup addon 2024-10-22 21_34_25-Home Assistant

elchininet commented 1 week ago

For the second issue; Home Assistant Google Drive Backup addon is installed. I see its icon on the sidebar and I want to give an order number but I do not know the item name. For example for Studio Code Server it is - item: studio code.

You say that you see the icon in the sidebar but at the same time you say that you don't know its name, that is weird. So does it appear in the sidebar without a name? Post screenshots about it, in your screenshots I cannot se HACS neither the Google Drive backup.

cataseven commented 1 week ago

ok. I fixed the second issue

this worked. my stupidity :)

elchininet commented 1 week ago

ok. I fixed the second issue

Ah, I see it in the sidebar, and its name is Backups, it was weird that you mentioned that you saw it but you didn't know its name šŸ™‚

cataseven commented 1 week ago

Ohh ok I understand now. My Hacs is named as Store. 2024-10-22 21_44_12-Settings ā€“ Home Assistant

When I leave it blank and save it retuns Store as default name.

So below is working for hacs now. Thanks

elchininet commented 1 week ago

Ah super, everything is solved then. Just remember that there are other matchers apart from name. You can also match by data-panel or by href. Regards