New apps Added

This commit is contained in:
2026-07-08 10:43:39 -04:00
parent 3b1f4bbd75
commit fefc2c8b5c
1114 changed files with 406637 additions and 154 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
"""Midea Climate entries."""
import logging
from typing import Any, ClassVar, TypeAlias, cast
from typing import Any, ClassVar, cast
from homeassistant.components.climate import (
ATTR_HVAC_MODE,
@@ -101,7 +101,7 @@ async def async_setup_entry(
async_add_entities(devs)
MideaClimateDevice: TypeAlias = (
type MideaClimateDevice = (
MideaACDevice | MideaCCDevice | MideaCFDevice | MideaC3Device | MideaFBDevice
)