* add quality scale file
* Apply suggestions from code review
Co-authored-by: Josef Zweck <josef@zweck.dev>
* add suggestions and add extra missing icon
* update a few based on documentation
* exempt installation parameters
* set a few more documentation items to done
* Update homeassistant/components/electric_kiwi/quality_scale.yaml
Co-authored-by: Josef Zweck <josef@zweck.dev>
* update reason for no installation parameters
* set docs installation parameters to done
* revert back to exempt
* add bronze scale
---------
Co-authored-by: Josef Zweck <josef@zweck.dev>
* Addresses #135443: Set on connect.
* Make clean start implementation compatible with v2 API
* Add tests
* Do not pass default value for `clean_start` on_connect
* Revert "Do not pass default value for `clean_start` on_connect"
This reverts commit 75806736cf.
* Use partial top pass kwargs to mqtt client connect
---------
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
Co-authored-by: jbouwh <jan@jbsoft.nl>
raise_on_progress=False was missing in the user flow which
made it impossible to configure a shelly by IP when there
was an active discovery because the flow would abort
* Add threshold level sensor description to Aranet component
* Use Color enum for status options
* Add threshold level sensor tests for Aranet components
* Rename `threshold_level` key to `status`
* Update test to expect 7 sensors instead of 6
* Map sensor status to more human-friendly strings
* Rename `threshold_level` key to `concentration_status`
* Update docstring for function
* Simplify `get_friendly_status()`
* Rename `concentration_status` to `concentration_level`
* Rename `concentration_status` to `concentration_level` in sensor tests
* Refactor concentration level handling and tests
* Normalize concentration level status values to lowercase
* Add error to translations
* Don't scale status string
* Apply suggestions from code review
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Rename `concentration_level` to `threshold_indication`
* Update threshold indication translations
* `threshold_indication` → `threshold`
* Capitalize sensor name
Co-Authored-By: Shay Levy <levyshay1@gmail.com>
---------
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Fix grammar in evohome.reset_system action, consistently add "mode"
- fix the grammar with "Sets … and resets …"
- add "mode" to all mode names for consistency
* Revert, removing one excessive "mode"
* Mark action-exceptions as exempt for flexit_bacnet
* Update homeassistant/components/flexit_bacnet/quality_scale.yaml
---------
Co-authored-by: Josef Zweck <josef@zweck.dev>
- fix sentence-casing of "API key" to match common string
- remove excessive trailing period from action name
- reword action description to match HA style
- make "Forecast type" description UI-friendly (a selector is available)
* Improve config entry state transitions when unloading and removing entries
* Update integrations which check for a single loaded entry
* Update tests checking state after unload fails
* Update homeassistant/config_entries.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>