dwains-lovelace-dashboard icon indicating copy to clipboard operation
dwains-lovelace-dashboard copied to clipboard

More pages naming issue

Open jpktz007 opened this issue 1 year ago • 17 comments

When trying to creating a new more page, there is no name field and there is no way to save/ create the page without naming it.

jpktz007 avatar Nov 10 '23 07:11 jpktz007

same issue

Kolden12 avatar Nov 16 '23 07:11 Kolden12

Did you solve it ?

lbouriez avatar Nov 16 '23 14:11 lbouriez

No

On Thu, Nov 16, 2023, 08:04 Laurent Bouriez @.***> wrote:

Did you solve it ?

— Reply to this email directly, view it on GitHub https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/751#issuecomment-1814495925, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCGFH3S7QHZ3E5LTMW4M2C3YEYMNNAVCNFSM6AAAAAA7FXJBHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJUGQ4TKOJSGU . You are receiving this because you commented.Message ID: @.***>

Kolden12 avatar Nov 16 '23 14:11 Kolden12

Same issue anyone found the solution ?

supra1959uk avatar Nov 24 '23 13:11 supra1959uk

Same here!

mjpblaauw avatar Nov 26 '23 12:11 mjpblaauw

image

I got the same problem, cant create any new pages. Nervewrecking, cant do anything about it.

tobse91 avatar Nov 26 '23 12:11 tobse91

Try this guy's, in the yaml when creating the page use the name yaml code and give it a name.

Kolden12 avatar Nov 26 '23 17:11 Kolden12

I did recreate the more pages in YAML I do get a new tab in the top bar but the new page is not loading!

mjpblaauw avatar Nov 27 '23 06:11 mjpblaauw

@mjpblaauw How you made it? for the problem about new page disappiars just reboot and if isn't enouth clear cache.

locafra avatar Nov 27 '23 20:11 locafra

You need to reboot HA fully after you create more pages in YAML. But for now its a good work around untill I got this issue sorted out.

dwainscheeren avatar Nov 27 '23 20:11 dwainscheeren

I did recreate the more pages in YAML I do get a new tab in the top bar but the new page is not loading!

Please can you explain me how you created yaml page? I'm getting Foul

locafra avatar Nov 27 '23 20:11 locafra

Browse to the folder "Dwains-dashboard/configs/more_pages"

Create a new folder for the tab you want to add

Create a config.yaml in this folder

name: yourname icon: mdi:what you want show_in_navbar: true sort_order: 5 (The order number is related to the position the tab shows. In this example this is the 5th tab in the more pages bar)

Create a new page.yaml

columns: 2 (Shows the amount of columns of the card) entities:

  • entity: What ever you like to to show
  • entity:
  • entity:
  • entity:
  • entity:
  • entity: show_icon: true show_name: true show_state: true state_color: true type: glance

Save it all and restart home assistant.

mjpblaauw avatar Nov 29 '23 07:11 mjpblaauw

Same issue here. I'll close my ticket and just add myself to this list

LordNex avatar Dec 07 '23 12:12 LordNex

Browse to the folder "Dwains-dashboard/configs/more_pages"

Create a new folder for the tab you want to add

Create a config.yaml in this folder

name: yourname icon: mdi:what you want show_in_navbar: true sort_order: 5 (The order number is related to the position the tab shows. In this example this is the 5th tab in the more pages bar)

Create a new page.yaml

columns: 2 (Shows the amount of columns of the card) entities:

* entity: What ever you like to to show

* entity:

* entity:

* entity:

* entity:

* entity:
  show_icon: true
  show_name: true
  show_state: true
  state_color: true
  type: glance

Save it all and restart home assistant.

Could you possibly explain this more? Do we need a config.yaml and a page.yaml inside the folder? Whats the exact contents structure it needs? Could you possibly provide an example page, that'd be amazing!

SoCuul avatar Dec 08 '23 07:12 SoCuul

Browse to the folder "Dwains-dashboard/configs/more_pages" Create a new folder for the tab you want to add Create a config.yaml in this folder name: yourname icon: mdi:what you want show_in_navbar: true sort_order: 5 (The order number is related to the position the tab shows. In this example this is the 5th tab in the more pages bar) Create a new page.yaml columns: 2 (Shows the amount of columns of the card) entities:

* entity: What ever you like to to show

* entity:

* entity:

* entity:

* entity:

* entity:
  show_icon: true
  show_name: true
  show_state: true
  state_color: true
  type: glance

Save it all and restart home assistant.

Could you possibly explain this more? Do we need a config.yaml and a page.yaml inside the folder? Whats the exact contents structure it needs? Could you possibly provide an example page, that'd be amazing!

the answer is already in my post!

Create a folder and create 2 files. Read carefully and you will notice!

mjpblaauw avatar Dec 08 '23 08:12 mjpblaauw

I have manually created a 'configs/more_pages/climate' folder and placed config.yaml and page.yaml in this folder. The 'Climate' page shows up in the Menu bar. Yay! But - it wont load. I'm still missing something in the yaml - a Card Type?

Any ideas?

DD More Pages - Climate

Should create this dashboard: image

clowgg avatar Jan 21 '24 23:01 clowgg

Same issue. And following the above comments/instructions did not work.

Creator doesn't seem to be keeping the tool updated, so I'll have to look elsewhere.

b24home avatar Feb 20 '24 15:02 b24home