2023.4: Customized template macros, and lots of extra new entity dialogs!

Dwelling Assistant Core 2023.4! šŸŽ‰

The spring (launch) is right here! And do now we have some high-quality new options for you
to play with this upcoming easter weekend! 🐰

I’m thrilled to see extra of these new entity dialogs coming on this launch.
They appear stunning and work exceptionally properly from the cellular app. There’s
even an added bonus of recent Tile card options! However…

Oh boy, do I really like the brand new means to make your personal Jinja2 template macros in
this launch. It’s mind-blowing! One of the best factor about them, it makes them
simply shareable as properly! Can’t wait to see what you all provide you with!

Completely happy Easter! 🐣 and benefit from the launch!

../Frenck

Don’t overlook to join our release party live stream on YouTube
5 April 2023, at 12:00 PDT / 21:00 CEST!

New dialogs for alarm, cowl, and fan entities

The previous release
brought in new entity dialogs for lights, switches, and sirens; it seems
many of you really liked it!

So, this release @piitaya saved on trucking, implementing the designs
by @matthiasdebaat, bringing the identical new clear and neat UI in entity dialogs
for alarm management panels, covers, and followers!

Covers

First up, covers! For covers, there are a lot of variants, doorways, home windows, curtains,
blinds, shutters, and so on. Not simply that, some may be managed by how far they
are open/closed, and others can solely be opened and closed.

That is no drawback for the brand new dialogs. They are going to alter to the capabilities
your cowl has:

Screenshots showing the new cover entity information dialogs.

The one on the left is fascinating, as the primary slider controls how far down
the blinds are. Discover the way it slides in from the highest! The slider immediately subsequent
to it controls the lean. Good!

Fans

Next up, the fan entities. The UI experience shown in the dialog will
automatically adjust to the capabilities of the fan you are controlling, just
like with covers.

Screenshots showing the new fan entity information dialogs.

Depending on the number of speed steps your fan has, the dialog will
automatically adjust the UI. In case it has four speed steps or less, it will
show the speed buttons as on the left screenshot. Otherwise, it will use the
slider shown on the most right screenshot.

Alarm control panels

Lastly, the alarm control panel entities. They are a bit different compared
to others as, more often, these require one to input a code to arm or disarm
the alarm.

Screenrecording showing the new alarm control panel entity information dialogs work with the pin-input.
This is how arming and disarming an alarm now looks like.

When needed, the pin-pad will pop up! A nice finishing touch is the neat little
animation is shown during the process of arming and disarming the alarm.

New features for the Tile card

The Tile card has two new features: Fan speed & Alarm mode.

Both look and feel similar to the new entity dialogs from above, making the look
and feel, nice and consistent. Take a look; aren’t they beautiful?

Screenshots the new fan speed feature for tile cards.

Like the new fan entity dialog, the fan speed feature will show buttons if there
are 4 speeds or less; in all other cases, it will use the slider. If the fan
can only be turned on/off, like the fan in the middle in the above screenshot,
the regular tile can be used.

The alarm mode feature allows quickly setting your alarm in a different state.
The feature provides the option to select which modes are shown as buttons in
the card.

Screenshots the new alarm mode feature for tile cards.

Just like with the new entity dialog, the pin pad will pop up once a code entry
is needed and even the nice little animation is there. 🤩

Macros for your templates

If you are an advanced Home Assistant user, you most likely will be familiar
with Home Assistant’s templating language: Jinja2. It allows you to do amazing
powerful things in your templates. However, if you have lots of them, you
often end up repeating similar logic everywhere!

@depoll to the rescue! He discovered a manner so as to add the power to centrally outline
your personal Jinja2 macros and import and use them wherever in Dwelling Assistant! 🤯

To help this, Dwelling Assistant now has a brand new custom_templates folder, the place
you possibly can retailer your macros. For instance, assume this file
/config/custom_templates/instruments.jinja:

% macro answer_question(entity_id) %

Is the  state_attr(entity_id, 'friendly_name')  on?
 iif('Sure', 'No') !

% endmacro %

This macro answer_question will ask and reply a query based mostly on a given
entity ID. Now you can import and use this macro wherever in Dwelling Assistant.
For instance:

% from 'instruments.jinja' import answer_question %
 answer_question('gentle.kitchen') 

Which is able to output:

Is the kitchen gentle on?
Sure!

An implausible contribution! Thanks, @depoll!

Reusing templates documentation

More new templating features

As if the reusability of your macros wasn’t good enough already, there
is much more templating goodness in this release!

Thanks, @depoll, @ehendrix23, @petro31, and @rokam, for these superb
additions down beneath! ā¤ļø

Adjusted behavior of relative_time and today_at

@Petro31 alter the habits for template entities utilizing the relative_time
and today_at template capabilities to replace their state as soon as a minute. Good!

New is_hidden_entity function

The brand new is_hidden_entity function was added by @depoll, which might inform
if a given entity has been marked ā€œhiddenā€ or not. This operate additionally works
as a check. Cool!

This instance returns an inventory of all entities within the kitchen space that aren’t
hidden.

 reject('is_hidden_entity') 

New areas function

Talking about areas, @rokam added an areas operate, which returns an inventory
of all areas you have got!

A simplistic instance:

Added break and continue for use in for loops

@depoll added help for break and proceed in for loops, which permits
short-circuiting these loops, permitting you to make them extra environment friendly.

%- for worth in vary(10) %
    %- if worth == 1 -%
        %- proceed -%
    %- elif worth == 3 -%
        %- break -%
    %- endif -%
     worth 
%- endfor -%

New has_value function

Lastly, @ehendrix23 added a requested template operate from the Month of
ā€œWhat the Heck?!ā€: has_value. The has_value operate can be used as
check and might filter out entities at present in an unavailable or unknown
state.

You could possibly use this conditionally, like so:

% if has_value('sensor.train_departure_time') %
  The prepare leaves at  states('sensor.train_departure_time') 
% endif %

Or, possibly listing all entities from the lounge that at present don’t have any state
worth:

 reject('has_value') 

Database scalability

As your smart home grows and you add more devices, this means more data to keep
track of. This release includes significant advancements to the recorder
database design to help Home Assistant scale.

This version has a new database format that reduces the space needed to store
history for your devices. This change comes with a few benefits:

  • Smaller (deduplication), less disk usage
  • Reduced disk IO (SD-card lifetime improvements)
  • Reduced CPU-usage šŸ“‰
  • Quicker startup šŸŽļø
  • Faster history graphs and logbook
  • Reduced latency in the entire system which means less waiting from the time
    you hit a button until an action completes šŸš€
  • Home Assistant now keeps history when renaming entities 🤘

If you are accessing the database directly, check out the Data Science Portal
and the SQL Integration for up to date instance queries.

It could take some time to finish background information migration, relying on the scale
of your saved information. To make sure Dwelling Assistant retains historical past when renaming an
entity, wait 24 hours after upgrading earlier than renaming.

New selector capabilities

Selectors are user inputs for the user interface
that drive things like Blueprints. A new selector for use
in Blueprints has been added by
@emontnemery and @piitaya: The fixed selector.

The fixed selector supplies an elective enter, which returns a set worth
(the fixed) when enabled, in any other case doesn’t present any worth in any respect.

Instance use in a Blueprint:

instance:
  identify: Fixed selector instance
  selector:
    fixed:
      label: Enabled
      worth: true

Which ends up in the next:

A screenshot showing the new constant selector.
When checked, the selector returns the set worth.

Additionally improved are the gadget and entity filters on the Space,
Entity, Gadget, and Goal selectors. Beforehand, you possibly can filter with a
single set of circumstances; now, you possibly can move in an inventory of filters.

In case you are constructing Blueprints, this may be actually useful if a person ought to
be capable to choose one among a number of totally different gadgets.

An instance, this selector permits you to choose the battery sensor of
both a Philips Hue RWL020 (US) or RWL021 (EU) distant in your Blueprint.

gadget:
  filter:
    - integration: deconz
      producer: Philips
      mannequin: RWL020
    - integration: deconz
      producer: Philips
      mannequin: RWL021
  entity:
    - area: sensor
      device_class: battery

Translating entities

Over the past releases, we’ve been slowly extending translation support in more
places in Home Assistant. This release completes support for translating
entities!

This includes the entities’ names, their attributes, and translations of
the attribute values. These translations will be visible on your dashboards,
dialogs, automation editors, etc. Pretty much all places displaying them.

Integrations have to explicitly add support for these. Quite a few integrations
have done so in this release, but we expect many to follow in the upcoming
releases.

Other noteworthy changes

There are much more easter bunnies in this release; here are some of the other
noteworthy changes this release:

  • @ArturoGuerra added help for locks to Matter! Good!
  • The brand new gentle entity dialog (launched final launch) now higher helps
    white mode. Thanks, @piitaya!
  • @emontnemery added power storage and quantity storage gadget courses; these
    will permit differentiating between, for instance, consumed power versus saved
    power in a battery.
  • @starkillerOG is rocking the Reolink integration. It now supplies button,
    change, siren, choose, quantity, and lightweight entities for every kind of belongings you
    Reolink cameras and doorbells can do. Superior!
  • The Common Media Participant now helps looking media! Thanks, @Drafteed!
  • The Supervisor integration now supplies sensors containing the
    Dwelling Assistant Core and Supervisor’s stats. Thanks, @ludeeus!
  • The Spotify integration now helps podcasts! Good @BTMorton!
  • LIVISI Sensible Dwelling now helps local weather gadgets, switches (PSSO, ISS,
    and ISS2), and window sensors (WDS). Thanks @StefanIacobLivisi & @planbnet!
  • ESPHome now helps pairing Bluetooth gadgets. Good work @bdraco & @jagheterfredrik!
  • @MarkGodwin prolonged the TP-Hyperlink Omada integration to help replace
    entities; superior!
  • All solar.solar entity attributes at the moment are additionally accessible as sensors, a lot
    simpler to make use of, thanks @gjohansson-ST!
  • Covers with the door gadget class, now seem as precise doorways in HomeKit,
    good @Dexwell!
  • @loongyh did one thing comparable for Google Assistant. Covers with the
    window gadget class now present up as precise home windows. Thanks!
  • The SQL integration now helps settings gadget and state courses, thanks @gjohansson-ST!
  • @teharris1 added help for the brand new Insteon i3 gadget, cool!

New Integrations

This launch has no new integrations, however does present a few new digital
integrations. Digital integrations are stubs dealt with by different (present)
integrations to assist with findability. These are new:

Integrations now available to set up from the UI

The following integrations are now available via the Home Assistant UI:

Release 2023.4.1 – April 6

Release 2023.4.2 – April 8

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 possibly can go.

Are you extra into e-mail? Signal-up for our Constructing the Open Dwelling Publication
to get the newest information about options, issues occurring in our neighborhood and
different information about constructing an Open Dwelling; straight into your inbox.

Breaking Changes

In case you are a customized integration developer and need to find out about breaking
modifications and new options accessible to your integration: Make sure to comply with our
developer blog. The next are essentially the most notable for this launch:

Farewell to the following

The following integrations are also no longer available as of this release:

All modifications

After all, there may be much more on this launch. Yow will discover an inventory of
all modifications made right here: Full changelog for Dwelling Assistant Core 2023.4