Software-update: Home Assistant Core 2022.4.0

Home Assistant logo (75 pix) Versie 2022.4 van Home Assistant Core is uitgebracht. Home Assistant Core is een opensourceplatform voor home-automation dat draait onder Python 3. Het draait via Hassbian op een Raspberry Pi 3 of een Linux-, macOS- of Windows-computer. Het ondersteunt het detecteren van apparaten, zoals Philips Hue, Belkin WeMo-schakelaars, Mr. Coffee-koffiezetapparaten, de slimme schakelaars van IKEA en het mqtt-protocol. Daarnaast kan het waar mogelijk deze apparaten aansturen en automatisering toepassen. Voor meer informatie verwijzen over Home Assistant we naar deze pagina en ons eigen Forum. De volledige releasenotes voor deze uitgave zijn hier te vinden; dit is de aankondiging daaruit:

2022.4: Groups! Groups! Groups!

I’m not sure where to start with this release; It’s April, and I can assure you: This release is no joke. Seriously, it is packed with features and incredible new things.

The release focuses on adding features to the user interface by bringing in user experiences and features that were previously only available to users using YAML configuration and making them now accessible for all! It is a great step forward in streamlining all the user experiences.

I could not fit more in these release notes, but there is more to tell! Zack and Paulus promised to add a couple of great (and exclusive) announcements to the newsletter! The newsletter has, by the way, been renamed: Building the Open Home. Be sure to check it out!

Home Assistant

Versienummer 2022.4.0
Releasestatus Final
Besturingssystemen Scripttaal
Website Home Assistant
Download https://home-assistant.io/getting-started/
Licentietype GPL

Reacties (11)

11
11
5
0
0
6
Wijzig sortering
In de nieuwletter stond dat ze Dominic Griesel in dienst hebben genomen voor de ontwikkeling van Zwavel JS en Matter. Goede zaak dat ze een subject Matter expert hebben ;-)

[Reactie gewijzigd door AJediIAm op 24 juli 2024 21:06]

En ze willen dus officieel Z-wave gecertificeerd worden
Iemand artikelen of tips om een goed dashboard te maken? Ik vind het toch moeilijk om een mooi en netjes dashboard bij elkaar te slepen.
Ik ben zelf de Mushroom cards gaan gebruiken:
https://github.com/piitaya/lovelace-mushroom

Ik vind deze vooral handig omdat er goede ondersteuning voor templates in zit, waardoor je de weergegeven informatie veel meer kan aanpassen. Sowieso zijn er veel handige cards en mooie thema's in HACS te vinden.
Wat @Michelli zegt. De Mushroom cards zijn top!

Ook aan te raden is om je eens te verdiepen in Grid Cards (waarin je dan mushroom cards kunt gebruiken). Met Grid cards kun je andere cards netjes in een kolom zetten. Als je die eenmaal door hebt dan kun je ineens veel nettere dashboards maken.
Ook een krachtige custom card is auto-entities. Ik heb bijvoorbeeld een vertical-stack van mushroom entity cards met daarin alle batterij entiteiten die minder dan 100% zijn en eentje met alle zigbee apparaten die offline zijn.
Super die kende ik nog niet. Many thanks!
Dit is een video van de front end developer van home assistant: https://youtu.be/E2yJG9cpOA0

De pro tips:
-Begin klein en simpel met 1 of 2 use cases en groei maar behoefte.
-Ga niet meteen te diep en wees niet bang om dingen weg te gooien en opnieuw te doen.
-Function over form

[Reactie gewijzigd door AJediIAm op 24 juli 2024 21:06]

Raadzaam om nog niet te upgraden als je gebruik maakt van LocalTuya. Breaks things, eventuele oplossing is:

In custom_components/localtuya/const.py line 49 change:
# Platforms in this list must support config flows
PLATFORMS = ["binary_sensor", "cover", "fan", "light", "sensor", "switch"]
to:
# Platforms in this list must support config flows
PLATFORMS = ["binary_sensor", "cover", "light", "sensor", "switch"]
Ik gebruik localtuya ism core 2022.4 en dat werkt perfect!

Op dit item kan niet meer gereageerd worden.