Add Airzone to strict typing (#71604)
This commit is contained in:
parent
75ce66e8bd
commit
b9b83c05e9
7 changed files with 40 additions and 28 deletions
|
@ -162,7 +162,7 @@ class AirzoneClimate(AirzoneZoneEntity, ClimateEntity):
|
|||
params[API_ON] = 1
|
||||
await self._async_update_hvac_params(params)
|
||||
|
||||
async def async_set_temperature(self, **kwargs) -> None:
|
||||
async def async_set_temperature(self, **kwargs: dict[str, Any]) -> None:
|
||||
"""Set new target temperature."""
|
||||
params = {
|
||||
API_SET_POINT: kwargs.get(ATTR_TEMPERATURE),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue