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 Bump blebox_uniapi to 2.0.0 and adapt integration (#73834) 2022-06-29 11:57:55 +02:00
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 Use climate enums in blebox (#70628) 2022-04-25 13:17:46 +02:00
test_config_flow.py Search/replace RESULT_TYPE_* by FlowResultType enum (#74642) 2022-07-07 19:57:36 +03:00
test_cover.py Use DeviceClass Enums in blebox tests (#62109) 2021-12-17 08:28:31 +01:00
test_init.py
test_light.py Fix Blebox light scenes (#75106) 2022-07-14 11:21:01 +02:00
test_sensor.py Use DeviceClass Enums in blebox tests (#62109) 2021-12-17 08:28:31 +01:00
test_switch.py Allow toggles (switches) state to be None (#64621) 2022-01-23 11:31:01 +01:00