These tests do not need a config entry, only the integration
to be set up. Since I cannot replicate the issue locally after
1000 runs, I switched it to use async_setup_component to minimize
the potential problem area and hopefully fix the flakey test
I also modified the test to explictly set up hassio to ensure
the patch is effective since we have to patch a late import
last observed flake: https://github.com/home-assistant/core/actions/runs/14503715101/job/40689452294?pr=143106
* Add search to media_player
* rename attr
* Add searchable property
* add pagination parameters
* Add suggested changes
* Apply suggestions
* Fix cast tests
* Fix first set of components
* update snapshot
* More tests
* more test fixes
* Rename attr
* first own test
* Add to google test
* Add service test
* Rename search query arg
* Add required feature to search service
* remove kwarg
* Update homeassistant/components/media_player/__init__.py
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
* fix hue test
---------
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
In US English the intercardinal directions (Northeast, Southwest, etc.) are written in single words, not using hyphens. That can be adapted in Lokalise for Home Assistant's "English (United Kingdom)" UI language.
Making them identical in both occurrences also resolves the missing sentence-casing of "North-East" etc.
* multiple homes support, all zones visible
* Update homes and zones
* set zone, target temp, curent temp, hot water type fixes
* Hotwater devices added
* Mode ajust
* next version could be 0.4.4
* depricated climate feature removed ClimateEntityFeature
* Migrate to pyephember2
* HEAT_COOL mode
* Revert EPH_TO_HA_STATE to HEAT_COOL
* homes and ember declaretion removed
* cleaning try catch blocks, flatten list on zones
* refactored
* Version updated
* try catch returned
* pyephember2==0.4.12
* Update homeassistant/components/ephember/climate.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* reverting unique_id and depricated vClimateEntityFeature.AUX_HEAT
* Update homeassistant/components/ephember/climate.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
- use the (new) common state for "Auto"
- capitalize one occurrence of "mqtt"
- (fully) sentence-case two title strings
Co-authored-by: Franck Nijhof <git@frenck.dev>