* add support for strip light3 and floor lamp
* clear the color mode
* add led unit test
* use property for effect
* fix color mode issue
* remove new products
* fix adv data
* adjust log level
* add translation and icon
* Add support for EzViz Battery Camera work mode
* feat: address review comment, add 'battery' to work mode string
* feat: optimize entity addition for Ezviz select component
* refactor: streamline error handling in Ezviz select actions
* Update library
* update library
* Bump api to pin mqtt to compatable version
* fix after rebase
* Update code owners
* codeowners
* Add support for EzViz Battery Camera work mode
* feat: address review comment, add 'battery' to work mode string
* feat: optimize entity addition for Ezviz select component
* refactor: streamline error handling in Ezviz select actions
* feat: address review item simplify Ezviz select actions by removing base class and moving methods
* chore: fix ruff lint
* feat: check for SupportExt before adding battery select
* chore: cleanup logging
* feat: restored battery work mode, separated defnitions for sound and battery selects, check SupportExt with type casting
* Apply suggestions from code review
---------
Co-authored-by: Pierre-Jean Buffard <pierre-jean.buffard@dataiku.com>
Co-authored-by: Renier Moorcroft <66512715+RenierM26@users.noreply.github.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* add support for evaporative humidifier
* add evaporative humidifier unit test
* clear the humidifier action in pyswitchbot
* fix ruff
* fix Sentence-casing issue
* add icon translation
* remove last run success
* use icon translations for water level
* remove the translation for last run success
* Add entity category option to entities set up via an MQTT subentry
* Rephrase
* typo
* Move entity category to entity details - remove service to action
* Move entity category to entity platform config flow step
* Make `async_flash_firmware` a public helper
* [ZBT-1] Implement flashing for Zigbee and Thread within the config flow
* WIP: Begin fixing unit tests
* WIP: Unit tests, pass 2
* WIP: pass 3
* Fix hardware unit tests
* Have the individual hardware integrations depend on the firmware flasher
* Break out firmware filter into its own helper
* Mirror to Yellow
* Simplify
* Simplify
* Revert "Have the individual hardware integrations depend on the firmware flasher"
This reverts commit 096f4297dc.
* Move `async_flash_silabs_firmware` into `util`
* Fix existing unit tests
* Unconditionally upgrade Zigbee firmware during installation
* Fix failing error case unit tests
* Fix remaining failing unit tests
* Increase test coverage
* 100% test coverage
* Remove old translation strings
* Add new translation strings
* Do not probe OTBR firmware when completing the flow
* More translation strings
* Probe OTBR firmware info before starting the addon
* Mark custom sentence triggers a local agent
* Don't change agent ID
* adds tests to confirm processed_locally is True
* move asserts to after null check