Skip to content

Releases: Hypfer/hass-scene_presets

2.0.0

02 Apr 18:29
Compare
Choose a tag to compare

scene_presets now supports labels and floors as available with Home Assistant 2024.04.0 and up.

This also means that starting with this version, it will only work with that version of Home Assistant or newer

1.2.4

09 Mar 12:30
Compare
Choose a tag to compare

Home Assistant 2024.3 deprecated the use of hass.components.
The integration will now no longer trigger the related deprecation warning

1.2.3

26 Feb 19:33
Compare
Choose a tag to compare

Dimmable-only lights are now not skipped anymore but dimmed to the brightness of the preset

1.2.2

21 Feb 18:11
Compare
Choose a tag to compare

Light groups will now not be resolved into individual light entities if hide_members is set to true

1.2.1

01 Feb 17:43
Compare
Choose a tag to compare

The scene presets UI is now also accessible by users that aren't admins

1.2.0

31 Jan 20:39
Compare
Choose a tag to compare

Dynamic scenes are now available in the UI

Additionally, the documentation in the readme of the repository has been improved

1.1.6

29 Jan 18:27
Compare
Choose a tag to compare

A new button has been added to the UI that opens a dialog containing the easily copy-pasteable service call payload for the last applied preset.

I've also created a telegram usergroup for good measure. The join link can be found in the project readme on GitHub

1.1.5

28 Jan 19:53
Compare
Choose a tag to compare

I've designed a logo for the integration.
It's now part of the brands repo and will be used by the custom_component for the sidebar icon

1.1.4

21 Jan 08:02
Compare
Choose a tag to compare

This version fixes the recursion depth limitation for the group resolver so that it aborts as intended after 4 instead of just 1 groups.

1.1.3

20 Jan 21:44
Compare
Choose a tag to compare

The color temperature lookup table is now calculated on startup using Home Assistants integrated colorutil for consistency reasons.

Furthermore, the algorithm that matches a x/y color to that table has been optimized so that it requires way less iterations.