2022.5: Streamlining settings

@bdraco

https://github.com/home-assistant/core/issues/71308

Thanks Petro, yes I was being dumb! :slight_smile:

I wouldnā€™t say that, took me a bit to find it. It was one of the most asked questions in the beta. Just need to learn the new location.

1 Like

Gents, while moving config check\reload to developments menu, did you think that Development menu opens quite a long time on configs bigger than couple of buttons\lights?

i have my HA running on i5-10600 with 16gb ram and nvme driveā€¦it tooks up to 3sec every time when i open dev menuā€¦just think about rpi usersā€¦

5 Likes

Takes milliseconds for me

Great work all! The changes will be very helpful. The new Insteon control panel for us who came from the old Insteon environment is great. I do have an ask - is there a way to add the HA ā€œfriendly namesā€ for the Insteon devices?

Thanks

Dan

It depends on how many entities you have. It takes ~250ms for me, but I only have 1k entities or so. Seems like it might be worth switching the default page to the Yaml Configuration page when you first click on Developer Tools.

5 Likes

how many entities?

i have about 3200 entities at the moment

exactly. iā€™m with HA for more than 3 years and it looks like it was not tested\planned\designed for big setupsā€¦

No, it was noted. The dev who made the ui changes wanted feedback from the community before changing the default page.

2 Likes

There should be a better work around. Think the state page is one of the most used pages in developer tools and only because there was the move from cepheck/reload to the new yaml tab there, this should not be the entry point and one have to click again to get, where he want to go.

I think: For those who want a quicker restart can use the system menu.

1 Like

The default page is only used on the first loading of the page. If you navigate around frequently, clicking dev tools will remember the last tab it was on, so this is a moot point.

2 Likes

Well done guys! :+1:

Itā€™s amazing how you keep lifting HA to the next level, EVERY TIME!
Thanks to everyone who has contributed.

Yes and no. If it would be stored in a cookie, user profile or whatever, you are right and this would be more than great. but currently every refresh of the browser, every new browser page,ā€¦ It is resetting to default.

found a quick one - working fine from left menu

Packed release - great work!

The new developer-tools/statistics page is interesting. Minor bug: clicking on sort by issue doesnā€™t work properly. The sort order changes but itā€™s not sorted by issue.

Awesome, thanks to everyone who worked on it! :+1:

You get me wrong. I know this. My point was only, that I personally would not like if this page would be default page of developer tools as Petro proposed.

about 7 seconds (!!!) on celeron - too much to be ok

Guys, i was waiting for the continue_on_error option:

so yaml:


all_off:
  alias: Alles uit
  continue_on_error: true
  sequence:
  blabla...

but gives me:

2022-05-04 22:27:58 ERROR (MainThread) [homeassistant.config] Invalid config for [script]: [continue_on_error] is an invalid option for [script]. Check: script->continue_on_error. (See /config/configuration.yaml, line 130).