core/tests/components/blebox
Michał Huryn 169264db66
Fix Blebox light scenes (#75106)
* Bug fix for light platform, when async_turn_on recieves multiple keys.

* Changes according to @MartinHjelmare suggestion.

* Moved effect set call in BleBoxLightEntity.async_turn_on method.

* Added tests for effect in light platform. Added ValueError raise if effect not in effect list.

* Removed duplicated line from test as @MartinHjelmare suggested.
2022-07-14 11:21:01 +02:00
..
__init__.py
conftest.py
test_air_quality.py
test_button.py Remove incorrect device class from blebox button (#75042) 2022-07-12 10:01:53 +02:00
test_climate.py
test_config_flow.py
test_cover.py
test_init.py
test_light.py Fix Blebox light scenes (#75106) 2022-07-14 11:21:01 +02:00
test_sensor.py
test_switch.py