Update aioesphomeapi/client.py

This commit is contained in:
J. Nick Koston 2023-11-28 08:56:03 -06:00 committed by GitHub
parent c69fe8ca45
commit 60cd3effb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1002,7 +1002,6 @@ class APIClient:
if preset_mode is not None:
req.has_preset_mode = True
req.preset_mode = preset_mode
self._get_connection().send_message(req)
async def light_command( # pylint: disable=too-many-branches