2022.5: Streamlining settings

Read the full release announcement here
18 Likes

Nice upgrade again :slight_smile:

2 Likes

Yes! Love the updates!

1 Like

If-then-else ! Nice :slight_smile:

2 Likes

Thank You for all the GREAT work! :heart_eyes:

1 Like

Wow!!! Lot’s of updates this release!

1 Like

Can’t wait to change all my Choose actions to if/then. It’ll be so much easier to follow.

2 Likes

Is it possible to use “for each” person in Zone?
So I can send to every person who is home and notification?

Yes, as of this release you can expand on the zone entities, the resulting list can be fed into the for_each parameter.

5 Likes

Amazing set of new features, as always.
Was expecting the YoLink integration. Sooo waiting for it.

You will, just wait a bit.

Having issues with my Lutron Caseta Occupancy sensors now showing unavailable. Anyone else?

Logger: homeassistant.components.binary_sensor
Source: components/lutron_caseta/__init__.py:339
Integration: Binary sensor (documentation, issues)
First occurred: 11:59:22 AM (1 occurrences)
Last logged: 11:59:22 AM

Error while setting up lutron_caseta platform for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
    await asyncio.shield(task)
  File "/usr/src/homeassistant/homeassistant/components/lutron_caseta/binary_sensor.py", line 33, in async_setup_entry
    entity = LutronOccupancySensor(occupancy_group, bridge, bridge_device)
  File "/usr/src/homeassistant/homeassistant/components/lutron_caseta/__init__.py", line 310, in __init__
    identifiers={(DOMAIN, self.serial)},
  File "/usr/src/homeassistant/homeassistant/components/lutron_caseta/__init__.py", line 339, in serial
    return self._device["serial"]
KeyError: 'serial'

1 Like

Looks good…
but got a strange error:
RuntimeError: module compiled against API version 0xf but this version of numpy is 0xe

1 Like

Same message here.

Logger: root
Source: /usr/src/homeassistant/homeassistant/bootstrap.py:326 
First occurred: 21:04:55 (1 occurrences) 
Last logged: 21:04:55

Uncaught exception
RuntimeError: module compiled against API version 0xf but this version of numpy is 0xe


Looks like we need a guard for the serial number. Please open a github issue and we can do a quick fix

1 Like

Same mistake here

@Stefan_U @mamoel @pepe59

1 Like

I’m sure I’m just being a bit dumb here, but where has the “restart home assistant” button gone? Just updated a few HACS addons and the “navigate to restart” takes you to nothing.

2 Likes

Open your Home Assistant instance and show your server controls.
developer tools → yaml configuration for all the restart services.


Open your Home Assistant instance and show the system dashboard.
settings → system, then click the … and select restart home assistant.

4 Likes

The “navigate to restart” is not working from HACS here too. Restart is simpley Settings -> System -> overflow in top right -> restart

2 Likes