dwains-lovelace-dashboard
dwains-lovelace-dashboard copied to clipboard
More pages naming issue
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.
same issue
Did you solve it ?
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: @.***>
Same issue anyone found the solution ?
Same here!
I got the same problem, cant create any new pages. Nervewrecking, cant do anything about it.
Try this guy's, in the yaml when creating the page use the name yaml code and give it a name.
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 How you made it? for the problem about new page disappiars just reboot and if isn't enouth clear cache.
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.
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
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.
Same issue here. I'll close my ticket and just add myself to this list
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!
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!
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?
Should create this dashboard:
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.