Results 11 issues of Breina

I can't assign the lights to an area because this message appears in the settings. Relevant documentation: https://www.home-assistant.io/faq/unique_id

With java records, getters are accessed fluently (e.g. `getId()` -> `id()`). The current serializer requires traditional getters and is not compatible with standard records without explicitly adding getters to it.

## Checklist - [x] I've read the [publishing documentation](https://hacs.xyz/docs/publish/start). - [x] I've added the [HACS action](https://hacs.xyz/docs/publish/action) to my repository. - [x] (For integrations only) I've added the [hassfest action](https://developers.home-assistant.io/blog/2020/04/16/hassfest/) to...

New default repository

defalted -> deflated

* Provide a way to update a universe's data (partially). * Reverse output correct the DMX data, so that the same uncorrected input values reflect in the same corrected outputs....

### Context on my end I'm implementing HomeAssistant as an ArtNet controller. This means it's going poll for ArtNet devices on the network and reply to other ArtNet controllers do...

The spec does not currently seem to support XY colour space, even though some fixtures use this to configure their colour. Example fixture: https://astera-led.com/wp-content/uploads/FP7_LunaBulb_DMX_Profiles_V4.pdf Example using generic parameters: `aputure/nova-p300c.json` ##...

Currently, hue and saturation are implemented using a Generic capability type with a field that happens to be called "Hue" and "Saturation". I would like to promote it to its...

The **capability** `ColorTemperature` has the **entity** `ColorTemperature`, which can define its temperature in Kelvin (`K`). The **capability** `ColorIntensity` has the required field `color`, which can be set to `Warm White`...