What's Changed * Remove assumption about which devices support IR remotes by bdraco in https://github.com/Danielhiversen/flux_led/pull/219 * Update models_db for HF-LB100 chips by bdraco in https://github.com/Danielhiversen/flux_led/pull/220 * Fix exception when device 2x about strip config by bdraco in https://github.com/Danielhiversen/flux_led/pull/221
What's Changed * Add older models to the database by bdraco in https://github.com/Danielhiversen/flux_led/pull/216 * Ensure multiple asyncio discoveries can combine data by bdraco in https://github.com/Danielhiversen/flux_led/pull/217
* Technically breaking change: Fix concurrent discovery by bdraco in https://github.com/Danielhiversen/flux_led/pull/215
- Previously discovery would always listen on port 48899 which is the outbound port. Since the devices will respond on to any port we now use an available ephemeral port to ensure multiple discoveries can run concurrently without mixing responses