Great release. Thanks a lot!
so the mqtt cover configuration has been changed from :
cover:
- platform: mqtt
name: "Rolgordijn"
into
mqtt:
cover:
- name: "Rolgordijn"
?
Yes. Just like the template integration was a few releases ago.
But to be clear, the existing format still works until 2022.9. You donât have to rush to refactor
Cool release. Only one thing I wouldâve liked to see:
Can we please make it possible that we add a new button within the energy dashboard with âcontract yearâ
My contract runs from november till october and would love to see it all in one view.
especially since the gas prices now this would be a cool addition.
When do updates become available?
Reason Iâm asking is that being on Raspberry PI 4 with HASS.IO installed, the Updates section does not show anything yet, even if manually refresh from config > system > updates.
Yeah, donât be me who did refactor everything, only to find the 2022.6 Docker image isnât yet released and the latest
image is still 2022.5.5 which doesnât understand the new layout. Got it all working again with the 2022.6.0b7 beta version in the interim, but more work than intended.
Absolutely no intention of blaming anyone other than myself in the above paragraphâŠ
We need âcustom date rangeâ in Energy Dashboard.
Great release.
Thanks for the clarification - the update also does appear in my installation now.
Well youâd need more then a button for this since youâd also need a new setting to tell HA what âcontract yearâ actually means. I would guess it varies for everyone.
Another user mentioned it already but I think custom date range is a more logical next step. Either way put in a #feature-requests for what you think is missing
It is available now.
Awesome stuff folks!
BTW - When will be required to switch our Nabu Casa subscription payment method in the US? Iâm just worried there will be a gap in service if I miss it.
Nice !
ButâŠWhere are the fixes planned for 2022.5.6 ?
I canât see them in all changes, I was waiting for : https://github.com/home-assistant/core/pull/72027
That new energy panel
They are in 2022.6.0
still donât understand why breaking changes are always âmuch longerâ than new features and improvements.
hope to see this change in the future.
I wouldnât necessarily infer much from the size. For example, in one case many of the breaking changes are the same change applied to multiple integrations, but the feature it supports is listed once and applies to many integrations. Anyway, just one data point to consider.
Breaking Changes are (typically) new features and improvements.
The difference is that the new feature/improvement breaks the previous way of doing things. Thatâs why they are listed separately (so you can easily see if your existing configuration needs modifications to conform to the new way of doing things).
Then full changelog? Itâs not.
The blog post highlights particular improvements that are deemed noteworthy and likely to be of high interest to people. Breaking changes also are longer because they each come with a blurb trying to explain in very exacting detail exactly what happened and what users need to do. The full changelog is longer then either of these and most just quietly make the product better behind the scenes.