Did you know that today – March 2nd – in 1949, the first automatic street
light was lit in New Milford, Connecticut, USA? Seventy-three years later, we
automate our entire homes 😎
Home Assistant Core 2022.3! And this release has a different and fresh “tune”
to it! Yes, pun intended as this release brings tons of improvements
involving media.
And what is so cool about it? It is not just about browsing media,
it is even more about using it! Using media allows us to make the automations
in our home more “personal”.
For example, having our favorite radio station playing when we get home
or broadcasting announcements and sound bites to our speakers to notify
us of stuff happening in and around our home. (I really need to install that
camera at the front door now 😅.)
What are you using media for?
Enjoy the release!
../Frenck
The Home Assistant Newsletter
We realize you might like email more than watching this blog, our Twitter,
or notifications in our Discord chat to stay on top of the latest Home Assistant news.
In that case, you might like to sign-up for our newsletter instead! We’ll
send you a new email once a month when a new release drops with the release’s highlights
and interesting things we found in our community.
Our newsletter is free of any analytics and tracking. The
sign-up is below, and we have enabled double opt-in to ensure no emails
are sent if users don’t want them.
Sign up for the Home Assistant newsletter
Media Selector and the new “Play media” action
This release brings a new media selector and a “Play media” action.
These make it super easy to use media in your automations and scripts.
Choose the “Play media” action when creating an automation, select the media
player you’d like to play something on, and next… just browse and pick the
media that you want it to play! Done! 🚀
Have you ever wanted to play your front door camera stream on your television
when the doorbell rings? Well, this is now very possible with this update.
Check out this video on how to set that up in only 1.5 minutes. 🤯
More media sources!
Of course, the above-shown “Play media” action and selector is incredible. But,
you’d need some media to select! We already supported local media
and things like Spotify, but wouldn’t it be cool if we had more!?
So, this release will bring in a bunch of new media sources.
Your Cameras! Your Lovelace Dashboards! You can just pick one of your cameras
or Lovelace dashboards and “Play” them on a supported device
(like a Google Nest Hub or television). But also text to speech!
But that’s not it; we also have new integrations adding new media sources.
This release adds the DLNA Digital Media Server and Radio Browser
integrations that allow the use of their sources with your media players.
You can browse and listen to thirty thousand radio stations from all
around the world. But what is even cooler is that with the new “Play media”
action in automations, you can just select your favorite radio station to be
playing when, for example, you arrive home!
Adding the Radio Browser to your Home Assistant instance is as easy as clicking
the My Home Assistant button below. No other setup prerequisites, logins, or API
keys are need.
Upload your media straight from the browser
Getting your media files (pictures, images, soundbites, music) into your
local media folder required you to use the
Samba add-on (or something
similar).
Can we improve this experience? Sure we can!
This release adds initial support for local media management straight from the
Home Assistant frontend, allowing you to upload and remove files directly.
UI Upgrades
We have been working hard on upgrading the Home Assistant frontend to use
Material Web Components (MWC) everywhere, saying goodbye to our old
(and deprecated) paper style.
This allows our frontend to be up-to-date with the latest features and the
latest style. As you’ll notice, these elements have a different look from the
older style, so don’t be alarmed if your inputs look slightly different.
Updating to MWC gives us many new opportunities for the future and makes
Home Assistant more accessible, for example, when using a screen reader.
The screenshot above shows the new MWC styling on the left and the previous
paper styling from an older Home Assistant version on the right. The styling
change mainly impacts input fields look and feel.
Triggered!
When working an automation, triggers now show live in the UI when they are
triggering, allowing you to validate you set it up correctly.
In this little animation below, the remote is pressed a couple of times.
The automation editor will show the “TRIGGERED” bar.
Each time the trigger triggers it will be indicated in the UI.
Additionally, you can now also trigger each individual action in your automation
to test if the action you are creating runs as expected:
Entity ID autocompletion
Our YAML configuration and Jinja templates used in, for example, automations,
scripts, and frontend dashboards can be a really powerful customization
tool. You can definitely appreciate this feature if you use our code editor
in the frontend at times.
Thanks to @kubawolanin, we now have entity ID autocompletion when using
the built-in code editor in the Home Assistant frontend 😎.
Just start typing an entity ID, and the code editor will try to suggest an
entity ID and show the selected entity’s current state.
Theme: Waves by Tim Cowell.
This works when you are configuring your Lovelace cards,
creating advanced template conditions in your Automations,
and even if you are testing out your Jinja-template in the
template developer tools.
Click the My button below to test it out on your Home Assistant instance:
Other noteworthy changes
There is much more juice in this release; here are some of the other
noteworthy changes this release:
- ESPHome added support for locks! Thanks, @kbickar
- The HomeKit Controller integration has improved support for the Ecobee
thermostats. Thanks, @Jc2k!
- When playing media in the media browser, the media player bar in the bottom
will now have a volume control, thanks @balloob!
- Thanks to @kubawolanin, you can now filter and search the
Home Assistant logs!
- When selecting a date in the frontend, a beautiful new date picker is shown.
Thanks, @bramkragten!
- The IKEA TRÅDFRI integration has been worked on by @ggravlingen and
@martinhjelmare. Lots of stability issues have been resolved, battery
sensors for blinds have been added, and also support for the air purifier
has been extended with sensors for air quality and filter time left.
- @rfleming71 added button entities to the OctoPrint integration, allowing
you to control to resume, pause or stop a 3D print.
- The following integrations have added an option to set a
unique_id
in their
YAML configuration; If set, you can customize those entities in the UI.
- @starkillerOG has been chewing on NETGEAR, adding traffic sensors,
a reboot button, but also switch to allow/block devices. Awesome!
- Don’t be alarmed now, but @jbouwh added support for Sirens to MQTT!
- @rubenverhoef also dove into MQTT and added additional command templates
for MQTT lights.
- The Renault integration added HVAC, door, and lock sensors, thanks @epenet
- @bdraco added support to HomeKit for controlling the fan and oscillating
of fans in climate entities. Nice!
- The GitHub integration became much more efficient and now has many more
sensors available! Thanks @ludeeus and @timmo001, that is just amazing!
- @kbickar hasn’t been sleeping much as he modernized the SleepIQ integration,
adding a bunch of new entities in the process.
- If you have a Samsung Smart TV, @epenet added support for showing your
installed TV apps as media sources!
- Thanks to @chemelli74, you can now control the valves of those brand new
Shelly TRVs!
New Integrations
We welcome the following new integrations this release:
Integrations now available to set up from the UI
The following integrations are now available via the Home Assistant UI:
Release 2022.3.1 – March 3
- Bump soco to 0.26.4 (@jjlawren – #67498) (sonos docs)
- Check if UPnP is enabled on Fritz device (@chemelli74 – #67512) (fritz docs)
- Fix MQTT config flow with advanced parameters (@jbouwh – #67556) (mqtt docs)
- Highlight in logs it is a custom component when setup fails (@balloob – #67559)
- Bump pyobihai (@ejpenney – #67571) (obihai docs)
- Fix data type for growatt lastdataupdate (#67511) (@muppet3000 – #67582) (growatt_server docs)
- Add guards for HomeKit version/names that break apple watches (@bdraco – #67585) (homekit docs)
Release 2022.3.2 – March 6
- Add unique_id to Fritz diagnostics (@chemelli74 – #67384) (fritz docs)
- Suppress roku power off timeout errors (@ctalkington – #67414) (roku docs)
- rfxtrx: bump to 0.28 (@elupus – #67530) (rfxtrx docs)
- Remove use of deprecated xiaomi_miio classes (@rytilahti – #67590) (xiaomi_miio docs)
- Downgrade Renault warning (@epenet – #67601) (renault docs)
- Handle elkm1 login case with username and insecure login (@bdraco – #67602) (elkm1 docs)
- Fix sql false warning (@gjohansson-ST – #67614) (sql docs)
- Allign logic for Fritz sensors and binary_sensors (@chemelli74 – #67623) (fritz docs)
- Improve logging for Fritz switches creation (@chemelli74 – #67640) (fritz docs)
- Fix Fan template loosing percentage/preset (@frenck – #67648) (template docs)
- Fix reload of media player groups (@emontnemery – #67653) (group docs)
- Bump pydroid-ipcam to 1.3.1 (@MartinHjelmare – #67655) (android_ip_webcam docs)
- Ensure elkm1 can be manually configured when discovered instance is not used (@bdraco – #67712) (elkm1 docs)
- Add missing disconnect in elkm1 config flow validation (@bdraco – #67716) (elkm1 docs)
- Update aiolifx dependency to resolve log flood (@Djelibeybi – #67721) (lifx docs)
- Fix regression with homekit_controller + Aqara motion/vibration sensors (@Jc2k – #67740) (homekit_controller docs)
Release 2022.3.3 – March 7
- Fix false positive MQTT climate deprecation warnings for defaults (@jbouwh – #67661) (mqtt docs)
- Fix timezone for growatt lastdataupdate (@muppet3000 – #67684) (growatt_server docs)
- Fix temperature stepping in Sensibo (@gjohansson-ST – #67737) (sensibo docs)
- Prevent polling from recreating an entity after removal (@bdraco – #67750)
- Fix internet access switch for old discovery (@chemelli74 – #67777) (fritz docs)
- Fix profile name update for Shelly Valve (@chemelli74 – #67778) (shelly docs)
- Handle fan_modes being set to None in homekit (@bdraco – #67790) (homekit docs)
- Catch Elgato connection errors (@frenck – #67799) (elgato docs)
- Update frontend to 20220301.1 (@bramkragten – #67812) (frontend docs)
- Bump python-miio version to 0.5.11 (@rytilahti – #67824) (xiaomi_miio docs)
- Prevent scene from restoring unavailable states (@bdraco – #67836) (scene docs)
Release 2022.3.4 – March 11
- Fix discord embed class initialization (@cheng2wei – #67831) (discord docs)
- Support playing local “file” media on Kodi (@rigrig – #67832) (kodi docs)
- Bump zwave-js-server-python to 0.35.2 (@raman325 – #67839) (zwave_js docs)
- Add missing callback decorator to sun (@bdraco – #67840) (sun docs)
- Fix shelly duo scene restore (@thecode – #67871) (shelly docs)
- Make sure blueprint cache is flushed on script reload (@elupus – #67899) (script docs)
- Update radios to 0.1.1 (@frenck – #67902) (radio_browser docs)
- Correct local import of paho-mqtt (@emontnemery – #67944) (mqtt docs)
- Rollback pyinsteon (@teharris1 – #67956) (insteon docs)
- Bump pysabnzbd to 1.1.1 (@Shutgun – #67971) (sabnzbd docs)
- Bump pymediaroom (@dgomes – #68016) (mediaroom docs)
Release 2022.3.5 – March 15
- Fix WebSocketTimeoutException in SamsungTV (@epenet – #68114) (samsungtv docs)
- 20220301.2 (@zsarnett – #68130) (frontend docs)
- Filter IPv6 addresses from doorbird discovery (@bdraco – #68031) (doorbird docs)
- Fix turning amcrest camera on and off (@flacjacket – #68050) (amcrest docs)
- Fix Shelly EM/3EM invalid energy value after reboot (@thecode – #68052) (shelly docs)
- Default somfy_mylink shade’s _attr_is_closed to
None
(@cthornton – #68053) (somfy_mylink docs)
- Bump amcrest version to 1.9.7 (@flacjacket – #68055) (amcrest docs)
- Bump pyisy to 3.0.5 (@bdraco – #68069) (isy994 docs)
- Update home_connect to 0.7.0 (@BraveChicken1 – #68089) (home_connect docs)
- Fix MQTT false positive deprecation warnings (@jbouwh – #68117) (mqtt docs)
Release 2022.3.6 – March 21
- Fix TypeError in SamsungTV (@epenet – #68235) (samsungtv docs)
- Fix lyric climate (@nprez83 – #67018) (lyric docs)
- Fix finding matrix room that is already joined (@antlarr – #67967) (matrix docs)
- Respect disable_new_entities for new device_tracker entities (@mib1185 – #68148) (device_tracker docs)
- Add missing await [velbus] (@cdce8p – #68153) (velbus docs)
- Fix point by adding authlib constraint (@cdce8p – #68176) (point docs)
- Update opensensemap-api to 0.2.0 (@frenck – #68193) (opensensemap docs)
- Bump renault-api to 0.1.10 (@epenet – #68260) (renault docs)
- Hue integration: update errors that should be supressed (@marcelveldt – #68337) (hue docs)
- Filter IPv6 addreses from enphase_envoy discovery (@bdraco – #68362) (enphase_envoy docs)
- Handle Hue discovery errors (@balloob – #68392) (hue docs)
- Fix tplink color temp conversion (@bdraco – #68484) (tplink docs)
Release 2022.3.7 – March 23
- Fix targeting all or none entities in service calls (@emontnemery – #68513)
- Add support for general API exception in Sense integration (@kbickar – #68517) (sense docs) (emulated_kasa docs)
- Add cooldown timer before Sonos resubscriptions (@jjlawren – #68521) (sonos docs)
- Hue handle HTTP errors (@balloob – #68396) (hue docs)
- Simplify Hue error handling a bit (@marcelveldt – #68529) (hue docs)
- Filter IPv6 addresses from AppleTV zeroconf discovery (@bdraco – #68530) (apple_tv docs)
- Bump aiohue to 4.4.0 (@marcelveldt – #68556) (hue docs)
- Bump aiohue to version 4.4.1 (@marcelveldt – #68579) (hue docs)
- Bump py-synologydsm-api to 1.0.7 (@mib1185 – #68584) (synology_dsm docs)
Release 2022.3.8 – March 29
- Revert “Take Abode camera snapshot before fetching latest image” (@kevdliu – #68626) (abode docs)
- Fix screenlogic to get the macaddress from discovery (@bdraco – #68687) (screenlogic docs)
- Ensure solaredge can still be setup with an ignored entry (@bdraco – #68688) (solaredge docs)
- Add option to connect to elkm1 non-secure when secure is discovered (@bdraco – #68735) (elkm1 docs)
- Increase zwave_js add-on start attempts before timeout (@MartinHjelmare – #68736) (zwave_js docs)
- Fix ignoring elkm1 discovery (@bdraco – #68750) (elkm1 docs)
- Update sense library to 0.10.4 (@kbickar – #68816) (sense docs) (emulated_kasa docs) (dependency)
- Pin click to fix typer issue (@epenet – #68808)
- Cleanup package constraints (@epenet – #68833)
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.
Found a bug or issue? Please report it in our issue tracker,
to get it fixed! Or, check our help page for guidance for more
places you can go.
Are you more into email? Sign-up for our newsletter to get
the latest news about features and things happening in our community straight
into your inbox.