Add smartdevice module for smooth transitions (#759)

* Add smart module for smooth transitions

* Fix tests

* Fix linting
This commit is contained in:
Teemu R
2024-02-19 20:39:20 +01:00
committed by GitHub
parent 11719991c0
commit 520b6bbae3
4 changed files with 51 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ class FakeSmartTransport(BaseTransport):
FIXTURE_MISSING_MAP = {
"get_wireless_scan_info": ("wireless", {"ap_list": [], "wep_supported": False}),
"get_on_off_gradually_info": ("on_off_gradually", {"enable": True}),
}
async def send(self, request: str):