2023.6: Community storage, favourite gentle colours, new integrations dashboard

Dwelling Assistant Core 2023.6! 🎉
Prepare for a traditional, old style, jam-packed launch! 🤯
I’m enthusiastic about so many issues being shipped on this launch that it’s
arduous to choose a favourite 😅 This launch has all of it.
Having the ability to straight use and again up my Dwelling Assistant configuration to my
community storage is totally unimaginable! However I additionally actually get pleasure from the brand new and
clear integrations dashboard and pages.
The function that vastly improved the Dwelling Approval Consider my family
is certainly the addition of the brand new favourite colours within the gentle dialogs 🎨
Benefit from the launch!
../Frenck
Don’t overlook to join our release party live stream on YouTube
7 June 2023, at 12:00 PDT / 21:00 CEST!
Connect and use your existing network storage
Do you have a network storage in your home? Like a QNAP or Synology NAS?
This release adds the ability to add and use that storage with Home Assistant!
This long and highly requested feature is now available when running the
Home Assistant Operating System. In the Settings > System > Storage
menu, now you can discover a entire new set of controls to hook up with your storage
and use it to, for instance, use your community share as a media supply
in Dwelling Assistant.
Even higher: You should use it as a goal on your backups in order that when
Dwelling Assistant creates a backup for you, it is going to retailer it straight on
your community storage.
A number of community storages are additionally supported; for those who like, you may
simply add extra.
Integrations dashboard & pages
The integrations dashboard has gotten a major overhaul!
There have been quite some usability issues with the previous version of the
integration dashboard. For example, if you use ESPHome with many units,
you might be undoubtedly conversant in the annoying scrolling in that little card. Or,
huge error messages stretching these playing cards out, messing up the entire web page.
This launch brings in an entire new integrations dashboard that addresses many
of those points, aiming to offer a cleaner and extra constant expertise.
Gadget primarily based integrations, like ESPHome, are mixed: no extra scrolling.
A failing integration not stretches the format or makes the
format “soar” throughout retries. Customized integrations and integrations relying
on the cloud at the moment are extra visibly marked.
Deciding on the cog icon on the mixing card will convey you to a model new
integrations web page, displaying all details about the mixing:
Within the above instance, the ESPHome integration web page exhibits all units
this integration has. All the knowledge and choices, beforehand squashed into
the mixing dashboard, at the moment are out there right here.
These model new integration pages are useful somewhere else in Dwelling Assistant.
For instance, the system pages can now hyperlink again on to the mixing
that offered it.
Light entity dialog improvements: favorite colors
Recently we introduced new controls in the light entity dialog, and this release
iterates on the design by adding the current brightness, new controls,
and adding favorite colors! 🎨
Each light (or light group) has its own set of colors. These colors can
be added, changed, removed, and reorganized using drag-and-drop. To enter
edit mode, select and hold one of the colors:
Added to the entity dialog: last changed
By popular request, the information on when an entity was last changed has
been added back to the new entity information dialogs.
Not only that, @piitaya added a really good easter egg! You may click on on it
to toggle between the relative and absolute format!

Related information
Which automation is using that blueprint? Well, Home Assistant can now tell you
that! On the Settings > Automations & Scenes > Blueprints
web page, choose the three dotted menu on any blueprint to find which
automations are utilizing that blueprint.
Not solely that, for those who unintentionally attempt to take away a blueprint that’s nonetheless in use,
Dwelling Assistant will cease you from eradicating it and inform you which automations
nonetheless depend on it.
Maintain on; there’s extra associated! The associated objects within the entity data
dialog have been improved as effectively. The previous checklist of hyperlinks is gone, and it now exhibits
a far more fashionable view of all associated objects for an entity:
Discover the way it properly hyperlinks again to the brand new integration web page right here too!
Copy ’n paste support in the automation editor
An amazing contribution by @karwosts on this launch that provides minimize, copy
& paste capabilities to the automation and script editors!
Now you can copy and paste any set off, situation, and motion into totally different
locations of your automation and even paste it into a unique automation
altogether!
Python 3.11 and significant performance upgrades
This release ships running on Python 3.11! In case you are wondering, what is
that? Well, Python is the language the Core of Home Assistant is written in.
Why it matters? It is seriously faster! 🚀
If you run the Home Assistant Operating System or are using the Home Assistant
Container installation type: You won’t have to do anything as we handle the
upgrade to Python 3.11 for you.
And that is not all in terms of performance. We’ve also upgraded internal parts,
including a newer SQLite version that should be faster. Oh! And, of course,
@bdraco has been far and wide to optimize lots (lots lot).
This launch might be anticipated to be lots quicker (or much less consuming) of sources
at runtime.
Matter 1.1
The Matter implementation within Home Assistant is now based on the freshly
released 1.1 version of the Matter standard. This brings a ton of stability
fixes and improvements, but unfortunately, no new features.
Thanks to @Diegorro98, we do now have help for tilt covers! Apart from that,
this Dwelling Assistant launch ships with a number of generic bugfixes and
optimizations; we’ve managed to squeeze out some further efficiency to
make state updates on your Matter units lightning-fast 🚀
All these stability enhancements to each the Matter stack and our
implementation didn’t go unnoticed:
Z-Wave updates
There has been quite a bit of progress on Z-Wave in Home Assistant.
Thanks to @raman325, the mixing reached platinum degree 🏆 on our
high quality scale. This implies the mixing now does issues proper in accordance
to greatest practices which ought to imply a greater consumer expertise usually.
Have you ever ever turned on a Z-Wave gentle from the Dwelling Assistant UI simply to see
the toggle going off once more after a few seconds, then after some extra
seconds seeing it going again to on? This long-standing difficulty (that even received the
nickname flip/flop) for sure units, which can be sluggish to reply to their
state has lastly been addressed.
For these of you that prefer to automate all the pieces, now you can automate not
solely the Z-Wave system state but additionally the system configuration. We added system
configuration parameter entities so that just about each Z-Wave system setting
is now out there as an entity.
Not stopping there, we additionally added entities for system connection statistics,
which you should use to, for instance, create a notification if a tool generates
greater than a certain quantity of dropped messages. If you wish to monitor
a misbehaving system, you may allow these sensors to view the historical past
of the connection efficiency.
Within the background, @AlCalzone is working tirelessly on the Z-Wave JS driver,
which is the muse of our Z-Wave integration. Amongst different issues, some
units at the moment are quicker to interview throughout addition, and extra units
might be configured.
New entities! Date, time, date/time
We welcome three new entity sorts on this launch:
date
, time
& datetime
.
These entities allow integrations to provide date, time, or date/time input
controls from the UI. They are very similar to the input datetime
helper but are available for use by integrations.
How the new time, date, and date/time entities will look like on your dashboards.
They are so new that no integrations are using them yet, but you can expect
to see usage in (custom) integrations of these soon!
Thanks for creating those @raman325!
Other noteworthy changes
There are much more easter bunnies in this release; here are some of the other
noteworthy changes this release:
- When using services in the UI (like in the automation editor), only options
and settings available to the selected target devices & entities will be shown.
This makes the UI much cleaner! Thanks, @emontnemery and @bramkragten! - The Roborock integration (launched within the earlier launch) obtained a lot
love and now offers a variety of latest entities. Thanks @Lash-L! - The Android TV Distant integration now offers a media participant entity too!
Good, @Drafteed! -
KNX now offers its personal panel, permitting you to add your KNX
venture file, and presents a gaggle monitor for stay bus diagnostics.
Info from the venture can also be used for system triggers.
Superb @marvin-w and @farmio! -
@bdraco added the choice to disable Webhooks for ONVIF in case your
digital camera isn’t totally following specs. - The variables motion is now additionally out there within the automation and script
editors within the UI. Thanks, @piitaya - The add-on dashboard now has a search bar. Useful, @bramkragten!
- The Samsung TV now has a distant entity, permitting you to ship distant key
presses on to your TV! Thanks @peitschie! - The States in the developer tools now
makes use of the entity ID within the entity ID picker. Thanks, @bramkragten! -
@gjohansson-ST added a service to alter a working timer helper, @frenck
did one thing comparable and added a service to set the worth of a counter helper. - The AccuWeather integration now offers sensors for the climate situation
and photo voltaic irradiance values. Thanks, @bieniu - Now you can replace your QNAP QSW straight from Dwelling Assistant. Good @Noltari!
- The BMW Linked Drive now permits you to toggle local weather on/off and new
entities associated to the charging of your automotive. Thanks, @rikroe and @cpoulsen!
New Integrations
We welcome the next new integrations on this launch:
-
Airzone Cloud, added by @Noltari
Local weather management on your Aidoo, Easyzone, or Flexa air conditioners. -
Date, Time, and Date/Time, added by @raman325
New entity sorts that permit integrations to offer date/time controls. -
Electra Good, added by @jafar-atili
Management your Electra Air air conditioner from Dwelling Assistant. -
Google Generative AI Dialog, added by @tronikos
A dialog agent powered by Google Generative AI. -
JVC Projector, added by @SteveEasley
Now you can automate your community controllable JVC Projector. -
YouTube, added by @joostlek
Add your favourite YouTube channels as sensors.
This launch additionally has a brand new digital integration. Digital integrations
are stubs which can be dealt with by different (current) integrations to assist with
findability. This one is new:
Integrations now out there to arrange from the UI
The next integrations at the moment are out there through the Dwelling Assistant UI:
Need help? Join the community!
Home Assistant has a great community of users who are all more than willing
to help each other out. So, join us!
Our very active Discord chat server is an excellent place to be
at, and don’t forget to join our amazing forums.
Discovered a bug or difficulty? Please report it in our issue tracker,
to get it fastened! Or, verify our assist web page for steering for extra
locations you may go.
Are you extra into e-mail? Signal-up for our Constructing the Open Dwelling Publication
to get the newest information about options, issues taking place in our neighborhood and
different information about constructing an Open Dwelling; straight into your inbox.
Breaking Changes
All Home Assistant versions, of which the Home Assistant project manages the
Python version for you, have been upgraded to Python 3.11. This affects
the following installation types:
- Home Assistant Operating System
- Home Assistant Container
- Home Assistant Supervised
This might affect you when using custom integrations, as those must be
compatible with Python 3.11.
Furthermore, as of this release, Python 3.10 is deprecated, and support will
be removed in Home Assistant 2023.8. This only affects you if you are
running Home Assistant Core installation type in your own Python virtual
environment. Please update your Python version to Python 3.11.
If you run Home Assistant OS, Home Assistant Container, or Home Assistant
Supervised, we have taken care of this for you; you will be using Python 3.11
automatically on upgrade.
The counter
entities not restore their earlier manually set
configuration (utilizing the – now deprecated – counter.configure
service) on
Dwelling Assistant startup. As an alternative, it is going to now use the configuration as set in
the helper configuration within the UI (or as configured YAML, if used).
This conduct is eliminated, because it brought about configuration points, as the brand new
configuration was by no means utilized once more (however endlessly restored). This conduct was
out of the abnormal for Dwelling Assistant and thus now standardized.
The worth of the counter remains to be restored and out there throughout Dwelling Assistant
restarts.
The Command Line integration adjustments its YAML configuration format from
an old-style platform configuration to a extra fashionable integration-style
configuration format.
For instance, in case you have a binary sensor configured beforehand as:
# Instance configuration.yaml entry
binary_sensor:
- platform: command_line
command: "cat /proc/sys/web/ipv4/ip_forward"
That very same binary sensor is now configured underneath the command_line
integration
configuration as:
# Instance configuration.yaml entry
command_line:
- binary_sensor:
command: "cat /proc/sys/web/ipv4/ip_forward"
Be aware: Whereas that is at the moment not but a breaking change, it did elevate questions
throughout our beta testing interval. Therefore now we have added this as a breaking change
to offer extra context.
(@gjohansson-ST – #92824) (documentation)
The beforehand deprecated YAML configuration of the D-Hyperlink Wi-Fi Good Plugs
integration has been eliminated.
D-Hyperlink Wi-Fi Good Plugs at the moment are configured through the UI. Any current YAML
configuration has been imported in earlier releases and may now be safely
eliminated out of your YAML configuration recordsdata.
(@gjohansson-ST – #92590) (documentation)
The beforehand deprecated YAML configuration of the EDL21
integration has been eliminated.
EDL21 is now configured through the UI. Any current YAML
configuration has been imported in earlier releases and may now be safely
eliminated out of your YAML configuration recordsdata.
(@gjohansson-ST – #93551) (documentation)
The binary sensor offering “improve out there” data has been eliminated
and changed by a brand new replace
entity. If you happen to use the binary sensor in your
automations, scripts, or dashboards, you will have to regulate them to
this alteration.
(@RenierM26 – #85377) (documentation)
The beforehand deprecated YAML configuration of the Frontier Silicon
integration has been eliminated.
Frontier Silicon is now configured through the UI. Any current YAML
configuration has been imported in earlier releases and may now be safely
eliminated out of your YAML configuration recordsdata.
(@gjohansson-ST – #93552) (documentation)
The Google Nest YAML configuration has been totally eliminated. You need to make sure you
have imported your configuration and credentials into the UI earlier than upgrading.
Nest Desktop or OOB authentication, which was beforehand disabled by Google,
has now been eliminated.
(@allenporter – #92311) (documentation)
Dwelling Assistant was nonetheless utilizing the legacy Python pip package deal resolver, which
has been eliminated. On account of upstream package deal conflicts, the IBM Watson TTS
integration has been disabled.
The upstream venture offering the libraries used has been notified repeatedly
in, no less than, the previous two years; sadly, with out response. We had no
different alternative than to disable this integration.
(@frenck – [#92124]) (documentation)
The default unit of measurement for manually arrange sensors from IHC has been
eliminated. Dwelling Assistant now assumes all sensors with a unit of measurement set
are a quantity. IHC sensors might be textual content, however due to the default unit of
measurement, there’s at the moment no solution to get textual content sensors from IHC working.
This can be a breaking repair as a result of for those who at the moment have temperature sensors
with no unit of measurement set, you’ll have to set this for the sensors.
The beforehand deprecated YAML configuration of the Nextcloud
integration has been eliminated.
Nextcloud is now configured through the UI. Any current YAML
configuration has been imported in earlier releases and may now be safely
eliminated out of your YAML configuration recordsdata.
(@gjohansson-ST – #93550) (documentation)
The beforehand deprecated YAML configuration of the Obihai
integration has been eliminated.
Obihai is now configured through the UI. Any current YAML
configuration has been imported in earlier releases and may now be safely
eliminated out of your YAML configuration recordsdata.
(@gjohansson-ST – #93549) (documentation)
Persistent notifications are not saved within the state machine. This implies
that we not create an entity for every persistent notification.
If you happen to used these entities in, for instance, automations, scripts, or templates,
you gained’t have the ability to use these anymore.
(@bdraco – #92828) (documentation)
The persistent_notification.mark_read
service has been eliminated.
The beforehand deprecated YAML configuration of the Rain Fowl
integration has been eliminated.
Rain Fowl is now configured through the UI. Any current YAML
configuration has been imported in earlier releases and may now be safely
eliminated out of your YAML configuration recordsdata.
(@gjohansson-ST – #92599) (documentation)
The beforehand deprecated rainbird.rain_delay
service for Rainbird has been
eliminated. Please replace any automation or script relying on this service.
(@gjohansson-ST – #92601) (documentation)
Dwelling Assistant was nonetheless utilizing the legacy Python pip package deal resolver, which
has been eliminated. On account of upstream package deal conflicts, the Salda Smarty
integration has been disabled.
The upstream venture offering the libraries used has been notified repeatedly
in, no less than, the previous two years; sadly, with out response. We had no
different alternative than to disable this integration.
(@frenck – [#92124]) (documentation)
The beforehand deprecated YAML configuration of the Samsung Good TV
integration has been eliminated.
Samsung Good TV is now configured through the UI. Any current YAML
configuration has been imported in earlier releases and may now be safely
eliminated out of your YAML configuration recordsdata.
The tampered and low battery standing zone attributes have been moved into their
personal devoted binary sensors. If you happen to use these attributes in your automations,
scripts, or dashboards, you will have to replace these to replicate this alteration.
(@austinmroczek – #73152) (documentation)
The beforehand deprecated YAML configuration of the Vallox
integration has been eliminated.
Vallox is now configured through the UI. Any current YAML
configuration has been imported in earlier releases and may now be safely
eliminated out of your YAML configuration recordsdata.
On/Off properties for the Indicator CC are not found as entities.
They have been beforehand found as sensor entities which weren’t helpful in
instances the place you needed to alter these values, and also you would wish to alter
the worth for all three On/Off properties concurrently to ensure that them to
work, which wasn’t supported with our current discovery mannequin.
(@raman325 – #90248) (documentation)
For units with the Entry management
generic system class, the Door lock mode
config parameter not will get created as a sensor
entity and can as an alternative
get created as a choose
entity.
(@raman325 – #92223) (documentation)
The Good IBT4ZWAVE module was beforehand found as a lightweight, however now it’s
found as a canopy. The sunshine entity will likely be completely unavailable and may
be safely deleted.
In case you are a customized integration developer and need to study breaking
adjustments and new options out there on your integration: Make sure to observe our
developer blog. The next are probably the most notable for this launch:
Farewell to the following
The following integrations are also no longer available as of this release:
All adjustments
After all, there’s much more on this launch. You will discover an inventory of
all adjustments made right here: Full changelog for Dwelling Assistant Core 2023.6