Update aioesphomeapi/client.py

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

View File

@ -1114,7 +1114,6 @@ class APIClient:
if aux_heat is not None:
req.has_aux_heat = True
req.aux_heat = aux_heat
self._get_connection().send_message(req)
async def number_command(self, key: int, state: float) -> None: