Bump esphome dependencies (#110892)

This commit is contained in:
J. Nick Koston 2024-02-19 03:38:28 -06:00 committed by GitHub
parent 136a31e4bc
commit fd1f712d67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 91 additions and 121 deletions

View file

@ -79,4 +79,4 @@ class EsphomeNumber(EsphomeEntity[NumberInfo, NumberState], NumberEntity):
async def async_set_native_value(self, value: float) -> None:
"""Update the current value."""
await self._client.number_command(self._key, value)
self._client.number_command(self._key, value)