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,7 +2,7 @@
import functools as ft
import logging
from typing import Any, ClassVar, TypeAlias, cast
from typing import Any, ClassVar, cast
from homeassistant.components.water_heater import (
WaterHeaterEntity,
@@ -81,7 +81,7 @@ async def async_setup_entry(
async_add_entities(devs)
MideaWaterHeaterDevice: TypeAlias = (
type MideaWaterHeaterDevice = (
MideaE2Device | MideaE3Device | MideaC3Device | MideaE6Device | MideaCDDevice
)