<CWD>/homeassistant/auth/__init__.py
  <CWD>/homeassistant/auth/__init__.py:137:12 - error: Could not access item in TypedDict
    "type" is not a required key in "AuthFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/auth/__init__.py:141:23 - error: Could not access item in TypedDict
    "data" is not a required key in "AuthFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/auth/__init__.py:142:32 - error: Could not access item in TypedDict
    "data" is not a required key in "AuthFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/auth/__init__.py:150:37 - error: Could not access item in TypedDict
    "data" is not a required key in "AuthFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/auth/__init__.py:411:28 - error: Cannot access attribute "async_will_remove_credentials" for class "AuthProvider"
    Attribute "async_will_remove_credentials" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/auth/__init__.py:566:13 - error: Argument of type "HassJob[(_: datetime | None = None), None]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_track_point_in_utc_time"
    Type "HassJob[(_: datetime | None = None), None]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(_: datetime | None = None), None]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_P@HassJob" is invariant, but "(_: datetime | None = None)" is not the same as "(datetime)"
        Type parameter "_R_co@HassJob" is invariant, but "None" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(_: datetime | None = None), None]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
<CWD>/homeassistant/auth/jwt_wrapper.py
  <CWD>/homeassistant/auth/jwt_wrapper.py:36:9 - error: "_load" overrides method of same name in class "PyJWS" with incompatible type "_lru_cache_wrapper[tuple[bytes, bytes, dict[Unknown, Unknown], bytes]]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/auth/mfa_modules/notify.py
  <CWD>/homeassistant/auth/mfa_modules/notify.py:343:37 - error: Cannot access attribute "async_notify" for class "MultiFactorAuthModule"
    Attribute "async_notify" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/auth/permissions/merge.py
  <CWD>/homeassistant/auth/permissions/merge.py:63:13 - error: Argument of type "CategoryType" cannot be assigned to parameter "value" of type "SubCategoryType" in function "__setitem__"
    Type "CategoryType" is not assignable to type "SubCategoryType"
      Type "Mapping[str, SubCategoryType]" is not assignable to type "SubCategoryType"
        "Mapping[str, SubCategoryType]" is not assignable to "Mapping[str, ValueType]"
          Type parameter "_VT_co@Mapping" is covariant, but "SubCategoryType" is not a subtype of "ValueType"
            Type "SubCategoryType" is not assignable to type "ValueType"
        "Mapping[str, SubCategoryType]" is not assignable to "bool"
        "Mapping[str, SubCategoryType]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/auth/permissions/merge.py:63:13 - error: Argument of type "CategoryType" cannot be assigned to parameter "value" of type "ValueType" in function "__setitem__"
    Type "CategoryType" is not assignable to type "ValueType"
      Type "Mapping[str, SubCategoryType]" is not assignable to type "ValueType"
        "Mapping[str, SubCategoryType]" is not assignable to "Mapping[str, bool]"
          Type parameter "_VT_co@Mapping" is covariant, but "SubCategoryType" is not a subtype of "bool"
            Type "SubCategoryType" is not assignable to type "bool"
        "Mapping[str, SubCategoryType]" is not assignable to "bool"
        "Mapping[str, SubCategoryType]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/auth/providers/__init__.py
  <CWD>/homeassistant/auth/providers/__init__.py:268:35 - error: Cannot access attribute "async_initialize_login_mfa_step" for class "MultiFactorAuthModule"
    Attribute "async_initialize_login_mfa_step" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/auth/providers/command_line.py
  <CWD>/homeassistant/auth/providers/command_line.py:150:43 - error: Cannot access attribute "async_validate_login" for class "AuthProvider"
    Attribute "async_validate_login" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/auth/providers/homeassistant.py
  <CWD>/homeassistant/auth/providers/homeassistant.py:420:43 - error: Cannot access attribute "async_validate_login" for class "AuthProvider"
    Attribute "async_validate_login" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/auth/providers/insecure_example.py
  <CWD>/homeassistant/auth/providers/insecure_example.py:108:37 - error: Cannot access attribute "async_validate_login" for class "AuthProvider"
    Attribute "async_validate_login" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/auth/providers/trusted_networks.py
  <CWD>/homeassistant/auth/providers/trusted_networks.py:240:33 - error: Cannot access attribute "async_validate_access" for class "AuthProvider"
    Attribute "async_validate_access" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/backup_restore.py
  <CWD>/homeassistant/backup_restore.py:142:33 - error: Argument of type "tuple[Literal['home-assistant_v2.db'], Literal['home-assistant_v2.db-wal']]" cannot be assigned to parameter "iterable" of type "Iterable[Literal['backups']]" in function "extend"
    "tuple[Literal['home-assistant_v2.db'], Literal['home-assistant_v2.db-wal']]" is not assignable to "Iterable[Literal['backups']]"
      Type parameter "_T_co@Iterable" is covariant, but "Literal['home-assistant_v2.db', 'home-assistant_v2.db-wal']" is not a subtype of "Literal['backups']"
        Type "Literal['home-assistant_v2.db', 'home-assistant_v2.db-wal']" is not assignable to type "Literal['backups']"
          "Literal['home-assistant_v2.db']" is not assignable to type "Literal['backups']" (reportArgumentType)
<CWD>/homeassistant/bootstrap.py
  <CWD>/homeassistant/bootstrap.py:456:9 - error: Argument of type "Task[dict[str, Any]]" cannot be assigned to parameter "coros_or_futures" of type "_FutureLike[_T@gather]" in function "gather"
    Type "Task[dict[str, Any]]" is not assignable to type "_FutureLike[None]"
      "Task[dict[str, Any]]" is not assignable to "Future[None]"
        Type parameter "_T@Future" is invariant, but "dict[str, Any]" is not the same as "None"
      "Task[dict[str, Any]]" is not assignable to "Awaitable[None]"
        Type parameter "_T_co@Awaitable" is covariant, but "dict[str, Any]" is not a subtype of "None"
          "dict[str, Any]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/abode/__init__.py
  <CWD>/homeassistant/components/abode/__init__.py:83:50 - error: Argument of type "Path" cannot be assigned to parameter "user_data" of type "Mapping[str, Path]" in function "override"
    "Path" is not assignable to "Mapping[str, Path]" (reportArgumentType)
<CWD>/homeassistant/components/abode/alarm_control_panel.py
  <CWD>/homeassistant/components/abode/alarm_control_panel.py:33:7 - error: Base classes for class "AbodeAlarm" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/alarm_control_panel.py:45:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/alarm_control_panel.py:68:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/abode/binary_sensor.py
  <CWD>/homeassistant/components/abode/binary_sensor.py:45:7 - error: Base classes for class "AbodeBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/binary_sensor.py:45:7 - error: Base classes for class "AbodeBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/binary_sensor.py:52:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/binary_sensor.py:57:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/binary_sensor.py:57:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/abode/camera.py
  <CWD>/homeassistant/components/abode/camera.py:37:44 - error: "CAPTURE_IMAGE" is not a known attribute of module "jaraco.abode.helpers.timeline" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/abode/camera.py:42:7 - error: Base classes for class "AbodeCamera" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/camera.py:42:7 - error: Base classes for class "AbodeCamera" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/camera.py:119:9 - error: "is_on" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/abode/cover.py
  <CWD>/homeassistant/components/abode/cover.py:31:7 - error: Base classes for class "AbodeCover" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/cover.py:31:7 - error: Base classes for class "AbodeCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/cover.py:38:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/abode/entity.py
  <CWD>/homeassistant/components/abode/entity.py:76:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/entity.py:86:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/abode/light.py
  <CWD>/homeassistant/components/abode/light.py:42:7 - error: Base classes for class "AbodeLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/light.py:42:7 - error: Base classes for class "AbodeLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/light.py:73:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/light.py:78:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/light.py:95:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/light.py:103:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/light.py:114:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/abode/lock.py
  <CWD>/homeassistant/components/abode/lock.py:31:7 - error: Base classes for class "AbodeLock" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/lock.py:31:7 - error: Base classes for class "AbodeLock" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/lock.py:46:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/abode/sensor.py
  <CWD>/homeassistant/components/abode/sensor.py:79:7 - error: Base classes for class "AbodeSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/sensor.py:79:7 - error: Base classes for class "AbodeSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/sensor.py:93:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AbodeSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/sensor.py:93:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AbodeSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/sensor.py:97:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/sensor.py:102:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/abode/switch.py
  <CWD>/homeassistant/components/abode/switch.py:44:7 - error: Base classes for class "AbodeSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/switch.py:44:7 - error: Base classes for class "AbodeSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/switch.py:59:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/abode/switch.py:91:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/acaia/binary_sensor.py
  <CWD>/homeassistant/components/acaia/binary_sensor.py:53:7 - error: Base classes for class "AcaiaBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acaia/binary_sensor.py:56:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "AcaiaBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acaia/binary_sensor.py:59:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/acaia/button.py
  <CWD>/homeassistant/components/acaia/button.py:56:7 - error: Base classes for class "AcaiaButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acaia/button.py:59:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "AcaiaButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/acaia/config_flow.py
  <CWD>/homeassistant/components/acaia/config_flow.py:64:50 - error: "is_new_style_scale" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/acaia/sensor.py
  <CWD>/homeassistant/components/acaia/sensor.py:95:7 - error: Base classes for class "AcaiaSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acaia/sensor.py:98:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AcaiaDynamicUnitSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acaia/sensor.py:101:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acaia/sensor.py:111:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acaia/sensor.py:119:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AcaiaSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acaia/sensor.py:144:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/accuweather/config_flow.py
  <CWD>/homeassistant/components/accuweather/config_flow.py:9:38 - error: "ApiError" is not exported from module "accuweather"
    Import from "accuweather.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/accuweather/config_flow.py:9:48 - error: "InvalidApiKeyError" is not exported from module "accuweather"
    Import from "accuweather.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/accuweather/config_flow.py:9:68 - error: "RequestsExceededError" is not exported from module "accuweather"
    Import from "accuweather.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/accuweather/coordinator.py
  <CWD>/homeassistant/components/accuweather/coordinator.py:12:38 - error: "ApiError" is not exported from module "accuweather"
    Import from "accuweather.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/accuweather/coordinator.py:12:48 - error: "InvalidApiKeyError" is not exported from module "accuweather"
    Import from "accuweather.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/accuweather/coordinator.py:12:68 - error: "RequestsExceededError" is not exported from module "accuweather"
    Import from "accuweather.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/accuweather/sensor.py
  <CWD>/homeassistant/components/accuweather/sensor.py:417:7 - error: Base classes for class "AccuWeatherSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/sensor.py:434:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AccuWeatherSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/sensor.py:434:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AccuWeatherSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/sensor.py:440:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/sensor.py:445:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/sensor.py:469:7 - error: Base classes for class "AccuWeatherForecastSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/sensor.py:487:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AccuWeatherSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/sensor.py:487:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AccuWeatherSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/sensor.py:499:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/sensor.py:504:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/accuweather/weather.py
  <CWD>/homeassistant/components/accuweather/weather.py:101:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/weather.py:106:9 - error: "cloud_coverage" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/weather.py:111:9 - error: "native_apparent_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/weather.py:121:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/weather.py:129:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/weather.py:136:9 - error: "native_dew_point" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/weather.py:143:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/weather.py:148:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/weather.py:158:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/weather.py:168:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/weather.py:175:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/accuweather/weather.py:183:9 - error: "uv_index" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/acmeda/config_flow.py
  <CWD>/homeassistant/components/acmeda/config_flow.py:58:32 - error: Cannot assign to attribute "discovered_hubs" for class "AcmedaFlowHandler*"
    Type "dict[Any | None, Hub]" is not assignable to type "dict[str, Hub] | None"
      "dict[Any | None, Hub]" is not assignable to "dict[str, Hub]"
        Type parameter "_KT@dict" is invariant, but "Any | None" is not the same as "str"
      "dict[Any | None, Hub]" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/acmeda/config_flow.py:74:46 - error: Argument of type "Any | None" cannot be assigned to parameter "title" of type "str" in function "async_create_entry"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/acmeda/cover.py
  <CWD>/homeassistant/components/acmeda/cover.py:47:7 - error: Base classes for class "AcmedaCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acmeda/cover.py:47:7 - error: Base classes for class "AcmedaCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acmeda/cover.py:53:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acmeda/cover.py:60:24 - error: Operator "-" not supported for types "Literal[100]" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/acmeda/cover.py:64:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acmeda/cover.py:71:24 - error: Operator "-" not supported for types "Literal[100]" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/acmeda/cover.py:75:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acmeda/cover.py:96:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/acmeda/entity.py
  <CWD>/homeassistant/components/acmeda/entity.py:68:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acmeda/entity.py:78:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/acmeda/hub.py
  <CWD>/homeassistant/components/acmeda/hub.py:64:20 - error: Cannot assign to attribute "api" for class "PulseHub*"
    "None" is not assignable to "Hub" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/acmeda/sensor.py
  <CWD>/homeassistant/components/acmeda/sensor.py:42:7 - error: Base classes for class "AcmedaBattery" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acmeda/sensor.py:42:7 - error: Base classes for class "AcmedaBattery" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/acmeda/sensor.py:49:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/actron_air/__init__.py
  <CWD>/homeassistant/components/actron_air/__init__.py:30:19 - error: Type "List[Dict[str, Any]]" is not assignable to declared type "list[ActronAirNeoACSystem]"
    "List[Dict[str, Any]]" is not assignable to "list[ActronAirNeoACSystem]"
      Type parameter "_T@list" is invariant, but "Dict[str, Any]" is not the same as "ActronAirNeoACSystem"
      Consider switching from "list" to "Sequence" which is covariant (reportAssignmentType)
  <CWD>/homeassistant/components/actron_air/__init__.py:42:64 - error: "__getitem__" method not defined on type "ActronAirNeoACSystem" (reportIndexIssue)
  <CWD>/homeassistant/components/actron_air/__init__.py:44:29 - error: "__getitem__" method not defined on type "ActronAirNeoACSystem" (reportIndexIssue)
<CWD>/homeassistant/components/actron_air/climate.py
  <CWD>/homeassistant/components/actron_air/climate.py:59:23 - error: Cannot access attribute "ac_system" for class "ActronAirNeoACSystem"
    Attribute "ac_system" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/actron_air/climate.py:64:32 - error: Cannot access attribute "remote_zone_info" for class "ActronAirNeoACSystem"
    Attribute "remote_zone_info" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/actron_air/climate.py:71:7 - error: Base classes for class "BaseClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:117:41 - error: "system_name" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/actron_air/climate.py:119:45 - error: "master_wc_model" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/actron_air/climate.py:120:47 - error: "master_wc_firmware_version" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/actron_air/climate.py:125:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:130:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:137:16 - error: Type "ActronAirNeoACSystem" is not assignable to return type "ActronAirNeoStatus"
    "ActronAirNeoACSystem" is not assignable to "ActronAirNeoStatus" (reportReturnType)
  <CWD>/homeassistant/components/actron_air/climate.py:140:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:142:50 - error: "is_on" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/actron_air/climate.py:145:50 - error: "mode" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/actron_air/climate.py:149:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:151:54 - error: "fan_mode" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/actron_air/climate.py:155:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:157:41 - error: "live_humidity_pc" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/actron_air/climate.py:160:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:162:41 - error: "live_temp_c" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/actron_air/climate.py:165:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:167:50 - error: "temperature_setpoint_cool_c" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/actron_air/climate.py:172:49 - error: "set_fan_mode" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/actron_air/climate.py:172:62 - error: Argument of type "str | None" cannot be assigned to parameter "fan_mode" of type "str" in function "set_fan_mode"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/actron_air/climate.py:177:38 - error: "set_system_mode" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/actron_air/climate.py:177:54 - error: Argument of type "str | None" cannot be assigned to parameter "mode" of type "str" in function "set_system_mode"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/actron_air/climate.py:182:49 - error: "set_temperature" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/actron_air/climate.py:182:77 - error: Argument of type "Any | None" cannot be assigned to parameter "temperature" of type "float" in function "set_temperature"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/actron_air/climate.py:202:30 - error: Cannot assign to attribute "_zone_id" for class "ActronZoneClimate*"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/actron_air/climate.py:203:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:204:14 - error: "_attr_device_info" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DeviceInfo" is not the same as base type "DeviceInfo | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:214:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:219:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:227:23 - error: Cannot access attribute "zones" for class "ActronAirNeoACSystem"
    Attribute "zones" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/actron_air/climate.py:230:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:238:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:243:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/actron_air/climate.py:248:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/actron_air/coordinator.py
  <CWD>/homeassistant/components/actron_air/coordinator.py:55:30 - error: "__getitem__" method not defined on type "ActronAirNeoACSystem" (reportIndexIssue)
  <CWD>/homeassistant/components/actron_air/coordinator.py:60:15 - error: Method "_async_update_data" overrides class "DataUpdateCoordinator" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, ActronAirNeoACSystem]", override returns type "CoroutineType[Any, Any, ActronAirNeoStatus]"
      "CoroutineType[Any, Any, ActronAirNeoStatus]" is not assignable to "CoroutineType[Any, Any, ActronAirNeoACSystem]"
        Type parameter "_ReturnT_nd_co@CoroutineType" is covariant, but "ActronAirNeoStatus" is not a subtype of "ActronAirNeoACSystem"
          "ActronAirNeoStatus" is not assignable to "ActronAirNeoACSystem" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/actron_air/coordinator.py:65:16 - error: Type "ActronAirNeoStatus | None" is not assignable to return type "ActronAirNeoStatus"
    Type "ActronAirNeoStatus | None" is not assignable to type "ActronAirNeoStatus"
      "None" is not assignable to "ActronAirNeoStatus" (reportReturnType)
<CWD>/homeassistant/components/adax/climate.py
  <CWD>/homeassistant/components/adax/climate.py:87:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/adax/climate.py:140:7 - error: Base classes for class "LocalAdaxDevice" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/adax/sensor.py
  <CWD>/homeassistant/components/adax/sensor.py:86:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AdaxSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/adax/sensor.py:86:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AdaxSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/adax/sensor.py:100:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/adax/sensor.py:109:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/adguard/entity.py
  <CWD>/homeassistant/components/adguard/entity.py:52:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/adguard/sensor.py
  <CWD>/homeassistant/components/adguard/sensor.py:99:7 - error: Base classes for class "AdGuardHomeSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/adguard/sensor.py:112:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AdGuardHomeEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/adguard/sensor.py:112:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AdGuardHomeEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/adguard/switch.py
  <CWD>/homeassistant/components/adguard/switch.py:93:7 - error: Base classes for class "AdGuardHomeSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/adguard/switch.py:106:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AdGuardHomeSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/adguard/switch.py:106:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "AdGuardHomeSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/adguard/update.py
  <CWD>/homeassistant/components/adguard/update.py:37:7 - error: Base classes for class "AdGuardHomeUpdate" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ads/__init__.py
  <CWD>/homeassistant/components/ads/__init__.py:5:8 - error: Import "pyads" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/ads/binary_sensor.py
  <CWD>/homeassistant/components/ads/binary_sensor.py:5:8 - error: Import "pyads" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ads/binary_sensor.py:51:7 - error: Base classes for class "AdsBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ads/binary_sensor.py:70:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ads/cover.py
  <CWD>/homeassistant/components/ads/cover.py:7:8 - error: Import "pyads" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ads/cover.py:138:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ads/cover.py:147:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ads/cover.py:179:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ads/entity.py
  <CWD>/homeassistant/components/ads/entity.py:68:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ads/hub.py
  <CWD>/homeassistant/components/ads/hub.py:9:8 - error: Import "pyads" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/ads/light.py
  <CWD>/homeassistant/components/ads/light.py:7:8 - error: Import "pyads" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ads/light.py:55:7 - error: Base classes for class "AdsLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ads/light.py:88:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ads/light.py:93:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ads/select.py
  <CWD>/homeassistant/components/ads/select.py:5:8 - error: Import "pyads" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ads/select.py:53:7 - error: Base classes for class "AdsSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ads/sensor.py
  <CWD>/homeassistant/components/ads/sensor.py:91:7 - error: Base classes for class "AdsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ads/sensor.py:123:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ads/switch.py
  <CWD>/homeassistant/components/ads/switch.py:7:8 - error: Import "pyads" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ads/switch.py:48:7 - error: Base classes for class "AdsSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ads/switch.py:56:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ads/valve.py
  <CWD>/homeassistant/components/ads/valve.py:5:8 - error: Import "pyads" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ads/valve.py:54:7 - error: Base classes for class "AdsValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/advantage_air/binary_sensor.py
  <CWD>/homeassistant/components/advantage_air/binary_sensor.py:43:7 - error: Base classes for class "AdvantageAirFilter" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/binary_sensor.py:56:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/binary_sensor.py:61:7 - error: Base classes for class "AdvantageAirZoneMotion" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/binary_sensor.py:73:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/binary_sensor.py:78:7 - error: Base classes for class "AdvantageAirZoneMyZone" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/binary_sensor.py:91:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/advantage_air/climate.py
  <CWD>/homeassistant/components/advantage_air/climate.py:106:7 - error: Base classes for class "AdvantageAirAC" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:106:7 - error: Base classes for class "AdvantageAirAC" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:167:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:174:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:182:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:189:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:200:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:205:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:210:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:271:7 - error: Base classes for class "AdvantageAirZone" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:271:7 - error: Base classes for class "AdvantageAirZone" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:291:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:298:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:314:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/climate.py:319:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/advantage_air/cover.py
  <CWD>/homeassistant/components/advantage_air/cover.py:51:7 - error: Base classes for class "AdvantageAirZoneVent" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/cover.py:51:7 - error: Base classes for class "AdvantageAirZoneVent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/cover.py:67:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/cover.py:72:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/cover.py:102:7 - error: Base classes for class "AdvantageAirThingCover" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/cover.py:102:7 - error: Base classes for class "AdvantageAirThingCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/cover.py:118:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/advantage_air/entity.py
  <CWD>/homeassistant/components/advantage_air/entity.py:23:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/advantage_air/light.py
  <CWD>/homeassistant/components/advantage_air/light.py:41:7 - error: Base classes for class "AdvantageAirLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/light.py:71:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/light.py:98:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/light.py:109:7 - error: Base classes for class "AdvantageAirThingLight" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/light.py:109:7 - error: Base classes for class "AdvantageAirThingLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/light.py:109:7 - error: Base classes for class "AdvantageAirThingLight" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/light.py:116:7 - error: Base classes for class "AdvantageAirThingLightDimmable" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/light.py:116:7 - error: Base classes for class "AdvantageAirThingLightDimmable" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/light.py:116:7 - error: Base classes for class "AdvantageAirThingLightDimmable" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/light.py:123:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/advantage_air/select.py
  <CWD>/homeassistant/components/advantage_air/select.py:27:7 - error: Base classes for class "AdvantageAirMyZone" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/select.py:49:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/advantage_air/sensor.py
  <CWD>/homeassistant/components/advantage_air/sensor.py:64:7 - error: Base classes for class "AdvantageAirTimeTo" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/sensor.py:79:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/sensor.py:84:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/sensor.py:96:7 - error: Base classes for class "AdvantageAirZoneVent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/sensor.py:110:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/sensor.py:117:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/sensor.py:124:7 - error: Base classes for class "AdvantageAirZoneSignal" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/sensor.py:138:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/sensor.py:143:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/sensor.py:156:7 - error: Base classes for class "AdvantageAirZoneTemp" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/sensor.py:172:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/advantage_air/switch.py
  <CWD>/homeassistant/components/advantage_air/switch.py:47:7 - error: Base classes for class "AdvantageAirFreshAir" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/switch.py:60:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/switch.py:73:7 - error: Base classes for class "AdvantageAirMyFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/switch.py:86:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/switch.py:99:7 - error: Base classes for class "AdvantageAirNightMode" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/switch.py:112:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/switch.py:125:7 - error: Base classes for class "AdvantageAirRelay" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/switch.py:125:7 - error: Base classes for class "AdvantageAirRelay" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/switch.py:125:7 - error: Base classes for class "AdvantageAirRelay" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/advantage_air/update.py
  <CWD>/homeassistant/components/advantage_air/update.py:26:7 - error: Base classes for class "AdvantageAirApp" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/update.py:26:7 - error: Base classes for class "AdvantageAirApp" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/update.py:43:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/advantage_air/update.py:48:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aemet/image.py
  <CWD>/homeassistant/components/aemet/image.py:51:7 - error: Base classes for class "AemetImage" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aemet/image.py:67:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ImageEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aemet/sensor.py
  <CWD>/homeassistant/components/aemet/sensor.py:386:7 - error: Base classes for class "AemetSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aemet/sensor.py:400:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AemetSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aemet/sensor.py:400:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AemetSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aemet/sensor.py:404:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aemet/weather.py
  <CWD>/homeassistant/components/aemet/weather.py:77:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aemet/weather.py:93:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aemet/weather.py:98:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aemet/weather.py:103:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aemet/weather.py:108:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aemet/weather.py:113:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aemet/weather.py:118:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aftership/sensor.py
  <CWD>/homeassistant/components/aftership/sensor.py:56:19 - error: Argument of type "Any | None" cannot be assigned to parameter "title" of type "str" in function "add"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/aftership/sensor.py:57:18 - error: Argument of type "Any | None" cannot be assigned to parameter "slug" of type "str" in function "add"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/aftership/sensor.py:88:5 - error: "_attr_native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aftership/sensor.py:99:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aftership/sensor.py:104:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/agent_dvr/camera.py
  <CWD>/homeassistant/components/agent_dvr/camera.py:119:9 - error: "is_recording" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/agent_dvr/camera.py:139:9 - error: "is_on" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/agent_dvr/camera.py:144:9 - error: "motion_detection_enabled" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ai_task/entity.py
  <CWD>/homeassistant/components/ai_task/entity.py:33:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ai_task/entity.py:42:16 - error: Type "int | None" is not assignable to return type "AITaskEntityFeature"
    Type "int | None" is not assignable to type "AITaskEntityFeature"
      "int" is not assignable to "AITaskEntityFeature" (reportReturnType)
<CWD>/homeassistant/components/air_quality/__init__.py
  <CWD>/homeassistant/components/air_quality/__init__.py:136:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/air_quality/__init__.py:147:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/air_quality/__init__.py:152:9 - error: "unit_of_measurement" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airgradient/button.py
  <CWD>/homeassistant/components/airgradient/button.py:90:7 - error: Base classes for class "AirGradientButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/button.py:102:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirGradientButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/button.py:102:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "AirGradientButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/button.py:106:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/airgradient/number.py
  <CWD>/homeassistant/components/airgradient/number.py:106:7 - error: Base classes for class "AirGradientNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/number.py:118:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirGradientNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/number.py:118:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "AirGradientNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/number.py:122:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/number.py:127:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/airgradient/select.py
  <CWD>/homeassistant/components/airgradient/select.py:201:7 - error: Base classes for class "AirGradientSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/select.py:213:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirGradientSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/select.py:213:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "AirGradientSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/select.py:217:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/select.py:222:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/airgradient/sensor.py
  <CWD>/homeassistant/components/airgradient/sensor.py:278:7 - error: Base classes for class "AirGradientSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/sensor.py:298:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/sensor.py:321:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airgradient/switch.py
  <CWD>/homeassistant/components/airgradient/switch.py:84:7 - error: Base classes for class "AirGradientSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/switch.py:96:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirGradientSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/switch.py:96:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "AirGradientSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/switch.py:100:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/switch.py:105:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/airgradient/switch.py:111:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/airgradient/update.py
  <CWD>/homeassistant/components/airgradient/update.py:50:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airgradient/update.py:55:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airly/config_flow.py
  <CWD>/homeassistant/components/airly/config_flow.py:67:28 - error: "location_nearest_valid" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/airly/sensor.py
  <CWD>/homeassistant/components/airly/sensor.py:196:7 - error: Base classes for class "AirlySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airly/sensor.py:225:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirlySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airly/sensor.py:225:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AirlySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airnow/config_flow.py
  <CWD>/homeassistant/components/airnow/config_flow.py:8:22 - error: "WebServiceAPI" is not exported from module "pyairnow"
    Import from "pyairnow.api" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/airnow/coordinator.py
  <CWD>/homeassistant/components/airnow/coordinator.py:9:22 - error: "WebServiceAPI" is not exported from module "pyairnow"
    Import from "pyairnow.api" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/airnow/sensor.py
  <CWD>/homeassistant/components/airnow/sensor.py:143:7 - error: Base classes for class "AirNowSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airnow/sensor.py:161:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirNowEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airnow/sensor.py:161:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AirNowEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airnow/sensor.py:171:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airnow/sensor.py:176:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airos/binary_sensor.py
  <CWD>/homeassistant/components/airos/binary_sensor.py:18:26 - error: "AirOS8Data" is not exported from module "airos.airos8"
    Import from "airos.data" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/airos/binary_sensor.py:87:7 - error: Base classes for class "AirOSBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airos/binary_sensor.py:100:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirOSBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airos/binary_sensor.py:100:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "AirOSBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airos/binary_sensor.py:104:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airos/coordinator.py
  <CWD>/homeassistant/components/airos/coordinator.py:7:34 - error: "AirOS8Data" is not exported from module "airos.airos8"
    Import from "airos.data" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/airos/sensor.py
  <CWD>/homeassistant/components/airos/sensor.py:29:26 - error: "AirOS8Data" is not exported from module "airos.airos8"
    Import from "airos.data" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/airos/sensor.py:175:7 - error: Base classes for class "AirOSSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airos/sensor.py:188:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirOSSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airos/sensor.py:188:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AirOSSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airos/sensor.py:192:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airq/config_flow.py
  <CWD>/homeassistant/components/airq/config_flow.py:87:50 - error: Argument of type "str | None" cannot be assigned to parameter "title" of type "str" in function "async_create_entry"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/airq/number.py
  <CWD>/homeassistant/components/airq/number.py:55:7 - error: Base classes for class "AirQLEDBrightness" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airq/number.py:67:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirQBrightnessDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airq/number.py:67:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "AirQBrightnessDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airq/number.py:73:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airq/sensor.py
  <CWD>/homeassistant/components/airq/sensor.py:427:7 - error: Base classes for class "AirQSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airq/sensor.py:439:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirQEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airq/sensor.py:439:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AirQEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airthings/sensor.py
  <CWD>/homeassistant/components/airthings/sensor.py:197:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airthings/sensor.py:202:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airthings_ble/config_flow.py
  <CWD>/homeassistant/components/airthings_ble/config_flow.py:14:19 - error: "BleakError" is not exported from module "bleak"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/airthings_ble/config_flow.py:138:23 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/airthings_ble/config_flow.py:145:38 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/airthings_ble/sensor.py
  <CWD>/homeassistant/components/airthings_ble/sensor.py:249:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airthings_ble/sensor.py:257:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airtouch4/climate.py
  <CWD>/homeassistant/components/airtouch4/climate.py:85:7 - error: Base classes for class "AirtouchAC" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:120:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:125:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:130:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:136:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:145:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:195:7 - error: Base classes for class "AirtouchGroup" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:229:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:234:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:239:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:244:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:249:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:275:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch4/climate.py:280:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airtouch5/climate.py
  <CWD>/homeassistant/components/airtouch5/climate.py:120:7 - error: Base classes for class "Airtouch5ClimateEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch5/climate.py:120:7 - error: Base classes for class "Airtouch5ClimateEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch5/climate.py:120:7 - error: Base classes for class "Airtouch5ClimateEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch5/climate.py:120:7 - error: Base classes for class "Airtouch5ClimateEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch5/climate.py:120:7 - error: Base classes for class "Airtouch5ClimateEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airtouch5/cover.py
  <CWD>/homeassistant/components/airtouch5/cover.py:49:7 - error: Base classes for class "Airtouch5ZoneOpenPercentage" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch5/cover.py:49:7 - error: Base classes for class "Airtouch5ZoneOpenPercentage" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch5/cover.py:49:7 - error: Base classes for class "Airtouch5ZoneOpenPercentage" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch5/cover.py:49:7 - error: Base classes for class "Airtouch5ZoneOpenPercentage" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch5/cover.py:49:7 - error: Base classes for class "Airtouch5ZoneOpenPercentage" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch5/cover.py:49:7 - error: Base classes for class "Airtouch5ZoneOpenPercentage" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airtouch5/cover.py:49:7 - error: Base classes for class "Airtouch5ZoneOpenPercentage" define variable "supported_features" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airvisual/sensor.py
  <CWD>/homeassistant/components/airvisual/sensor.py:147:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airvisual_pro/entity.py
  <CWD>/homeassistant/components/airvisual_pro/entity.py:28:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airvisual_pro/sensor.py
  <CWD>/homeassistant/components/airvisual_pro/sensor.py:142:7 - error: Base classes for class "AirVisualProSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airvisual_pro/sensor.py:142:7 - error: Base classes for class "AirVisualProSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airvisual_pro/sensor.py:147:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AirVisualProMeasurementDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airvisual_pro/sensor.py:150:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airzone/binary_sensor.py
  <CWD>/homeassistant/components/airzone/binary_sensor.py:134:7 - error: Base classes for class "AirzoneBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airzone/binary_sensor.py:137:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirzoneBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airzone/binary_sensor.py:137:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "AirzoneBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airzone/climate.py
  <CWD>/homeassistant/components/airzone/climate.py:132:7 - error: Base classes for class "AirzoneClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airzone/select.py
  <CWD>/homeassistant/components/airzone/select.py:184:7 - error: Base classes for class "AirzoneBaseSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airzone/select.py:187:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirzoneSelectDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airzone/select.py:187:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "AirzoneSelectDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airzone/sensor.py
  <CWD>/homeassistant/components/airzone/sensor.py:160:7 - error: Base classes for class "AirzoneSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airzone/switch.py
  <CWD>/homeassistant/components/airzone/switch.py:74:7 - error: Base classes for class "AirzoneBaseSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airzone/switch.py:77:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirzoneSwitchDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airzone/switch.py:77:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "AirzoneSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airzone/water_heater.py
  <CWD>/homeassistant/components/airzone/water_heater.py:69:7 - error: Base classes for class "AirzoneWaterHeater" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airzone_cloud/binary_sensor.py
  <CWD>/homeassistant/components/airzone_cloud/binary_sensor.py:161:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirzoneBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airzone_cloud/binary_sensor.py:161:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "AirzoneBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airzone_cloud/binary_sensor.py:164:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airzone_cloud/climate.py
  <CWD>/homeassistant/components/airzone_cloud/climate.py:174:7 - error: Base classes for class "AirzoneClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airzone_cloud/select.py
  <CWD>/homeassistant/components/airzone_cloud/select.py:125:7 - error: Base classes for class "AirzoneBaseSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airzone_cloud/select.py:128:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirzoneSelectDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airzone_cloud/select.py:128:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "AirzoneSelectDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airzone_cloud/sensor.py
  <CWD>/homeassistant/components/airzone_cloud/sensor.py:275:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airzone_cloud/switch.py
  <CWD>/homeassistant/components/airzone_cloud/switch.py:60:7 - error: Base classes for class "AirzoneBaseSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airzone_cloud/switch.py:63:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AirzoneSwitchDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/airzone_cloud/switch.py:63:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "AirzoneSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/airzone_cloud/water_heater.py
  <CWD>/homeassistant/components/airzone_cloud/water_heater.py:86:7 - error: Base classes for class "AirzoneWaterHeater" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aladdin_connect/cover.py
  <CWD>/homeassistant/components/aladdin_connect/cover.py:29:7 - error: Base classes for class "AladdinCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aladdin_connect/cover.py:50:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aladdin_connect/cover.py:57:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aladdin_connect/cover.py:62:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aladdin_connect/sensor.py
  <CWD>/homeassistant/components/aladdin_connect/sensor.py:59:7 - error: Base classes for class "AladdinConnectSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aladdin_connect/sensor.py:71:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AladdinConnectSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aladdin_connect/sensor.py:71:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AladdinConnectSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aladdin_connect/sensor.py:75:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/alarm_control_panel/__init__.py
  <CWD>/homeassistant/components/alarm_control_panel/__init__.py:139:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AlarmControlPanelEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/alarm_control_panel/__init__.py:144:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AlarmControlPanelEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/alarm_control_panel/__init__.py:151:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/alarm_control_panel/__init__.py:302:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/alarm_control_panel/device_action.py
  <CWD>/homeassistant/components/alarm_control_panel/device_action.py:119:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/alarm_control_panel/device_condition.py
  <CWD>/homeassistant/components/alarm_control_panel/device_condition.py:124:49 - error: "state" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/alarm_control_panel/device_trigger.py
  <CWD>/homeassistant/components/alarm_control_panel/device_trigger.py:142:32 - error: "to_state" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/alarm_control_panel/reproduce_state.py
  <CWD>/homeassistant/components/alarm_control_panel/reproduce_state.py:77:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/alarmdecoder/__init__.py
  <CWD>/homeassistant/components/alarmdecoder/__init__.py:122:5 - error: "controller" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/alarmdecoder/__init__.py:123:5 - error: "controller" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/alarmdecoder/__init__.py:124:5 - error: "controller" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/alarmdecoder/__init__.py:125:5 - error: "controller" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/alarmdecoder/__init__.py:126:5 - error: "controller" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/alarmdecoder/__init__.py:127:5 - error: "controller" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/alarmdecoder/__init__.py:134:9 - error: "controller" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/alarmdecoder/__init__.py:139:11 - error: "controller" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/alarmdecoder/config_flow.py
  <CWD>/homeassistant/components/alarmdecoder/config_flow.py:118:32 - error: "device" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/alarmdecoder/config_flow.py:127:27 - error: "title" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/alarmdecoder/config_flow.py:152:25 - error: "schema" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/alert/__init__.py
  <CWD>/homeassistant/components/alert/__init__.py:107:17 - error: Argument of type "Unknown | Any | None" cannot be assigned to parameter "data" of type "dict[Any, Any]" in function "__init__"
    Type "Unknown | Any | None" is not assignable to type "dict[Any, Any]"
      "None" is not assignable to "dict[Any, Any]" (reportArgumentType)
<CWD>/homeassistant/components/alert/entity.py
  <CWD>/homeassistant/components/alert/entity.py:84:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/alert/reproduce_state.py
  <CWD>/homeassistant/components/alert/reproduce_state.py:57:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/alexa_devices/binary_sensor.py
  <CWD>/homeassistant/components/alexa_devices/binary_sensor.py:151:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "AmazonBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/alexa_devices/binary_sensor.py:154:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/alexa_devices/binary_sensor.py:161:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/alexa_devices/notify.py
  <CWD>/homeassistant/components/alexa_devices/notify.py:80:7 - error: Base classes for class "AmazonNotifyEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/alexa_devices/notify.py:83:5 - error: "entity_description" overrides symbol of same name in class "NotifyEntity"
    Variable is mutable so its type is invariant
      Override type "AmazonNotifyEntityDescription" is not the same as base type "NotifyEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/alexa_devices/notify.py:86:15 - error: Method "async_send_message" overrides class "NotifyEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/alexa_devices/sensor.py
  <CWD>/homeassistant/components/alexa_devices/sensor.py:135:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AmazonSensorEntityDescription | AmazonNotificationEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/alexa_devices/sensor.py:140:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/alexa_devices/sensor.py:150:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/alexa_devices/sensor.py:159:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/alexa_devices/switch.py
  <CWD>/homeassistant/components/alexa_devices/switch.py:91:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "AmazonSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/alexa_devices/switch.py:113:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/alexa_devices/switch.py:118:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/alpha_vantage/sensor.py
  <CWD>/homeassistant/components/alpha_vantage/sensor.py:8:6 - error: Import "alpha_vantage.foreignexchange" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/alpha_vantage/sensor.py:9:6 - error: Import "alpha_vantage.timeseries" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/altruist/sensor.py
  <CWD>/homeassistant/components/altruist/sensor.py:252:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AltruistSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/altruist/sensor.py:252:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AltruistSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/altruist/sensor.py:264:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/altruist/sensor.py:271:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/amazon_polly/tts.py
  <CWD>/homeassistant/components/amazon_polly/tts.py:101:28 - error: "config" is not a known attribute of module "botocore" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/amazon_polly/tts.py:143:23 - error: Expected class but received "(...) -> Unknown" (reportGeneralTypeIssues)
<CWD>/homeassistant/components/amberelectric/__init__.py
  <CWD>/homeassistant/components/amberelectric/__init__.py:25:35 - error: "Configuration" is not exported from module "amberelectric" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/amberelectric/__init__.py:26:32 - error: "ApiClient" is not exported from module "amberelectric" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/amberelectric/__init__.py:27:34 - error: "AmberApi" is not exported from module "amberelectric" (reportPrivateImportUsage)
<CWD>/homeassistant/components/amberelectric/binary_sensor.py
  <CWD>/homeassistant/components/amberelectric/binary_sensor.py:25:7 - error: Base classes for class "AmberPriceGridSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amberelectric/binary_sensor.py:44:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amberelectric/binary_sensor.py:53:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amberelectric/binary_sensor.py:64:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/amberelectric/config_flow.py
  <CWD>/homeassistant/components/amberelectric/config_flow.py:62:39 - error: "Configuration" is not exported from module "amberelectric" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/amberelectric/config_flow.py:63:36 - error: "ApiClient" is not exported from module "amberelectric" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/amberelectric/config_flow.py:64:29 - error: "AmberApi" is not exported from module "amberelectric" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/amberelectric/config_flow.py:70:30 - error: "ApiException" is not exported from module "amberelectric" (reportPrivateImportUsage)
<CWD>/homeassistant/components/amberelectric/coordinator.py
  <CWD>/homeassistant/components/amberelectric/coordinator.py:10:42 - error: "ChannelType" is not exported from module "amberelectric.models.channel"
    Import from "amberelectric.models.channel_type" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/amberelectric/coordinator.py:13:32 - error: "ApiException" is not exported from module "amberelectric.rest"
    Import from "amberelectric.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/amberelectric/coordinator.py:61:28 - error: "AmberApi" is not exported from module "amberelectric" (reportPrivateImportUsage)
<CWD>/homeassistant/components/amberelectric/sensor.py
  <CWD>/homeassistant/components/amberelectric/sensor.py:11:42 - error: "ChannelType" is not exported from module "amberelectric.models.channel"
    Import from "amberelectric.models.channel_type" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/amberelectric/sensor.py:41:7 - error: Base classes for class "AmberSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amberelectric/sensor.py:67:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amberelectric/sensor.py:76:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amberelectric/sensor.py:96:54 - error: Cannot access attribute "value" for class "Literal['feedIn']"
    Attribute "value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/amberelectric/sensor.py:109:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amberelectric/sensor.py:123:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amberelectric/sensor.py:165:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amberelectric/sensor.py:170:7 - error: Base classes for class "AmberGridSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amberelectric/sensor.py:187:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/amberelectric/services.py
  <CWD>/homeassistant/components/amberelectric/services.py:3:42 - error: "ChannelType" is not exported from module "amberelectric.models.channel"
    Import from "amberelectric.models.channel_type" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/ambient_network/sensor.py
  <CWD>/homeassistant/components/ambient_network/sensor.py:292:7 - error: Base classes for class "AmbientNetworkSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ambient_station/binary_sensor.py
  <CWD>/homeassistant/components/ambient_station/binary_sensor.py:402:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "AmbientBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/amcrest/__init__.py
  <CWD>/homeassistant/components/amcrest/__init__.py:125:22 - error: Argument to class must be a base class (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/amcrest/__init__.py:315:23 - error: Argument of type "Module("amcrest")" cannot be assigned to parameter "exceptions" of type "type[BaseException]" in function "__init__"
    Type "Module("amcrest")" is not assignable to type "type[BaseException]" (reportArgumentType)
<CWD>/homeassistant/components/amcrest/binary_sensor.py
  <CWD>/homeassistant/components/amcrest/binary_sensor.py:172:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "AmcrestSensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amcrest/binary_sensor.py:178:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amcrest/binary_sensor.py:199:27 - error: Argument of type "Module("amcrest")" cannot be assigned to parameter "exceptions" of type "type[BaseException]" in function "__init__"
    Type "Module("amcrest")" is not assignable to type "type[BaseException]" (reportArgumentType)
<CWD>/homeassistant/components/amcrest/camera.py
  <CWD>/homeassistant/components/amcrest/camera.py:259:59 - error: Argument of type "list[str]" cannot be assigned to parameter "extra_cmd" of type "str | None" in function "open_camera"
    Type "list[str]" is not assignable to type "str | None"
      "list[str]" is not assignable to "str"
      "list[str]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/amcrest/camera.py:266:17 - error: Argument of type "StreamReader" cannot be assigned to parameter "stream" of type "StreamReader" in function "async_aiohttp_proxy_stream"
    "asyncio.streams.StreamReader" is not assignable to "aiohttp.streams.StreamReader" (reportArgumentType)
  <CWD>/homeassistant/components/amcrest/camera.py:275:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amcrest/camera.py:280:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amcrest/camera.py:301:9 - error: "is_recording" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amcrest/camera.py:306:9 - error: "brand" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amcrest/camera.py:311:9 - error: "motion_detection_enabled" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amcrest/camera.py:316:9 - error: "model" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amcrest/camera.py:325:9 - error: "is_on" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/amcrest/camera.py:503:20 - error: "tuple[ModuleType, type[AmcrestCommandFailed]]" is not a valid exception class (reportGeneralTypeIssues)
<CWD>/homeassistant/components/amcrest/sensor.py
  <CWD>/homeassistant/components/amcrest/sensor.py:87:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/amcrest/switch.py
  <CWD>/homeassistant/components/amcrest/switch.py:69:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ampio/air_quality.py
  <CWD>/homeassistant/components/ampio/air_quality.py:8:6 - error: Import "asmog" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ampio/air_quality.py:69:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ampio/air_quality.py:74:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/analytics/analytics.py
  <CWD>/homeassistant/components/analytics/analytics.py:154:10 - error: Function with declared return type "AnalyticsModifications" must return value on all code paths
    "None" is not assignable to "AnalyticsModifications" (reportReturnType)
  <CWD>/homeassistant/components/analytics/analytics.py:167:16 - error: Type "ModuleType" is not assignable to return type "AnalyticsPlatformProtocol | None"
    Type "ModuleType" is not assignable to type "AnalyticsPlatformProtocol | None"
      "ModuleType" is incompatible with protocol "AnalyticsPlatformProtocol"
        "async_modify_analytics" is not present
      "ModuleType" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/analytics/analytics.py:407:33 - error: "enabled_domains" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/analytics/analytics.py:412:35 - error: "enabled_domains" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/analytics_insights/sensor.py
  <CWD>/homeassistant/components/analytics_insights/sensor.py:138:7 - error: Base classes for class "HomeassistantAnalyticsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/analytics_insights/sensor.py:155:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AnalyticsSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/analytics_insights/sensor.py:155:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AnalyticsSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/analytics_insights/sensor.py:163:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/android_ip_webcam/binary_sensor.py
  <CWD>/homeassistant/components/android_ip_webcam/binary_sensor.py:49:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/android_ip_webcam/binary_sensor.py:54:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/android_ip_webcam/sensor.py
  <CWD>/homeassistant/components/android_ip_webcam/sensor.py:142:7 - error: Base classes for class "IPWebcamSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/android_ip_webcam/sensor.py:154:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AndroidIPWebcamSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/android_ip_webcam/sensor.py:154:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AndroidIPWebcamSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/android_ip_webcam/sensor.py:158:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/android_ip_webcam/sensor.py:163:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/android_ip_webcam/switch.py
  <CWD>/homeassistant/components/android_ip_webcam/switch.py:133:7 - error: Base classes for class "IPWebcamSettingSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/android_ip_webcam/switch.py:144:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AndroidIPWebcamSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/android_ip_webcam/switch.py:144:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "AndroidIPWebcamSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/android_ip_webcam/switch.py:149:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/androidtv/__init__.py
  <CWD>/homeassistant/components/androidtv/__init__.py:147:23 - error: Argument of type "Any | None" cannot be assigned to parameter "adb_server_ip" of type "str" in function "setup"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/androidtv/media_player.py
  <CWD>/homeassistant/components/androidtv/media_player.py:186:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:191:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:196:15 - error: Method "async_media_play_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:201:15 - error: Method "async_turn_on" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:209:15 - error: Method "async_turn_off" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:217:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:222:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:227:15 - error: Method "async_select_source" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:370:15 - error: Method "async_media_stop" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:375:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:384:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:389:15 - error: Method "async_volume_down" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:394:15 - error: Method "async_volume_up" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/media_player.py:460:15 - error: Method "async_media_stop" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/androidtv/remote.py
  <CWD>/homeassistant/components/androidtv/remote.py:39:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/remote.py:48:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/androidtv/remote.py:57:15 - error: Method "async_send_command" overrides class "RemoteEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/androidtv_remote/media_player.py
  <CWD>/homeassistant/components/androidtv_remote/media_player.py:119:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/androidtv_remote/media_player.py:119:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/anel_pwrctrl/switch.py
  <CWD>/homeassistant/components/anel_pwrctrl/switch.py:9:26 - error: "Device" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/anel_pwrctrl/switch.py:9:34 - error: "DeviceMaster" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/anel_pwrctrl/switch.py:9:48 - error: "Switch" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/homeassistant/components/anova/entity.py
  <CWD>/homeassistant/components/anova/entity.py:23:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/anova/sensor.py
  <CWD>/homeassistant/components/anova/sensor.py:134:7 - error: Base classes for class "AnovaSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/anova/sensor.py:137:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AnovaSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/anova/sensor.py:140:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/anthropic/ai_task.py
  <CWD>/homeassistant/components/anthropic/ai_task.py:36:7 - error: Base classes for class "AnthropicTaskEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/anthropic/conversation.py
  <CWD>/homeassistant/components/anthropic/conversation.py:32:7 - error: Base classes for class "AnthropicConversationEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/anthropic/entity.py
  <CWD>/homeassistant/components/anthropic/entity.py:248:21 - error: Argument of type "ThinkingBlockParam" cannot be assigned to parameter "object" of type "TextBlockParam | WebSearchToolResultBlockParam | ToolResultBlockParam" in function "append"
    Type "ThinkingBlockParam" is not assignable to type "TextBlockParam | WebSearchToolResultBlockParam | ToolResultBlockParam"
      "text" is missing from "ThinkingBlockParam"
      "type" is an incompatible type
        "Literal['thinking']" is not assignable to type "Literal['text']"
      "cache_control" is missing from "ThinkingBlockParam"
      "citations" is missing from "ThinkingBlockParam"
      "content" is missing from "ThinkingBlockParam"
      "tool_use_id" is missing from "ThinkingBlockParam"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/anthropic/entity.py:248:21 - error: Argument of type "ThinkingBlockParam" cannot be assigned to parameter "object" of type "TextBlockParam | RedactedThinkingBlockParam" in function "append"
    Type "ThinkingBlockParam" is not assignable to type "TextBlockParam | RedactedThinkingBlockParam"
      "text" is missing from "ThinkingBlockParam"
      "type" is an incompatible type
        "Literal['thinking']" is not assignable to type "Literal['text']"
      "cache_control" is missing from "ThinkingBlockParam"
      "citations" is missing from "ThinkingBlockParam"
      "data" is missing from "ThinkingBlockParam"
      "type" is an incompatible type
    ... (reportArgumentType)
  <CWD>/homeassistant/components/anthropic/entity.py:248:21 - error: Argument of type "ThinkingBlockParam" cannot be assigned to parameter "object" of type "TextBlockParam" in function "append"
    "text" is missing from "ThinkingBlockParam"
    "type" is an incompatible type
      "Literal['thinking']" is not assignable to type "Literal['text']"
    "cache_control" is missing from "ThinkingBlockParam"
    "citations" is missing from "ThinkingBlockParam" (reportArgumentType)
  <CWD>/homeassistant/components/anthropic/entity.py:266:25 - error: Argument of type "RedactedThinkingBlockParam" cannot be assigned to parameter "object" of type "TextBlockParam | WebSearchToolResultBlockParam | ToolResultBlockParam" in function "append"
    Type "RedactedThinkingBlockParam" is not assignable to type "TextBlockParam | WebSearchToolResultBlockParam | ToolResultBlockParam"
      "text" is missing from "RedactedThinkingBlockParam"
      "type" is an incompatible type
        "Literal['redacted_thinking']" is not assignable to type "Literal['text']"
      "cache_control" is missing from "RedactedThinkingBlockParam"
      "citations" is missing from "RedactedThinkingBlockParam"
      "content" is missing from "RedactedThinkingBlockParam"
      "tool_use_id" is missing from "RedactedThinkingBlockParam"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/anthropic/entity.py:266:25 - error: Argument of type "RedactedThinkingBlockParam" cannot be assigned to parameter "object" of type "TextBlockParam" in function "append"
    "text" is missing from "RedactedThinkingBlockParam"
    "type" is an incompatible type
      "Literal['redacted_thinking']" is not assignable to type "Literal['text']"
    "cache_control" is missing from "RedactedThinkingBlockParam"
    "citations" is missing from "RedactedThinkingBlockParam" (reportArgumentType)
  <CWD>/homeassistant/components/anthropic/entity.py:310:21 - error: Argument of type "list[ServerToolUseBlockParam | ToolUseBlockParam]" cannot be assigned to parameter "iterable" of type "Iterable[TextBlockParam | WebSearchToolResultBlockParam | ToolResultBlockParam]" in function "extend" (reportArgumentType)
  <CWD>/homeassistant/components/anthropic/entity.py:310:21 - error: Argument of type "list[ServerToolUseBlockParam | ToolUseBlockParam]" cannot be assigned to parameter "iterable" of type "Iterable[TextBlockParam | RedactedThinkingBlockParam]" in function "extend" (reportArgumentType)
  <CWD>/homeassistant/components/anthropic/entity.py:310:21 - error: Argument of type "list[ServerToolUseBlockParam | ToolUseBlockParam]" cannot be assigned to parameter "iterable" of type "Iterable[TextBlockParam]" in function "extend" (reportArgumentType)
  <CWD>/homeassistant/components/anthropic/entity.py:399:24 - error: "first_block" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/anthropic/entity.py:410:21 - error: "first_block" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/anthropic/entity.py:431:20 - error: "first_block" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/anthropic/entity.py:507:21 - error: Operator "+=" not supported for types "Unbound | str" and "str"
    Operator "+" not supported for types "Unbound" and "str" (reportOperatorIssue)
  <CWD>/homeassistant/components/anthropic/entity.py:507:21 - error: "current_tool_args" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/anthropic/entity.py:529:62 - error: "current_tool_args" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/anthropic/entity.py:667:17 - error: Argument of type "Iterable[ImageBlockParam | DocumentBlockParam]" cannot be assigned to parameter "iterable" of type "Iterable[TextBlockParam]" in function "extend"
    "Iterable[ImageBlockParam | DocumentBlockParam]" is not assignable to "Iterable[TextBlockParam]"
      Type parameter "_T_co@Iterable" is covariant, but "ImageBlockParam | DocumentBlockParam" is not a subtype of "TextBlockParam"
        Type "ImageBlockParam | DocumentBlockParam" is not assignable to type "TextBlockParam"
          "text" is missing from "DocumentBlockParam"
          "type" is an incompatible type
            "Literal['document']" is not assignable to type "Literal['text']"
          "citations" is an incompatible type
            Type "CitationsConfigParam | None" is not assignable to type "Iterable[TextCitationParam] | None" (reportArgumentType)
  <CWD>/homeassistant/components/anthropic/entity.py:698:31 - error: Could not access item in TypedDict
    "system" is not a required key in "MessageCreateParamsStreaming", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/anthropic/entity.py:700:58 - error: Could not access item in TypedDict
    "system" is not a required key in "MessageCreateParamsStreaming", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/aosmith/__init__.py
  <CWD>/homeassistant/components/aosmith/__init__.py:5:24 - error: "AOSmithAPIClient" is not exported from module "py_aosmith"
    Import from "py_aosmith.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/aosmith/config_flow.py
  <CWD>/homeassistant/components/aosmith/config_flow.py:9:24 - error: "AOSmithAPIClient" is not exported from module "py_aosmith"
    Import from "py_aosmith.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/aosmith/config_flow.py:9:42 - error: "AOSmithInvalidCredentialsException" is not exported from module "py_aosmith"
    Import from "py_aosmith.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/aosmith/coordinator.py
  <CWD>/homeassistant/components/aosmith/coordinator.py:9:5 - error: "AOSmithAPIClient" is not exported from module "py_aosmith"
    Import from "py_aosmith.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/aosmith/coordinator.py:10:5 - error: "AOSmithInvalidCredentialsException" is not exported from module "py_aosmith"
    Import from "py_aosmith.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/aosmith/coordinator.py:11:5 - error: "AOSmithUnknownException" is not exported from module "py_aosmith"
    Import from "py_aosmith.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/aosmith/entity.py
  <CWD>/homeassistant/components/aosmith/entity.py:3:24 - error: "AOSmithAPIClient" is not exported from module "py_aosmith"
    Import from "py_aosmith.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/aosmith/select.py
  <CWD>/homeassistant/components/aosmith/select.py:35:7 - error: Base classes for class "AOSmithHotWaterPlusSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aosmith/select.py:52:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aosmith/sensor.py
  <CWD>/homeassistant/components/aosmith/sensor.py:63:7 - error: Base classes for class "AOSmithStatusSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aosmith/sensor.py:76:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AOSmithStatusSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aosmith/sensor.py:76:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AOSmithStatusSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aosmith/sensor.py:80:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aosmith/sensor.py:85:7 - error: Base classes for class "AOSmithEnergySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aosmith/sensor.py:104:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aosmith/water_heater.py
  <CWD>/homeassistant/components/aosmith/water_heater.py:59:7 - error: Base classes for class "AOSmithWaterHeaterEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aosmith/water_heater.py:76:9 - error: "operation_list" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aosmith/water_heater.py:89:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aosmith/water_heater.py:108:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aosmith/water_heater.py:118:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aosmith/water_heater.py:123:9 - error: "is_away_mode_on" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/apcupsd/binary_sensor.py
  <CWD>/homeassistant/components/apcupsd/binary_sensor.py:43:7 - error: Base classes for class "OnlineStatus" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apcupsd/binary_sensor.py:55:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/apcupsd/sensor.py
  <CWD>/homeassistant/components/apcupsd/sensor.py:497:7 - error: Base classes for class "APCUPSdSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/apple_tv/config_flow.py
  <CWD>/homeassistant/components/apple_tv/config_flow.py:292:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "AppleTVConfigFlow"
      "ConfigFlow" is not assignable to "AppleTVConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/apple_tv/media_player.py
  <CWD>/homeassistant/components/apple_tv/media_player.py:184:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:184:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:252:9 - error: "app_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:263:9 - error: "app_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:274:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:279:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:290:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:297:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:304:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:311:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:318:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:382:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:389:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:396:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:403:9 - error: "media_series_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:410:9 - error: "media_season" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:417:9 - error: "media_episode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:424:9 - error: "repeat" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[RepeatMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apple_tv/media_player.py:438:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/apple_tv/remote.py
  <CWD>/homeassistant/components/apple_tv/remote.py:55:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/application_credentials/__init__.py
  <CWD>/homeassistant/components/application_credentials/__init__.py:270:10 - error: Function with declared return type "AuthorizationServer" must return value on all code paths
    "None" is not assignable to "AuthorizationServer" (reportReturnType)
  <CWD>/homeassistant/components/application_credentials/__init__.py:275:10 - error: Function with declared return type "AbstractOAuth2Implementation" must return value on all code paths
    "None" is not assignable to "AbstractOAuth2Implementation" (reportReturnType)
  <CWD>/homeassistant/components/application_credentials/__init__.py:280:10 - error: Function with declared return type "dict[str, str]" must return value on all code paths
    "None" is not assignable to "dict[str, str]" (reportReturnType)
  <CWD>/homeassistant/components/application_credentials/__init__.py:309:12 - error: Type "ModuleType" is not assignable to return type "ApplicationCredentialsProtocol | None"
    Type "ModuleType" is not assignable to type "ApplicationCredentialsProtocol | None"
      "ModuleType" is incompatible with protocol "ApplicationCredentialsProtocol"
        "async_get_authorization_server" is not present
        "async_get_auth_implementation" is not present
        "async_get_description_placeholders" is not present
      "ModuleType" is not assignable to "None" (reportReturnType)
<CWD>/homeassistant/components/aprilaire/climate.py
  <CWD>/homeassistant/components/aprilaire/climate.py:101:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:101:9 - error: "supported_features" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[ClimateEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:115:16 - error: Type "int" is not assignable to return type "ClimateEntityFeature"
    "int" is not assignable to "ClimateEntityFeature" (reportReturnType)
  <CWD>/homeassistant/components/aprilaire/climate.py:118:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:125:9 - error: "target_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:130:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:140:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:150:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:162:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:169:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:182:9 - error: "target_temperature_step" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:191:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:196:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:201:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:210:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/climate.py:227:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aprilaire/coordinator.py
  <CWD>/homeassistant/components/aprilaire/coordinator.py:56:57 - error: Cannot access attribute "data" for class "AprilaireClient"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/aprilaire/coordinator.py:57:37 - error: Cannot access attribute "data" for class "AprilaireClient"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/aprilaire/coordinator.py:98:55 - error: Could not access item in TypedDict
    "identifiers" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/aprilaire/humidifier.py
  <CWD>/homeassistant/components/aprilaire/humidifier.py:127:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AprilaireHumidifierDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/humidifier.py:127:14 - error: "entity_description" overrides symbol of same name in class "HumidifierEntity"
    Variable is mutable so its type is invariant
      Override type "AprilaireHumidifierDescription" is not the same as base type "HumidifierEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/humidifier.py:132:9 - error: "action" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[HumidifierAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/humidifier.py:140:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/humidifier.py:146:9 - error: "current_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/humidifier.py:155:9 - error: "target_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/humidifier.py:169:9 - error: "min_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/humidifier.py:178:9 - error: "max_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aprilaire/select.py
  <CWD>/homeassistant/components/aprilaire/select.py:115:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AprilaireSelectDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/select.py:115:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "AprilaireSelectDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/select.py:123:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aprilaire/sensor.py
  <CWD>/homeassistant/components/aprilaire/sensor.py:228:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AprilaireSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/sensor.py:228:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AprilaireSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/sensor.py:245:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/sensor.py:263:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/sensor.py:286:9 - error: "suggested_display_precision" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aprilaire/sensor.py:298:5 - error: "entity_description" overrides symbol of same name in class "BaseAprilaireSensor"
    Variable is mutable so its type is invariant
      Override type "AprilaireStatusSensorDescription" is not the same as base type "AprilaireSensorDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/apsystems/binary_sensor.py
  <CWD>/homeassistant/components/apsystems/binary_sensor.py:80:7 - error: Base classes for class "ApSystemsBinarySensorWithDescription" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/binary_sensor.py:80:7 - error: Base classes for class "ApSystemsBinarySensorWithDescription" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/binary_sensor.py:80:7 - error: Base classes for class "ApSystemsBinarySensorWithDescription" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/binary_sensor.py:80:7 - error: Base classes for class "ApSystemsBinarySensorWithDescription" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/binary_sensor.py:95:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ApsystemsLocalApiBinarySensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/binary_sensor.py:95:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ApsystemsLocalApiBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/binary_sensor.py:99:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/apsystems/config_flow.py
  <CWD>/homeassistant/components/apsystems/config_flow.py:47:60 - error: "deviceId" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/apsystems/coordinator.py
  <CWD>/homeassistant/components/apsystems/coordinator.py:69:42 - error: "maxPower" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/apsystems/coordinator.py:70:42 - error: "minPower" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/apsystems/coordinator.py:71:43 - error: "devVer" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/apsystems/coordinator.py:72:43 - error: "isBatterySystem" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/apsystems/coordinator.py:82:48 - error: Argument of type "ReturnOutputData | None" cannot be assigned to parameter "output_data" of type "ReturnOutputData" in function "__init__"
    Type "ReturnOutputData | None" is not assignable to type "ReturnOutputData"
      "None" is not assignable to "ReturnOutputData" (reportArgumentType)
  <CWD>/homeassistant/components/apsystems/coordinator.py:82:72 - error: Argument of type "ReturnAlarmInfo | None" cannot be assigned to parameter "alarm_info" of type "ReturnAlarmInfo" in function "__init__"
    Type "ReturnAlarmInfo | None" is not assignable to type "ReturnAlarmInfo"
      "None" is not assignable to "ReturnAlarmInfo" (reportArgumentType)
<CWD>/homeassistant/components/apsystems/sensor.py
  <CWD>/homeassistant/components/apsystems/sensor.py:127:7 - error: Base classes for class "ApSystemsSensorWithDescription" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/sensor.py:127:7 - error: Base classes for class "ApSystemsSensorWithDescription" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/sensor.py:127:7 - error: Base classes for class "ApSystemsSensorWithDescription" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/sensor.py:127:7 - error: Base classes for class "ApSystemsSensorWithDescription" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/sensor.py:127:7 - error: Base classes for class "ApSystemsSensorWithDescription" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/sensor.py:127:7 - error: Base classes for class "ApSystemsSensorWithDescription" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/sensor.py:127:7 - error: Base classes for class "ApSystemsSensorWithDescription" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/sensor.py:127:7 - error: Base classes for class "ApSystemsSensorWithDescription" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/sensor.py:143:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ApsystemsLocalApiSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/sensor.py:143:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ApsystemsLocalApiSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/apsystems/sensor.py:147:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aquacell/__init__.py
  <CWD>/homeassistant/components/aquacell/__init__.py:5:25 - error: "AquacellApi" is not exported from module "aioaquacell"
    Import from "aioaquacell.aquacell_api" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/aquacell/config_flow.py
  <CWD>/homeassistant/components/aquacell/config_flow.py:9:25 - error: "ApiException" is not exported from module "aioaquacell"
    Import from "aioaquacell.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/aquacell/config_flow.py:9:39 - error: "AquacellApi" is not exported from module "aioaquacell"
    Import from "aioaquacell.aquacell_api" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/aquacell/config_flow.py:9:52 - error: "AuthenticationFailed" is not exported from module "aioaquacell"
    Import from "aioaquacell.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/aquacell/coordinator.py
  <CWD>/homeassistant/components/aquacell/coordinator.py:8:5 - error: "AquacellApi" is not exported from module "aioaquacell"
    Import from "aioaquacell.aquacell_api" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/aquacell/coordinator.py:9:5 - error: "AquacellApiException" is not exported from module "aioaquacell"
    Import from "aioaquacell.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/aquacell/coordinator.py:10:5 - error: "AuthenticationFailed" is not exported from module "aioaquacell"
    Import from "aioaquacell.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/aquacell/coordinator.py:11:5 - error: "Softener" is not exported from module "aioaquacell"
    Import from "aioaquacell.softener" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/aquacell/entity.py
  <CWD>/homeassistant/components/aquacell/entity.py:3:25 - error: "Softener" is not exported from module "aioaquacell"
    Import from "aioaquacell.softener" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/aquacell/sensor.py
  <CWD>/homeassistant/components/aquacell/sensor.py:9:25 - error: "Softener" is not exported from module "aioaquacell"
    Import from "aioaquacell.softener" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/aquacell/sensor.py:104:7 - error: Base classes for class "SoftenerSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aquacell/sensor.py:118:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SoftenerSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aquacell/sensor.py:118:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SoftenerSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aquacell/sensor.py:121:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aqualogic/__init__.py
  <CWD>/homeassistant/components/aqualogic/__init__.py:10:6 - error: Import "aqualogic.core" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/aqualogic/sensor.py
  <CWD>/homeassistant/components/aqualogic/sensor.py:147:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AquaLogicSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aqualogic/switch.py
  <CWD>/homeassistant/components/aqualogic/switch.py:7:6 - error: Import "aqualogic.core" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/aqualogic/switch.py:83:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aquostv/media_player.py
  <CWD>/homeassistant/components/aquostv/media_player.py:9:8 - error: Import "sharp_aquos_rc" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/aranet/sensor.py
  <CWD>/homeassistant/components/aranet/sensor.py:210:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aranet/sensor.py:223:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/arcam_fmj/media_player.py
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:119:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:169:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:175:15 - error: Method "async_select_source" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:187:15 - error: Method "async_select_sound_mode" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:199:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:205:15 - error: Method "async_volume_up" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:211:15 - error: Method "async_volume_down" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:217:15 - error: Method "async_turn_on" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:227:15 - error: Method "async_turn_off" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:267:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:280:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:287:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:292:9 - error: "sound_mode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:299:9 - error: "sound_mode_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:306:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:313:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:320:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:330:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:344:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:356:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arcam_fmj/media_player.py:365:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/arris_tg2492lg/device_tracker.py
  <CWD>/homeassistant/components/arris_tg2492lg/device_tracker.py:6:28 - error: "ConnectBox" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/arris_tg2492lg/device_tracker.py:6:40 - error: "Device" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/homeassistant/components/aruba/device_tracker.py
  <CWD>/homeassistant/components/aruba/device_tracker.py:9:8 - warning: Import "pexpect" could not be resolved from source (reportMissingModuleSource)
<CWD>/homeassistant/components/arve/config_flow.py
  <CWD>/homeassistant/components/arve/config_flow.py:38:48 - error: Argument of type "Unknown | int" cannot be assigned to parameter "unique_id" of type "str | None" in function "async_set_unique_id"
    Type "Unknown | int" is not assignable to type "str | None"
      Type "int" is not assignable to type "str | None"
        "int" is not assignable to "str"
        "int" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/arve/coordinator.py
  <CWD>/homeassistant/components/arve/coordinator.py:49:15 - error: Method "_async_update_data" overrides class "DataUpdateCoordinator" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, ArveSensProData]", override returns type "CoroutineType[Any, Any, dict[str, ArveDeviceInfo]]"
      "CoroutineType[Any, Any, dict[str, ArveDeviceInfo]]" is not assignable to "CoroutineType[Any, Any, ArveSensProData]"
        Type parameter "_ReturnT_nd_co@CoroutineType" is covariant, but "dict[str, ArveDeviceInfo]" is not a subtype of "ArveSensProData"
          "dict[str, ArveDeviceInfo]" is not assignable to "ArveSensProData" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/arve/entity.py
  <CWD>/homeassistant/components/arve/entity.py:46:44 - error: Operator "in" not supported for types "str" and "ArveSensProData" (reportOperatorIssue)
  <CWD>/homeassistant/components/arve/entity.py:53:16 - error: "__getitem__" method not defined on type "ArveSensProData" (reportIndexIssue)
<CWD>/homeassistant/components/arve/sensor.py
  <CWD>/homeassistant/components/arve/sensor.py:39:18 - error: Argument of type "(arve_data: ArveSensProData) -> (float | None)" cannot be assigned to parameter "value_fn" of type "(ArveSensProData) -> (float | int)" in function "__init__"
    Type "(arve_data: ArveSensProData) -> (float | None)" is not assignable to type "(ArveSensProData) -> (float | int)"
      Function return type "float | None" is incompatible with type "float | int"
        Type "float | None" is not assignable to type "float | int"
          Type "None" is not assignable to type "float | int"
            "None" is not assignable to "float"
            "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/arve/sensor.py:45:18 - error: Argument of type "(arve_data: ArveSensProData) -> (int | None)" cannot be assigned to parameter "value_fn" of type "(ArveSensProData) -> (float | int)" in function "__init__"
    Type "(arve_data: ArveSensProData) -> (int | None)" is not assignable to type "(ArveSensProData) -> (float | int)"
      Function return type "int | None" is incompatible with type "float | int"
        Type "int | None" is not assignable to type "float | int"
          Type "None" is not assignable to type "float | int"
            "None" is not assignable to "float"
            "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/arve/sensor.py:52:18 - error: Argument of type "(arve_data: ArveSensProData) -> (float | None)" cannot be assigned to parameter "value_fn" of type "(ArveSensProData) -> (float | int)" in function "__init__"
    Type "(arve_data: ArveSensProData) -> (float | None)" is not assignable to type "(ArveSensProData) -> (float | int)"
      Function return type "float | None" is incompatible with type "float | int"
        Type "float | None" is not assignable to type "float | int"
          Type "None" is not assignable to type "float | int"
            "None" is not assignable to "float"
            "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/arve/sensor.py:59:18 - error: Argument of type "(arve_data: ArveSensProData) -> (float | None)" cannot be assigned to parameter "value_fn" of type "(ArveSensProData) -> (float | int)" in function "__init__"
    Type "(arve_data: ArveSensProData) -> (float | None)" is not assignable to type "(ArveSensProData) -> (float | int)"
      Function return type "float | None" is incompatible with type "float | int"
        Type "float | None" is not assignable to type "float | int"
          Type "None" is not assignable to type "float | int"
            "None" is not assignable to "float"
            "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/arve/sensor.py:66:18 - error: Argument of type "(arve_data: ArveSensProData) -> (float | None)" cannot be assigned to parameter "value_fn" of type "(ArveSensProData) -> (float | int)" in function "__init__"
    Type "(arve_data: ArveSensProData) -> (float | None)" is not assignable to type "(ArveSensProData) -> (float | int)"
      Function return type "float | None" is incompatible with type "float | int"
        Type "float | None" is not assignable to type "float | int"
          Type "None" is not assignable to type "float | int"
            "None" is not assignable to "float"
            "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/arve/sensor.py:73:18 - error: Argument of type "(arve_data: ArveSensProData) -> (float | None)" cannot be assigned to parameter "value_fn" of type "(ArveSensProData) -> (float | int)" in function "__init__"
    Type "(arve_data: ArveSensProData) -> (float | None)" is not assignable to type "(ArveSensProData) -> (float | int)"
      Function return type "float | None" is incompatible with type "float | int"
        Type "float | None" is not assignable to type "float | int"
          Type "None" is not assignable to type "float | int"
            "None" is not assignable to "float"
            "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/arve/sensor.py:79:18 - error: Argument of type "(arve_data: ArveSensProData) -> (int | None)" cannot be assigned to parameter "value_fn" of type "(ArveSensProData) -> (float | int)" in function "__init__"
    Type "(arve_data: ArveSensProData) -> (int | None)" is not assignable to type "(ArveSensProData) -> (float | int)"
      Function return type "int | None" is incompatible with type "float | int"
        Type "int | None" is not assignable to type "float | int"
          Type "None" is not assignable to type "float | int"
            "None" is not assignable to "float"
            "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/arve/sensor.py:100:7 - error: Base classes for class "ArveDevice" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arve/sensor.py:103:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ArveDeviceEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/arve/sensor.py:106:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/arwn/sensor.py
  <CWD>/homeassistant/components/arwn/sensor.py:157:17 - error: Argument of type "str | UndefinedType | None" cannot be assigned to parameter "key" of type "str" in function "__setitem__"
    Type "str | UndefinedType | None" is not assignable to type "str"
      "UndefinedType" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/arwn/sensor.py:168:17 - error: Argument of type "str | UndefinedType | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "str | UndefinedType | None" is not assignable to type "str"
      "UndefinedType" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/arwn/sensor.py:168:36 - error: Cannot access attribute "set_event" for class "object*"
    Attribute "set_event" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/aseko_pool_live/binary_sensor.py
  <CWD>/homeassistant/components/aseko_pool_live/binary_sensor.py:53:7 - error: Base classes for class "AsekoBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aseko_pool_live/binary_sensor.py:56:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "AsekoBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aseko_pool_live/binary_sensor.py:59:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aseko_pool_live/sensor.py
  <CWD>/homeassistant/components/aseko_pool_live/sensor.py:102:7 - error: Base classes for class "AsekoSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aseko_pool_live/sensor.py:105:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AsekoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aseko_pool_live/sensor.py:108:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/assist_pipeline/pipeline.py
  <CWD>/homeassistant/components/assist_pipeline/pipeline.py:1251:64 - error: "get" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/assist_pipeline/select.py
  <CWD>/homeassistant/components/assist_pipeline/select.py:60:7 - error: Base classes for class "AssistPipelineSelect" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/assist_pipeline/select.py:60:7 - error: Base classes for class "AssistPipelineSelect" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/assist_pipeline/select.py:60:7 - error: Base classes for class "AssistPipelineSelect" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/assist_pipeline/select.py:60:7 - error: Base classes for class "AssistPipelineSelect" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/assist_pipeline/select.py:150:7 - error: Base classes for class "VadSensitivitySelect" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/assist_pipeline/select.py:150:7 - error: Base classes for class "VadSensitivitySelect" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/assist_pipeline/select.py:150:7 - error: Base classes for class "VadSensitivitySelect" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/assist_pipeline/select.py:150:7 - error: Base classes for class "VadSensitivitySelect" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/assist_satellite/__init__.py
  <CWD>/homeassistant/components/assist_satellite/__init__.py:158:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/assist_satellite/__init__.py:158:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, Event]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, Event]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "Event"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
<CWD>/homeassistant/components/assist_satellite/entity.py
  <CWD>/homeassistant/components/assist_satellite/entity.py:129:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AssistSatelliteEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/assist_satellite/entity.py:149:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/asuswrt/device_tracker.py
  <CWD>/homeassistant/components/asuswrt/device_tracker.py:73:9 - error: "hostname" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/asuswrt/device_tracker.py:78:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/asuswrt/device_tracker.py:83:9 - error: "ip_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/asuswrt/device_tracker.py:88:9 - error: "mac_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/asuswrt/diagnostics.py
  <CWD>/homeassistant/components/asuswrt/diagnostics.py:38:21 - error: Could not access item in TypedDict
    "identifiers" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/asuswrt/helpers.py
  <CWD>/homeassistant/components/asuswrt/helpers.py:41:16 - error: Type "None" is not assignable to return type "T@translate_to_legacy"
    Type "None" is not assignable to type "T@translate_to_legacy" (reportReturnType)
<CWD>/homeassistant/components/asuswrt/sensor.py
  <CWD>/homeassistant/components/asuswrt/sensor.py:269:7 - error: Base classes for class "AsusWrtSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/asuswrt/sensor.py:283:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AsusWrtSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/asuswrt/sensor.py:283:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AsusWrtSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/asuswrt/sensor.py:290:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/atag/climate.py
  <CWD>/homeassistant/components/atag/climate.py:43:7 - error: Base classes for class "AtagThermostat" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/climate.py:43:7 - error: Base classes for class "AtagThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/climate.py:55:64 - error: "temp_unit" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/atag/climate.py:58:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/climate.py:60:71 - error: "hvac_mode" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/atag/climate.py:63:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/climate.py:65:51 - error: "status" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/atag/climate.py:69:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/climate.py:71:46 - error: "temperature" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/atag/climate.py:74:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/climate.py:76:46 - error: "target_temperature" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/atag/climate.py:79:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/climate.py:81:48 - error: "preset_mode" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/atag/climate.py:86:45 - error: "set_temp" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/atag/climate.py:91:45 - error: "set_hvac_mode" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/atag/climate.py:96:45 - error: "set_preset_mode" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/atag/config_flow.py
  <CWD>/homeassistant/components/atag/config_flow.py:16:44 - error: "const" is not a known attribute of module "pyatag" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/atag/entity.py
  <CWD>/homeassistant/components/atag/entity.py:22:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/atag/sensor.py
  <CWD>/homeassistant/components/atag/sensor.py:38:7 - error: Base classes for class "AtagSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/sensor.py:38:7 - error: Base classes for class "AtagSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/sensor.py:45:12 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/atag/sensor.py:49:39 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/atag/sensor.py:50:12 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/atag/sensor.py:57:53 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/atag/sensor.py:62:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/sensor.py:67:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/atag/water_heater.py
  <CWD>/homeassistant/components/atag/water_heater.py:32:7 - error: Base classes for class "AtagWaterHeater" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/water_heater.py:32:7 - error: Base classes for class "AtagWaterHeater" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/water_heater.py:40:9 - error: "current_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/water_heater.py:45:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/water_heater.py:52:44 - error: "set_temp" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/atag/water_heater.py:56:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/atag/water_heater.py:63:42 - error: "max_temp" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/atag/water_heater.py:68:42 - error: "min_temp" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/aten_pe/switch.py
  <CWD>/homeassistant/components/aten_pe/switch.py:8:6 - error: Import "atenpdu" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/atome/sensor.py
  <CWD>/homeassistant/components/atome/sensor.py:8:6 - error: Import "pyatome.client" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/august/binary_sensor.py
  <CWD>/homeassistant/components/august/binary_sensor.py:75:18 - error: Argument of type "(data: AugustData, detail: DoorbellDetail | LockDetail) -> bool" cannot be assigned to parameter "value_fn" of type "(AugustData, DoorbellDetail | LockDetail) -> (Activity | None)" in function "__init__"
    Type "(data: AugustData, detail: DoorbellDetail | LockDetail) -> bool" is not assignable to type "(AugustData, DoorbellDetail | LockDetail) -> (Activity | None)"
      Function return type "bool" is incompatible with type "Activity | None"
        Type "bool" is not assignable to type "Activity | None"
          "bool" is not assignable to "Activity"
          "bool" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/august/binary_sensor.py:103:19 - error: Cannot access attribute "doorsense" for class "DoorbellDetail"
    Attribute "doorsense" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/binary_sensor.py:106:19 - error: Cannot access attribute "doorbell" for class "DoorbellDetail"
    Attribute "doorbell" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/binary_sensor.py:130:46 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter "lock_detail" of type "LockDetail" in function "update_lock_detail_from_activity"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/august/binary_sensor.py:130:60 - error: Argument of type "Activity" cannot be assigned to parameter "activity" of type "LockActivityTypes" in function "update_lock_detail_from_activity"
    Type "Activity" is not assignable to type "LockActivityTypes"
      "Activity" is not assignable to "LockOperationActivity"
      "Activity" is not assignable to "DoorOperationActivity"
      "Activity" is not assignable to "BridgeOperationActivity" (reportArgumentType)
  <CWD>/homeassistant/components/august/binary_sensor.py:132:30 - error: Cannot access attribute "set_online" for class "DoorbellDetail"
    Attribute "set_online" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/binary_sensor.py:135:46 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter "lock_detail" of type "LockDetail" in function "update_lock_detail_from_activity"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/august/binary_sensor.py:135:60 - error: Argument of type "Activity" cannot be assigned to parameter "activity" of type "LockActivityTypes" in function "update_lock_detail_from_activity"
    Type "Activity" is not assignable to type "LockActivityTypes"
      "Activity" is not assignable to "LockOperationActivity"
      "Activity" is not assignable to "DoorOperationActivity"
      "Activity" is not assignable to "BridgeOperationActivity" (reportArgumentType)
  <CWD>/homeassistant/components/august/binary_sensor.py:136:45 - error: Cannot access attribute "bridge_is_online" for class "DoorbellDetail"
    Attribute "bridge_is_online" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/binary_sensor.py:137:41 - error: Cannot access attribute "door_state" for class "DoorbellDetail"
    Attribute "door_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/binary_sensor.py:143:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "AugustDoorbellBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/august/camera.py
  <CWD>/homeassistant/components/august/camera.py:57:28 - error: Cannot assign to attribute "_attr_model" for class "AugustCamera*"
    Type "str | int | Unknown | None" is not assignable to type "str | None"
      Type "int" is not assignable to type "str | None"
        "int" is not assignable to "str"
        "int" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/camera.py:60:9 - error: "is_recording" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/august/camera.py:62:29 - error: Cannot access attribute "has_subscription" for class "Lock"
    Attribute "has_subscription" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/camera.py:62:29 - error: Cannot access attribute "has_subscription" for class "KeypadDetail"
    Attribute "has_subscription" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/camera.py:76:49 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter "doorbell_detail" of type "DoorbellDetail" in function "update_doorbell_image_from_activity"
    Type "DoorbellDetail | LockDetail" is not assignable to type "DoorbellDetail"
      "LockDetail" is not assignable to "DoorbellDetail" (reportArgumentType)
  <CWD>/homeassistant/components/august/camera.py:76:63 - error: Argument of type "Activity" cannot be assigned to parameter "activity" of type "DoorbellActivityTypes" in function "update_doorbell_image_from_activity"
    Type "Activity" is not assignable to type "DoorbellActivityTypes"
      "Activity" is not assignable to "DoorbellImageCaptureActivity"
      "Activity" is not assignable to "DoorbellMotionActivity"
      "Activity" is not assignable to "BridgeOperationActivity" (reportArgumentType)
  <CWD>/homeassistant/components/august/camera.py:84:48 - error: Cannot access attribute "image_url" for class "LockDetail"
    Attribute "image_url" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/camera.py:88:44 - error: Cannot access attribute "image_url" for class "LockDetail"
    Attribute "image_url" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/august/data.py
  <CWD>/homeassistant/components/august/data.py:30:17 - error: Argument of type "dict[str, Unknown | str | int | None]" cannot be assigned to parameter "__map" of type "YaleXSBLEDiscovery" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/august/data.py:47:42 - error: Argument of type "type[HomeAssistantError]" cannot be assigned to parameter "error_exception_class" of type "Exception" in function "__init__"
    Type "type[HomeAssistantError]" is not assignable to type "Exception" (reportArgumentType)
<CWD>/homeassistant/components/august/entity.py
  <CWD>/homeassistant/components/august/entity.py:43:19 - error: Argument of type "str | int | Unknown | None" cannot be assigned to parameter "model" of type "str | None" in function "__init__"
    Type "str | int | Unknown | None" is not assignable to type "str | None"
      Type "int" is not assignable to type "str | None"
        "int" is not assignable to "str"
        "int" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/august/entity.py:59:34 - error: Cannot access attribute "bridge" for class "DoorbellDetail"
    Attribute "bridge" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/entity.py:59:58 - error: Cannot access attribute "bridge" for class "DoorbellDetail"
    Attribute "bridge" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/august/event.py
  <CWD>/homeassistant/components/august/event.py:70:74 - error: Cannot access attribute "doorbell" for class "DoorbellDetail"
    Attribute "doorbell" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/event.py:83:5 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "AugustEventEntityDescription" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/august/lock.py
  <CWD>/homeassistant/components/august/lock.py:38:7 - error: Base classes for class "AugustLock" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/august/lock.py:38:7 - error: Base classes for class "AugustLock" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/august/lock.py:38:7 - error: Base classes for class "AugustLock" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/august/lock.py:38:7 - error: Base classes for class "AugustLock" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/august/lock.py:38:7 - error: Base classes for class "AugustLock" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/august/lock.py:47:25 - error: Cannot access attribute "unlatch_supported" for class "DoorbellDetail"
    Attribute "unlatch_supported" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/lock.py:73:30 - error: Cannot assign to attribute "lock_status" for class "DoorbellDetail"
    Attribute "lock_status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/lock.py:74:30 - error: Cannot assign to attribute "lock_status_datetime" for class "DoorbellDetail"
    Attribute "lock_status_datetime" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/lock.py:79:50 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter "lock_detail" of type "LockDetail" in function "update_lock_detail_from_activity"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/august/lock.py:79:64 - error: Argument of type "ActivityTypes" cannot be assigned to parameter "activity" of type "LockActivityTypes" in function "update_lock_detail_from_activity"
    Type "ActivityTypes" is not assignable to type "LockActivityTypes"
      Type "DoorbellDingActivity" is not assignable to type "LockActivityTypes"
        "DoorbellDingActivity" is not assignable to "LockOperationActivity"
        "DoorbellDingActivity" is not assignable to "DoorOperationActivity"
        "DoorbellDingActivity" is not assignable to "BridgeOperationActivity" (reportArgumentType)
  <CWD>/homeassistant/components/august/lock.py:89:45 - error: Cannot access attribute "bridge_is_online" for class "DoorbellDetail"
    Attribute "bridge_is_online" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/lock.py:91:46 - error: Cannot access attribute "lock_status" for class "DoorbellDetail"
    Attribute "lock_status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/lock.py:92:46 - error: Cannot access attribute "lock_status" for class "DoorbellDetail"
    Attribute "lock_status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/lock.py:101:51 - error: Cannot access attribute "operated_by" for class "Activity"
    Attribute "operated_by" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/lock.py:106:13 - error: Argument of type "Activity | None" cannot be assigned to parameter "activity1" of type "LockActivityTypes | None" in function "get_latest_activity"
    Type "Activity | None" is not assignable to type "LockActivityTypes | None"
      Type "Activity" is not assignable to type "LockActivityTypes | None"
        "Activity" is not assignable to "LockOperationActivity"
        "Activity" is not assignable to "DoorOperationActivity"
        "Activity" is not assignable to "BridgeOperationActivity"
        "Activity" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/august/lock.py:106:45 - error: Argument of type "Activity | None" cannot be assigned to parameter "activity2" of type "LockActivityTypes | None" in function "get_latest_activity"
    Type "Activity | None" is not assignable to type "LockActivityTypes | None"
      Type "Activity" is not assignable to type "LockActivityTypes | None"
        "Activity" is not assignable to "LockOperationActivity"
        "Activity" is not assignable to "DoorOperationActivity"
        "Activity" is not assignable to "BridgeOperationActivity"
        "Activity" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/august/lock.py:109:30 - error: Cannot access attribute "set_online" for class "DoorbellDetail"
    Attribute "set_online" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/lock.py:110:46 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter "lock_detail" of type "LockDetail" in function "update_lock_detail_from_activity"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/august/lock.py:113:46 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter "lock_detail" of type "LockDetail" in function "update_lock_detail_from_activity"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/august/lock.py:113:54 - error: Argument of type "Activity" cannot be assigned to parameter "activity" of type "LockActivityTypes" in function "update_lock_detail_from_activity"
    Type "Activity" is not assignable to type "LockActivityTypes"
      "Activity" is not assignable to "LockOperationActivity"
      "Activity" is not assignable to "DoorOperationActivity"
      "Activity" is not assignable to "BridgeOperationActivity" (reportArgumentType)
  <CWD>/homeassistant/components/august/lock.py:128:29 - error: Cannot access attribute "keypad" for class "DoorbellDetail"
    Attribute "keypad" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/august/sensor.py
  <CWD>/homeassistant/components/august/sensor.py:94:48 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter of type "LockDetail"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/august/sensor.py:100:29 - error: Cannot access attribute "keypad" for class "DoorbellDetail"
    Attribute "keypad" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/august/sensor.py:108:29 - error: Type "Doorbell" cannot be assigned to type variable "T@AugustBatterySensor"
    Type "Doorbell" is not assignable to upper bound "LockDetail | KeypadDetail" for type variable "T@AugustBatterySensor"
      Type "Doorbell" is not assignable to type "LockDetail | KeypadDetail"
        "Doorbell" is not assignable to "LockDetail"
        "Doorbell" is not assignable to "KeypadDetail" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/august/sensor.py:110:48 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter of type "LockDetail"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/august/sensor.py:141:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/august/sensor.py:205:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AugustSensorEntityDescription[T@AugustBatterySensor]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/august/sensor.py:212:68 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter of type "T@AugustBatterySensor"
    Type "DoorbellDetail | LockDetail" is not assignable to type "T@AugustBatterySensor" (reportArgumentType)
<CWD>/homeassistant/components/august/util.py
  <CWD>/homeassistant/components/august/util.py:38:12 - error: Type "Literal[False]" is not assignable to return type "Activity | None"
    Type "Literal[False]" is not assignable to type "Activity | None"
      "Literal[False]" is not assignable to "Activity"
      "Literal[False]" is not assignable to "None" (reportReturnType)
<CWD>/homeassistant/components/aurora/binary_sensor.py
  <CWD>/homeassistant/components/aurora/binary_sensor.py:29:7 - error: Base classes for class "AuroraSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aurora/binary_sensor.py:33:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aurora/sensor.py
  <CWD>/homeassistant/components/aurora/sensor.py:31:7 - error: Base classes for class "AuroraSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aurora/sensor.py:38:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aurora_abb_powerone/config_flow.py
  <CWD>/homeassistant/components/aurora_abb_powerone/config_flow.py:53:12 - error: "client" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/aurora_abb_powerone/config_flow.py:54:13 - error: "client" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/aurora_abb_powerone/sensor.py
  <CWD>/homeassistant/components/aurora_abb_powerone/sensor.py:146:7 - error: Base classes for class "AuroraSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aurora_abb_powerone/sensor.py:170:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aussie_broadband/__init__.py
  <CWD>/homeassistant/components/aussie_broadband/__init__.py:53:26 - error: Cannot assign to attribute "runtime_data" for class "AussieBroadbandConfigEntry"
    "List[Dict[str, Any]]" is not assignable to "list[AussieBroadbandServiceData]"
      Type parameter "_T@list" is invariant, but "Dict[str, Any]" is not the same as "AussieBroadbandServiceData"
      Consider switching from "list" to "Sequence" which is covariant (reportAttributeAccessIssue)
<CWD>/homeassistant/components/aussie_broadband/coordinator.py
  <CWD>/homeassistant/components/aussie_broadband/coordinator.py:60:49 - error: Argument of type "str" cannot be assigned to parameter "service_id" of type "int" in function "get_usage"
    "str" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/aussie_broadband/diagnostics.py
  <CWD>/homeassistant/components/aussie_broadband/diagnostics.py:23:44 - error: Could not access item in TypedDict
    "coordinator" is not a required key in "AussieBroadbandServiceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/aussie_broadband/sensor.py
  <CWD>/homeassistant/components/aussie_broadband/sensor.py:135:35 - error: Could not access item in TypedDict
    "coordinator" is not a required key in "AussieBroadbandServiceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/aussie_broadband/sensor.py:140:7 - error: Base classes for class "AussieBroadandSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aussie_broadband/sensor.py:154:26 - error: Could not access item in TypedDict
    "coordinator" is not a required key in "AussieBroadbandServiceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/aussie_broadband/sensor.py:155:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorValueEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aussie_broadband/sensor.py:155:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SensorValueEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/aussie_broadband/sensor.py:156:35 - error: Could not access item in TypedDict
    "service_id" is not a required key in "AussieBroadbandServiceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/aussie_broadband/sensor.py:159:35 - error: Could not access item in TypedDict
    "service_id" is not a required key in "AussieBroadbandServiceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/aussie_broadband/sensor.py:161:70 - error: Could not access item in TypedDict
    "name" is not a required key in "AussieBroadbandServiceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/aussie_broadband/sensor.py:161:96 - error: Could not access item in TypedDict
    "service_id" is not a required key in "AussieBroadbandServiceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/aussie_broadband/sensor.py:162:44 - error: Could not access item in TypedDict
    "description" is not a required key in "AussieBroadbandServiceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/aussie_broadband/sensor.py:163:19 - error: Could not access item in TypedDict
    "name" is not a required key in "AussieBroadbandServiceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/aussie_broadband/sensor.py:167:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/autarco/sensor.py
  <CWD>/homeassistant/components/autarco/sensor.py:207:7 - error: Base classes for class "AutarcoBatterySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/autarco/sensor.py:224:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AutarcoBatterySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/autarco/sensor.py:224:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AutarcoBatterySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/autarco/sensor.py:236:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/autarco/sensor.py:242:7 - error: Base classes for class "AutarcoSolarSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/autarco/sensor.py:259:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AutarcoSolarSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/autarco/sensor.py:259:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AutarcoSolarSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/autarco/sensor.py:271:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/autarco/sensor.py:276:7 - error: Base classes for class "AutarcoInverterSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/autarco/sensor.py:294:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AutarcoInverterSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/autarco/sensor.py:294:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AutarcoInverterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/autarco/sensor.py:306:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/auth/__init__.py
  <CWD>/homeassistant/components/auth/__init__.py:676:50 - error: "current_refresh_token" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/auth/__init__.py:679:34 - error: "current_refresh_token" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/auth/login_flow.py
  <CWD>/homeassistant/components/auth/login_flow.py:193:67 - error: Cannot access attribute "async_validate_access" for class "AuthProvider"
    Attribute "async_validate_access" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/auth/login_flow.py:220:8 - error: Could not access item in TypedDict
    "type" is not a required key in "AuthFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/auth/login_flow.py:225:8 - error: Could not access item in TypedDict
    "type" is not a required key in "AuthFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/auth/login_flow.py:229:19 - error: Could not access item in TypedDict
    "data_schema" is not a required key in "AuthFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/auth/login_flow.py:258:12 - error: Could not access item in TypedDict
    "type" is not a required key in "AuthFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/auth/login_flow.py:262:17 - error: Could not access item in TypedDict
    "type" is not a required key in "AuthFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/auth/login_flow.py:276:30 - error: Could not access item in TypedDict
    "context" is not a required key in "AuthFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/auth/login_flow.py:276:30 - error: Could not access item in TypedDict
    "redirect_uri" is not a required key in "AuthFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/auth/mfa_setup_flow.py
  <CWD>/homeassistant/components/auth/mfa_setup_flow.py:154:8 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[FlowContext, str]", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/auth/mfa_setup_flow.py:156:8 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[FlowContext, str]", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/auth/mfa_setup_flow.py:160:19 - error: Could not access item in TypedDict
    "data_schema" is not a required key in "FlowResult[FlowContext, str]", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/automation/__init__.py
  <CWD>/homeassistant/components/automation/__init__.py:123:71 - error: Function with declared return type "bool" must return value on all code paths
    "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/components/automation/__init__.py:334:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/automation/__init__.py:468:7 - error: Base classes for class "AutomationEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/automation/__init__.py:468:7 - error: Base classes for class "AutomationEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/automation/__init__.py:468:7 - error: Base classes for class "AutomationEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/automation/__init__.py:468:7 - error: Base classes for class "AutomationEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/automation/__init__.py:505:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/automation/__init__.py:517:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/automation/__init__.py:522:9 - error: "referenced_labels" overrides symbol of same name in class "BaseAutomationEntity"
    "property" is not assignable to "cached_property[set[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/automation/__init__.py:527:9 - error: "referenced_floors" overrides symbol of same name in class "BaseAutomationEntity"
    "property" is not assignable to "cached_property[set[str]]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/automation/reproduce_state.py
  <CWD>/homeassistant/components/automation/reproduce_state.py:56:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/avea/light.py
  <CWD>/homeassistant/components/avea/light.py:30:29 - error: "discover_avea_bulbs" is not a known attribute of module "avea" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/awair/config_flow.py
  <CWD>/homeassistant/components/awair/config_flow.py:40:14 - error: Cannot assign to attribute "_device" for class "AwairFlowHandler*"
    Expression of type "AwairLocalDevice | None" cannot be assigned to attribute "_device" of class "AwairFlowHandler"
      Type "AwairLocalDevice | None" is not assignable to type "AwairLocalDevice"
        "None" is not assignable to "AwairLocalDevice" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/awair/config_flow.py:48:13 - error: No overloads for "update" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/awair/config_flow.py:52:38 - error: Argument of type "dict[str, dict[str, str | int]]" cannot be assigned to parameter "__m" of type "Partial[ConfigFlowContext]" in function "update"
    "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/awair/config_flow.py:103:54 - error: Argument of type "str | None" cannot be assigned to parameter "title" of type "str" in function "async_create_entry"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/awair/config_flow.py:131:20 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/awair/config_flow.py:167:18 - error: Cannot assign to attribute "_device" for class "AwairFlowHandler*"
    Expression of type "AwairLocalDevice | None" cannot be assigned to attribute "_device" of class "AwairFlowHandler"
      Type "AwairLocalDevice | None" is not assignable to type "AwairLocalDevice"
        "None" is not assignable to "AwairLocalDevice" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/awair/config_flow.py:192:25 - error: "data_schema" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/awair/coordinator.py
  <CWD>/homeassistant/components/awair/coordinator.py:67:52 - error: Argument of type "AirData | None" cannot be assigned to parameter "air_data" of type "AirData" in function "__init__"
    Type "AirData | None" is not assignable to type "AirData"
      "None" is not assignable to "AirData" (reportArgumentType)
<CWD>/homeassistant/components/awair/sensor.py
  <CWD>/homeassistant/components/awair/sensor.py:206:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AwairSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/awair/sensor.py:206:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AwairSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/awair/sensor.py:210:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/awair/sensor.py:228:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/awair/sensor.py:251:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/awair/sensor.py:276:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/awair/sensor.py:309:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/aws_s3/__init__.py
  <CWD>/homeassistant/components/aws_s3/__init__.py:67:26 - error: "client" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/aws_s3/backup.py
  <CWD>/homeassistant/components/aws_s3/backup.py:104:15 - error: Method "async_download_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, AsyncIterator[bytes]]", override returns type "Coroutine[Any, Any, AsyncIterator[bytes]]"
      "Coroutine[Any, Any, AsyncIterator[bytes]]" is not assignable to "CoroutineType[Any, Any, AsyncIterator[bytes]]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/aws_s3/backup.py:252:15 - error: Method "async_delete_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/aws_s3/backup.py:272:15 - error: Method "async_list_backups" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, list[AgentBackup]]", override returns type "Coroutine[Any, Any, list[AgentBackup]]"
      "Coroutine[Any, Any, list[AgentBackup]]" is not assignable to "CoroutineType[Any, Any, list[AgentBackup]]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/aws_s3/backup.py:278:15 - error: Method "async_get_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, AgentBackup]", override returns type "Coroutine[Any, Any, AgentBackup]"
      "Coroutine[Any, Any, AgentBackup]" is not assignable to "CoroutineType[Any, Any, AgentBackup]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/axis/binary_sensor.py
  <CWD>/homeassistant/components/axis/binary_sensor.py:192:5 - error: "entity_description" overrides symbol of same name in class "AxisEventEntity"
    Variable is mutable so its type is invariant
      Override type "AxisBinarySensorDescription" is not the same as base type "AxisEventDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/axis/binary_sensor.py:192:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "AxisBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/axis/config_flow.py
  <CWD>/homeassistant/components/axis/config_flow.py:278:5 - error: "config_entry" incorrectly overrides property of same name in class "OptionsFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/axis/entity.py
  <CWD>/homeassistant/components/axis/entity.py:98:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AxisEventDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/axis/hub/api.py
  <CWD>/homeassistant/components/axis/hub/api.py:27:11 - error: "AxisDevice" is not exported from module "axis" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/axis/hub/api.py:31:16 - error: "AxisDevice" is not exported from module "axis" (reportPrivateImportUsage)
<CWD>/homeassistant/components/axis/hub/event_source.py
  <CWD>/homeassistant/components/axis/hub/event_source.py:9:33 - error: "Signal" is not exported from module "axis.stream_manager"
    Import from "axis.rtsp" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/axis/hub/event_source.py:9:41 - error: "State" is not exported from module "axis.stream_manager"
    Import from "axis.rtsp" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/axis/hub/event_source.py:23:73 - error: "AxisDevice" is not exported from module "axis" (reportPrivateImportUsage)
<CWD>/homeassistant/components/axis/hub/hub.py
  <CWD>/homeassistant/components/axis/hub/hub.py:27:77 - error: "AxisDevice" is not exported from module "axis" (reportPrivateImportUsage)
<CWD>/homeassistant/components/axis/light.py
  <CWD>/homeassistant/components/axis/light.py:60:5 - error: "entity_description" overrides symbol of same name in class "AxisEventEntity"
    Variable is mutable so its type is invariant
      Override type "AxisLightDescription" is not the same as base type "AxisEventDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/axis/light.py:60:5 - error: "entity_description" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "AxisLightDescription" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/axis/light.py:94:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/axis/switch.py
  <CWD>/homeassistant/components/axis/switch.py:53:5 - error: "entity_description" overrides symbol of same name in class "AxisEventEntity"
    Variable is mutable so its type is invariant
      Override type "AxisSwitchDescription" is not the same as base type "AxisEventDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/axis/switch.py:53:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "AxisSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/azure_devops/config_flow.py
  <CWD>/homeassistant/components/azure_devops/config_flow.py:54:51 - error: Argument of type "str | None" cannot be assigned to parameter "organization" of type "str" in function "authorize"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/azure_devops/config_flow.py:58:53 - error: Argument of type "str | None" cannot be assigned to parameter "organization" of type "str" in function "get_project"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/azure_devops/config_flow.py:58:73 - error: Argument of type "str | None" cannot be assigned to parameter "project" of type "str" in function "get_project"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/azure_devops/sensor.py
  <CWD>/homeassistant/components/azure_devops/sensor.py:180:7 - error: Base classes for class "AzureDevOpsBuildSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/azure_devops/sensor.py:193:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AzureDevOpsBuildSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/azure_devops/sensor.py:193:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AzureDevOpsBuildSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/azure_devops/sensor.py:198:38 - error: "build_id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/azure_devops/sensor.py:202:54 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/azure_devops/sensor.py:211:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/azure_devops/sensor.py:216:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/azure_devops/sensor.py:221:7 - error: Base classes for class "AzureDevOpsWorkItemSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/azure_devops/sensor.py:235:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AzureDevOpsWorkItemSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/azure_devops/sensor.py:235:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AzureDevOpsWorkItemSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/azure_devops/sensor.py:261:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/azure_service_bus/notify.py
  <CWD>/homeassistant/components/azure_service_bus/notify.py:8:6 - error: Import "azure.servicebus" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/azure_service_bus/notify.py:9:6 - error: Import "azure.servicebus.aio" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/azure_service_bus/notify.py:10:6 - error: Import "azure.servicebus.exceptions" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/azure_storage/backup.py
  <CWD>/homeassistant/components/azure_storage/backup.py:114:15 - error: Method "async_download_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, AsyncIterator[bytes]]", override returns type "Coroutine[Any, Any, AsyncIterator[bytes]]"
      "Coroutine[Any, Any, AsyncIterator[bytes]]" is not assignable to "CoroutineType[Any, Any, AsyncIterator[bytes]]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/azure_storage/backup.py:127:15 - error: Method "async_upload_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/azure_storage/backup.py:150:15 - error: Method "async_delete_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/azure_storage/backup.py:162:15 - error: Method "async_list_backups" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, list[AgentBackup]]", override returns type "Coroutine[Any, Any, list[AgentBackup]]"
      "Coroutine[Any, Any, list[AgentBackup]]" is not assignable to "CoroutineType[Any, Any, list[AgentBackup]]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/azure_storage/backup.py:176:15 - error: Method "async_get_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, AgentBackup]", override returns type "Coroutine[Any, Any, AgentBackup]"
      "Coroutine[Any, Any, AgentBackup]" is not assignable to "CoroutineType[Any, Any, AgentBackup]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/backblaze_b2/__init__.py
  <CWD>/homeassistant/components/backblaze_b2/__init__.py:51:16 - error: Type "Bucket" is not assignable to return type "Bucket"
    "b2sdk._internal.bucket.Bucket" is not assignable to "b2sdk.v2.bucket.Bucket" (reportReturnType)
<CWD>/homeassistant/components/backblaze_b2/backup.py
  <CWD>/homeassistant/components/backblaze_b2/backup.py:193:15 - error: Method "async_download_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, AsyncIterator[bytes]]", override returns type "Coroutine[Any, Any, AsyncIterator[bytes]]"
      "Coroutine[Any, Any, AsyncIterator[bytes]]" is not assignable to "CoroutineType[Any, Any, AsyncIterator[bytes]]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/backblaze_b2/backup.py:220:15 - error: Method "async_upload_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/backblaze_b2/backup.py:345:15 - error: Method "async_delete_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/backblaze_b2/backup.py:373:15 - error: Method "async_list_backups" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, list[AgentBackup]]", override returns type "Coroutine[Any, Any, list[AgentBackup]]"
      "Coroutine[Any, Any, list[AgentBackup]]" is not assignable to "CoroutineType[Any, Any, list[AgentBackup]]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/backblaze_b2/backup.py:411:15 - error: Method "async_get_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, AgentBackup]", override returns type "Coroutine[Any, Any, AgentBackup]"
      "Coroutine[Any, Any, AgentBackup]" is not assignable to "CoroutineType[Any, Any, AgentBackup]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/backblaze_b2/config_flow.py
  <CWD>/homeassistant/components/backblaze_b2/config_flow.py:199:13 - error: Could not access item in TypedDict
    "entry_id" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/backblaze_b2/config_flow.py:257:58 - error: Could not access item in TypedDict
    "entry_id" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/backup/agent.py
  <CWD>/homeassistant/components/backup/agent.py:116:10 - error: Function with declared return type "list[BackupAgent]" must return value on all code paths
    "None" is not assignable to "list[BackupAgent]" (reportReturnType)
  <CWD>/homeassistant/components/backup/agent.py:126:10 - error: Function with declared return type "() -> None" must return value on all code paths
    Type "None" is not assignable to type "() -> None" (reportReturnType)
<CWD>/homeassistant/components/backup/event.py
  <CWD>/homeassistant/components/backup/event.py:29:7 - error: Base classes for class "AutomaticBackupEvent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/backup/manager.py
  <CWD>/homeassistant/components/backup/manager.py:586:29 - error: "open_stream_func" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/backup/manager.py:587:24 - error: "_backup" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/backup/manager.py:1823:22 - error: Argument of type "list[BaseException | Exception]" cannot be assigned to parameter "exceptions" of type "Sequence[Exception]" in function "__new__"
    "BaseException" is not assignable to "Exception" (reportArgumentType)
  <CWD>/homeassistant/components/backup/manager.py:1949:15 - error: Method "async_restore_backup" overrides class "BackupReaderWriter" in an incompatible manner
    Positional parameter count mismatch; base method has 10, but override has 10
    Parameter "open_stream" is missing in override (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/backup/sensor.py
  <CWD>/homeassistant/components/backup/sensor.py:73:7 - error: Base classes for class "BackupManagerSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/backup/sensor.py:76:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "BackupSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/backup/sensor.py:79:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/backup/util.py
  <CWD>/homeassistant/components/backup/util.py:186:42 - error: "plaintext_size" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/backup/util.py:289:57 - error: "plaintext_size" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/backup/util.py:381:44 - error: Cannot access attribute "encrypted_size" for class "BinaryIO"
    Attribute "encrypted_size" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/baf/binary_sensor.py
  <CWD>/homeassistant/components/baf/binary_sensor.py:57:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "BAFBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/baf/entity.py
  <CWD>/homeassistant/components/baf/entity.py:24:54 - error: Argument of type "set[tuple[Literal['mac'], str | None]]" cannot be assigned to parameter "connections" of type "set[tuple[str, str]]" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/baf/number.py
  <CWD>/homeassistant/components/baf/number.py:136:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "BAFNumberDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/baf/sensor.py
  <CWD>/homeassistant/components/baf/sensor.py:117:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "BAFSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/baf/switch.py
  <CWD>/homeassistant/components/baf/switch.py:124:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "BAFSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/baidu/tts.py
  <CWD>/homeassistant/components/baidu/tts.py:5:6 - error: Import "aip" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/balboa/binary_sensor.py
  <CWD>/homeassistant/components/balboa/binary_sensor.py:67:7 - error: Base classes for class "BalboaBinarySensorEntity" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/binary_sensor.py:77:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BalboaBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/binary_sensor.py:77:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "BalboaBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/binary_sensor.py:80:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/balboa/climate.py
  <CWD>/homeassistant/components/balboa/climate.py:56:7 - error: Base classes for class "BalboaClimateEntity" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/climate.py:82:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/climate.py:87:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/climate.py:92:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/climate.py:106:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/climate.py:111:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/climate.py:116:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/climate.py:121:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/climate.py:126:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/climate.py:131:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/balboa/config_flow.py
  <CWD>/homeassistant/components/balboa/config_flow.py:86:27 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/balboa/entity.py
  <CWD>/homeassistant/components/balboa/entity.py:35:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/balboa/event.py
  <CWD>/homeassistant/components/balboa/event.py:54:7 - error: Base classes for class "BalboaEventEntity" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/balboa/fan.py
  <CWD>/homeassistant/components/balboa/fan.py:33:7 - error: Base classes for class "BalboaPumpFanEntity" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/fan.py:78:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/fan.py:94:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/balboa/light.py
  <CWD>/homeassistant/components/balboa/light.py:28:7 - error: Base classes for class "BalboaLightEntity" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/light.py:54:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/balboa/select.py
  <CWD>/homeassistant/components/balboa/select.py:24:7 - error: Base classes for class "BalboaTempRangeSelectEntity" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/select.py:39:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/balboa/switch.py
  <CWD>/homeassistant/components/balboa/switch.py:28:7 - error: Base classes for class "BalboaSwitchEntity" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/switch.py:38:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/balboa/time.py
  <CWD>/homeassistant/components/balboa/time.py:35:7 - error: Base classes for class "BalboaTimeEntity" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/balboa/time.py:38:23 - error: Type "Literal[EntityCategory.CONFIG]" is not assignable to declared type "cached_property"
    "Literal[EntityCategory.CONFIG]" is not assignable to "cached_property[EntityCategory | None]" (reportAssignmentType)
  <CWD>/homeassistant/components/balboa/time.py:49:9 - error: "native_value" overrides symbol of same name in class "TimeEntity"
    "property" is not assignable to "cached_property[time | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bang_olufsen/media_player.py
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:306:20 - error: "sw_version" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:587:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:587:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:598:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:598:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:603:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:610:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:617:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:625:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:630:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:635:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:640:9 - error: "media_image_remotely_accessible" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:645:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:650:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:655:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:660:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:665:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:670:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:675:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bang_olufsen/media_player.py:932:53 - error: Argument of type "Unknown | None" cannot be assigned to parameter "s" of type "str | bytes | bytearray" in function "loads"
    Type "Unknown | None" is not assignable to type "str | bytes | bytearray"
      Type "None" is not assignable to type "str | bytes | bytearray"
        "None" is not assignable to "str"
        "None" is not assignable to "bytes"
        "None" is not assignable to "bytearray" (reportArgumentType)
<CWD>/homeassistant/components/bayesian/binary_sensor.py
  <CWD>/homeassistant/components/bayesian/binary_sensor.py:634:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bayesian/config_flow.py
  <CWD>/homeassistant/components/bayesian/config_flow.py:386:37 - error: Could not access item in TypedDict
    "step_id" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bayesian/config_flow.py:557:25 - error: "sub_entry" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/bayesian/config_flow.py:558:57 - error: "sub_entry" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/bayesian/config_flow.py:572:70 - error: "sub_entry" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/bbox/device_tracker.py
  <CWD>/homeassistant/components/bbox/device_tracker.py:9:8 - error: Import "pybbox" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/bbox/sensor.py
  <CWD>/homeassistant/components/bbox/sensor.py:8:8 - error: Import "pybbox" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/beewi_smartclim/sensor.py
  <CWD>/homeassistant/components/beewi_smartclim/sensor.py:5:29 - error: "BeewiSmartClimPoller" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/homeassistant/components/binary_sensor/__init__.py
  <CWD>/homeassistant/components/binary_sensor/__init__.py:162:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/binary_sensor/__init__.py:163:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BinarySensorDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/binary_sensor/__init__.py:165:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/binary_sensor/__init__.py:198:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bitcoin/sensor.py
  <CWD>/homeassistant/components/bitcoin/sensor.py:8:24 - error: "exchangerates" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bitcoin/sensor.py:8:39 - error: "statistics" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/homeassistant/components/bizkaibus/sensor.py
  <CWD>/homeassistant/components/bizkaibus/sensor.py:7:6 - error: Import "bizkaibus.bizkaibus" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/blackbird/media_player.py
  <CWD>/homeassistant/components/blackbird/media_player.py:108:32 - error: "blackbird" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/blackbird/media_player.py:170:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blebox/binary_sensor.py
  <CWD>/homeassistant/components/blebox/binary_sensor.py:50:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/binary_sensor.py:52:30 - error: Cannot access attribute "state" for class "BinarySensor"
    Attribute "state" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/blebox/climate.py
  <CWD>/homeassistant/components/blebox/climate.py:61:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/climate.py:68:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/climate.py:79:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/climate.py:92:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/climate.py:94:16 - error: Type "float | int | None" is not assignable to return type "float"
    Type "float | int | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportReturnType)
  <CWD>/homeassistant/components/blebox/climate.py:97:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/climate.py:99:16 - error: Type "float | int | None" is not assignable to return type "float"
    Type "float | int | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportReturnType)
  <CWD>/homeassistant/components/blebox/climate.py:102:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/climate.py:107:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blebox/config_flow.py
  <CWD>/homeassistant/components/blebox/config_flow.py:97:20 - error: Argument of type "int | None" cannot be assigned to parameter "port" of type "int" in function "__init__"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/blebox/cover.py
  <CWD>/homeassistant/components/blebox/cover.py:82:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/cover.py:91:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/cover.py:97:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/cover.py:102:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/cover.py:107:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blebox/light.py
  <CWD>/homeassistant/components/blebox/light.py:72:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/light.py:74:16 - error: Type "bool | None" is not assignable to return type "bool"
    Type "bool | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/components/blebox/light.py:77:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/light.py:87:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/light.py:92:16 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/blebox/light.py:92:35 - error: Argument of type "int" cannot be assigned to parameter "key" of type "BleboxColorMode" in function "get"
    "int" is not assignable to "BleboxColorMode" (reportArgumentType)
  <CWD>/homeassistant/components/blebox/light.py:95:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/light.py:100:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/light.py:105:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/light.py:110:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/light.py:121:9 - error: "rgbw_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/light.py:125:16 - error: Type "tuple[int, ...]" is not assignable to return type "tuple[int, int, int, int] | None"
    Type "tuple[int, ...]" is not assignable to type "tuple[int, int, int, int] | None"
      "tuple[int, ...]" is not assignable to "tuple[int, int, int, int]"
        Tuple size mismatch; expected 4 but received indeterminate
      "tuple[int, ...]" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/blebox/light.py:128:9 - error: "rgbww_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/light.py:132:16 - error: Type "tuple[int, ...]" is not assignable to return type "tuple[int, int, int, int, int] | None"
    Type "tuple[int, ...]" is not assignable to type "tuple[int, int, int, int, int] | None"
      "tuple[int, ...]" is not assignable to "tuple[int, int, int, int, int]"
        Tuple size mismatch; expected 5 but received indeterminate
      "tuple[int, ...]" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/blebox/light.py:171:50 - error: Argument of type "list[Any] | str | Any | None" cannot be assigned to parameter "value" of type "int" in function "apply_brightness"
    Type "list[Any] | str | Any | None" is not assignable to type "int"
      "str" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/blebox/sensor.py
  <CWD>/homeassistant/components/blebox/sensor.py:144:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blebox/sensor.py:149:9 - error: "last_reset" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blebox/switch.py
  <CWD>/homeassistant/components/blebox/switch.py:37:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blink/alarm_control_panel.py
  <CWD>/homeassistant/components/blink/alarm_control_panel.py:42:7 - error: Base classes for class "BlinkSyncModuleHA" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blink/alarm_control_panel.py:59:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blink/alarm_control_panel.py:59:37 - error: Cannot assign to attribute "_attr_unique_id" for class "BlinkSyncModuleHA*"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/blink/alarm_control_panel.py:61:35 - error: Argument of type "set[tuple[Literal['blink'], Any | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/blink/binary_sensor.py
  <CWD>/homeassistant/components/blink/binary_sensor.py:65:7 - error: Base classes for class "BlinkBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blink/camera.py
  <CWD>/homeassistant/components/blink/camera.py:89:35 - error: Argument of type "set[tuple[Literal['blink'], Any | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/blink/camera.py:99:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blink/camera.py:136:9 - error: "motion_detection_enabled" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blink/camera.py:141:9 - error: "brand" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blink/config_flow.py
  <CWD>/homeassistant/components/blink/config_flow.py:103:43 - error: Argument of type "Blink | None" cannot be assigned to parameter "blink" of type "Blink" in function "_send_blink_2fa_pin"
    Type "Blink | None" is not assignable to type "Blink"
      "None" is not assignable to "Blink" (reportArgumentType)
<CWD>/homeassistant/components/blink/sensor.py
  <CWD>/homeassistant/components/blink/sensor.py:64:7 - error: Base classes for class "BlinkSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blink/switch.py
  <CWD>/homeassistant/components/blink/switch.py:47:7 - error: Base classes for class "BlinkSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blink/switch.py:105:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blinksticklight/light.py
  <CWD>/homeassistant/components/blinksticklight/light.py:48:13 - error: "blinkstick" is not defined (reportUndefinedVariable)
<CWD>/homeassistant/components/blockchain/sensor.py
  <CWD>/homeassistant/components/blockchain/sensor.py:8:6 - error: Import "pyblockchain" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/blue_current/__init__.py
  <CWD>/homeassistant/components/blue_current/__init__.py:260:37 - error: "delay" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/blue_current/button.py
  <CWD>/homeassistant/components/blue_current/button.py:69:7 - error: Base classes for class "ChargePointButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blue_current/button.py:84:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ChargePointButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blue_current/button.py:84:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "ChargePointButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blue_current/entity.py
  <CWD>/homeassistant/components/blue_current/entity.py:39:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blue_current/sensor.py
  <CWD>/homeassistant/components/blue_current/sensor.py:238:7 - error: Base classes for class "ChargePointSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blue_current/sensor.py:286:7 - error: Base classes for class "GridSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blue_current/switch.py
  <CWD>/homeassistant/components/blue_current/switch.py:127:7 - error: Base classes for class "ChargePointSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blue_current/switch.py:143:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BlueCurrentSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/blue_current/switch.py:143:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "BlueCurrentSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bluemaestro/sensor.py
  <CWD>/homeassistant/components/bluemaestro/sensor.py:132:7 - error: Base classes for class "BlueMaestroBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluemaestro/sensor.py:141:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/blueprint/importer.py
  <CWD>/homeassistant/components/blueprint/importer.py:140:48 - error: "block_content" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/blueprint/importer.py:204:25 - error: "endswith" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/blueprint/importer.py:226:54 - error: "content" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/bluesound/button.py
  <CWD>/homeassistant/components/bluesound/button.py:84:7 - error: Base classes for class "BluesoundButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/button.py:101:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BluesoundButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/button.py:101:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "BluesoundButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bluesound/media_player.py
  <CWD>/homeassistant/components/bluesound/media_player.py:93:7 - error: Base classes for class "BluesoundPlayer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:187:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:187:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:204:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:212:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:223:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:231:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:246:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:265:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:277:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:282:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:292:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:319:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:336:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:358:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:358:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:416:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bluesound/media_player.py:447:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bluetooth/__init__.py
  <CWD>/homeassistant/components/bluetooth/__init__.py:199:13 - error: Argument of type "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later"
    Type "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "CoroutineType[Any, Any, None]" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
  <CWD>/homeassistant/components/bluetooth/__init__.py:271:23 - error: Could not access item in TypedDict
    "address" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/__init__.py:290:34 - error: Could not access item in TypedDict
    "address" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/__init__.py:317:15 - error: Could not access item in TypedDict
    "address" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/__init__.py:335:22 - error: Could not access item in TypedDict
    "manufacturer" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/bluetooth/active_update_coordinator.py
  <CWD>/homeassistant/components/bluetooth/active_update_coordinator.py:12:19 - error: "BleakError" is not exported from module "bleak"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/bluetooth/active_update_processor.py
  <CWD>/homeassistant/components/bluetooth/active_update_processor.py:12:19 - error: "BleakError" is not exported from module "bleak"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/bluetooth/config_flow.py
  <CWD>/homeassistant/components/bluetooth/config_flow.py:59:40 - error: Could not access item in TypedDict
    "address" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/config_flow.py:61:20 - error: Could not access item in TypedDict
    "manufacturer" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/config_flow.py:85:40 - error: Could not access item in TypedDict
    "address" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/config_flow.py:94:44 - error: Could not access item in TypedDict
    "address" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/config_flow.py:96:24 - error: Could not access item in TypedDict
    "manufacturer" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/config_flow.py:114:19 - error: Could not access item in TypedDict
    "address" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/config_flow.py:136:23 - error: Could not access item in TypedDict
    "address" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/config_flow.py:151:16 - error: Could not access item in TypedDict
    "address" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/config_flow.py:155:44 - error: Could not access item in TypedDict
    "address" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/bluetooth/manager.py
  <CWD>/homeassistant/components/bluetooth/manager.py:215:13 - error: No overloads for "update" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/bluetooth/manager.py:215:37 - error: Argument of type "BluetoothCallbackMatcher" cannot be assigned to parameter "__m" of type "Partial[BluetoothCallbackMatcherWithCallback]" in function "update"
    "callback" is an incompatible type
      Type "object" is not assignable to type "BluetoothCallback" (reportArgumentType)
  <CWD>/homeassistant/components/bluetooth/manager.py:218:23 - error: Could not access item in TypedDict
    "connectable" is not a required key in "BluetoothCallbackMatcherWithCallback", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/bluetooth/passive_update_coordinator.py
  <CWD>/homeassistant/components/bluetooth/passive_update_coordinator.py:104:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bluetooth/passive_update_processor.py
  <CWD>/homeassistant/components/bluetooth/passive_update_processor.py:674:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bluetooth/util.py
  <CWD>/homeassistant/components/bluetooth/util.py:43:18 - error: Could not access item in TypedDict
    "address" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/util.py:102:48 - error: Could not access item in TypedDict
    "address" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bluetooth/util.py:104:20 - error: Could not access item in TypedDict
    "manufacturer" is not a required key in "AdapterDetails", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/bluetooth_le_tracker/device_tracker.py
  <CWD>/homeassistant/components/bluetooth_le_tracker/device_tracker.py:9:32 - error: "BleakError" is not exported from module "bleak"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/bluetooth_tracker/device_tracker.py
  <CWD>/homeassistant/components/bluetooth_tracker/device_tracker.py:11:6 - error: Import "bt_proximity" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/bluetooth_tracker/device_tracker.py:63:28 - error: "discover_devices" is not a known attribute of module "bluetooth" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bluetooth_tracker/device_tracker.py:185:26 - error: "BluetoothError" is not a known attribute of module "bluetooth" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/bmw_connected_drive/binary_sensor.py
  <CWD>/homeassistant/components/bmw_connected_drive/binary_sensor.py:10:38 - error: "MyBMWVehicle" is not exported from module "bimmer_connected.vehicle"
    Import from "bimmer_connected.vehicle.vehicle" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/bmw_connected_drive/binary_sensor.py:217:7 - error: Base classes for class "BMWBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/binary_sensor.py:231:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BMWBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/binary_sensor.py:231:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "BMWBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bmw_connected_drive/button.py
  <CWD>/homeassistant/components/bmw_connected_drive/button.py:11:38 - error: "MyBMWVehicle" is not exported from module "bimmer_connected.vehicle"
    Import from "bimmer_connected.vehicle.vehicle" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/bmw_connected_drive/button.py:92:7 - error: Base classes for class "BMWButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/button.py:105:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BMWButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/button.py:105:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "BMWButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bmw_connected_drive/device_tracker.py
  <CWD>/homeassistant/components/bmw_connected_drive/device_tracker.py:8:38 - error: "MyBMWVehicle" is not exported from module "bimmer_connected.vehicle"
    Import from "bimmer_connected.vehicle.vehicle" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/bmw_connected_drive/device_tracker.py:47:7 - error: Base classes for class "BMWDeviceTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/device_tracker.py:64:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/device_tracker.py:69:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/device_tracker.py:79:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bmw_connected_drive/diagnostics.py
  <CWD>/homeassistant/components/bmw_connected_drive/diagnostics.py:22:42 - error: "MyBMWVehicle" is not exported from module "bimmer_connected.vehicle"
    Import from "bimmer_connected.vehicle.vehicle" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/bmw_connected_drive/entity.py
  <CWD>/homeassistant/components/bmw_connected_drive/entity.py:5:38 - error: "MyBMWVehicle" is not exported from module "bimmer_connected.vehicle"
    Import from "bimmer_connected.vehicle.vehicle" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/bmw_connected_drive/lock.py
  <CWD>/homeassistant/components/bmw_connected_drive/lock.py:9:38 - error: "MyBMWVehicle" is not exported from module "bimmer_connected.vehicle"
    Import from "bimmer_connected.vehicle.vehicle" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/bmw_connected_drive/lock.py:42:7 - error: Base classes for class "BMWLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bmw_connected_drive/notify.py
  <CWD>/homeassistant/components/bmw_connected_drive/notify.py:9:38 - error: "MyBMWVehicle" is not exported from module "bimmer_connected.vehicle"
    Import from "bimmer_connected.vehicle.vehicle" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/bmw_connected_drive/number.py
  <CWD>/homeassistant/components/bmw_connected_drive/number.py:9:38 - error: "MyBMWVehicle" is not exported from module "bimmer_connected.vehicle"
    Import from "bimmer_connected.vehicle.vehicle" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/bmw_connected_drive/number.py:80:7 - error: Base classes for class "BMWNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/number.py:93:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BMWNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/number.py:93:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "BMWNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/number.py:97:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bmw_connected_drive/select.py
  <CWD>/homeassistant/components/bmw_connected_drive/select.py:9:38 - error: "MyBMWVehicle" is not exported from module "bimmer_connected.vehicle"
    Import from "bimmer_connected.vehicle.vehicle" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/bmw_connected_drive/select.py:87:7 - error: Base classes for class "BMWSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/select.py:100:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BMWSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/select.py:100:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "BMWSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bmw_connected_drive/sensor.py
  <CWD>/homeassistant/components/bmw_connected_drive/sensor.py:11:38 - error: "MyBMWVehicle" is not exported from module "bimmer_connected.vehicle"
    Import from "bimmer_connected.vehicle.vehicle" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/bmw_connected_drive/sensor.py:208:7 - error: Base classes for class "BMWSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/sensor.py:221:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BMWSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/sensor.py:221:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "BMWSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bmw_connected_drive/switch.py
  <CWD>/homeassistant/components/bmw_connected_drive/switch.py:9:38 - error: "MyBMWVehicle" is not exported from module "bimmer_connected.vehicle"
    Import from "bimmer_connected.vehicle.vehicle" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/bmw_connected_drive/switch.py:88:7 - error: Base classes for class "BMWSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/switch.py:101:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BMWSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/switch.py:101:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "BMWSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bmw_connected_drive/switch.py:105:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bond/button.py
  <CWD>/homeassistant/components/bond/button.py:49:28 - error: Argument of type "Literal['TurnOn']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['TurnOn']" is not assignable to type "Action | None"
      "Literal['TurnOn']" is not assignable to "Action"
      "Literal['TurnOn']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:56:28 - error: Argument of type "Literal['TurnLightOn']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['TurnLightOn']" is not assignable to type "Action | None"
      "Literal['TurnLightOn']" is not assignable to "Action"
      "Literal['TurnLightOn']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:63:28 - error: Argument of type "Literal['SetBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetBrightness']" is not assignable to type "Action | None"
      "Literal['SetBrightness']" is not assignable to "Action"
      "Literal['SetBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:70:28 - error: Argument of type "Literal['SetBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetBrightness']" is not assignable to type "Action | None"
      "Literal['SetBrightness']" is not assignable to "Action"
      "Literal['SetBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:77:28 - error: Argument of type "Literal['TurnUpLightOn']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['TurnUpLightOn']" is not assignable to type "Action | None"
      "Literal['TurnUpLightOn']" is not assignable to "Action"
      "Literal['TurnUpLightOn']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:84:28 - error: Argument of type "Literal['TurnDownLightOn']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['TurnDownLightOn']" is not assignable to type "Action | None"
      "Literal['TurnDownLightOn']" is not assignable to "Action"
      "Literal['TurnDownLightOn']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:91:28 - error: Argument of type "Literal['SetBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetBrightness']" is not assignable to type "Action | None"
      "Literal['SetBrightness']" is not assignable to "Action"
      "Literal['SetBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:105:28 - error: Argument of type "Literal['SetUpLightBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetUpLightBrightness']" is not assignable to type "Action | None"
      "Literal['SetUpLightBrightness']" is not assignable to "Action"
      "Literal['SetUpLightBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:112:28 - error: Argument of type "Literal['SetDownLightBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetDownLightBrightness']" is not assignable to type "Action | None"
      "Literal['SetDownLightBrightness']" is not assignable to "Action"
      "Literal['SetDownLightBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:119:28 - error: Argument of type "Literal['SetBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetBrightness']" is not assignable to type "Action | None"
      "Literal['SetBrightness']" is not assignable to "Action"
      "Literal['SetBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:126:28 - error: Argument of type "Literal['SetBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetBrightness']" is not assignable to type "Action | None"
      "Literal['SetBrightness']" is not assignable to "Action"
      "Literal['SetBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:133:28 - error: Argument of type "Literal['SetUpLightBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetUpLightBrightness']" is not assignable to type "Action | None"
      "Literal['SetUpLightBrightness']" is not assignable to "Action"
      "Literal['SetUpLightBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:140:28 - error: Argument of type "Literal['SetUpLightBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetUpLightBrightness']" is not assignable to type "Action | None"
      "Literal['SetUpLightBrightness']" is not assignable to "Action"
      "Literal['SetUpLightBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:147:28 - error: Argument of type "Literal['SetDownLightBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetDownLightBrightness']" is not assignable to type "Action | None"
      "Literal['SetDownLightBrightness']" is not assignable to "Action"
      "Literal['SetDownLightBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:154:28 - error: Argument of type "Literal['SetDownLightBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetDownLightBrightness']" is not assignable to type "Action | None"
      "Literal['SetDownLightBrightness']" is not assignable to "Action"
      "Literal['SetDownLightBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:161:28 - error: Argument of type "Literal['SetUpLightBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetUpLightBrightness']" is not assignable to type "Action | None"
      "Literal['SetUpLightBrightness']" is not assignable to "Action"
      "Literal['SetUpLightBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:168:28 - error: Argument of type "Literal['SetDownLightBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetDownLightBrightness']" is not assignable to type "Action | None"
      "Literal['SetDownLightBrightness']" is not assignable to "Action"
      "Literal['SetDownLightBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:175:28 - error: Argument of type "Literal['SetBrightness']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetBrightness']" is not assignable to type "Action | None"
      "Literal['SetBrightness']" is not assignable to "Action"
      "Literal['SetBrightness']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:182:28 - error: Argument of type "Literal['SetSpeed']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetSpeed']" is not assignable to type "Action | None"
      "Literal['SetSpeed']" is not assignable to "Action"
      "Literal['SetSpeed']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:189:28 - error: Argument of type "Literal['SetSpeed']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetSpeed']" is not assignable to type "Action | None"
      "Literal['SetSpeed']" is not assignable to "Action"
      "Literal['SetSpeed']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:196:28 - error: Argument of type "Literal['SetDirection']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetDirection']" is not assignable to type "Action | None"
      "Literal['SetDirection']" is not assignable to "Action"
      "Literal['SetDirection']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:230:28 - error: Argument of type "Literal['Open']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['Open']" is not assignable to type "Action | None"
      "Literal['Open']" is not assignable to "Action"
      "Literal['Open']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:237:28 - error: Argument of type "Literal['SetPosition']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetPosition']" is not assignable to type "Action | None"
      "Literal['SetPosition']" is not assignable to "Action"
      "Literal['SetPosition']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:244:28 - error: Argument of type "Literal['SetPosition']" cannot be assigned to parameter "mutually_exclusive" of type "Action | None" in function "__init__"
    Type "Literal['SetPosition']" is not assignable to type "Action | None"
      "Literal['SetPosition']" is not assignable to "Action"
      "Literal['SetPosition']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:280:42 - error: Argument of type "Action" cannot be assigned to parameter "action" of type "str" in function "has_action"
    "Action" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/bond/button.py:293:7 - error: Base classes for class "BondButtonEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/button.py:305:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BondButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/button.py:305:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "BondButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bond/cover.py
  <CWD>/homeassistant/components/bond/cover.py:48:7 - error: Base classes for class "BondCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bond/entity.py
  <CWD>/homeassistant/components/bond/entity.py:78:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/entity.py:192:13 - error: Argument of type "HassJob[(now: datetime), None]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later"
    Type "HassJob[(now: datetime), None]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(now: datetime), None]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "None" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(now: datetime), None]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
<CWD>/homeassistant/components/bond/fan.py
  <CWD>/homeassistant/components/bond/fan.py:61:7 - error: Base classes for class "BondFan" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/fan.py:95:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/fan.py:104:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/fan.py:109:9 - error: "current_direction" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bond/light.py
  <CWD>/homeassistant/components/bond/light.py:118:7 - error: Base classes for class "BondBaseLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:155:7 - error: Base classes for class "BondLight" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:155:7 - error: Base classes for class "BondLight" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:155:7 - error: Base classes for class "BondLight" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:155:7 - error: Base classes for class "BondLight" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:155:7 - error: Base classes for class "BondLight" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:155:7 - error: Base classes for class "BondLight" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:155:7 - error: Base classes for class "BondLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:228:7 - error: Base classes for class "BondDownLight" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:228:7 - error: Base classes for class "BondDownLight" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:228:7 - error: Base classes for class "BondDownLight" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:228:7 - error: Base classes for class "BondDownLight" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:228:7 - error: Base classes for class "BondDownLight" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:228:7 - error: Base classes for class "BondDownLight" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:228:7 - error: Base classes for class "BondDownLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:244:7 - error: Base classes for class "BondUpLight" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:244:7 - error: Base classes for class "BondUpLight" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:244:7 - error: Base classes for class "BondUpLight" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:244:7 - error: Base classes for class "BondUpLight" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:244:7 - error: Base classes for class "BondUpLight" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:244:7 - error: Base classes for class "BondUpLight" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:244:7 - error: Base classes for class "BondUpLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bond/light.py:260:7 - error: Base classes for class "BondFireplace" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bond/switch.py
  <CWD>/homeassistant/components/bond/switch.py:43:7 - error: Base classes for class "BondSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bosch_alarm/alarm_control_panel.py
  <CWD>/homeassistant/components/bosch_alarm/alarm_control_panel.py:40:7 - error: Base classes for class "AreaAlarmControlPanel" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/alarm_control_panel.py:57:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bosch_alarm/binary_sensor.py
  <CWD>/homeassistant/components/bosch_alarm/binary_sensor.py:158:7 - error: Base classes for class "PanelFaultsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/binary_sensor.py:172:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BoschAlarmFaultEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/binary_sensor.py:172:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "BoschAlarmFaultEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/binary_sensor.py:177:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/binary_sensor.py:182:7 - error: Base classes for class "AreaReadyToArmSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/binary_sensor.py:198:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/binary_sensor.py:207:7 - error: Base classes for class "PointSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/binary_sensor.py:218:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bosch_alarm/config_flow.py
  <CWD>/homeassistant/components/bosch_alarm/config_flow.py:99:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "BoschAlarmConfigFlow"
      "ConfigFlow" is not assignable to "BoschAlarmConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/bosch_alarm/entity.py
  <CWD>/homeassistant/components/bosch_alarm/entity.py:34:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bosch_alarm/sensor.py
  <CWD>/homeassistant/components/bosch_alarm/sensor.py:95:7 - error: Base classes for class "BoschAreaSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/sensor.py:116:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BoschAlarmSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/sensor.py:116:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "BoschAlarmSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/sensor.py:120:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bosch_alarm/switch.py
  <CWD>/homeassistant/components/bosch_alarm/switch.py:88:7 - error: Base classes for class "PanelDoorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/switch.py:102:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BoschAlarmSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/switch.py:102:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "BoschAlarmSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/switch.py:106:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/switch.py:129:7 - error: Base classes for class "PanelOutputEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_alarm/switch.py:140:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bosch_shc/binary_sensor.py
  <CWD>/homeassistant/components/bosch_shc/binary_sensor.py:33:30 - error: Operator "+" not supported for types "Sequence[SHCShutterContact]" and "Sequence[SHCShutterContact2]" (reportOperatorIssue)
  <CWD>/homeassistant/components/bosch_shc/binary_sensor.py:46:13 - error: Operator "+" not supported for types "Sequence[SHCMotionDetector]" and "Sequence[SHCShutterContact]" (reportOperatorIssue)
  <CWD>/homeassistant/components/bosch_shc/binary_sensor.py:61:7 - error: Base classes for class "ShutterContactSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/binary_sensor.py:76:26 - error: Cannot access attribute "device_class" for class "SHCDevice"
    Attribute "device_class" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/binary_sensor.py:76:26 - error: Cannot access attribute "device_class" for class "SHCIntrusionSystem"
    Attribute "device_class" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/binary_sensor.py:80:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/binary_sensor.py:85:7 - error: Base classes for class "BatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/binary_sensor.py:96:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bosch_shc/cover.py
  <CWD>/homeassistant/components/bosch_shc/cover.py:38:7 - error: Base classes for class "ShutterControlCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/cover.py:51:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/cover.py:53:35 - error: Cannot access attribute "level" for class "SHCDevice"
    Attribute "level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:53:35 - error: Cannot access attribute "level" for class "SHCIntrusionSystem"
    Attribute "level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:57:22 - error: Cannot access attribute "stop" for class "SHCDevice"
    Attribute "stop" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:57:22 - error: Cannot access attribute "stop" for class "SHCIntrusionSystem"
    Attribute "stop" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:60:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/cover.py:65:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/cover.py:68:26 - error: Cannot access attribute "operation_state" for class "SHCDevice"
    Attribute "operation_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:68:26 - error: Cannot access attribute "operation_state" for class "SHCIntrusionSystem"
    Attribute "operation_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:73:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/cover.py:76:26 - error: Cannot access attribute "operation_state" for class "SHCDevice"
    Attribute "operation_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:76:26 - error: Cannot access attribute "operation_state" for class "SHCIntrusionSystem"
    Attribute "operation_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:82:22 - error: Cannot assign to attribute "level" for class "SHCDevice"
    Attribute "level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:82:22 - error: Cannot assign to attribute "level" for class "SHCIntrusionSystem"
    Attribute "level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:86:22 - error: Cannot assign to attribute "level" for class "SHCDevice"
    Attribute "level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:86:22 - error: Cannot assign to attribute "level" for class "SHCIntrusionSystem"
    Attribute "level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:91:22 - error: Cannot assign to attribute "level" for class "SHCDevice"
    Attribute "level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/cover.py:91:22 - error: Cannot assign to attribute "level" for class "SHCIntrusionSystem"
    Attribute "level" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/bosch_shc/entity.py
  <CWD>/homeassistant/components/bosch_shc/entity.py:83:37 - error: Cannot access attribute "device_services" for class "SHCIntrusionSystem"
    Attribute "device_services" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/entity.py:89:37 - error: Cannot access attribute "device_services" for class "SHCIntrusionSystem"
    Attribute "device_services" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/entity.py:93:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/entity.py:95:29 - error: Cannot access attribute "status" for class "SHCIntrusionSystem"
    Attribute "status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/entity.py:119:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/entity.py:121:29 - error: Cannot access attribute "system_availability" for class "SHCDevice"
    Attribute "system_availability" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/bosch_shc/sensor.py
  <CWD>/homeassistant/components/bosch_shc/sensor.py:58:40 - error: Cannot access attribute "temperature" for class "SHCDevice"
    Attribute "temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:64:40 - error: Cannot access attribute "humidity" for class "SHCDevice"
    Attribute "humidity" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:70:40 - error: Cannot access attribute "purity" for class "SHCDevice"
    Attribute "purity" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:75:40 - error: Cannot access attribute "combined_rating" for class "SHCDevice"
    Attribute "combined_rating" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:77:42 - error: Cannot access attribute "description" for class "SHCDevice"
    Attribute "description" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:83:40 - error: Cannot access attribute "temperature_rating" for class "SHCDevice"
    Attribute "temperature_rating" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:88:40 - error: Cannot access attribute "communicationquality" for class "SHCDevice"
    Attribute "communicationquality" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:93:40 - error: Cannot access attribute "humidity_rating" for class "SHCDevice"
    Attribute "humidity_rating" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:98:40 - error: Cannot access attribute "purity_rating" for class "SHCDevice"
    Attribute "purity_rating" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:104:40 - error: Cannot access attribute "powerconsumption" for class "SHCDevice"
    Attribute "powerconsumption" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:111:40 - error: Cannot access attribute "energyconsumption" for class "SHCDevice"
    Attribute "energyconsumption" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:118:40 - error: Cannot access attribute "position" for class "SHCDevice"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:120:42 - error: Cannot access attribute "valvestate" for class "SHCDevice"
    Attribute "valvestate" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:182:23 - error: Operator "+" not supported for types "Sequence[SHCSmartPlug]" and "Sequence[SHCLightSwitchBSM]" (reportOperatorIssue)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:202:7 - error: Base classes for class "SHCSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:216:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SHCSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:216:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SHCSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:220:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:222:49 - error: Argument of type "SHCDevice | SHCIntrusionSystem" cannot be assigned to parameter of type "SHCDevice"
    Type "SHCDevice | SHCIntrusionSystem" is not assignable to type "SHCDevice"
      "SHCIntrusionSystem" is not assignable to "SHCDevice" (reportArgumentType)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:225:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/sensor.py:228:58 - error: Argument of type "SHCDevice | SHCIntrusionSystem" cannot be assigned to parameter of type "SHCDevice"
    Type "SHCDevice | SHCIntrusionSystem" is not assignable to type "SHCDevice"
      "SHCIntrusionSystem" is not assignable to "SHCDevice" (reportArgumentType)
<CWD>/homeassistant/components/bosch_shc/switch.py
  <CWD>/homeassistant/components/bosch_shc/switch.py:45:18 - error: Argument of type "Literal[State.ON]" cannot be assigned to parameter "on_value" of type "StateType" in function "__init__"
    Type "Literal[State.ON]" is not assignable to type "StateType"
      "Literal[State.ON]" is not assignable to "str"
      "Literal[State.ON]" is not assignable to "int"
      "Literal[State.ON]" is not assignable to "float"
      "Literal[State.ON]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bosch_shc/switch.py:52:18 - error: Argument of type "Literal[State.ON]" cannot be assigned to parameter "on_value" of type "StateType" in function "__init__"
    Type "Literal[State.ON]" is not assignable to type "StateType"
      "Literal[State.ON]" is not assignable to "str"
      "Literal[State.ON]" is not assignable to "int"
      "Literal[State.ON]" is not assignable to "float"
      "Literal[State.ON]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bosch_shc/switch.py:59:18 - error: Argument of type "Literal[State.ON]" cannot be assigned to parameter "on_value" of type "StateType" in function "__init__"
    Type "Literal[State.ON]" is not assignable to type "StateType"
      "Literal[State.ON]" is not assignable to "str"
      "Literal[State.ON]" is not assignable to "int"
      "Literal[State.ON]" is not assignable to "float"
      "Literal[State.ON]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bosch_shc/switch.py:66:18 - error: Argument of type "Literal[State.ON]" cannot be assigned to parameter "on_value" of type "StateType" in function "__init__"
    Type "Literal[State.ON]" is not assignable to type "StateType"
      "Literal[State.ON]" is not assignable to "str"
      "Literal[State.ON]" is not assignable to "int"
      "Literal[State.ON]" is not assignable to "float"
      "Literal[State.ON]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bosch_shc/switch.py:73:18 - error: Argument of type "Literal[State.DISABLED]" cannot be assigned to parameter "on_value" of type "StateType" in function "__init__"
    Type "Literal[State.DISABLED]" is not assignable to type "StateType"
      "Literal[State.DISABLED]" is not assignable to "str"
      "Literal[State.DISABLED]" is not assignable to "int"
      "Literal[State.DISABLED]" is not assignable to "float"
      "Literal[State.DISABLED]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/bosch_shc/switch.py:149:7 - error: Base classes for class "SHCSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/switch.py:163:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SHCSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/switch.py:163:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "SHCSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/switch.py:166:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/switch.py:182:9 - error: "should_poll" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/switch.py:188:22 - error: Cannot access attribute "update" for class "SHCIntrusionSystem"
    Attribute "update" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/switch.py:191:7 - error: Base classes for class "SHCRoutingSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/switch.py:203:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bosch_shc/switch.py:205:29 - error: Cannot access attribute "routing" for class "SHCDevice"
    Attribute "routing" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/switch.py:205:29 - error: Cannot access attribute "routing" for class "SHCIntrusionSystem"
    Attribute "routing" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/switch.py:209:22 - error: Cannot assign to attribute "routing" for class "SHCDevice"
    Attribute "routing" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/switch.py:209:22 - error: Cannot assign to attribute "routing" for class "SHCIntrusionSystem"
    Attribute "routing" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/switch.py:213:22 - error: Cannot assign to attribute "routing" for class "SHCDevice"
    Attribute "routing" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/bosch_shc/switch.py:213:22 - error: Cannot assign to attribute "routing" for class "SHCIntrusionSystem"
    Attribute "routing" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/braviatv/__init__.py
  <CWD>/homeassistant/components/braviatv/__init__.py:8:22 - error: "BraviaClient" is not exported from module "pybravia"
    Import from "pybravia.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/braviatv/button.py
  <CWD>/homeassistant/components/braviatv/button.py:60:7 - error: Base classes for class "BraviaTVButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/button.py:74:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BraviaTVButtonDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/button.py:74:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "BraviaTVButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/braviatv/config_flow.py
  <CWD>/homeassistant/components/braviatv/config_flow.py:10:22 - error: "BraviaAuthError" is not exported from module "pybravia"
    Import from "pybravia.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/braviatv/config_flow.py:10:39 - error: "BraviaClient" is not exported from module "pybravia"
    Import from "pybravia.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/braviatv/config_flow.py:10:53 - error: "BraviaError" is not exported from module "pybravia"
    Import from "pybravia.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/braviatv/config_flow.py:10:66 - error: "BraviaNotSupported" is not exported from module "pybravia"
    Import from "pybravia.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/braviatv/coordinator.py
  <CWD>/homeassistant/components/braviatv/coordinator.py:12:5 - error: "BraviaAuthError" is not exported from module "pybravia"
    Import from "pybravia.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/braviatv/coordinator.py:13:5 - error: "BraviaClient" is not exported from module "pybravia"
    Import from "pybravia.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/braviatv/coordinator.py:14:5 - error: "BraviaConnectionError" is not exported from module "pybravia"
    Import from "pybravia.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/braviatv/coordinator.py:15:5 - error: "BraviaConnectionTimeout" is not exported from module "pybravia"
    Import from "pybravia.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/braviatv/coordinator.py:16:5 - error: "BraviaError" is not exported from module "pybravia"
    Import from "pybravia.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/braviatv/coordinator.py:17:5 - error: "BraviaNotFound" is not exported from module "pybravia"
    Import from "pybravia.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/braviatv/coordinator.py:18:5 - error: "BraviaTurnedOff" is not exported from module "pybravia"
    Import from "pybravia.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/braviatv/media_player.py
  <CWD>/homeassistant/components/braviatv/media_player.py:40:7 - error: Base classes for class "BraviaTVMediaPlayer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:63:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:63:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:70:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:75:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:80:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:85:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:90:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:95:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:100:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:105:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:110:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:115:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/media_player.py:120:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/braviatv/remote.py
  <CWD>/homeassistant/components/braviatv/remote.py:30:7 - error: Base classes for class "BraviaTVRemote" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/braviatv/remote.py:36:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bring/event.py
  <CWD>/homeassistant/components/bring/event.py:50:7 - error: Base classes for class "BringEventEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bring/event.py:97:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bring/sensor.py
  <CWD>/homeassistant/components/bring/sensor.py:116:7 - error: Base classes for class "BringSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bring/sensor.py:130:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BringSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bring/sensor.py:130:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "BringSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bring/sensor.py:134:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bring/todo.py
  <CWD>/homeassistant/components/bring/todo.py:80:7 - error: Base classes for class "BringTodoListEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bring/todo.py:101:9 - error: "todo_items" overrides symbol of same name in class "TodoListEntity"
    "property" is not assignable to "cached_property[list[TodoItem] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/broadlink/climate.py
  <CWD>/homeassistant/components/broadlink/climate.py:43:7 - error: Base classes for class "BroadlinkThermostat" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/climate.py:43:7 - error: Base classes for class "BroadlinkThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/broadlink/device.py
  <CWD>/homeassistant/components/broadlink/device.py:109:20 - error: Cannot assign to attribute "api" for class "BroadlinkDevice[_ApiT@BroadlinkDevice]*"
    Type "Device" is not assignable to type "_ApiT@BroadlinkDevice" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/broadlink/entity.py
  <CWD>/homeassistant/components/broadlink/entity.py:52:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/entity.py:57:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/broadlink/light.py
  <CWD>/homeassistant/components/broadlink/light.py:44:7 - error: Base classes for class "BroadlinkLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/light.py:44:7 - error: Base classes for class "BroadlinkLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/broadlink/remote.py
  <CWD>/homeassistant/components/broadlink/remote.py:107:7 - error: Base classes for class "BroadlinkRemote" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/remote.py:107:7 - error: Base classes for class "BroadlinkRemote" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/remote.py:107:7 - error: Base classes for class "BroadlinkRemote" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/remote.py:107:7 - error: Base classes for class "BroadlinkRemote" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/remote.py:107:7 - error: Base classes for class "BroadlinkRemote" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/remote.py:107:7 - error: Base classes for class "BroadlinkRemote" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/remote.py:245:20 - error: Argument of type "int" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    "int" is incompatible with protocol "Sized"
      "__len__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/broadlink/remote.py:246:24 - error: "__getitem__" method not defined on type "int" (reportIndexIssue)
  <CWD>/homeassistant/components/broadlink/remote.py:248:24 - error: "__getitem__" method not defined on type "int" (reportIndexIssue)
  <CWD>/homeassistant/components/broadlink/remote.py:256:20 - error: Argument of type "int" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    "int" is incompatible with protocol "Sized"
      "__len__" is not present (reportArgumentType)
<CWD>/homeassistant/components/broadlink/select.py
  <CWD>/homeassistant/components/broadlink/select.py:38:7 - error: Base classes for class "BroadlinkDayOfWeek" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/select.py:38:7 - error: Base classes for class "BroadlinkDayOfWeek" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/broadlink/sensor.py
  <CWD>/homeassistant/components/broadlink/sensor.py:127:7 - error: Base classes for class "BroadlinkSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/sensor.py:127:7 - error: Base classes for class "BroadlinkSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/broadlink/switch.py
  <CWD>/homeassistant/components/broadlink/switch.py:141:7 - error: Base classes for class "BroadlinkSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/switch.py:141:7 - error: Base classes for class "BroadlinkSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/switch.py:141:7 - error: Base classes for class "BroadlinkSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/switch.py:141:7 - error: Base classes for class "BroadlinkSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/switch.py:141:7 - error: Base classes for class "BroadlinkSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/switch.py:141:7 - error: Base classes for class "BroadlinkSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/broadlink/time.py
  <CWD>/homeassistant/components/broadlink/time.py:29:7 - error: Base classes for class "BroadlinkTime" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/broadlink/time.py:29:7 - error: Base classes for class "BroadlinkTime" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/broadlink/updater.py
  <CWD>/homeassistant/components/broadlink/updater.py:200:67 - error: Cannot access attribute "get_energy" for class "sp2"
    Attribute "get_energy" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/brother/__init__.py
  <CWD>/homeassistant/components/brother/__init__.py:7:30 - error: "SnmpError" is not exported from module "brother"
    Import from "brother.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/brother/config_flow.py
  <CWD>/homeassistant/components/brother/config_flow.py:7:30 - error: "SnmpError" is not exported from module "brother"
    Import from "brother.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/brother/config_flow.py:7:41 - error: "UnsupportedModelError" is not exported from module "brother"
    Import from "brother.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/brother/coordinator.py
  <CWD>/homeassistant/components/brother/coordinator.py:6:30 - error: "BrotherSensors" is not exported from module "brother"
    Import from "brother.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/brother/coordinator.py:6:46 - error: "SnmpError" is not exported from module "brother"
    Import from "brother.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/brother/coordinator.py:6:57 - error: "UnsupportedModelError" is not exported from module "brother"
    Import from "brother.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/brother/sensor.py
  <CWD>/homeassistant/components/brother/sensor.py:10:21 - error: "BrotherSensors" is not exported from module "brother"
    Import from "brother.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/brother/sensor.py:335:7 - error: Base classes for class "BrotherPrinterSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/brother/sensor.py:350:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BrotherSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/brother/sensor.py:350:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "BrotherSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/brottsplatskartan/sensor.py
  <CWD>/homeassistant/components/brottsplatskartan/sensor.py:68:59 - error: Type "list[Unknown] | bool" is not assignable to declared type "dict[str, list[Unknown]] | Literal[False]"
    Type "list[Unknown] | bool" is not assignable to type "dict[str, list[Unknown]] | Literal[False]"
      Type "bool" is not assignable to type "dict[str, list[Unknown]] | Literal[False]"
        "bool" is not assignable to "dict[str, list[Unknown]]"
        "bool" is not assignable to type "Literal[False]" (reportAssignmentType)
<CWD>/homeassistant/components/browser/__init__.py
  <CWD>/homeassistant/components/browser/__init__.py:20:59 - error: Argument missing for parameter "v" (reportCallIssue)
<CWD>/homeassistant/components/brunt/cover.py
  <CWD>/homeassistant/components/brunt/cover.py:48:7 - error: Base classes for class "BruntDevice" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/brunt/cover.py:96:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/brunt/cover.py:122:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/brunt/cover.py:127:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/brunt/cover.py:132:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/brunt/cover.py:139:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/brunt/cover.py:159:37 - error: Argument of type "str | None" cannot be assigned to parameter "thing_uri" of type "str" in function "async_change_request_position"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/brunt/cover.py:173:16 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/bryant_evolution/climate.py
  <CWD>/homeassistant/components/bryant_evolution/climate.py:48:13 - error: Argument of type "BryantEvolutionLocalClient | None" cannot be assigned to parameter "client" of type "BryantEvolutionLocalClient" in function "__init__"
    Type "BryantEvolutionLocalClient | None" is not assignable to type "BryantEvolutionLocalClient"
      "None" is not assignable to "BryantEvolutionLocalClient" (reportArgumentType)
  <CWD>/homeassistant/components/bryant_evolution/climate.py:193:38 - error: Argument of type "dict[str, Tuple[str, bool] | str]" cannot be assigned to parameter "translation_placeholders" of type "dict[str, str] | None" in function "__init__"
    Type "dict[str, Tuple[str, bool] | str]" is not assignable to type "dict[str, str] | None"
      "dict[str, Tuple[str, bool] | str]" is not assignable to "dict[str, str]"
        Type parameter "_VT@dict" is invariant, but "Tuple[str, bool] | str" is not the same as "str"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, Tuple[str, bool] | str]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/bsblan/climate.py
  <CWD>/homeassistant/components/bsblan/climate.py:53:7 - error: Base classes for class "BSBLANClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bsblan/climate.py:85:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bsblan/climate.py:92:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bsblan/climate.py:99:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bsblan/climate.py:106:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bsblan/sensor.py
  <CWD>/homeassistant/components/bsblan/sensor.py:83:7 - error: Base classes for class "BSBLanSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bsblan/sensor.py:95:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BSBLanSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bsblan/sensor.py:95:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "BSBLanSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bsblan/sensor.py:100:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bsblan/water_heater.py
  <CWD>/homeassistant/components/bsblan/water_heater.py:59:7 - error: Base classes for class "BSBLANWaterHeater" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bsblan/water_heater.py:109:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bsblan/water_heater.py:117:9 - error: "current_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bsblan/water_heater.py:124:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bt_home_hub_5/device_tracker.py
  <CWD>/homeassistant/components/bt_home_hub_5/device_tracker.py:7:8 - error: Import "bthomehub5_devicelist" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/bt_smarthub/device_tracker.py
  <CWD>/homeassistant/components/bt_smarthub/device_tracker.py:8:6 - error: Import "btsmarthub_devicelist" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/bthome/__init__.py
  <CWD>/homeassistant/components/bthome/__init__.py:138:34 - error: Argument of type "set[Never]" cannot be assigned to parameter "discovered_event_classes" of type "set[str]" in function "__init__"
    "set[Never]" is not assignable to "set[str]"
      Type parameter "_T@set" is invariant, but "Never" is not the same as "str"
      Consider switching from "set" to "Container" which is covariant (reportArgumentType)
<CWD>/homeassistant/components/bthome/binary_sensor.py
  <CWD>/homeassistant/components/bthome/binary_sensor.py:194:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bthome/binary_sensor.py:199:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bthome/config_flow.py
  <CWD>/homeassistant/components/bthome/config_flow.py:97:38 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bthome/config_flow.py:112:38 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/bthome/config_flow.py:188:19 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/bthome/coordinator.py
  <CWD>/homeassistant/components/bthome/coordinator.py:56:5 - error: "coordinator" overrides symbol of same name in class "PassiveBluetoothDataProcessor"
    Variable is mutable so its type is invariant
      Override type "BTHomePassiveBluetoothProcessorCoordinator" is not the same as base type "PassiveBluetoothProcessorCoordinator[SensorUpdate]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/bthome/sensor.py
  <CWD>/homeassistant/components/bthome/sensor.py:469:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/bthome/sensor.py:474:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/button/__init__.py
  <CWD>/homeassistant/components/button/__init__.py:90:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/button/__init__.py:92:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ButtonDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/button/__init__.py:93:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/caldav/calendar.py
  <CWD>/homeassistant/components/caldav/calendar.py:61:33 - error: Argument missing for parameter "v" (reportCallIssue)
  <CWD>/homeassistant/components/caldav/calendar.py:181:7 - error: Base classes for class "WebDavCalendarEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/caldav/coordinator.py
  <CWD>/homeassistant/components/caldav/coordinator.py:74:37 - error: Cannot access attribute "vevent" for class "VBase"
    Attribute "vevent" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/caldav/coordinator.py:114:37 - error: Cannot access attribute "vevent" for class "VBase"
    Attribute "vevent" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/caldav/coordinator.py:136:28 - error: Cannot access attribute "vevent" for class "VBase"
    Attribute "vevent" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/caldav/todo.py
  <CWD>/homeassistant/components/caldav/todo.py:69:43 - error: Cannot access attribute "vtodo" for class "VBase"
    Attribute "vtodo" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/calendar/__init__.py
  <CWD>/homeassistant/components/calendar/__init__.py:513:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CalendarEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/calendar/__init__.py:526:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/calendar/__init__.py:542:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/cambridge_audio/media_player.py
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:89:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:89:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:106:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:106:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:124:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:129:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:141:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:146:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:157:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:162:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:167:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:172:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:177:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:182:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:187:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:192:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:198:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:203:9 - error: "repeat" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[RepeatMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:211:15 - error: Method "async_media_play_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:216:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:228:15 - error: Method "async_media_stop" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:233:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:245:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:250:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:255:15 - error: Method "async_select_source" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:263:15 - error: Method "async_turn_on" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:268:15 - error: Method "async_turn_off" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:273:15 - error: Method "async_volume_up" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:278:15 - error: Method "async_volume_down" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:283:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:288:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:293:15 - error: Method "async_media_seek" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:298:15 - error: Method "async_set_shuffle" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:306:15 - error: Method "async_set_repeat" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/media_player.py:314:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/cambridge_audio/select.py
  <CWD>/homeassistant/components/cambridge_audio/select.py:124:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CambridgeAudioSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/select.py:124:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "CambridgeAudioSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/select.py:131:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/select.py:136:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/cambridge_audio/switch.py
  <CWD>/homeassistant/components/cambridge_audio/switch.py:70:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CambridgeAudioSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/switch.py:70:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "CambridgeAudioSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/switch.py:74:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cambridge_audio/switch.py:79:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cambridge_audio/switch.py:84:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/camera/__init__.py
  <CWD>/homeassistant/components/camera/__init__.py:458:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/camera/__init__.py:459:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CameraEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/camera/__init__.py:527:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/camera/__init__.py:618:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/camera/__init__.py:665:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/camera/media_source.py
  <CWD>/homeassistant/components/camera/media_source.py:52:5 - error: "name" overrides symbol of same name in class "MediaSource"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/canary/alarm_control_panel.py
  <CWD>/homeassistant/components/canary/alarm_control_panel.py:37:7 - error: Base classes for class "CanaryAlarm" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/canary/alarm_control_panel.py:64:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/canary/alarm_control_panel.py:80:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/canary/camera.py
  <CWD>/homeassistant/components/canary/camera.py:114:9 - error: "is_recording" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/canary/camera.py:119:9 - error: "motion_detection_enabled" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/canary/camera.py:173:17 - error: Argument of type "StreamReader" cannot be assigned to parameter "stream" of type "StreamReader" in function "async_aiohttp_proxy_stream"
    "asyncio.streams.StreamReader" is not assignable to "aiohttp.streams.StreamReader" (reportArgumentType)
  <CWD>/homeassistant/components/canary/camera.py:188:39 - error: "live_stream_url" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/canary/sensor.py
  <CWD>/homeassistant/components/canary/sensor.py:86:7 - error: Base classes for class "CanarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/canary/sensor.py:149:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/canary/sensor.py:154:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/cast/__init__.py
  <CWD>/homeassistant/components/cast/__init__.py:39:10 - error: Function with declared return type "list[BrowseMedia]" must return value on all code paths
    "None" is not assignable to "list[BrowseMedia]" (reportReturnType)
  <CWD>/homeassistant/components/cast/__init__.py:62:10 - error: Function with declared return type "bool" must return value on all code paths
    "None" is not assignable to "bool" (reportReturnType)
<CWD>/homeassistant/components/cast/discovery.py
  <CWD>/homeassistant/components/cast/discovery.py:64:13 - error: Method "add_cast" overrides class "AbstractCastListener" in an incompatible manner
    Parameter 3 name mismatch: base parameter is named "service", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/cast/discovery.py:68:13 - error: Method "update_cast" overrides class "AbstractCastListener" in an incompatible manner
    Parameter 3 name mismatch: base parameter is named "service", override parameter is named "_" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/cast/helpers.py
  <CWD>/homeassistant/components/cast/helpers.py:44:24 - error: Dataclass field without type annotation will cause runtime exception (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/cast/helpers.py:132:13 - error: No parameter named "is_dynamic_group" (reportCallIssue)
<CWD>/homeassistant/components/cast/media_player.py
  <CWD>/homeassistant/components/cast/media_player.py:805:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:836:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:845:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:869:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:878:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:888:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:894:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:900:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:906:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:912:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:918:9 - error: "media_series_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:924:9 - error: "media_season" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:930:9 - error: "media_episode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:936:9 - error: "app_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:941:9 - error: "app_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:946:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:984:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cast/media_player.py:999:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ccm15/climate.py
  <CWD>/homeassistant/components/ccm15/climate.py:97:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ccm15/climate.py:104:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ccm15/climate.py:111:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ccm15/climate.py:119:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ccm15/climate.py:127:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ccm15/climate.py:134:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ccm15/climate.py:139:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ccm15/climate.py:149:33 - error: Argument of type "CCM15SlaveDevice | None" cannot be assigned to parameter "data" of type "CCM15SlaveDevice" in function "async_set_temperature"
    Type "CCM15SlaveDevice | None" is not assignable to type "CCM15SlaveDevice"
      "None" is not assignable to "CCM15SlaveDevice" (reportArgumentType)
  <CWD>/homeassistant/components/ccm15/climate.py:154:68 - error: Argument of type "CCM15SlaveDevice | None" cannot be assigned to parameter "data" of type "CCM15SlaveDevice" in function "async_set_hvac_mode"
    Type "CCM15SlaveDevice | None" is not assignable to type "CCM15SlaveDevice"
      "None" is not assignable to "CCM15SlaveDevice" (reportArgumentType)
  <CWD>/homeassistant/components/ccm15/climate.py:158:67 - error: Argument of type "CCM15SlaveDevice | None" cannot be assigned to parameter "data" of type "CCM15SlaveDevice" in function "async_set_fan_mode"
    Type "CCM15SlaveDevice | None" is not assignable to type "CCM15SlaveDevice"
      "None" is not assignable to "CCM15SlaveDevice" (reportArgumentType)
<CWD>/homeassistant/components/cert_expiry/entity.py
  <CWD>/homeassistant/components/cert_expiry/entity.py:18:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/cert_expiry/sensor.py
  <CWD>/homeassistant/components/cert_expiry/sensor.py:30:7 - error: Base classes for class "SSLCertificateTimestamp" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cert_expiry/sensor.py:30:7 - error: Base classes for class "SSLCertificateTimestamp" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cert_expiry/sensor.py:50:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/chacon_dio/__init__.py
  <CWD>/homeassistant/components/chacon_dio/__init__.py:47:9 - error: Argument of type "str | None" cannot be assigned to parameter "service_name" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/channels/media_player.py
  <CWD>/homeassistant/components/channels/media_player.py:7:6 - error: Import "pychannels" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/channels/media_player.py:144:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/channels/media_player.py:149:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/channels/media_player.py:168:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/channels/media_player.py:173:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/channels/media_player.py:178:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/channels/media_player.py:183:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/channels/media_player.py:193:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/cisco_ios/device_tracker.py
  <CWD>/homeassistant/components/cisco_ios/device_tracker.py:7:6 - warning: Import "pexpect" could not be resolved from source (reportMissingModuleSource)
  <CWD>/homeassistant/components/cisco_ios/device_tracker.py:7:21 - warning: Import "pexpect.pxssh" could not be resolved from source (reportMissingModuleSource)
<CWD>/homeassistant/components/cisco_mobility_express/device_tracker.py
  <CWD>/homeassistant/components/cisco_mobility_express/device_tracker.py:7:6 - error: Import "ciscomobilityexpress.ciscome" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/cisco_webex_teams/notify.py
  <CWD>/homeassistant/components/cisco_webex_teams/notify.py:8:6 - error: Import "webexpythonsdk" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/citybikes/sensor.py
  <CWD>/homeassistant/components/citybikes/sensor.py:11:23 - error: "__version__" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/citybikes/sensor.py:12:6 - error: Import "citybikes.asyncio" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/citybikes/sensor.py:146:12 - error: Operator ">" not supported for types "float | Any" and "float | None"
    Operator ">" not supported for types "float" and "None" (reportOperatorIssue)
<CWD>/homeassistant/components/clementine/media_player.py
  <CWD>/homeassistant/components/clementine/media_player.py:8:6 - error: Import "clementineremote" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/climate/__init__.py
  <CWD>/homeassistant/components/climate/__init__.py:257:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ClimateEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/climate/__init__.py:272:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ClimateEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/climate/__init__.py:286:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/climate/__init__.py:306:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/climate/__init__.py:342:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/climate/device_action.py
  <CWD>/homeassistant/components/climate/device_action.py:98:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/climate/intent.py
  <CWD>/homeassistant/components/climate/intent.py:30:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/climate/intent.py:30:19 - error: Type "dict[Required | Optional, Coerce | ((value: Any) -> str)]" is not assignable to declared type "property" (reportAssignmentType)
<CWD>/homeassistant/components/cloud/__init__.py
  <CWD>/homeassistant/components/cloud/__init__.py:281:51 - error: Argument of type "str | Unknown | Any" cannot be assigned to parameter "alexa_user_config" of type "dict[str, Any]" in function "__init__"
    Type "str | Unknown | Any" is not assignable to type "dict[str, Any]"
      "str" is not assignable to "dict[str, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/cloud/__init__.py:281:63 - error: Argument of type "str | Unknown | Any" cannot be assigned to parameter "google_user_config" of type "dict[str, Any]" in function "__init__"
    Type "str | Unknown | Any" is not assignable to type "dict[str, Any]"
      "str" is not assignable to "dict[str, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/cloud/__init__.py:282:53 - error: Argument of type "str" cannot be assigned to parameter "mode" of type "Literal['development', 'production']" in function "__init__"
    Type "str" is not assignable to type "Literal['development', 'production']"
      "str" is not assignable to type "Literal['development']"
      "str" is not assignable to type "Literal['production']" (reportArgumentType)
  <CWD>/homeassistant/components/cloud/__init__.py:282:53 - error: Argument of type "str" cannot be assigned to parameter "discovery_service_actions" of type "dict[ServiceDiscoveryAction, str] | None" in function "__init__"
    Type "str" is not assignable to type "dict[ServiceDiscoveryAction, str] | None"
      "str" is not assignable to "dict[ServiceDiscoveryAction, str]"
      "str" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/cloud/binary_sensor.py
  <CWD>/homeassistant/components/cloud/binary_sensor.py:50:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cloud/binary_sensor.py:55:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/cloud/client.py
  <CWD>/homeassistant/components/cloud/client.py:96:45 - error: Cannot access attribute "AppRunner" for class "object"
    Attribute "AppRunner" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/cloud/client.py:183:50 - error: Argument of type "HassJob[(_: Any), CoroutineType[Any, Any, None]]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later"
    Type "HassJob[(_: Any), CoroutineType[Any, Any, None]]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(_: Any), CoroutineType[Any, Any, None]]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "CoroutineType[Any, Any, None]" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(_: Any), CoroutineType[Any, Any, None]]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
<CWD>/homeassistant/components/cloud/http_api.py
  <CWD>/homeassistant/components/cloud/http_api.py:87:35 - error: "CloudError" is not exported from module ".auth" (reportPrivateImportUsage)
<CWD>/homeassistant/components/cloud/tts.py
  <CWD>/homeassistant/components/cloud/tts.py:329:9 - error: "default_language" overrides symbol of same name in class "TextToSpeechEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cloud/tts.py:334:9 - error: "default_options" overrides symbol of same name in class "TextToSpeechEntity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cloud/tts.py:341:9 - error: "supported_languages" overrides symbol of same name in class "TextToSpeechEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cloud/tts.py:346:9 - error: "supported_options" overrides symbol of same name in class "TextToSpeechEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/cmus/media_player.py
  <CWD>/homeassistant/components/cmus/media_player.py:8:6 - error: Import "pycmus" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/co2signal/sensor.py
  <CWD>/homeassistant/components/co2signal/sensor.py:66:7 - error: Base classes for class "CO2Sensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/co2signal/sensor.py:79:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CO2SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/co2signal/sensor.py:79:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "CO2SensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/co2signal/sensor.py:96:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/co2signal/sensor.py:101:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/coinbase/sensor.py
  <CWD>/homeassistant/components/coinbase/sensor.py:57:24 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
  <CWD>/homeassistant/components/coinbase/sensor.py:66:35 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/coinbase/sensor.py:128:24 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
  <CWD>/homeassistant/components/coinbase/sensor.py:144:25 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/coinbase/sensor.py:159:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coinbase/sensor.py:172:24 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
  <CWD>/homeassistant/components/coinbase/sensor.py:181:25 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/coinbase/sensor.py:209:23 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/coinbase/sensor.py:230:23 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/homeassistant/components/color_extractor/__init__.py
  <CWD>/homeassistant/components/color_extractor/__init__.py:85:17 - error: "image_type" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/color_extractor/__init__.py:86:17 - error: "image_reference" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/color_extractor/__init__.py:91:12 - error: "color" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/comelit/alarm_control_panel.py
  <CWD>/homeassistant/components/comelit/alarm_control_panel.py:101:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/alarm_control_panel.py:108:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/comelit/binary_sensor.py
  <CWD>/homeassistant/components/comelit/binary_sensor.py:49:7 - error: Base classes for class "ComelitVedoBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/binary_sensor.py:72:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/comelit/climate.py
  <CWD>/homeassistant/components/comelit/climate.py:112:7 - error: Base classes for class "ComelitClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/climate.py:172:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/comelit/climate.py:188:15 - error: Method "async_set_hvac_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/comelit/coordinator.py
  <CWD>/homeassistant/components/comelit/coordinator.py:164:14 - error: "api" overrides symbol of same name in class "ComelitBaseCoordinator"
    Variable is mutable so its type is invariant
      Override type "ComeliteSerialBridgeApi" is not the same as base type "ComelitCommonApi" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/coordinator.py:198:14 - error: "api" overrides symbol of same name in class "ComelitBaseCoordinator"
    Variable is mutable so its type is invariant
      Override type "ComelitVedoApi" is not the same as base type "ComelitCommonApi" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/comelit/cover.py
  <CWD>/homeassistant/components/comelit/cover.py:48:7 - error: Base classes for class "ComelitCoverEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/cover.py:48:7 - error: Base classes for class "ComelitCoverEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/cover.py:48:7 - error: Base classes for class "ComelitCoverEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/cover.py:48:7 - error: Base classes for class "ComelitCoverEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/cover.py:48:7 - error: Base classes for class "ComelitCoverEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/cover.py:48:7 - error: Base classes for class "ComelitCoverEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/cover.py:48:7 - error: Base classes for class "ComelitCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/cover.py:48:7 - error: Base classes for class "ComelitCoverEntity" define variable "supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/cover.py:78:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/cover.py:87:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/cover.py:92:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/comelit/humidifier.py
  <CWD>/homeassistant/components/comelit/humidifier.py:114:7 - error: Base classes for class "ComelitHumidifierEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/humidifier.py:169:15 - error: Method "async_set_humidity" overrides class "HumidifierEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/comelit/humidifier.py:187:15 - error: Method "async_set_mode" overrides class "HumidifierEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/comelit/humidifier.py:196:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/comelit/humidifier.py:205:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/comelit/light.py
  <CWD>/homeassistant/components/comelit/light.py:46:7 - error: Base classes for class "ComelitLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/light.py:69:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/comelit/sensor.py
  <CWD>/homeassistant/components/comelit/sensor.py:115:7 - error: Base classes for class "ComelitBridgeSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/sensor.py:133:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/sensor.py:172:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/sensor.py:177:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/comelit/switch.py
  <CWD>/homeassistant/components/comelit/switch.py:48:7 - error: Base classes for class "ComelitSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comelit/switch.py:83:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/comfoconnect/__init__.py
  <CWD>/homeassistant/components/comfoconnect/__init__.py:104:38 - error: Cannot access attribute "hex" for class "str"
    Attribute "hex" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/comfoconnect/__init__.py:112:27 - error: Cannot assign to attribute "callback_sensor" for class "ComfoConnect"
    Expression of type "(var: str, value: str) -> None" cannot be assigned to attribute "callback_sensor" of class "ComfoConnect"
      "MethodType" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/comfoconnect/fan.py
  <CWD>/homeassistant/components/comfoconnect/fan.py:125:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/comfoconnect/fan.py:132:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/comfoconnect/sensor.py
  <CWD>/homeassistant/components/comfoconnect/sensor.py:306:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ComfoconnectSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/command_line/binary_sensor.py
  <CWD>/homeassistant/components/command_line/binary_sensor.py:81:7 - error: Base classes for class "CommandBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/binary_sensor.py:81:7 - error: Base classes for class "CommandBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/binary_sensor.py:81:7 - error: Base classes for class "CommandBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/binary_sensor.py:81:7 - error: Base classes for class "CommandBinarySensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/binary_sensor.py:81:7 - error: Base classes for class "CommandBinarySensor" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/binary_sensor.py:81:7 - error: Base classes for class "CommandBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/command_line/cover.py
  <CWD>/homeassistant/components/command_line/cover.py:73:7 - error: Base classes for class "CommandCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/cover.py:73:7 - error: Base classes for class "CommandCover" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/cover.py:73:7 - error: Base classes for class "CommandCover" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/cover.py:73:7 - error: Base classes for class "CommandCover" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/cover.py:73:7 - error: Base classes for class "CommandCover" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/cover.py:73:7 - error: Base classes for class "CommandCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/cover.py:130:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/cover.py:137:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/command_line/switch.py
  <CWD>/homeassistant/components/command_line/switch.py:72:7 - error: Base classes for class "CommandSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/switch.py:72:7 - error: Base classes for class "CommandSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/switch.py:72:7 - error: Base classes for class "CommandSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/switch.py:72:7 - error: Base classes for class "CommandSwitch" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/switch.py:72:7 - error: Base classes for class "CommandSwitch" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/switch.py:72:7 - error: Base classes for class "CommandSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/command_line/switch.py:141:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/compensation/sensor.py
  <CWD>/homeassistant/components/compensation/sensor.py:124:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/compit/climate.py
  <CWD>/homeassistant/components/compit/climate.py:140:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/compit/climate.py:148:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/compit/climate.py:156:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/compit/climate.py:194:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/compit/climate.py:204:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/compit/climate.py:213:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/concord232/alarm_control_panel.py
  <CWD>/homeassistant/components/concord232/alarm_control_panel.py:8:24 - error: "client" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/homeassistant/components/concord232/binary_sensor.py
  <CWD>/homeassistant/components/concord232/binary_sensor.py:8:24 - error: "client" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/concord232/binary_sensor.py:122:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/concord232/binary_sensor.py:127:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/concord232/binary_sensor.py:132:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/concord232/binary_sensor.py:144:52 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/homeassistant/components/config/auth_provider_homeassistant.py
  <CWD>/homeassistant/components/config/auth_provider_homeassistant.py:56:20 - error: Cannot access attribute "async_add_auth" for class "AuthProvider"
    Attribute "async_add_auth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/config/auth_provider_homeassistant.py:93:20 - error: Cannot access attribute "async_remove_auth" for class "AuthProvider"
    Attribute "async_remove_auth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/config/auth_provider_homeassistant.py:130:24 - error: Cannot access attribute "async_validate_login" for class "AuthProvider"
    Attribute "async_validate_login" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/config/auth_provider_homeassistant.py:137:20 - error: Cannot access attribute "async_change_password" for class "AuthProvider"
    Attribute "async_change_password" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/config/auth_provider_homeassistant.py:180:20 - error: Cannot access attribute "async_change_password" for class "AuthProvider"
    Attribute "async_change_password" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/config/auth_provider_homeassistant.py:221:20 - error: Cannot access attribute "async_change_username" for class "AuthProvider"
    Attribute "async_change_username" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/config/config_entries.py
  <CWD>/homeassistant/components/config/config_entries.py:153:8 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[FlowContext, str]", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/config/config_entries.py:227:15 - error: Method "get" overrides class "FlowManagerResourceView" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, Response]", override returns type "Coroutine[Any, Any, Response]"
      "Coroutine[Any, Any, Response]" is not assignable to "CoroutineType[Any, Any, Response]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/config/config_entries.py:284:15 - error: Method "get" overrides class "FlowManagerResourceView" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, Response]", override returns type "Coroutine[Any, Any, Response]"
      "Coroutine[Any, Any, Response]" is not assignable to "CoroutineType[Any, Any, Response]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/config/config_entries.py:338:15 - error: Method "get" overrides class "FlowManagerResourceView" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, Response]", override returns type "Coroutine[Any, Any, Response]"
      "Coroutine[Any, Any, Response]" is not assignable to "CoroutineType[Any, Any, Response]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/config/config_entries.py:365:16 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/config/config_entries.py:365:16 - error: Could not access item in TypedDict
    "source" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/config/config_entries.py:418:16 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/config/config_entries.py:418:16 - error: Could not access item in TypedDict
    "source" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/config/config_entries.py:428:16 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/config/config_entries.py:428:16 - error: Could not access item in TypedDict
    "source" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/config/config_entries.py:603:27 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/config/config_entries.py:610:27 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/config/config_entries.py:611:36 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/config/config_entries.py:615:28 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/control4/climate.py
  <CWD>/homeassistant/components/control4/climate.py:150:7 - error: Base classes for class "Control4Climate" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/climate.py:187:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/climate.py:204:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/climate.py:212:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/climate.py:221:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/climate.py:230:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/climate.py:242:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/climate.py:255:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/climate.py:265:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/control4/config_flow.py
  <CWD>/homeassistant/components/control4/config_flow.py:133:45 - error: "split" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/control4/config_flow.py:138:27 - error: Argument of type "Unknown | None" cannot be assigned to parameter "title" of type "str" in function "async_create_entry"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/control4/entity.py
  <CWD>/homeassistant/components/control4/entity.py:44:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/control4/light.py
  <CWD>/homeassistant/components/control4/light.py:146:7 - error: Base classes for class "Control4Light" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/light.py:146:7 - error: Base classes for class "Control4Light" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/light.py:190:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/light.py:200:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/light.py:209:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/light.py:209:9 - error: "supported_features" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[LightEntityFeature]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/control4/media_player.py
  <CWD>/homeassistant/components/control4/media_player.py:183:7 - error: Base classes for class "Control4Room" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/media_player.py:183:7 - error: Base classes for class "Control4Room" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/media_player.py:271:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/media_player.py:271:9 - error: "device_class" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/media_player.py:279:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/media_player.py:279:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/media_player.py:291:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/media_player.py:299:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/media_player.py:312:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/media_player.py:332:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/media_player.py:337:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/control4/media_player.py:342:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/conversation/chat_log.py
  <CWD>/homeassistant/components/conversation/chat_log.py:317:29 - error: Argument of type "Unknown | dict[str, str]" cannot be assigned to parameter "tool_result" of type "JsonObjectType" in function "__init__"
    Type "Unknown | dict[str, str]" is not assignable to type "JsonObjectType"
      "dict[str, str]" is not assignable to "dict[str, JsonValueType]"
        Type parameter "_VT@dict" is invariant, but "str" is not the same as "JsonValueType"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/components/conversation/chat_log.py:424:34 - error: Could not access item in TypedDict
    "tool_call_id" is not a required key in "ToolResultContentDeltaDict", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/conversation/chat_log.py:425:31 - error: Could not access item in TypedDict
    "tool_name" is not a required key in "ToolResultContentDeltaDict", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/conversation/chat_log.py:426:33 - error: Could not access item in TypedDict
    "tool_result" is not a required key in "ToolResultContentDeltaDict", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/conversation/default_agent.py
  <CWD>/homeassistant/components/conversation/default_agent.py:34:35 - error: "UnmatchedRangeEntity" is not exported from module "hassil.string_matcher"
    Import from "hassil.models" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/conversation/default_agent.py:34:57 - error: "UnmatchedTextEntity" is not exported from module "hassil.string_matcher"
    Import from "hassil.models" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/conversation/default_agent.py:800:28 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/conversation/default_agent.py:800:48 - error: Argument of type "str | Any | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/conversation/entity.py
  <CWD>/homeassistant/components/conversation/entity.py:31:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/cookidoo/button.py
  <CWD>/homeassistant/components/cookidoo/button.py:46:7 - error: Base classes for class "CookidooButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cookidoo/button.py:58:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CookidooButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cookidoo/button.py:58:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "CookidooButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/cookidoo/sensor.py
  <CWD>/homeassistant/components/cookidoo/sensor.py:90:7 - error: Base classes for class "CookidooSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cookidoo/sensor.py:102:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CookidooSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cookidoo/sensor.py:102:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "CookidooSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cookidoo/sensor.py:108:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/cookidoo/todo.py
  <CWD>/homeassistant/components/cookidoo/todo.py:46:7 - error: Base classes for class "CookidooIngredientsTodoListEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cookidoo/todo.py:59:9 - error: "todo_items" overrides symbol of same name in class "TodoListEntity"
    "property" is not assignable to "cached_property[list[TodoItem] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cookidoo/todo.py:103:7 - error: Base classes for class "CookidooAdditionalItemTodoListEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cookidoo/todo.py:120:9 - error: "todo_items" overrides symbol of same name in class "TodoListEntity"
    "property" is not assignable to "cached_property[list[TodoItem] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/coolmaster/binary_sensor.py
  <CWD>/homeassistant/components/coolmaster/binary_sensor.py:30:7 - error: Base classes for class "CoolmasterCleanFilter" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/binary_sensor.py:30:7 - error: Base classes for class "CoolmasterCleanFilter" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/binary_sensor.py:30:7 - error: Base classes for class "CoolmasterCleanFilter" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/binary_sensor.py:41:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/coolmaster/button.py
  <CWD>/homeassistant/components/coolmaster/button.py:26:7 - error: Base classes for class "CoolmasterResetFilter" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/button.py:26:7 - error: Base classes for class "CoolmasterResetFilter" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/button.py:26:7 - error: Base classes for class "CoolmasterResetFilter" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/coolmaster/climate.py
  <CWD>/homeassistant/components/coolmaster/climate.py:55:7 - error: Base classes for class "CoolmasterClimate" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/climate.py:55:7 - error: Base classes for class "CoolmasterClimate" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/climate.py:55:7 - error: Base classes for class "CoolmasterClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/climate.py:72:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/climate.py:72:9 - error: "supported_features" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[ClimateEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/climate.py:85:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/climate.py:93:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/climate.py:98:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/climate.py:103:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/climate.py:112:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/climate.py:117:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/climate.py:122:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/climate.py:127:9 - error: "swing_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/coolmaster/entity.py
  <CWD>/homeassistant/components/coolmaster/entity.py:25:14 - error: "_attr_device_info" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DeviceInfo" is not the same as base type "DeviceInfo | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/entity.py:33:18 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/coolmaster/sensor.py
  <CWD>/homeassistant/components/coolmaster/sensor.py:26:7 - error: Base classes for class "CoolmasterCleanFilter" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/sensor.py:26:7 - error: Base classes for class "CoolmasterCleanFilter" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/sensor.py:26:7 - error: Base classes for class "CoolmasterCleanFilter" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/coolmaster/sensor.py:36:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/counter/__init__.py
  <CWD>/homeassistant/components/counter/__init__.py:183:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/counter/__init__.py:188:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/counter/__init__.py:193:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/counter/__init__.py:198:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/counter/__init__.py:212:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/cover/__init__.py
  <CWD>/homeassistant/components/cover/__init__.py:213:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cover/__init__.py:216:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CoverDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cover/__init__.py:220:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cover/__init__.py:221:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature | None" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cover/__init__.py:252:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cover/__init__.py:268:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cover/__init__.py:281:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/cover/device_action.py
  <CWD>/homeassistant/components/cover/device_action.py:144:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/cover/device_condition.py
  <CWD>/homeassistant/components/cover/device_condition.py:137:53 - error: "state" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/cover/device_condition.py:154:58 - error: "position_attr" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/cover/device_trigger.py
  <CWD>/homeassistant/components/cover/device_trigger.py:157:36 - error: "to_state" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/cover/device_trigger.py:174:47 - error: "position" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/cover/reproduce_state.py
  <CWD>/homeassistant/components/cover/reproduce_state.py:220:9 - error: Argument of type "partial[CoroutineType[Any, Any, ServiceResponse]]" cannot be assigned to parameter "service_call" of type "partial[Coroutine[Any, Any, ServiceResponse]]" in function "_async_set_position"
    "partial[CoroutineType[Any, Any, ServiceResponse]]" is not assignable to "partial[Coroutine[Any, Any, ServiceResponse]]"
      Type parameter "_T@partial" is invariant, but "CoroutineType[Any, Any, ServiceResponse]" is not the same as "Coroutine[Any, Any, ServiceResponse]" (reportArgumentType)
  <CWD>/homeassistant/components/cover/reproduce_state.py:223:9 - error: Argument of type "partial[CoroutineType[Any, Any, ServiceResponse]]" cannot be assigned to parameter "service_call" of type "partial[Coroutine[Any, Any, ServiceResponse]]" in function "_async_set_tilt_position"
    "partial[CoroutineType[Any, Any, ServiceResponse]]" is not assignable to "partial[Coroutine[Any, Any, ServiceResponse]]"
      Type parameter "_T@partial" is invariant, but "CoroutineType[Any, Any, ServiceResponse]" is not the same as "Coroutine[Any, Any, ServiceResponse]" (reportArgumentType)
  <CWD>/homeassistant/components/cover/reproduce_state.py:228:13 - error: Argument of type "partial[CoroutineType[Any, Any, ServiceResponse]]" cannot be assigned to parameter "service_call" of type "partial[Coroutine[Any, Any, ServiceResponse]]" in function "_async_close_cover"
    "partial[CoroutineType[Any, Any, ServiceResponse]]" is not assignable to "partial[Coroutine[Any, Any, ServiceResponse]]"
      Type parameter "_T@partial" is invariant, but "CoroutineType[Any, Any, ServiceResponse]" is not the same as "Coroutine[Any, Any, ServiceResponse]" (reportArgumentType)
  <CWD>/homeassistant/components/cover/reproduce_state.py:233:13 - error: Argument of type "partial[CoroutineType[Any, Any, ServiceResponse]]" cannot be assigned to parameter "service_call" of type "partial[Coroutine[Any, Any, ServiceResponse]]" in function "_async_open_cover"
    "partial[CoroutineType[Any, Any, ServiceResponse]]" is not assignable to "partial[Coroutine[Any, Any, ServiceResponse]]"
      Type parameter "_T@partial" is invariant, but "CoroutineType[Any, Any, ServiceResponse]" is not the same as "Coroutine[Any, Any, ServiceResponse]" (reportArgumentType)
<CWD>/homeassistant/components/cppm_tracker/device_tracker.py
  <CWD>/homeassistant/components/cppm_tracker/device_tracker.py:8:6 - error: Import "clearpasspy" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/crownstone/config_flow.py
  <CWD>/homeassistant/components/crownstone/config_flow.py:213:5 - error: "config_entry" incorrectly overrides property of same name in class "OptionsFlow" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/crownstone/config_flow.py:238:33 - error: Argument of type "Any | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/crownstone/entity.py
  <CWD>/homeassistant/components/crownstone/entity.py:32:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/crownstone/light.py
  <CWD>/homeassistant/components/crownstone/light.py:64:7 - error: Base classes for class "CrownstoneLightEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/crownstone/light.py:83:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/crownstone/light.py:88:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/crownstone/light.py:93:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/crownstone/light.py:95:55 - error: "is_enabled" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/crownstone/light.py:100:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/crownstone/listeners.py
  <CWD>/homeassistant/components/crownstone/listeners.py:106:13 - error: Argument of type "None" cannot be assigned to parameter "crownstone_uid" of type "int" in function "get_crownstone_by_uid"
    "None" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/currencylayer/sensor.py
  <CWD>/homeassistant/components/currencylayer/sensor.py:76:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/currencylayer/sensor.py:81:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/currencylayer/sensor.py:86:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/cync/config_flow.py
  <CWD>/homeassistant/components/cync/config_flow.py:43:23 - error: Type "None" is not assignable to declared type "Auth"
    "None" is not assignable to "Auth" (reportAssignmentType)
  <CWD>/homeassistant/components/cync/config_flow.py:126:40 - error: Argument of type "Any | None" cannot be assigned to parameter "two_factor_code" of type "str" in function "login"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/cync/light.py
  <CWD>/homeassistant/components/cync/light.py:57:7 - error: Base classes for class "CyncLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cync/light.py:89:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cync/light.py:94:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cync/light.py:108:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cync/light.py:113:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/cync/light.py:145:40 - error: Argument of type "Any | None" cannot be assigned to parameter "rgb" of type "tuple[int, int, int]" in function "set_rgb"
    Type "Any | None" is not assignable to type "tuple[int, int, int]"
      "None" is not assignable to "tuple[int, int, int]" (reportArgumentType)
  <CWD>/homeassistant/components/cync/light.py:180:16 - error: Type "CyncDevice" is not assignable to return type "CyncLight"
    "CyncDevice" is not assignable to "CyncLight" (reportReturnType)
<CWD>/homeassistant/components/daikin/climate.py
  <CWD>/homeassistant/components/daikin/climate.py:98:7 - error: Base classes for class "DaikinClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/climate.py:111:14 - error: "_attr_fan_modes" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "list[str]" is not the same as base type "list[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/climate.py:112:14 - error: "_attr_swing_modes" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "list[str]" is not the same as base type "list[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/climate.py:164:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/climate.py:169:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/climate.py:174:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/climate.py:183:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/climate.py:195:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/climate.py:205:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/climate.py:214:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/climate.py:223:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/climate.py:267:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/daikin/coordinator.py
  <CWD>/homeassistant/components/daikin/coordinator.py:30:18 - error: Argument of type "Unknown | None" cannot be assigned to parameter "name" of type "str" in function "__init__"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/daikin/entity.py
  <CWD>/homeassistant/components/daikin/entity.py:24:44 - error: "replace" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/daikin/sensor.py
  <CWD>/homeassistant/components/daikin/sensor.py:164:7 - error: Base classes for class "DaikinSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/sensor.py:174:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DaikinSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/sensor.py:174:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "DaikinSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/sensor.py:178:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/daikin/switch.py
  <CWD>/homeassistant/components/daikin/switch.py:42:7 - error: Base classes for class "DaikinZoneSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/switch.py:54:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/switch.py:59:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/switch.py:74:7 - error: Base classes for class "DaikinStreamerSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/switch.py:86:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/switch.py:101:7 - error: Base classes for class "DaikinToggleSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/daikin/switch.py:112:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/danfoss_air/__init__.py
  <CWD>/homeassistant/components/danfoss_air/__init__.py:6:6 - error: Import "pydanfossair.commands" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/danfoss_air/__init__.py:7:6 - error: Import "pydanfossair.danfossclient" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/danfoss_air/binary_sensor.py
  <CWD>/homeassistant/components/danfoss_air/binary_sensor.py:5:6 - error: Import "pydanfossair.commands" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/danfoss_air/sensor.py
  <CWD>/homeassistant/components/danfoss_air/sensor.py:7:6 - error: Import "pydanfossair.commands" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/danfoss_air/switch.py
  <CWD>/homeassistant/components/danfoss_air/switch.py:8:6 - error: Import "pydanfossair.commands" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/danfoss_air/switch.py:69:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/danfoss_air/switch.py:74:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/datadog/__init__.py
  <CWD>/homeassistant/components/datadog/__init__.py:5:21 - error: "DogStatsd" is not exported from module "datadog"
    Import from "datadog.dogstatsd.base" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/datadog/config_flow.py
  <CWD>/homeassistant/components/datadog/config_flow.py:5:21 - error: "DogStatsd" is not exported from module "datadog"
    Import from "datadog.dogstatsd.base" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/date/__init__.py
  <CWD>/homeassistant/components/date/__init__.py:74:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DateEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/date/__init__.py:75:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/date/__init__.py:77:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/date/__init__.py:93:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/datetime/__init__.py
  <CWD>/homeassistant/components/datetime/__init__.py:83:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DateTimeEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/datetime/__init__.py:84:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/datetime/__init__.py:85:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/datetime/__init__.py:102:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/alarm_control_panel.py
  <CWD>/homeassistant/components/deconz/alarm_control_panel.py:70:7 - error: Base classes for class "DeconzAlarmControlPanel" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/alarm_control_panel.py:70:7 - error: Base classes for class "DeconzAlarmControlPanel" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/alarm_control_panel.py:70:7 - error: Base classes for class "DeconzAlarmControlPanel" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/alarm_control_panel.py:100:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/alarm_control_panel.py:103:20 - error: Argument of type "AncillaryControlPanel | None" cannot be assigned to parameter "key" of type "AncillaryControlPanel" in function "__getitem__"
    Type "AncillaryControlPanel | None" is not assignable to type "AncillaryControlPanel"
      "None" is not assignable to "AncillaryControlPanel" (reportArgumentType)
<CWD>/homeassistant/components/deconz/binary_sensor.py
  <CWD>/homeassistant/components/deconz/binary_sensor.py:189:7 - error: Base classes for class "DeconzBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/binary_sensor.py:189:7 - error: Base classes for class "DeconzBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/binary_sensor.py:189:7 - error: Base classes for class "DeconzBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/binary_sensor.py:202:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DeconzBinarySensorDescription[Unknown]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/binary_sensor.py:202:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "DeconzBinarySensorDescription[Unknown]" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/binary_sensor.py:216:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/binary_sensor.py:221:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/button.py
  <CWD>/homeassistant/components/deconz/button.py:83:7 - error: Base classes for class "DeconzSceneButton" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/button.py:83:7 - error: Base classes for class "DeconzSceneButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/button.py:83:7 - error: Base classes for class "DeconzSceneButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/button.py:95:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DeconzButtonDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/button.py:95:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "DeconzButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/button.py:113:7 - error: Base classes for class "DeconzPresenceResetButton" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/button.py:113:7 - error: Base classes for class "DeconzPresenceResetButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/button.py:113:7 - error: Base classes for class "DeconzPresenceResetButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/climate.py
  <CWD>/homeassistant/components/deconz/climate.py:98:7 - error: Base classes for class "DeconzThermostat" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/climate.py:98:7 - error: Base classes for class "DeconzThermostat" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/climate.py:98:7 - error: Base classes for class "DeconzThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/climate.py:140:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/climate.py:143:20 - error: Argument of type "ThermostatFanMode | None" cannot be assigned to parameter "key" of type "ThermostatFanMode" in function "__getitem__"
    Type "ThermostatFanMode | None" is not assignable to type "ThermostatFanMode"
      "None" is not assignable to "ThermostatFanMode" (reportArgumentType)
  <CWD>/homeassistant/components/deconz/climate.py:159:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/climate.py:162:20 - error: Argument of type "ThermostatMode | None" cannot be assigned to parameter "key" of type "ThermostatMode" in function "__getitem__"
    Type "ThermostatMode | None" is not assignable to type "ThermostatMode"
      "None" is not assignable to "ThermostatMode" (reportArgumentType)
  <CWD>/homeassistant/components/deconz/climate.py:180:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/climate.py:197:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/climate.py:200:20 - error: Argument of type "ThermostatPreset | None" cannot be assigned to parameter "key" of type "ThermostatPreset" in function "__getitem__"
    Type "ThermostatPreset | None" is not assignable to type "ThermostatPreset"
      "None" is not assignable to "ThermostatPreset" (reportArgumentType)
  <CWD>/homeassistant/components/deconz/climate.py:216:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/climate.py:221:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/climate.py:248:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/cover.py
  <CWD>/homeassistant/components/deconz/cover.py:7:40 - error: "CoverAction" is not exported from module "pydeconz.interfaces.lights"
    Import from "pydeconz.models.light.cover" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/deconz/cover.py:54:7 - error: Base classes for class "DeconzCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/cover.py:54:7 - error: Base classes for class "DeconzCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/cover.py:54:7 - error: Base classes for class "DeconzCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/cover.py:83:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/cover.py:88:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/cover.py:126:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/deconz_event.py
  <CWD>/homeassistant/components/deconz/deconz_event.py:86:36 - error: "new_event" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/deconz/deconz_event.py:87:27 - error: "new_event" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/deconz/deconz_event.py:241:53 - error: "value" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/deconz/entity.py
  <CWD>/homeassistant/components/deconz/entity.py:71:7 - error: Base classes for class "DeconzDevice" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/entity.py:71:7 - error: Base classes for class "DeconzDevice" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/entity.py:137:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/fan.py
  <CWD>/homeassistant/components/deconz/fan.py:57:7 - error: Base classes for class "DeconzFan" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/fan.py:57:7 - error: Base classes for class "DeconzFan" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/fan.py:57:7 - error: Base classes for class "DeconzFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/fan.py:81:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/hub/api.py
  <CWD>/homeassistant/components/deconz/hub/api.py:8:22 - error: "DeconzSession" is not exported from module "pydeconz"
    Import from "pydeconz.gateway" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/deconz/hub/hub.py
  <CWD>/homeassistant/components/deconz/hub/hub.py:8:22 - error: "DeconzSession" is not exported from module "pydeconz"
    Import from "pydeconz.gateway" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/deconz/light.py
  <CWD>/homeassistant/components/deconz/light.py:189:7 - error: Base classes for class "DeconzBaseLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/light.py:189:7 - error: Base classes for class "DeconzBaseLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/light.py:189:7 - error: Base classes for class "DeconzBaseLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/light.py:209:14 - error: "_attr_supported_color_modes" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "set[ColorMode]" is not the same as base type "set[ColorMode] | set[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/light.py:247:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/light.py:250:26 - error: Argument of type "LightColorMode | None" cannot be assigned to parameter "key" of type "LightColorMode" in function "__getitem__"
    Type "LightColorMode | None" is not assignable to type "LightColorMode"
      "None" is not assignable to "LightColorMode" (reportArgumentType)
  <CWD>/homeassistant/components/deconz/light.py:262:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/light.py:274:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/light.py:281:9 - error: "xy_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/light.py:286:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/light.py:344:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/lock.py
  <CWD>/homeassistant/components/deconz/lock.py:52:7 - error: Base classes for class "DeconzLock" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/lock.py:52:7 - error: Base classes for class "DeconzLock" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/lock.py:52:7 - error: Base classes for class "DeconzLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/lock.py:58:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/number.py
  <CWD>/homeassistant/components/deconz/number.py:99:7 - error: Base classes for class "DeconzNumber" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/number.py:99:7 - error: Base classes for class "DeconzNumber" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/number.py:99:7 - error: Base classes for class "DeconzNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/number.py:112:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DeconzNumberDescription[Unknown]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/number.py:112:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "DeconzNumberDescription[Unknown]" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/number.py:119:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/scene.py
  <CWD>/homeassistant/components/deconz/scene.py:38:7 - error: Base classes for class "DeconzScene" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/scene.py:38:7 - error: Base classes for class "DeconzScene" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/scene.py:38:7 - error: Base classes for class "DeconzScene" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/select.py
  <CWD>/homeassistant/components/deconz/select.py:69:7 - error: Base classes for class "DeconzAirPurifierFanMode" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:69:7 - error: Base classes for class "DeconzAirPurifierFanMode" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:69:7 - error: Base classes for class "DeconzAirPurifierFanMode" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:90:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:102:7 - error: Base classes for class "DeconzPresenceDeviceModeSelect" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:102:7 - error: Base classes for class "DeconzPresenceDeviceModeSelect" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:102:7 - error: Base classes for class "DeconzPresenceDeviceModeSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:118:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:132:7 - error: Base classes for class "DeconzPresenceSensitivitySelect" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:132:7 - error: Base classes for class "DeconzPresenceSensitivitySelect" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:132:7 - error: Base classes for class "DeconzPresenceSensitivitySelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:145:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:159:7 - error: Base classes for class "DeconzPresenceTriggerDistanceSelect" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:159:7 - error: Base classes for class "DeconzPresenceTriggerDistanceSelect" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:159:7 - error: Base classes for class "DeconzPresenceTriggerDistanceSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/select.py:176:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/sensor.py
  <CWD>/homeassistant/components/deconz/sensor.py:393:7 - error: Base classes for class "DeconzSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/sensor.py:393:7 - error: Base classes for class "DeconzSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/sensor.py:393:7 - error: Base classes for class "DeconzSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/sensor.py:406:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DeconzSensorDescription[Unknown]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/sensor.py:406:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "DeconzSensorDescription[Unknown]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/sensor.py:420:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/sensor.py:425:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/services.py
  <CWD>/homeassistant/components/deconz/services.py:92:43 - error: "hub" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/deconz/services.py:95:49 - error: "hub" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/deconz/services.py:98:57 - error: "hub" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/deconz/siren.py
  <CWD>/homeassistant/components/deconz/siren.py:44:7 - error: Base classes for class "DeconzSiren" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/siren.py:44:7 - error: Base classes for class "DeconzSiren" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/siren.py:44:7 - error: Base classes for class "DeconzSiren" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/siren.py:55:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deconz/switch.py
  <CWD>/homeassistant/components/deconz/switch.py:45:7 - error: Base classes for class "DeconzPowerPlug" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/switch.py:45:7 - error: Base classes for class "DeconzPowerPlug" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/switch.py:45:7 - error: Base classes for class "DeconzPowerPlug" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deconz/switch.py:51:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/decora_wifi/light.py
  <CWD>/homeassistant/components/decora_wifi/light.py:8:25 - error: "DecoraWiFiSession" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/decora_wifi/light.py:9:6 - error: Import "decora_wifi.models.person" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/decora_wifi/light.py:10:6 - error: Import "decora_wifi.models.residence" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/decora_wifi/light.py:11:6 - error: Import "decora_wifi.models.residential_account" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/decora_wifi/light.py:104:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/decora_wifi/light.py:111:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/decora_wifi/light.py:116:9 - error: "supported_features" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[LightEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/decora_wifi/light.py:123:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/decora_wifi/light.py:128:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/decora_wifi/light.py:133:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/decora_wifi/light.py:138:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/delijn/sensor.py
  <CWD>/homeassistant/components/delijn/sensor.py:8:6 - error: Import "pydelijn.api" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/delijn/sensor.py:9:6 - error: Import "pydelijn.common" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/deluge/__init__.py
  <CWD>/homeassistant/components/deluge/__init__.py:37:9 - error: Cannot assign to attribute "web_port" for class "DelugeRPCClient"
    Attribute "web_port" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/deluge/entity.py
  <CWD>/homeassistant/components/deluge/entity.py:29:24 - error: Argument of type "int | None" cannot be assigned to parameter "sw_version" of type "str | None" in function "__init__"
    Type "int | None" is not assignable to type "str | None"
      Type "int" is not assignable to type "str | None"
        "int" is not assignable to "str"
        "int" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/deluge/sensor.py
  <CWD>/homeassistant/components/deluge/sensor.py:139:7 - error: Base classes for class "DelugeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deluge/sensor.py:151:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DelugeSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deluge/sensor.py:151:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "DelugeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deluge/sensor.py:155:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/deluge/switch.py
  <CWD>/homeassistant/components/deluge/switch.py:25:7 - error: Base classes for class "DelugeSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/deluge/switch.py:46:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/demo/binary_sensor.py
  <CWD>/homeassistant/components/demo/binary_sensor.py:65:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/binary_sensor.py:70:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/demo/climate.py
  <CWD>/homeassistant/components/demo/climate.py:168:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:173:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:178:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:183:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:188:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:193:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:198:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:203:9 - error: "target_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:208:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:213:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:218:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:223:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:228:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:233:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:238:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:243:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:248:9 - error: "swing_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:253:9 - error: "swing_horizontal_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/climate.py:258:9 - error: "swing_horizontal_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/demo/cover.py
  <CWD>/homeassistant/components/demo/cover.py:104:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/cover.py:109:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/cover.py:114:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/cover.py:119:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/cover.py:124:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/cover.py:129:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/demo/fan.py
  <CWD>/homeassistant/components/demo/fan.py:128:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:133:9 - error: "current_direction" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:138:9 - error: "oscillating" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:143:7 - error: Base classes for class "DemoPercentageFan" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:143:7 - error: Base classes for class "DemoPercentageFan" define variable "current_direction" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:143:7 - error: Base classes for class "DemoPercentageFan" define variable "oscillating" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:147:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:152:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:163:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:168:9 - error: "preset_modes" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:209:7 - error: Base classes for class "AsyncDemoPercentageFan" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:209:7 - error: Base classes for class "AsyncDemoPercentageFan" define variable "current_direction" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:209:7 - error: Base classes for class "AsyncDemoPercentageFan" define variable "oscillating" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:213:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:218:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:229:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/fan.py:234:9 - error: "preset_modes" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/demo/geo_location.py
  <CWD>/homeassistant/components/demo/geo_location.py:137:9 - error: "source" overrides symbol of same name in class "GeolocationEvent"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/geo_location.py:142:9 - error: "distance" overrides symbol of same name in class "GeolocationEvent"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/geo_location.py:147:9 - error: "latitude" overrides symbol of same name in class "GeolocationEvent"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/geo_location.py:152:9 - error: "longitude" overrides symbol of same name in class "GeolocationEvent"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/geo_location.py:157:9 - error: "unit_of_measurement" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/demo/light.py
  <CWD>/homeassistant/components/demo/light.py:160:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/light.py:165:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/light.py:172:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/light.py:177:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/light.py:182:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/light.py:187:9 - error: "rgbw_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/light.py:192:9 - error: "rgbww_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/light.py:202:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/light.py:207:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/light.py:212:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/light.py:217:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/demo/lock.py
  <CWD>/homeassistant/components/demo/lock.py:53:9 - error: "is_locking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/lock.py:58:9 - error: "is_unlocking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/lock.py:63:9 - error: "is_jammed" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/lock.py:68:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/lock.py:73:9 - error: "is_open" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/lock.py:78:9 - error: "is_opening" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/demo/media_player.py
  <CWD>/homeassistant/components/demo/media_player.py:206:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/media_player.py:211:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/media_player.py:226:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/media_player.py:294:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/media_player.py:299:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/media_player.py:304:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/media_player.py:339:14 - error: "_attr_group_members" overrides symbol of same name in class "MediaPlayerEntity"
    Variable is mutable so its type is invariant
      Override type "list[str]" is not the same as base type "list[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/media_player.py:368:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/media_player.py:373:9 - error: "media_episode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/demo/remote.py
  <CWD>/homeassistant/components/demo/remote.py:41:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/demo/sensor.py
  <CWD>/homeassistant/components/demo/sensor.py:223:18 - error: "_attr_native_value" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "float" is not the same as base type "StateType | date | datetime | Decimal" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/demo/vacuum.py
  <CWD>/homeassistant/components/demo/vacuum.py:90:9 - error: "fan_speed" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/vacuum.py:95:9 - error: "fan_speed_list" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/vacuum.py:100:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/demo/weather.py
  <CWD>/homeassistant/components/demo/weather.py:198:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/weather.py:203:9 - error: "native_temperature_unit" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/weather.py:208:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/weather.py:213:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/weather.py:218:9 - error: "native_wind_speed_unit" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/weather.py:223:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/weather.py:228:9 - error: "native_pressure_unit" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/demo/weather.py:233:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/denon/media_player.py
  <CWD>/homeassistant/components/denon/media_player.py:214:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denon/media_player.py:219:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denon/media_player.py:229:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denon/media_player.py:234:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denon/media_player.py:239:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denon/media_player.py:244:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denon/media_player.py:249:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denon/media_player.py:256:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/denonavr/__init__.py
  <CWD>/homeassistant/components/denonavr/__init__.py:56:26 - error: Cannot assign to attribute "runtime_data" for class "DenonavrConfigEntry"
    Type "DenonAVR | None" is not assignable to type "DenonAVR"
      "None" is not assignable to "DenonAVR" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/denonavr/config_flow.py
  <CWD>/homeassistant/components/denonavr/config_flow.py:212:53 - error: "replace" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/denonavr/config_flow.py:229:19 - error: Argument of type "str | None" cannot be assigned to parameter "title" of type "str" in function "async_create_entry"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/denonavr/media_player.py
  <CWD>/homeassistant/components/denonavr/media_player.py:122:67 - error: Cannot access attribute "zone" for class "DenonAVRFoundation"
    Attribute "zone" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/denonavr/media_player.py:124:66 - error: Cannot access attribute "zone" for class "DenonAVRFoundation"
    Attribute "zone" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/denonavr/media_player.py:127:17 - error: Argument of type "DenonAVRFoundation" cannot be assigned to parameter "receiver" of type "DenonAVR" in function "__init__"
    "DenonAVRFoundation" is not assignable to "DenonAVR" (reportArgumentType)
  <CWD>/homeassistant/components/denonavr/media_player.py:272:9 - error: Operator "|=" not supported for types "MediaPlayerEntityFeature" and "Literal[MediaPlayerEntityFeature.SELECT_SOUND_MODE, False] | None"
    Operator "|" not supported for types "MediaPlayerEntityFeature" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/denonavr/media_player.py:320:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:322:40 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/denonavr/media_player.py:325:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:330:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:335:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:344:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:349:9 - error: "sound_mode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:354:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:361:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:368:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:375:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:384:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:391:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:398:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:418:15 - error: Method "async_media_play_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:423:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:428:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:433:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:438:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:443:15 - error: Method "async_select_source" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:448:15 - error: Method "async_select_sound_mode" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:453:15 - error: Method "async_turn_on" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:458:15 - error: Method "async_turn_off" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:463:15 - error: Method "async_volume_up" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:468:15 - error: Method "async_volume_down" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:473:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/denonavr/media_player.py:483:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/denonavr/receiver.py
  <CWD>/homeassistant/components/denonavr/receiver.py:87:20 - error: Argument missing for parameter "_host" (reportCallIssue)
  <CWD>/homeassistant/components/denonavr/receiver.py:88:13 - error: No parameter named "host" (reportCallIssue)
  <CWD>/homeassistant/components/denonavr/receiver.py:89:13 - error: No parameter named "show_all_inputs" (reportCallIssue)
  <CWD>/homeassistant/components/denonavr/receiver.py:90:13 - error: No parameter named "timeout" (reportCallIssue)
  <CWD>/homeassistant/components/denonavr/receiver.py:91:13 - error: No parameter named "add_zones" (reportCallIssue)
  <CWD>/homeassistant/components/denonavr/receiver.py:100:32 - error: Cannot access attribute "async_update" for class "DenonAVRFoundation"
    Attribute "async_update" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/denonavr/receiver.py:102:32 - error: Cannot access attribute "async_update_audyssey" for class "DenonAVRFoundation"
    Attribute "async_update_audyssey" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/derivative/sensor.py
  <CWD>/homeassistant/components/derivative/sensor.py:466:21 - error: "new_derivative" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/derivative/sensor.py:475:68 - error: "new_derivative" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/derivative/sensor.py:483:16 - error: "elapsed_time" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/derivative/sensor.py:484:30 - error: "new_derivative" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/devialet/config_flow.py
  <CWD>/homeassistant/components/devialet/config_flow.py:51:19 - error: Argument of type "str | None" cannot be assigned to parameter "title" of type "str" in function "async_create_entry"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/devialet/diagnostics.py
  <CWD>/homeassistant/components/devialet/diagnostics.py:16:12 - error: Type "Unknown | None" is not assignable to return type "dict[str, Any]"
    Type "Unknown | None" is not assignable to type "dict[str, Any]"
      "None" is not assignable to "dict[str, Any]" (reportReturnType)
<CWD>/homeassistant/components/devialet/media_player.py
  <CWD>/homeassistant/components/devialet/media_player.py:97:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devialet/media_player.py:97:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devialet/media_player.py:110:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devialet/media_player.py:112:16 - error: Type "bool | None" is not assignable to return type "bool"
    Type "bool | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/components/devialet/media_player.py:115:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devialet/media_player.py:115:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devialet/media_player.py:130:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devialet/media_player.py:140:9 - error: "sound_mode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/device_automation/action.py
  <CWD>/homeassistant/components/device_automation/action.py:28:10 - error: Function with declared return type "ConfigType" must return value on all code paths
    "None" is not assignable to "dict[str, Any]" (reportReturnType)
  <CWD>/homeassistant/components/device_automation/action.py:42:10 - error: Function with declared return type "dict[str, Schema]" must return value on all code paths
    "None" is not assignable to "dict[str, Schema]" (reportReturnType)
  <CWD>/homeassistant/components/device_automation/action.py:47:10 - error: Function with declared return type "list[dict[str, Any]]" must return value on all code paths
    "None" is not assignable to "list[dict[str, Any]]" (reportReturnType)
<CWD>/homeassistant/components/device_automation/condition.py
  <CWD>/homeassistant/components/device_automation/condition.py:37:10 - error: Function with declared return type "ConfigType" must return value on all code paths
    "None" is not assignable to "dict[str, Any]" (reportReturnType)
  <CWD>/homeassistant/components/device_automation/condition.py:42:10 - error: Function with declared return type "ConditionCheckerType" must return value on all code paths
    Type "None" is not assignable to type "ConditionCheckerType" (reportReturnType)
  <CWD>/homeassistant/components/device_automation/condition.py:47:10 - error: Function with declared return type "dict[str, Schema]" must return value on all code paths
    "None" is not assignable to "dict[str, Schema]" (reportReturnType)
  <CWD>/homeassistant/components/device_automation/condition.py:52:10 - error: Function with declared return type "list[dict[str, Any]]" must return value on all code paths
    "None" is not assignable to "list[dict[str, Any]]" (reportReturnType)
<CWD>/homeassistant/components/device_automation/trigger.py
  <CWD>/homeassistant/components/device_automation/trigger.py:34:10 - error: Function with declared return type "ConfigType" must return value on all code paths
    "None" is not assignable to "dict[str, Any]" (reportReturnType)
  <CWD>/homeassistant/components/device_automation/trigger.py:43:10 - error: Function with declared return type "CALLBACK_TYPE" must return value on all code paths
    Type "None" is not assignable to type "CALLBACK_TYPE" (reportReturnType)
  <CWD>/homeassistant/components/device_automation/trigger.py:48:10 - error: Function with declared return type "dict[str, Schema]" must return value on all code paths
    "None" is not assignable to "dict[str, Schema]" (reportReturnType)
  <CWD>/homeassistant/components/device_automation/trigger.py:53:10 - error: Function with declared return type "list[dict[str, Any]]" must return value on all code paths
    "None" is not assignable to "list[dict[str, Any]]" (reportReturnType)
<CWD>/homeassistant/components/device_tracker/config_entry.py
  <CWD>/homeassistant/components/device_tracker/config_entry.py:172:5 - error: "_attr_device_info" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "DeviceInfo | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/config_entry.py:192:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/config_entry.py:219:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TrackerEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/config_entry.py:232:9 - error: "force_update" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/config_entry.py:260:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/config_entry.py:310:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ScannerEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/config_entry.py:332:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/config_entry.py:344:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/config_entry.py:350:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/config_entry.py:355:9 - error: "entity_registry_enabled_default" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/device_tracker/legacy.py
  <CWD>/homeassistant/components/device_tracker/legacy.py:298:5 - error: Fields without default values cannot appear after fields with default values (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/device_tracker/legacy.py:299:5 - error: Fields without default values cannot appear after fields with default values (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/device_tracker/legacy.py:300:5 - error: Fields without default values cannot appear after fields with default values (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/device_tracker/legacy.py:409:12 - error: Argument missing for parameter "config" (reportCallIssue)
  <CWD>/homeassistant/components/device_tracker/legacy.py:829:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/legacy.py:834:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/legacy.py:839:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/legacy.py:845:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/legacy.py:860:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/device_tracker/legacy.py:865:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_control/binary_sensor.py
  <CWD>/homeassistant/components/devolo_home_control/binary_sensor.py:98:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_control/climate.py
  <CWD>/homeassistant/components/devolo_home_control/climate.py:74:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_control/climate.py:89:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_control/cover.py
  <CWD>/homeassistant/components/devolo_home_control/cover.py:50:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_control/cover.py:55:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_control/entity.py
  <CWD>/homeassistant/components/devolo_home_control/entity.py:57:16 - error: Could not access item in TypedDict
    "name" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/devolo_home_control/entity.py:59:13 - error: Could not access item in TypedDict
    "name" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/devolo_home_control/light.py
  <CWD>/homeassistant/components/devolo_home_control/light.py:59:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_control/light.py:64:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_control/sensor.py
  <CWD>/homeassistant/components/devolo_home_control/sensor.py:87:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_control/sensor.py:180:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_control/sensor.py:192:17 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/devolo_home_control/siren.py
  <CWD>/homeassistant/components/devolo_home_control/siren.py:63:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_network/binary_sensor.py
  <CWD>/homeassistant/components/devolo_home_network/binary_sensor.py:72:7 - error: Base classes for class "DevoloBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/binary_sensor.py:84:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DevoloBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/binary_sensor.py:84:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "DevoloBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/binary_sensor.py:88:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_network/button.py
  <CWD>/homeassistant/components/devolo_home_network/button.py:109:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DevoloButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/button.py:109:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "DevoloButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_network/config_flow.py
  <CWD>/homeassistant/components/devolo_home_network/config_flow.py:118:17 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/devolo_home_network/config_flow.py:149:15 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/devolo_home_network/coordinator.py
  <CWD>/homeassistant/components/devolo_home_network/coordinator.py:13:5 - error: "UpdateFirmwareCheck" is not exported from module "devolo_plc_api.device_api"
    Import from "devolo_plc_api.device_api.updatefirmware_pb2" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/devolo_home_network/device_tracker.py
  <CWD>/homeassistant/components/devolo_home_network/device_tracker.py:83:7 - error: Base classes for class "DevoloScannerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/device_tracker.py:105:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/device_tracker.py:129:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_network/entity.py
  <CWD>/homeassistant/components/devolo_home_network/entity.py:64:7 - error: Base classes for class "DevoloCoordinatorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_network/image.py
  <CWD>/homeassistant/components/devolo_home_network/image.py:60:7 - error: Base classes for class "DevoloImageEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/image.py:72:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DevoloImageEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_network/sensor.py
  <CWD>/homeassistant/components/devolo_home_network/sensor.py:191:7 - error: Base classes for class "BaseDevoloSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/sensor.py:222:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/sensor.py:255:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_network/switch.py
  <CWD>/homeassistant/components/devolo_home_network/switch.py:83:7 - error: Base classes for class "DevoloSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/switch.py:97:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DevoloSwitchEntityDescription[_DataT@DevoloSwitchEntity]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/switch.py:97:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "DevoloSwitchEntityDescription[_DataT@DevoloSwitchEntity]" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/switch.py:101:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/devolo_home_network/update.py
  <CWD>/homeassistant/components/devolo_home_network/update.py:10:39 - error: "UpdateFirmwareCheck" is not exported from module "devolo_plc_api.device_api"
    Import from "devolo_plc_api.device_api.updatefirmware_pb2" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/devolo_home_network/update.py:69:7 - error: Base classes for class "DevoloUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/update.py:85:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DevoloUpdateEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/update.py:85:14 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "DevoloUpdateEntityDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/update.py:90:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/update.py:95:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/devolo_home_network/update.py:104:9 - error: "in_progress" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dexcom/sensor.py
  <CWD>/homeassistant/components/dexcom/sensor.py:42:7 - error: Base classes for class "DexcomSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dexcom/sensor.py:82:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dexcom/sensor.py:103:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dhcp/__init__.py
  <CWD>/homeassistant/components/dhcp/__init__.py:513:1 - warning: Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
<CWD>/homeassistant/components/diagnostics/__init__.py
  <CWD>/homeassistant/components/diagnostics/__init__.py:96:10 - error: Function with declared return type "Mapping[str, Any]" must return value on all code paths
    "None" is not assignable to "Mapping[str, Any]" (reportReturnType)
  <CWD>/homeassistant/components/diagnostics/__init__.py:101:10 - error: Function with declared return type "Mapping[str, Any]" must return value on all code paths
    "None" is not assignable to "Mapping[str, Any]" (reportReturnType)
<CWD>/homeassistant/components/digital_ocean/__init__.py
  <CWD>/homeassistant/components/digital_ocean/__init__.py:6:8 - error: Import "digitalocean" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/digital_ocean/binary_sensor.py
  <CWD>/homeassistant/components/digital_ocean/binary_sensor.py:77:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/digital_ocean/binary_sensor.py:82:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/digital_ocean/binary_sensor.py:87:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/digital_ocean/binary_sensor.py:92:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/digital_ocean/switch.py
  <CWD>/homeassistant/components/digital_ocean/switch.py:78:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/digital_ocean/switch.py:83:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/digital_ocean/switch.py:88:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/digital_ocean/switch.py:104:22 - error: "status" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/digital_ocean/switch.py:105:23 - error: "power_on" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/digital_ocean/switch.py:109:22 - error: "status" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/digital_ocean/switch.py:110:23 - error: "power_off" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/directv/entity.py
  <CWD>/homeassistant/components/directv/entity.py:22:69 - error: "info" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/directv/entity.py:27:42 - error: "info" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/directv/entity.py:29:40 - error: "info" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/directv/entity.py:30:49 - error: "info" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/directv/media_player.py
  <CWD>/homeassistant/components/directv/media_player.py:70:40 - error: "locations" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/directv/media_player.py:120:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:133:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:133:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:147:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:155:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:161:20 - error: Type "str" is not assignable to return type "MediaType | None"
    Type "str" is not assignable to type "MediaType | None"
      "str" is not assignable to "MediaType"
      "str" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/directv/media_player.py:166:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:174:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:182:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:190:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:201:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:209:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:217:9 - error: "media_series_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:225:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:233:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:241:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/directv/media_player.py:241:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/directv/remote.py
  <CWD>/homeassistant/components/directv/remote.py:39:40 - error: "locations" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/discogs/sensor.py
  <CWD>/homeassistant/components/discogs/sensor.py:9:8 - error: Import "discogs_client" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/discogs/sensor.py:121:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/discovergy/sensor.py
  <CWD>/homeassistant/components/discovergy/sensor.py:193:7 - error: Base classes for class "DiscovergySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/discovergy/sensor.py:210:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DiscovergySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/discovergy/sensor.py:210:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "DiscovergySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/discovergy/sensor.py:223:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dlink/data.py
  <CWD>/homeassistant/components/dlink/data.py:44:23 - error: "error" is not a known attribute of module "urllib" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/dlink/switch.py
  <CWD>/homeassistant/components/dlink/switch.py:39:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlink/switch.py:59:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlink/switch.py:76:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dlna_dmr/config_flow.py
  <CWD>/homeassistant/components/dlna_dmr/config_flow.py:13:38 - error: "UpnpError" is not exported from module "async_upnp_client.client"
    Import from "async_upnp_client.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/dlna_dmr/media_player.py
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:537:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:542:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:552:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:604:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:611:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:617:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:624:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:631:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:637:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:643:15 - error: Method "async_media_stop" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:649:15 - error: Method "async_media_seek" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:656:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:724:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:730:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:736:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:750:15 - error: Method "async_set_shuffle" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:769:9 - error: "repeat" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[RepeatMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:789:15 - error: Method "async_set_repeat" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:808:9 - error: "sound_mode_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:815:15 - error: Method "async_select_sound_mode" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:883:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:891:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:898:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:905:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:912:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:919:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:926:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:936:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:943:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:950:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:957:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:964:9 - error: "media_series_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:971:9 - error: "media_season" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:988:9 - error: "media_episode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:1004:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dlna_dmr/media_player.py:1011:9 - error: "media_playlist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dominos/__init__.py
  <CWD>/homeassistant/components/dominos/__init__.py:6:6 - error: Import "pizzapi" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/dominos/__init__.py:196:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dominos/__init__.py:211:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/doods/image_processing.py
  <CWD>/homeassistant/components/doods/image_processing.py:12:6 - error: Import "pydoods" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/doods/image_processing.py:222:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/doods/image_processing.py:227:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/doorbird/button.py
  <CWD>/homeassistant/components/doorbird/button.py:82:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DoorbirdButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/doorbird/button.py:82:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "DoorbirdButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/doorbird/event.py
  <CWD>/homeassistant/components/doorbird/event.py:64:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EventEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dormakaba_dkey/binary_sensor.py
  <CWD>/homeassistant/components/dormakaba_dkey/binary_sensor.py:58:7 - error: Base classes for class "DormakabaDkeyBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dormakaba_dkey/binary_sensor.py:70:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DormakabaDkeyBinarySensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dormakaba_dkey/binary_sensor.py:70:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "DormakabaDkeyBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dormakaba_dkey/config_flow.py
  <CWD>/homeassistant/components/dormakaba_dkey/config_flow.py:9:19 - error: "BleakError" is not exported from module "bleak"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/dormakaba_dkey/lock.py
  <CWD>/homeassistant/components/dormakaba_dkey/lock.py:26:7 - error: Base classes for class "DormakabaDkeyLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dormakaba_dkey/sensor.py
  <CWD>/homeassistant/components/dormakaba_dkey/sensor.py:41:7 - error: Base classes for class "DormakabaDkeySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dovado/__init__.py
  <CWD>/homeassistant/components/dovado/__init__.py:47:9 - error: "dovado" is not defined (reportUndefinedVariable)
<CWD>/homeassistant/components/dovado/sensor.py
  <CWD>/homeassistant/components/dovado/sensor.py:111:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "DovadoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dovado/sensor.py:141:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dremel_3d_printer/binary_sensor.py
  <CWD>/homeassistant/components/dremel_3d_printer/binary_sensor.py:55:7 - error: Base classes for class "Dremel3DPrinterBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dremel_3d_printer/binary_sensor.py:55:7 - error: Base classes for class "Dremel3DPrinterBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dremel_3d_printer/binary_sensor.py:58:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "Dremel3DPrinterBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dremel_3d_printer/binary_sensor.py:61:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dremel_3d_printer/button.py
  <CWD>/homeassistant/components/dremel_3d_printer/button.py:30:18 - error: Argument of type "(api: Dremel3DPrinter) -> Dict[str, Any]" cannot be assigned to parameter "press_fn" of type "(Dremel3DPrinter) -> None" in function "__init__"
    Type "(api: Dremel3DPrinter) -> Dict[str, Any]" is not assignable to type "(Dremel3DPrinter) -> None"
      Function return type "Dict[str, Any]" is incompatible with type "None"
        "Dict[str, Any]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/dremel_3d_printer/button.py:35:18 - error: Argument of type "(api: Dremel3DPrinter) -> Dict[str, Any]" cannot be assigned to parameter "press_fn" of type "(Dremel3DPrinter) -> None" in function "__init__"
    Type "(api: Dremel3DPrinter) -> Dict[str, Any]" is not assignable to type "(Dremel3DPrinter) -> None"
      Function return type "Dict[str, Any]" is incompatible with type "None"
        "Dict[str, Any]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/dremel_3d_printer/button.py:40:18 - error: Argument of type "(api: Dremel3DPrinter) -> Dict[str, Any]" cannot be assigned to parameter "press_fn" of type "(Dremel3DPrinter) -> None" in function "__init__"
    Type "(api: Dremel3DPrinter) -> Dict[str, Any]" is not assignable to type "(Dremel3DPrinter) -> None"
      Function return type "Dict[str, Any]" is incompatible with type "None"
        "Dict[str, Any]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/dremel_3d_printer/button.py:57:7 - error: Base classes for class "Dremel3DPrinterButtonEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dremel_3d_printer/button.py:57:7 - error: Base classes for class "Dremel3DPrinterButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dremel_3d_printer/button.py:60:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "Dremel3DPrinterButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dremel_3d_printer/camera.py
  <CWD>/homeassistant/components/dremel_3d_printer/camera.py:28:7 - error: Base classes for class "Dremel3D45Camera" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dremel_3d_printer/config_flow.py
  <CWD>/homeassistant/components/dremel_3d_printer/config_flow.py:56:40 - error: "api" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/dremel_3d_printer/config_flow.py:58:46 - error: "api" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/dremel_3d_printer/entity.py
  <CWD>/homeassistant/components/dremel_3d_printer/entity.py:29:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dremel_3d_printer/sensor.py
  <CWD>/homeassistant/components/dremel_3d_printer/sensor.py:247:7 - error: Base classes for class "Dremel3DPrinterSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dremel_3d_printer/sensor.py:250:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "Dremel3DPrinterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dremel_3d_printer/sensor.py:253:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dremel_3d_printer/sensor.py:260:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/drop_connect/__init__.py
  <CWD>/homeassistant/components/drop_connect/__init__.py:42:24 - error: Argument of type "ReceivePayloadType" cannot be assigned to parameter "payload" of type "str | bytes" in function "parse_drop_message"
    Type "ReceivePayloadType" is not assignable to type "str | bytes"
      Type "bytearray" is not assignable to type "str | bytes"
        "bytearray" is not assignable to "str"
        "bytearray" is not assignable to "bytes"
        Set disableBytesTypePromotions to false to enable type promotion behavior for "bytearray" and "memoryview" (reportArgumentType)
<CWD>/homeassistant/components/drop_connect/binary_sensor.py
  <CWD>/homeassistant/components/drop_connect/binary_sensor.py:126:7 - error: Base classes for class "DROPBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/drop_connect/binary_sensor.py:138:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DROPBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/drop_connect/binary_sensor.py:138:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "DROPBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/drop_connect/binary_sensor.py:141:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/drop_connect/config_flow.py
  <CWD>/homeassistant/components/drop_connect/config_flow.py:51:39 - error: Argument of type "ReceivePayloadType" cannot be assigned to parameter "payload" of type "str | bytes" in function "parse_discovery"
    Type "ReceivePayloadType" is not assignable to type "str | bytes"
      Type "bytearray" is not assignable to type "str | bytes"
        "bytearray" is not assignable to "str"
        "bytearray" is not assignable to "bytes"
        Set disableBytesTypePromotions to false to enable type promotion behavior for "bytearray" and "memoryview" (reportArgumentType)
<CWD>/homeassistant/components/drop_connect/select.py
  <CWD>/homeassistant/components/drop_connect/select.py:71:7 - error: Base classes for class "DROPSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/drop_connect/select.py:83:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DROPSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/drop_connect/select.py:83:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "DROPSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/drop_connect/select.py:86:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/drop_connect/sensor.py
  <CWD>/homeassistant/components/drop_connect/sensor.py:263:7 - error: Base classes for class "DROPSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/drop_connect/sensor.py:275:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DROPSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/drop_connect/sensor.py:275:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "DROPSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/drop_connect/sensor.py:278:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/drop_connect/switch.py
  <CWD>/homeassistant/components/drop_connect/switch.py:86:7 - error: Base classes for class "DROPSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/drop_connect/switch.py:98:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DROPSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/drop_connect/switch.py:98:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "DROPSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/drop_connect/switch.py:101:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/droplet/sensor.py
  <CWD>/homeassistant/components/droplet/sensor.py:106:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DropletSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/droplet/sensor.py:106:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "DropletSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/droplet/sensor.py:119:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/droplet/sensor.py:124:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/droplet/sensor.py:129:9 - error: "last_reset" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dsmr/sensor.py
  <CWD>/homeassistant/components/dsmr/sensor.py:907:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "DSMRSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dsmr/sensor.py:971:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dsmr/sensor.py:976:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dsmr_reader/sensor.py
  <CWD>/homeassistant/components/dsmr_reader/sensor.py:37:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "DSMRReaderSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dublin_bus_transport/sensor.py
  <CWD>/homeassistant/components/dublin_bus_transport/sensor.py:96:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dublin_bus_transport/sensor.py:101:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dublin_bus_transport/sensor.py:106:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dublin_bus_transport/sensor.py:124:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/duckdns/__init__.py
  <CWD>/homeassistant/components/duckdns/__init__.py:141:46 - error: Argument of type "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later"
    Type "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "CoroutineType[Any, Any, None]" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
  <CWD>/homeassistant/components/duckdns/__init__.py:145:5 - error: No overloads for "async_run_hass_job" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/duckdns/__init__.py:145:29 - error: Argument of type "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" cannot be assigned to parameter "hassjob" of type "HassJob[..., Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job]" in function "async_run_hass_job"
    "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" is not assignable to "HassJob[..., Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job]"
      Type parameter "_R_co@HassJob" is invariant, but "CoroutineType[Any, Any, None]" is not the same as "Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job" (reportArgumentType)
<CWD>/homeassistant/components/duke_energy/coordinator.py
  <CWD>/homeassistant/components/duke_energy/coordinator.py:110:21 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/duke_energy/coordinator.py:125:47 - error: Could not access item in TypedDict
    "sum" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/duke_energy/coordinator.py:126:35 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/dunehd/media_player.py
  <CWD>/homeassistant/components/dunehd/media_player.py:74:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dunehd/media_player.py:88:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dunehd/media_player.py:93:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dunehd/media_player.py:98:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dunehd/media_player.py:103:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dunehd/media_player.py:109:36 - error: Cannot access attribute "volume_up" for class "DuneHDPlayer"
    Attribute "volume_up" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/dunehd/media_player.py:113:36 - error: Cannot access attribute "volume_down" for class "DuneHDPlayer"
    Attribute "volume_down" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/dunehd/media_player.py:163:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/duotecno/binary_sensor.py
  <CWD>/homeassistant/components/duotecno/binary_sensor.py:27:7 - error: Base classes for class "DuotecnoBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/binary_sensor.py:33:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/duotecno/climate.py
  <CWD>/homeassistant/components/duotecno/climate.py:44:7 - error: Base classes for class "DuotecnoClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/climate.py:60:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/climate.py:65:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/climate.py:70:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/climate.py:75:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/climate.py:80:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/duotecno/climate.py:87:15 - error: Method "async_set_preset_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/duotecno/climate.py:92:15 - error: Method "async_set_hvac_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/duotecno/cover.py
  <CWD>/homeassistant/components/duotecno/cover.py:29:7 - error: Base classes for class "DuotecnoCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/cover.py:38:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/cover.py:43:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/cover.py:48:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/cover.py:53:15 - error: Method "async_open_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/duotecno/cover.py:58:15 - error: Method "async_close_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/duotecno/cover.py:63:15 - error: Method "async_stop_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/duotecno/entity.py
  <CWD>/homeassistant/components/duotecno/entity.py:45:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/duotecno/light.py
  <CWD>/homeassistant/components/duotecno/light.py:26:7 - error: Base classes for class "DuotecnoLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/light.py:34:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/light.py:39:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/light.py:44:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/duotecno/light.py:55:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/duotecno/switch.py
  <CWD>/homeassistant/components/duotecno/switch.py:27:7 - error: Base classes for class "DuotecnoSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/switch.py:33:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/duotecno/switch.py:38:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/duotecno/switch.py:43:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/dwd_weather_warnings/config_flow.py
  <CWD>/homeassistant/components/dwd_weather_warnings/config_flow.py:75:35 - error: "position" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/dwd_weather_warnings/coordinator.py
  <CWD>/homeassistant/components/dwd_weather_warnings/coordinator.py:70:21 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/dwd_weather_warnings/coordinator.py:71:21 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/homeassistant/components/dwd_weather_warnings/sensor.py
  <CWD>/homeassistant/components/dwd_weather_warnings/sensor.py:99:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dwd_weather_warnings/sensor.py:107:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dwd_weather_warnings/sensor.py:120:40 - error: Argument of type "Any | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    Type "Any | None" is not assignable to type "Sized"
      "None" is incompatible with protocol "Sized"
        "__len__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/dwd_weather_warnings/sensor.py:122:37 - error: Argument of type "Any | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
    Type "Any | None" is not assignable to type "Iterable[_T@enumerate]"
      "None" is incompatible with protocol "Iterable[_T@enumerate]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/dwd_weather_warnings/sensor.py:143:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dynalite/bridge.py
  <CWD>/homeassistant/components/dynalite/bridge.py:60:60 - error: Cannot access attribute "unique_id" for class "DynaliteBaseDevice"
    Attribute "unique_id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/dynalite/bridge.py:110:56 - error: Cannot access attribute "category" for class "DynaliteBaseDevice"
    Attribute "category" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/dynalite/bridge.py:117:55 - error: Argument of type "list[DynaliteBaseDevice]" cannot be assigned to parameter "iterable" of type "Iterable[str]" in function "extend"
    "list[DynaliteBaseDevice]" is not assignable to "Iterable[str]"
      Type parameter "_T_co@Iterable" is covariant, but "DynaliteBaseDevice" is not a subtype of "str"
        "DynaliteBaseDevice" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/dynalite/cover.py
  <CWD>/homeassistant/components/dynalite/cover.py:36:7 - error: Base classes for class "DynaliteCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/cover.py:36:7 - error: Base classes for class "DynaliteCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/cover.py:36:7 - error: Base classes for class "DynaliteCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/cover.py:46:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/cover.py:51:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/cover.py:56:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/cover.py:61:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/cover.py:92:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dynalite/entity.py
  <CWD>/homeassistant/components/dynalite/entity.py:52:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/entity.py:57:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/entity.py:62:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dynalite/light.py
  <CWD>/homeassistant/components/dynalite/light.py:24:7 - error: Base classes for class "DynaliteLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/light.py:24:7 - error: Base classes for class "DynaliteLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/light.py:24:7 - error: Base classes for class "DynaliteLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/light.py:31:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/light.py:36:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/dynalite/switch.py
  <CWD>/homeassistant/components/dynalite/switch.py:25:7 - error: Base classes for class "DynaliteSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/switch.py:25:7 - error: Base classes for class "DynaliteSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/switch.py:25:7 - error: Base classes for class "DynaliteSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/dynalite/switch.py:29:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/eafm/sensor.py
  <CWD>/homeassistant/components/eafm/sensor.py:97:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eafm/sensor.py:108:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eafm/sensor.py:127:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eafm/sensor.py:135:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/easyenergy/sensor.py
  <CWD>/homeassistant/components/easyenergy/sensor.py:226:7 - error: Base classes for class "EasyEnergySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/easyenergy/sensor.py:243:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EasyEnergySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/easyenergy/sensor.py:243:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "EasyEnergySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/easyenergy/sensor.py:262:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ebox/sensor.py
  <CWD>/homeassistant/components/ebox/sensor.py:11:6 - error: Import "pyebox" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ebox/sensor.py:12:6 - error: Import "pyebox.client" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/ebusd/__init__.py
  <CWD>/homeassistant/components/ebusd/__init__.py:5:8 - error: Import "ebusdpy" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/ebusd/sensor.py
  <CWD>/homeassistant/components/ebusd/sensor.py:66:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ebusd/sensor.py:71:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ebusd/sensor.py:76:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ebusd/sensor.py:99:9 - error: "device_class" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[SensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ebusd/sensor.py:104:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ebusd/sensor.py:109:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecoal_boiler/__init__.py
  <CWD>/homeassistant/components/ecoal_boiler/__init__.py:5:6 - error: Import "ecoaliface.simple" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/ecobee/__init__.py
  <CWD>/homeassistant/components/ecobee/__init__.py:75:35 - error: Argument of type "Literal['API_KEY']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['API_KEY']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['API_KEY']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['API_KEY']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/__init__.py:75:35 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/ecobee/__init__.py:76:41 - error: Argument of type "Literal['REFRESH_TOKEN']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['REFRESH_TOKEN']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['REFRESH_TOKEN']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['REFRESH_TOKEN']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/__init__.py:76:41 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/homeassistant/components/ecobee/binary_sensor.py
  <CWD>/homeassistant/components/ecobee/binary_sensor.py:25:28 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    Type "str | Unknown | None" is not assignable to type "Sized"
      "None" is incompatible with protocol "Sized"
        "__len__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/binary_sensor.py:27:25 - error: Argument of type "Literal['capability']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['capability']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['capability']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['capability']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/binary_sensor.py:28:20 - error: Argument of type "Literal['type']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['type']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['type']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['type']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/binary_sensor.py:31:53 - error: Argument of type "Literal['name']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['name']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['name']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['name']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/binary_sensor.py:49:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/binary_sensor.py:60:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/binary_sensor.py:92:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecobee/climate.py
  <CWD>/homeassistant/components/ecobee/climate.py:214:28 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    Type "str | Unknown | None" is not assignable to type "Sized"
      "None" is incompatible with protocol "Sized"
        "__len__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:216:12 - error: Argument of type "Literal['modelNumber']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['modelNumber']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['modelNumber']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['modelNumber']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:225:17 - error: Argument of type "Literal['name']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['name']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['name']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['name']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:226:17 - error: Argument of type "Literal['modelNumber']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['modelNumber']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['modelNumber']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['modelNumber']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:228:49 - error: Argument of type "str" cannot be assigned to parameter "thermostat" of type "dict[Unknown, Unknown]" in function "__init__"
    "str" is not assignable to "dict[Unknown, Unknown]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:404:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:406:16 - error: Argument of type "Literal['runtime']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['runtime']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['runtime']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['runtime']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:406:16 - error: Argument of type "Literal['connected']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['connected']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['connected']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['connected']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:406:16 - error: Type "Unknown | str" is not assignable to return type "bool"
    Type "Unknown | str" is not assignable to type "bool"
      "str" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/components/ecobee/climate.py:409:9 - error: "supported_features" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[ClimateEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:421:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:425:45 - error: Argument of type "Literal['modelNumber']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['modelNumber']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['modelNumber']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['modelNumber']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:431:35 - error: Argument of type "Literal['identifier']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['identifier']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['identifier']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['identifier']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:434:18 - error: Argument of type "Literal['name']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['name']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['name']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['name']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:438:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:440:16 - error: Argument of type "Literal['runtime']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['runtime']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['runtime']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['runtime']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:440:16 - error: Argument of type "Literal['actualTemperature']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['actualTemperature']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['actualTemperature']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['actualTemperature']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:440:16 - error: Operator "/" not supported for types "Unknown | str" and "float"
    Operator "/" not supported for types "str" and "float" when expected type is "float" (reportOperatorIssue)
  <CWD>/homeassistant/components/ecobee/climate.py:443:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:446:20 - error: Argument of type "Literal['runtime']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['runtime']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['runtime']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['runtime']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:446:20 - error: Argument of type "Literal['desiredHeat']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['desiredHeat']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['desiredHeat']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['desiredHeat']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:446:20 - error: Operator "/" not supported for types "Unknown | str" and "float"
    Operator "/" not supported for types "str" and "float" when expected type is "float | None" (reportOperatorIssue)
  <CWD>/homeassistant/components/ecobee/climate.py:450:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:453:20 - error: Argument of type "Literal['runtime']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['runtime']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['runtime']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['runtime']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:453:20 - error: Argument of type "Literal['desiredCool']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['desiredCool']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['desiredCool']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['desiredCool']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:453:20 - error: Operator "/" not supported for types "Unknown | str" and "float"
    Operator "/" not supported for types "str" and "float" when expected type is "float | None" (reportOperatorIssue)
  <CWD>/homeassistant/components/ecobee/climate.py:457:9 - error: "target_temperature_step" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:464:16 - error: Argument of type "Literal['settings']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['settings']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['settings']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['settings']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:464:16 - error: Type "Unknown | str" is not assignable to return type "dict[str, Any]"
    Type "Unknown | str" is not assignable to type "dict[str, Any]"
      "str" is not assignable to "dict[str, Any]" (reportReturnType)
  <CWD>/homeassistant/components/ecobee/climate.py:475:9 - error: "target_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:478:20 - error: Argument of type "Literal['runtime']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['runtime']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['runtime']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['runtime']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:478:20 - error: Argument of type "Literal['desiredHumidity']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['desiredHumidity']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['desiredHumidity']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['desiredHumidity']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:478:20 - error: Type "Unknown | str" is not assignable to return type "int | None"
    Type "Unknown | str" is not assignable to type "int | None"
      Type "str" is not assignable to type "int | None"
        "str" is not assignable to "int"
        "str" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/ecobee/climate.py:482:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:487:20 - error: Argument of type "Literal['runtime']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['runtime']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['runtime']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['runtime']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:487:20 - error: Argument of type "Literal['desiredHeat']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['desiredHeat']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['desiredHeat']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['desiredHeat']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:487:20 - error: Operator "/" not supported for types "Unknown | str" and "float"
    Operator "/" not supported for types "str" and "float" when expected type is "float | None" (reportOperatorIssue)
  <CWD>/homeassistant/components/ecobee/climate.py:489:20 - error: Argument of type "Literal['runtime']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['runtime']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['runtime']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['runtime']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:489:20 - error: Argument of type "Literal['desiredCool']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['desiredCool']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['desiredCool']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['desiredCool']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:489:20 - error: Operator "/" not supported for types "Unknown | str" and "float"
    Operator "/" not supported for types "str" and "float" when expected type is "float | None" (reportOperatorIssue)
  <CWD>/homeassistant/components/ecobee/climate.py:500:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:505:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:507:18 - error: Argument of type "Literal['events']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['events']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['events']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['events']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:509:20 - error: Argument of type "Literal['running']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['running']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['running']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['running']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:512:16 - error: Argument of type "Literal['type']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['type']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['type']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['type']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:513:20 - error: Argument of type "Literal['holdClimateRef']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['holdClimateRef']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['holdClimateRef']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['holdClimateRef']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:514:21 - error: Argument of type "Literal['startDate']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['startDate']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['startDate']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['startDate']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:514:41 - error: Argument of type "Literal['endDate']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['endDate']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['endDate']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['endDate']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:518:54 - error: Argument of type "Literal['holdClimateRef']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['holdClimateRef']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['holdClimateRef']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['holdClimateRef']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:523:16 - error: Argument of type "Literal['type']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['type']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['type']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['type']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:525:24 - error: Argument of type "Literal['type']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['type']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['type']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['type']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:526:16 - error: Argument of type "Literal['type']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['type']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['type']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['type']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:527:33 - error: Argument of type "Literal['name']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['name']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['name']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['name']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:531:13 - error: Argument of type "Literal['program']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['program']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['program']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['program']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:531:13 - error: Argument of type "Literal['currentClimateRef']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['currentClimateRef']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['currentClimateRef']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['currentClimateRef']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:538:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:543:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:546:24 - error: Argument of type "Literal['runtime']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['runtime']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['runtime']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['runtime']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:546:24 - error: Argument of type "Literal['actualHumidity']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['actualHumidity']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['actualHumidity']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['actualHumidity']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:551:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:583:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:585:18 - error: Argument of type "Literal['equipmentStatus']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['equipmentStatus']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['equipmentStatus']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['equipmentStatus']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:589:17 - error: Argument of type "Literal['program']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['program']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['program']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['program']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:589:17 - error: Argument of type "Literal['currentClimateRef']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['currentClimateRef']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['currentClimateRef']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['currentClimateRef']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:600:40 - error: Cannot access attribute "get" for class "str"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/ecobee/climate.py:616:40 - error: Cannot access attribute "get" for class "str"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/ecobee/climate.py:660:69 - error: Argument of type "Unknown | str | None" cannot be assigned to parameter "vacation" of type "str" in function "delete_vacation"
    Type "Unknown | str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:697:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/climate.py:710:13 - error: Argument of type "Literal['climateRef']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['climateRef']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['climateRef']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['climateRef']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:710:36 - error: Argument of type "Literal['name']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['name']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['name']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['name']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:711:28 - error: Argument of type "Literal['program']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['program']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['program']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['program']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:711:28 - error: Argument of type "Literal['climates']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['climates']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['climates']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['climates']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:801:62 - error: Argument of type "int" cannot be assigned to parameter "humidity" of type "str" in function "set_humidity"
    "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:850:45 - error: Cannot access attribute "get" for class "str"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/ecobee/climate.py:908:36 - error: Argument of type "str | None" cannot be assigned to parameter "climate_name" of type "str" in function "update_climate_sensors"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:914:20 - error: Argument of type "Literal['program']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['program']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['program']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['program']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:914:20 - error: Argument of type "Literal['climates']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['climates']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['climates']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['climates']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:916:24 - error: Cannot access attribute "get" for class "str"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/ecobee/climate.py:917:25 - error: Argument of type "Literal['name']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['name']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['name']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['name']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:917:54 - error: Argument of type "Literal['sensors']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['sensors']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['sensors']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['sensors']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/climate.py:926:13 - error: Argument of type "list[str | None]" cannot be assigned to parameter "iterable" of type "Iterable[SupportsRichComparisonT@sorted]" in function "sorted" (reportArgumentType)
<CWD>/homeassistant/components/ecobee/config_flow.py
  <CWD>/homeassistant/components/ecobee/config_flow.py:64:38 - error: Argument of type "dict[str, str | Unknown | None]" cannot be assigned to parameter "description_placeholders" of type "Mapping[str, str] | None" in function "async_show_form"
    Type "dict[str, str | Unknown | None]" is not assignable to type "Mapping[str, str] | None"
      "dict[str, str | Unknown | None]" is not assignable to "Mapping[str, str]"
        Type parameter "_VT_co@Mapping" is covariant, but "str | Unknown | None" is not a subtype of "str"
          Type "str | Unknown | None" is not assignable to type "str"
            "None" is not assignable to "str"
      "dict[str, str | Unknown | None]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/ecobee/entity.py
  <CWD>/homeassistant/components/ecobee/entity.py:36:16 - error: Type "str" is not assignable to return type "dict[str, Any]"
    "str" is not assignable to "dict[str, Any]" (reportReturnType)
  <CWD>/homeassistant/components/ecobee/entity.py:39:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecobee/humidifier.py
  <CWD>/homeassistant/components/ecobee/humidifier.py:38:28 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    Type "str | Unknown | None" is not assignable to type "Sized"
      "None" is incompatible with protocol "Sized"
        "__len__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/humidifier.py:40:12 - error: Argument of type "Literal['settings']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['settings']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['settings']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['settings']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/humidifier.py:40:12 - error: Argument of type "Literal['hasHumidifier']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['hasHumidifier']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['hasHumidifier']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['hasHumidifier']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/humidifier.py:74:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/humidifier.py:91:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/humidifier.py:107:9 - error: "action" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[HumidifierAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/humidifier.py:115:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/humidifier.py:120:9 - error: "mode" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/humidifier.py:125:9 - error: "target_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/humidifier.py:130:9 - error: "current_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecobee/notify.py
  <CWD>/homeassistant/components/ecobee/notify.py:21:64 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    Type "str | Unknown | None" is not assignable to type "Sized"
      "None" is incompatible with protocol "Sized"
        "__len__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/notify.py:25:7 - error: Base classes for class "EcobeeNotifyEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecobee/number.py
  <CWD>/homeassistant/components/ecobee/number.py:38:16 - error: Argument of type "(data: EcobeeData, id: int, min_time: int) -> None" cannot be assigned to parameter "set_fn" of type "(EcobeeData, int, int) -> Awaitable[Unknown]" in function "__init__"
    Type "(data: EcobeeData, id: int, min_time: int) -> None" is not assignable to type "(EcobeeData, int, int) -> Awaitable[Unknown]"
      Function return type "None" is incompatible with type "Awaitable[Unknown]"
        "None" is incompatible with protocol "Awaitable[Unknown]"
          "__await__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/number.py:46:16 - error: Argument of type "(data: EcobeeData, id: int, min_time: int) -> None" cannot be assigned to parameter "set_fn" of type "(EcobeeData, int, int) -> Awaitable[Unknown]" in function "__init__"
    Type "(data: EcobeeData, id: int, min_time: int) -> None" is not assignable to type "(EcobeeData, int, int) -> Awaitable[Unknown]"
      Function return type "None" is incompatible with type "Awaitable[Unknown]"
        "None" is incompatible with protocol "Awaitable[Unknown]"
          "__await__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/number.py:65:44 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
    Type "str | Unknown | None" is not assignable to type "Iterable[str]"
      "None" is incompatible with protocol "Iterable[str]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/number.py:65:44 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
    Type "str | Unknown | None" is not assignable to type "Iterable[_T@enumerate]"
      "None" is incompatible with protocol "Iterable[_T@enumerate]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/number.py:66:12 - error: Argument of type "Literal['settings']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['settings']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['settings']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['settings']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/number.py:66:12 - error: Argument of type "Literal['ventilatorType']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['ventilatorType']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['ventilatorType']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['ventilatorType']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/number.py:74:48 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
    Type "str | Unknown | None" is not assignable to type "Iterable[str]"
      "None" is incompatible with protocol "Iterable[str]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/number.py:74:48 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
    Type "str | Unknown | None" is not assignable to type "Iterable[_T@enumerate]"
      "None" is incompatible with protocol "Iterable[_T@enumerate]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/number.py:75:16 - error: Argument of type "Literal['settings']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['settings']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['settings']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['settings']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/number.py:75:16 - error: Argument of type "Literal['hasHeatPump']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['hasHeatPump']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['hasHeatPump']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['hasHeatPump']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/number.py:82:7 - error: Base classes for class "EcobeeVentilatorMinTime" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/number.py:101:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EcobeeNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/number.py:101:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "EcobeeNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/number.py:122:7 - error: Base classes for class "EcobeeCompressorMinTemp" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/number.py:168:75 - error: Argument of type "float" cannot be assigned to parameter "threshold" of type "int" in function "set_aux_cutover_threshold"
    "float" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/ecobee/sensor.py
  <CWD>/homeassistant/components/ecobee/sensor.py:82:28 - error: Argument of type "Literal['name']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['name']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['name']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['name']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/sensor.py:83:32 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    Type "str | Unknown | None" is not assignable to type "Sized"
      "None" is incompatible with protocol "Sized"
        "__len__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/sensor.py:85:21 - error: Argument of type "Literal['capability']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['capability']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['capability']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['capability']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/sensor.py:87:31 - error: Argument of type "Literal['type']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['type']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['type']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['type']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/sensor.py:108:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "EcobeeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/sensor.py:115:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/sensor.py:126:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/sensor.py:158:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/sensor.py:164:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecobee/switch.py
  <CWD>/homeassistant/components/ecobee/switch.py:37:48 - error: Argument of type "Literal['location']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['location']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['location']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['location']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/switch.py:37:48 - error: Argument of type "Literal['timeZone']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['timeZone']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['timeZone']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['timeZone']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/switch.py:40:44 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
    Type "str | Unknown | None" is not assignable to type "Iterable[str]"
      "None" is incompatible with protocol "Iterable[str]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/switch.py:40:44 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
    Type "str | Unknown | None" is not assignable to type "Iterable[_T@enumerate]"
      "None" is incompatible with protocol "Iterable[_T@enumerate]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/switch.py:41:12 - error: Argument of type "Literal['settings']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['settings']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['settings']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['settings']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/switch.py:41:12 - error: Argument of type "Literal['ventilatorType']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['ventilatorType']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['ventilatorType']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['ventilatorType']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/switch.py:47:48 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
    Type "str | Unknown | None" is not assignable to type "Iterable[str]"
      "None" is incompatible with protocol "Iterable[str]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/switch.py:47:48 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
    Type "str | Unknown | None" is not assignable to type "Iterable[_T@enumerate]"
      "None" is incompatible with protocol "Iterable[_T@enumerate]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/switch.py:48:16 - error: Argument of type "Literal['settings']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['settings']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['settings']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['settings']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/switch.py:48:16 - error: Argument of type "Literal['hasHeatPump']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['hasHeatPump']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['hasHeatPump']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['hasHeatPump']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/switch.py:55:7 - error: Base classes for class "EcobeeVentilator20MinSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/switch.py:106:7 - error: Base classes for class "EcobeeSwitchAuxHeatOnly" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/switch.py:133:36 - error: Argument of type "str | Any | None" cannot be assigned to parameter "hvac_mode" of type "str" in function "set_hvac_mode"
    Type "str | Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/switch.py:137:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecobee/weather.py
  <CWD>/homeassistant/components/ecobee/weather.py:48:28 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    Type "str | Unknown | None" is not assignable to type "Sized"
      "None" is incompatible with protocol "Sized"
        "__len__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/weather.py:51:44 - error: Argument of type "Literal['name']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['name']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['name']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['name']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/ecobee/weather.py:84:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/weather.py:102:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/weather.py:110:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/weather.py:118:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/weather.py:127:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/weather.py:135:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/weather.py:143:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/weather.py:151:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/weather.py:159:9 - error: "attribution" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecobee/weather.py:170:12 - error: Operator "not in" not supported for types "Literal['forecasts']" and "Any | None"
    Operator "not in" not supported for types "Literal['forecasts']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/ecobee/weather.py:176:42 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/homeassistant/components/ecoforest/number.py
  <CWD>/homeassistant/components/ecoforest/number.py:53:7 - error: Base classes for class "EcoforestNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecoforest/number.py:56:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "EcoforestNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecoforest/number.py:59:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecoforest/sensor.py
  <CWD>/homeassistant/components/ecoforest/sensor.py:158:7 - error: Base classes for class "EcoforestSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecoforest/sensor.py:158:7 - error: Base classes for class "EcoforestSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecoforest/sensor.py:158:7 - error: Base classes for class "EcoforestSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecoforest/sensor.py:158:7 - error: Base classes for class "EcoforestSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecoforest/sensor.py:158:7 - error: Base classes for class "EcoforestSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecoforest/sensor.py:158:7 - error: Base classes for class "EcoforestSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecoforest/sensor.py:158:7 - error: Base classes for class "EcoforestSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecoforest/sensor.py:161:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "EcoforestSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecoforest/sensor.py:164:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecoforest/switch.py
  <CWD>/homeassistant/components/ecoforest/switch.py:53:7 - error: Base classes for class "EcoforestSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecoforest/switch.py:56:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "EcoforestSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecoforest/switch.py:59:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/econet/binary_sensor.py
  <CWD>/homeassistant/components/econet/binary_sensor.py:62:7 - error: Base classes for class "EcoNetBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/binary_sensor.py:62:7 - error: Base classes for class "EcoNetBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/binary_sensor.py:77:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/econet/climate.py
  <CWD>/homeassistant/components/econet/climate.py:68:30 - error: Argument of type "Equipment" cannot be assigned to parameter "thermostat" of type "Thermostat" in function "__init__"
    "Equipment" is not assignable to "Thermostat" (reportArgumentType)
  <CWD>/homeassistant/components/econet/climate.py:74:7 - error: Base classes for class "EcoNetThermostat" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:74:7 - error: Base classes for class "EcoNetThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:101:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:106:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:111:9 - error: "target_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:118:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:127:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:134:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:151:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:175:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:189:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:208:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:213:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:218:9 - error: "min_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/climate.py:223:9 - error: "max_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/econet/entity.py
  <CWD>/homeassistant/components/econet/entity.py:37:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/entity.py:42:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/econet/sensor.py
  <CWD>/homeassistant/components/econet/sensor.py:104:7 - error: Base classes for class "EcoNetSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/sensor.py:104:7 - error: Base classes for class "EcoNetSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/sensor.py:121:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/econet/switch.py
  <CWD>/homeassistant/components/econet/switch.py:29:33 - error: Argument of type "Equipment" cannot be assigned to parameter "thermostat" of type "Thermostat" in function "__init__"
    "Equipment" is not assignable to "Thermostat" (reportArgumentType)
  <CWD>/homeassistant/components/econet/switch.py:34:7 - error: Base classes for class "EcoNetSwitchAuxHeatOnly" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/switch.py:34:7 - error: Base classes for class "EcoNetSwitchAuxHeatOnly" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/switch.py:54:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/econet/water_heater.py
  <CWD>/homeassistant/components/econet/water_heater.py:57:31 - error: Argument of type "Equipment" cannot be assigned to parameter "water_heater" of type "WaterHeater" in function "__init__"
    "Equipment" is not assignable to "WaterHeater" (reportArgumentType)
  <CWD>/homeassistant/components/econet/water_heater.py:64:7 - error: Base classes for class "EcoNetWaterHeater" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/water_heater.py:64:7 - error: Base classes for class "EcoNetWaterHeater" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/water_heater.py:76:9 - error: "is_away_mode_on" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/water_heater.py:81:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/water_heater.py:91:9 - error: "operation_list" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/water_heater.py:105:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/econet/water_heater.py:134:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecovacs/binary_sensor.py
  <CWD>/homeassistant/components/ecovacs/binary_sensor.py:74:7 - error: Base classes for class "EcovacsBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/binary_sensor.py:80:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "EcovacsBinarySensorEntityDescription[Unknown]" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/binary_sensor.py:93:7 - error: Base classes for class "EcovacsLegacyBatteryChargingSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/binary_sensor.py:116:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecovacs/button.py
  <CWD>/homeassistant/components/ecovacs/button.py:111:7 - error: Base classes for class "EcovacsButtonEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/button.py:117:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "EcovacsLifespanButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/button.py:124:7 - error: Base classes for class "EcovacsResetLifespanButtonEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/button.py:130:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "EcovacsLifespanButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/button.py:139:7 - error: Base classes for class "EcovacsStationActionButtonEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/button.py:145:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "EcovacsStationActionButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecovacs/config_flow.py
  <CWD>/homeassistant/components/ecovacs/config_flow.py:47:20 - error: Argument missing for parameter "v" (reportCallIssue)
<CWD>/homeassistant/components/ecovacs/controller.py
  <CWD>/homeassistant/components/ecovacs/controller.py:105:21 - error: Could not access item in TypedDict
    "deviceName" is not a required key in "ApiDeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/ecovacs/entity.py
  <CWD>/homeassistant/components/ecovacs/entity.py:46:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/entity.py:150:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecovacs/event.py
  <CWD>/homeassistant/components/ecovacs/event.py:29:7 - error: Base classes for class "EcovacsLastJobEventEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecovacs/image.py
  <CWD>/homeassistant/components/ecovacs/image.py:36:7 - error: Base classes for class "EcovacsMap" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecovacs/lawn_mower.py
  <CWD>/homeassistant/components/ecovacs/lawn_mower.py:53:7 - error: Base classes for class "EcovacsMower" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecovacs/number.py
  <CWD>/homeassistant/components/ecovacs/number.py:110:7 - error: Base classes for class "EcovacsNumberEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/number.py:116:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "EcovacsNumberEntityDescription[Unknown]" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecovacs/select.py
  <CWD>/homeassistant/components/ecovacs/select.py:96:7 - error: Base classes for class "EcovacsSelectEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/select.py:103:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "EcovacsSelectEntityDescription[Unknown]" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/select.py:134:7 - error: Base classes for class "EcovacsActiveMapSelectEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecovacs/sensor.py
  <CWD>/homeassistant/components/ecovacs/sensor.py:263:7 - error: Base classes for class "EcovacsSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/sensor.py:269:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "EcovacsSensorEntityDescription[Unknown]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/sensor.py:307:7 - error: Base classes for class "EcovacsLifespanSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/sensor.py:313:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "EcovacsLifespanSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/sensor.py:327:7 - error: Base classes for class "EcovacsErrorSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/sensor.py:335:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/sensor.py:355:7 - error: Base classes for class "EcovacsLegacyBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/sensor.py:379:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/sensor.py:386:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/sensor.py:393:7 - error: Base classes for class "EcovacsLegacyLifespanSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/sensor.py:405:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EcovacsLegacyLifespanSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/sensor.py:405:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "EcovacsLegacyLifespanSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecovacs/switch.py
  <CWD>/homeassistant/components/ecovacs/switch.py:126:7 - error: Base classes for class "EcovacsSwitchEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/switch.py:132:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "EcovacsSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecovacs/vacuum.py
  <CWD>/homeassistant/components/ecovacs/vacuum.py:68:7 - error: Base classes for class "EcovacsLegacyVacuum" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/vacuum.py:114:9 - error: "activity" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[VacuumActivity | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/vacuum.py:134:9 - error: "fan_speed" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/vacuum.py:139:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/vacuum.py:174:46 - error: Argument of type "Any | None" cannot be assigned to parameter "mode" of type "str" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/ecovacs/vacuum.py:207:7 - error: Base classes for class "EcovacsVacuum" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecovacs/vacuum.py:267:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecowitt/binary_sensor.py
  <CWD>/homeassistant/components/ecowitt/binary_sensor.py:66:7 - error: Base classes for class "EcowittBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecowitt/binary_sensor.py:77:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecowitt/entity.py
  <CWD>/homeassistant/components/ecowitt/entity.py:46:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ecowitt/sensor.py
  <CWD>/homeassistant/components/ecowitt/sensor.py:310:7 - error: Base classes for class "EcowittSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ecowitt/sensor.py:321:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/edimax/switch.py
  <CWD>/homeassistant/components/edimax/switch.py:7:6 - error: Import "pyedimax.smartplug" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/edimax/switch.py:62:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/edimax/switch.py:67:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/edimax/switch.py:72:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/edl21/sensor.py
  <CWD>/homeassistant/components/edl21/sensor.py:437:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/edl21/sensor.py:442:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/egardia/__init__.py
  <CWD>/homeassistant/components/egardia/__init__.py:5:6 - error: Import "pythonegardia" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/egardia/alarm_control_panel.py
  <CWD>/homeassistant/components/egardia/alarm_control_panel.py:86:9 - error: "should_poll" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/egardia/binary_sensor.py
  <CWD>/homeassistant/components/egardia/binary_sensor.py:68:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/egardia/binary_sensor.py:73:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/egardia/binary_sensor.py:78:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/eheimdigital/climate.py
  <CWD>/homeassistant/components/eheimdigital/climate.py:58:7 - error: Base classes for class "EheimDigitalHeaterClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/climate.py:86:15 - error: Method "async_set_preset_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/eheimdigital/climate.py:94:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/eheimdigital/climate.py:100:15 - error: Method "async_set_hvac_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/eheimdigital/light.py
  <CWD>/homeassistant/components/eheimdigital/light.py:86:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/light.py:91:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/eheimdigital/light.py:103:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/eheimdigital/number.py
  <CWD>/homeassistant/components/eheimdigital/number.py:166:7 - error: Base classes for class "EheimDigitalNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/number.py:181:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EheimDigitalNumberDescription[_DeviceT@EheimDigitalNumber]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/number.py:181:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "EheimDigitalNumberDescription[_DeviceT@EheimDigitalNumber]" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/number.py:186:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/eheimdigital/select.py
  <CWD>/homeassistant/components/eheimdigital/select.py:78:7 - error: Base classes for class "EheimDigitalSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/select.py:93:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EheimDigitalSelectDescription[_DeviceT@EheimDigitalSelect]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/select.py:93:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "EheimDigitalSelectDescription[_DeviceT@EheimDigitalSelect]" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/select.py:98:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/eheimdigital/sensor.py
  <CWD>/homeassistant/components/eheimdigital/sensor.py:97:7 - error: Base classes for class "EheimDigitalSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/sensor.py:112:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EheimDigitalSensorDescription[_DeviceT@EheimDigitalSensor]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/sensor.py:112:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "EheimDigitalSensorDescription[_DeviceT@EheimDigitalSensor]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/eheimdigital/switch.py
  <CWD>/homeassistant/components/eheimdigital/switch.py:42:7 - error: Base classes for class "EheimDigitalClassicVarioSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/switch.py:62:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/eheimdigital/switch.py:67:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/eheimdigital/time.py
  <CWD>/homeassistant/components/eheimdigital/time.py:104:7 - error: Base classes for class "EheimDigitalTime" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/time.py:119:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EheimDigitalTimeDescription[_DeviceT@EheimDigitalTime]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/time.py:119:14 - error: "entity_description" overrides symbol of same name in class "TimeEntity"
    Variable is mutable so its type is invariant
      Override type "EheimDigitalTimeDescription[_DeviceT@EheimDigitalTime]" is not the same as base type "TimeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eheimdigital/time.py:124:15 - error: Method "async_set_value" overrides class "TimeEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/ekeybionyx/config_flow.py
  <CWD>/homeassistant/components/ekeybionyx/config_flow.py:112:26 - error: Could not access item in TypedDict
    "systems" is not a required key in "EkeyFlowData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/ekeybionyx/config_flow.py:121:24 - error: Could not access item in TypedDict
    "systems" is not a required key in "EkeyFlowData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/ekeybionyx/config_flow.py:129:18 - error: Could not access item in TypedDict
    "system" is not a required key in "EkeyFlowData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/ekeybionyx/config_flow.py:150:18 - error: Could not access item in TypedDict
    "system" is not a required key in "EkeyFlowData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/ekeybionyx/config_flow.py:196:27 - error: Could not access item in TypedDict
    "system" is not a required key in "EkeyFlowData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/ekeybionyx/config_flow.py:202:28 - error: Could not access item in TypedDict
    "system" is not a required key in "EkeyFlowData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/ekeybionyx/config_flow.py:221:21 - error: Could not access item in TypedDict
    "system" is not a required key in "EkeyFlowData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/ekeybionyx/config_flow.py:233:30 - error: Could not access item in TypedDict
    "system" is not a required key in "EkeyFlowData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/ekeybionyx/config_flow.py:254:33 - error: "progress_action" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/ekeybionyx/config_flow.py:263:43 - error: Could not access item in TypedDict
    "api" is not a required key in "EkeyFlowData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/ekeybionyx/config_flow.py:267:35 - error: Could not access item in TypedDict
    "system" is not a required key in "EkeyFlowData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/electrasmart/climate.py
  <CWD>/homeassistant/components/electrasmart/climate.py:10:30 - error: "STATUS_SUCCESS" is not exported from module "electrasmart.api"
    Import from "electrasmart.api.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/electrasmart/climate.py:10:46 - error: "Attributes" is not exported from module "electrasmart.api"
    Import from "electrasmart.api.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/electrasmart/climate.py:11:56 - error: "OperationMode" is not exported from module "electrasmart.device"
    Import from "electrasmart.device.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/electrasmart/climate.py:167:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/electrasmart/config_flow.py
  <CWD>/homeassistant/components/electrasmart/config_flow.py:8:30 - error: "STATUS_SUCCESS" is not exported from module "electrasmart.api"
    Import from "electrasmart.api.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/electrasmart/config_flow.py:8:46 - error: "Attributes" is not exported from module "electrasmart.api"
    Import from "electrasmart.api.const" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/electric_kiwi/__init__.py
  <CWD>/homeassistant/components/electric_kiwi/__init__.py:6:30 - error: "ElectricKiwiApi" is not exported from module "electrickiwi_api"
    Import from "electrickiwi_api.api" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/electric_kiwi/api.py
  <CWD>/homeassistant/components/electric_kiwi/api.py:6:30 - error: "AbstractAuth" is not exported from module "electrickiwi_api"
    Import from "electrickiwi_api.auth" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/electric_kiwi/config_flow.py
  <CWD>/homeassistant/components/electric_kiwi/config_flow.py:9:30 - error: "ElectricKiwiApi" is not exported from module "electrickiwi_api"
    Import from "electrickiwi_api.api" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/electric_kiwi/coordinator.py
  <CWD>/homeassistant/components/electric_kiwi/coordinator.py:11:30 - error: "ElectricKiwiApi" is not exported from module "electrickiwi_api"
    Import from "electrickiwi_api.api" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/electric_kiwi/select.py
  <CWD>/homeassistant/components/electric_kiwi/select.py:40:7 - error: Base classes for class "ElectricKiwiSelectHOPEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/electric_kiwi/select.py:61:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/electric_kiwi/select.py:66:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/electric_kiwi/sensor.py
  <CWD>/homeassistant/components/electric_kiwi/sensor.py:158:7 - error: Base classes for class "ElectricKiwiAccountEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/electric_kiwi/sensor.py:179:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ElectricKiwiAccountSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/electric_kiwi/sensor.py:179:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ElectricKiwiAccountSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/electric_kiwi/sensor.py:182:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/electric_kiwi/sensor.py:187:7 - error: Base classes for class "ElectricKiwiHOPEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/electric_kiwi/sensor.py:208:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ElectricKiwiHOPSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/electric_kiwi/sensor.py:208:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ElectricKiwiHOPSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/electric_kiwi/sensor.py:211:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elgato/button.py
  <CWD>/homeassistant/components/elgato/button.py:66:7 - error: Base classes for class "ElgatoButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elgato/button.py:78:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ElgatoButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elgato/button.py:78:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "ElgatoButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elgato/light.py
  <CWD>/homeassistant/components/elgato/light.py:48:7 - error: Base classes for class "ElgatoLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elgato/light.py:76:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elgato/light.py:88:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elgato/light.py:96:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elgato/light.py:104:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elgato/sensor.py
  <CWD>/homeassistant/components/elgato/sensor.py:122:7 - error: Base classes for class "ElgatoSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elgato/sensor.py:135:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ElgatoSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elgato/sensor.py:135:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ElgatoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elgato/sensor.py:141:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elgato/switch.py
  <CWD>/homeassistant/components/elgato/switch.py:72:7 - error: Base classes for class "ElgatoSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elgato/switch.py:85:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ElgatoSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elgato/switch.py:85:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ElgatoSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elgato/switch.py:91:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/eliqonline/sensor.py
  <CWD>/homeassistant/components/eliqonline/sensor.py:53:22 - error: "API" is not a known attribute of module "eliqonline" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/elkm1/alarm_control_panel.py
  <CWD>/homeassistant/components/elkm1/alarm_control_panel.py:101:7 - error: Base classes for class "ElkArea" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/alarm_control_panel.py:101:7 - error: Base classes for class "ElkArea" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/alarm_control_panel.py:101:7 - error: Base classes for class "ElkArea" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/alarm_control_panel.py:101:7 - error: Base classes for class "ElkArea" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/alarm_control_panel.py:101:7 - error: Base classes for class "ElkArea" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/alarm_control_panel.py:101:7 - error: Base classes for class "ElkArea" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/alarm_control_panel.py:101:7 - error: Base classes for class "ElkArea" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/alarm_control_panel.py:167:9 - error: "code_format" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[CodeFormat | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/alarm_control_panel.py:172:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/alarm_control_panel.py:177:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/alarm_control_panel.py:196:9 - error: "changed_by" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elkm1/binary_sensor.py
  <CWD>/homeassistant/components/elkm1/binary_sensor.py:46:7 - error: Base classes for class "ElkBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/binary_sensor.py:46:7 - error: Base classes for class "ElkBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/binary_sensor.py:46:7 - error: Base classes for class "ElkBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/binary_sensor.py:46:7 - error: Base classes for class "ElkBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elkm1/climate.py
  <CWD>/homeassistant/components/elkm1/climate.py:73:7 - error: Base classes for class "ElkThermostat" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/climate.py:73:7 - error: Base classes for class "ElkThermostat" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/climate.py:73:7 - error: Base classes for class "ElkThermostat" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/climate.py:73:7 - error: Base classes for class "ElkThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/climate.py:92:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/climate.py:97:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/climate.py:102:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/climate.py:114:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/climate.py:119:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/climate.py:124:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/climate.py:129:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elkm1/config_flow.py
  <CWD>/homeassistant/components/elkm1/config_flow.py:202:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "Elkm1ConfigFlow"
      "ConfigFlow" is not assignable to "Elkm1ConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/elkm1/entity.py
  <CWD>/homeassistant/components/elkm1/entity.py:81:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/entity.py:86:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/entity.py:94:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/entity.py:121:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elkm1/light.py
  <CWD>/homeassistant/components/elkm1/light.py:33:7 - error: Base classes for class "ElkLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/light.py:33:7 - error: Base classes for class "ElkLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/light.py:33:7 - error: Base classes for class "ElkLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/light.py:33:7 - error: Base classes for class "ElkLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/light.py:46:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/light.py:51:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elkm1/scene.py
  <CWD>/homeassistant/components/elkm1/scene.py:30:7 - error: Base classes for class "ElkTask" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/scene.py:30:7 - error: Base classes for class "ElkTask" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/scene.py:30:7 - error: Base classes for class "ElkTask" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/scene.py:30:7 - error: Base classes for class "ElkTask" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elkm1/sensor.py
  <CWD>/homeassistant/components/elkm1/sensor.py:99:7 - error: Base classes for class "ElkSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/sensor.py:99:7 - error: Base classes for class "ElkSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/sensor.py:99:7 - error: Base classes for class "ElkSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/sensor.py:99:7 - error: Base classes for class "ElkSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/sensor.py:102:5 - error: "_attr_native_value" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "str | None" is not the same as base type "StateType | date | datetime | Decimal" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/sensor.py:153:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/sensor.py:220:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/sensor.py:264:9 - error: "device_class" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[SensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/sensor.py:269:9 - error: "state_class" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[SensorStateClass | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/sensor.py:274:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elkm1/services.py
  <CWD>/homeassistant/components/elkm1/services.py:5:32 - error: "Panel" is not exported from module "elkm1_lib.elk"
    Import from "elkm1_lib.panel" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/elkm1/switch.py
  <CWD>/homeassistant/components/elkm1/switch.py:38:7 - error: Base classes for class "ElkOutput" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/switch.py:38:7 - error: Base classes for class "ElkOutput" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/switch.py:38:7 - error: Base classes for class "ElkOutput" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/switch.py:38:7 - error: Base classes for class "ElkOutput" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/switch.py:44:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/switch.py:57:7 - error: Base classes for class "ElkThermostatEMHeat" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/switch.py:57:7 - error: Base classes for class "ElkThermostatEMHeat" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/switch.py:57:7 - error: Base classes for class "ElkThermostatEMHeat" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/switch.py:57:7 - error: Base classes for class "ElkThermostatEMHeat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elkm1/switch.py:69:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elmax/__init__.py
  <CWD>/homeassistant/components/elmax/__init__.py:50:25 - error: Argument of type "SSLContext | None" cannot be assigned to parameter "ssl_context" of type "SSLContext" in function "__init__"
    Type "SSLContext | None" is not assignable to type "SSLContext"
      "None" is not assignable to "SSLContext" (reportArgumentType)
<CWD>/homeassistant/components/elmax/alarm_control_panel.py
  <CWD>/homeassistant/components/elmax/alarm_control_panel.py:62:7 - error: Base classes for class "ElmaxArea" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elmax/alarm_control_panel.py:125:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elmax/binary_sensor.py
  <CWD>/homeassistant/components/elmax/binary_sensor.py:58:7 - error: Base classes for class "ElmaxSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elmax/binary_sensor.py:64:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elmax/config_flow.py
  <CWD>/homeassistant/components/elmax/config_flow.py:330:39 - error: Argument of type "str | None" cannot be assigned to parameter "username" of type "str" in function "_store_panel_by_name"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/elmax/config_flow.py:342:32 - error: Cannot assign to attribute "_cloud_username" for class "ElmaxConfigFlow*"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/elmax/coordinator.py
  <CWD>/homeassistant/components/elmax/coordinator.py:70:20 - error: Type "Actuator | Area | Cover | DeviceEndpoint" is not assignable to return type "Actuator"
    Type "Actuator | Area | Cover | DeviceEndpoint" is not assignable to type "Actuator"
      "DeviceEndpoint" is not assignable to "Actuator" (reportReturnType)
  <CWD>/homeassistant/components/elmax/coordinator.py:76:20 - error: Type "Actuator | Area | Cover | DeviceEndpoint" is not assignable to return type "Actuator"
    Type "Actuator | Area | Cover | DeviceEndpoint" is not assignable to type "Actuator"
      "DeviceEndpoint" is not assignable to "Actuator" (reportReturnType)
  <CWD>/homeassistant/components/elmax/coordinator.py:82:20 - error: Type "Actuator | Area | Cover | DeviceEndpoint" is not assignable to return type "Area"
    Type "Actuator | Area | Cover | DeviceEndpoint" is not assignable to type "Area"
      "DeviceEndpoint" is not assignable to "Area" (reportReturnType)
  <CWD>/homeassistant/components/elmax/coordinator.py:88:20 - error: Type "Actuator | Area | Cover | DeviceEndpoint" is not assignable to return type "Cover"
    Type "Actuator | Area | Cover | DeviceEndpoint" is not assignable to type "Cover"
      "DeviceEndpoint" is not assignable to "Cover" (reportReturnType)
<CWD>/homeassistant/components/elmax/cover.py
  <CWD>/homeassistant/components/elmax/cover.py:68:7 - error: Base classes for class "ElmaxCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elmax/cover.py:84:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elmax/cover.py:89:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elmax/cover.py:97:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elmax/cover.py:102:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elmax/switch.py
  <CWD>/homeassistant/components/elmax/switch.py:60:7 - error: Base classes for class "ElmaxSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elmax/switch.py:64:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elv/switch.py
  <CWD>/homeassistant/components/elv/switch.py:8:8 - error: Import "pypca" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/elv/switch.py:63:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elv/switch.py:68:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/elv/switch.py:73:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/elvia/importer.py
  <CWD>/homeassistant/components/elvia/importer.py:101:25 - error: Could not access item in TypedDict
    "end" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/elvia/importer.py:129:32 - error: Could not access item in TypedDict
    "sum" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/elvia/importer.py:130:31 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/emby/media_player.py
  <CWD>/homeassistant/components/emby/media_player.py:7:6 - error: Import "pyemby" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/emby/media_player.py:179:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:184:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:198:9 - error: "app_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:204:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:209:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:229:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:234:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:239:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:247:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:252:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:257:9 - error: "media_season" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:262:9 - error: "media_series_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:267:9 - error: "media_episode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:272:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:277:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:282:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emby/media_player.py:287:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/emoncms/sensor.py
  <CWD>/homeassistant/components/emoncms/sensor.py:227:7 - error: Base classes for class "EmonCmsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/emoncms_history/__init__.py
  <CWD>/homeassistant/components/emoncms_history/__init__.py:67:75 - error: Argument of type "str | int" cannot be assigned to parameter "node" of type "str | None" in function "async_input_post"
    Type "str | int" is not assignable to type "str | None"
      Type "int" is not assignable to type "str | None"
        "int" is not assignable to "str"
        "int" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/emonitor/sensor.py
  <CWD>/homeassistant/components/emonitor/sensor.py:48:45 - error: Cannot access attribute "items" for class "list[Unknown]"
    Attribute "items" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/emonitor/sensor.py:56:33 - error: Argument of type "DataUpdateCoordinator[EmonitorStatus]" cannot be assigned to parameter "coordinator" of type "DataUpdateCoordinator[dict[str, Any]]" in function "__init__"
    "DataUpdateCoordinator[EmonitorStatus]" is not assignable to "DataUpdateCoordinator[dict[str, Any]]"
      Type parameter "_DataT@DataUpdateCoordinator" is invariant, but "EmonitorStatus" is not the same as "dict[str, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/emonitor/sensor.py:63:7 - error: Base classes for class "EmonitorPowerSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/emonitor/sensor.py:63:45 - error: Type "EmonitorStatus" cannot be assigned to type variable "_DataUpdateCoordinatorT@CoordinatorEntity"
    Type "EmonitorStatus" is not assignable to upper bound "DataUpdateCoordinator[Any]" for type variable "_DataUpdateCoordinatorT@CoordinatorEntity"
      "EmonitorStatus" is not assignable to "DataUpdateCoordinator[Any]" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/emonitor/sensor.py:80:26 - error: Argument of type "DataUpdateCoordinator[dict[str, Any]]" cannot be assigned to parameter "coordinator" of type "EmonitorStatus" in function "__init__"
    "DataUpdateCoordinator[dict[str, Any]]" is not assignable to "EmonitorStatus" (reportArgumentType)
  <CWD>/homeassistant/components/emonitor/sensor.py:81:44 - error: Cannot access attribute "data" for class "EmonitorStatus"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/emonitor/sensor.py:104:65 - error: Cannot access attribute "data" for class "EmonitorStatus"
    Attribute "data" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/emulated_hue/hue_api.py
  <CWD>/homeassistant/components/emulated_hue/hue_api.py:435:47 - error: "color_modes" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/emulated_hue/hue_api.py:474:48 - error: "color_modes" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/emulated_hue/hue_api.py:481:42 - error: "color_modes" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/emulated_hue/hue_api.py:503:48 - error: "color_modes" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/emulated_kasa/__init__.py
  <CWD>/homeassistant/components/emulated_kasa/__init__.py:5:26 - error: "PlugInstance" is not exported from module "sense_energy"
    Import from "sense_energy.plug_instance" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/emulated_kasa/__init__.py:5:40 - error: "SenseLink" is not exported from module "sense_energy"
    Import from "sense_energy.sense_link" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/emulated_roku/binding.py
  <CWD>/homeassistant/components/emulated_roku/binding.py:135:26 - error: Argument of type "str | None" cannot be assigned to parameter "advertise_ip" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/emulated_roku/binding.py:136:28 - error: Argument of type "int | None" cannot be assigned to parameter "advertise_port" of type "int" in function "__init__"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/emulated_roku/binding.py:137:28 - error: Argument of type "bool | None" cannot be assigned to parameter "bind_multicast" of type "bool" in function "__init__"
    Type "bool | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportArgumentType)
<CWD>/homeassistant/components/energenie_power_sockets/__init__.py
  <CWD>/homeassistant/components/energenie_power_sockets/__init__.py:21:44 - error: Type "Device | None" is not assignable to declared type "PowerStripUSB | None"
    Type "Device | None" is not assignable to type "PowerStripUSB | None"
      Type "Device" is not assignable to type "PowerStripUSB | None"
        "Device" is not assignable to "PowerStripUSB"
        "Device" is not assignable to "None" (reportAssignmentType)
<CWD>/homeassistant/components/energy/data.py
  <CWD>/homeassistant/components/energy/data.py:367:17 - error: Could not assign item in TypedDict
    Type "list[SourceType] | list[DeviceConsumption]" is not assignable to type "list[SourceType]"
    Type "list[SourceType] | list[DeviceConsumption]" is not assignable to type "list[DeviceConsumption]"
      "list[DeviceConsumption]" is not assignable to "list[SourceType]"
        Type parameter "_T@list" is invariant, but "DeviceConsumption" is not the same as "SourceType"
        Consider switching from "list" to "Sequence" which is covariant
      "list[SourceType]" is not assignable to "list[DeviceConsumption]"
        Type parameter "_T@list" is invariant, but "SourceType" is not the same as "DeviceConsumption"
        Consider switching from "list" to "Sequence" which is covariant (reportGeneralTypeIssues)
<CWD>/homeassistant/components/energy/sensor.py
  <CWD>/homeassistant/components/energy/sensor.py:321:17 - error: "valid_units" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/energy/sensor.py:321:30 - error: "default_price_unit" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/energy/sensor.py:340:54 - error: "valid_units" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/energy/sensor.py:374:27 - error: "energy_price_unit" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/energy/sensor.py:482:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/energy/sensor.py:487:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/energy/validate.py
  <CWD>/homeassistant/components/energy/validate.py:174:45 - error: "models" is not a known attribute of module "homeassistant.components.recorder" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/energy/validate.py:234:45 - error: "models" is not a known attribute of module "homeassistant.components.recorder" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/energy/validate.py:305:45 - error: "models" is not a known attribute of module "homeassistant.components.recorder" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/energy/validate.py:338:45 - error: "models" is not a known attribute of module "homeassistant.components.recorder" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/energy/validate.py:392:56 - error: "models" is not a known attribute of module "homeassistant.components.recorder" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/energy/validate.py:521:56 - error: "models" is not a known attribute of module "homeassistant.components.recorder" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/energy/validate.py:581:56 - error: "models" is not a known attribute of module "homeassistant.components.recorder" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/energy/validate.py:641:56 - error: "models" is not a known attribute of module "homeassistant.components.recorder" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/energy/validate.py:749:26 - error: "statistics" is not a known attribute of module "homeassistant.components.recorder" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/energy/websocket_api.py
  <CWD>/homeassistant/components/energy/websocket_api.py:276:18 - error: "statistics" is not a known attribute of module "homeassistant.components.recorder" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/energy/websocket_api.py:298:24 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/energy/websocket_api.py:361:52 - error: "statistics" is not a known attribute of module "homeassistant.components.recorder" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/energy/websocket_api.py:372:22 - error: "statistics" is not a known attribute of module "homeassistant.components.recorder" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/energyzero/sensor.py
  <CWD>/homeassistant/components/energyzero/sensor.py:163:7 - error: Base classes for class "EnergyZeroSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/energyzero/sensor.py:180:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EnergyZeroSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/energyzero/sensor.py:180:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "EnergyZeroSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/energyzero/sensor.py:198:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/enigma2/media_player.py
  <CWD>/homeassistant/components/enigma2/media_player.py:40:7 - error: Base classes for class "Enigma2Device" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/enocean/light.py
  <CWD>/homeassistant/components/enocean/light.py:72:27 - error: Operator "/" not supported for "None" (reportOptionalOperand)
<CWD>/homeassistant/components/enphase_envoy/binary_sensor.py
  <CWD>/homeassistant/components/enphase_envoy/binary_sensor.py:149:7 - error: Base classes for class "EnvoyBaseBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/binary_sensor.py:181:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/binary_sensor.py:214:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/binary_sensor.py:247:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/binary_sensor.py:280:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/enphase_envoy/config_flow.py
  <CWD>/homeassistant/components/enphase_envoy/config_flow.py:10:23 - error: "AUTH_TOKEN_MIN_VERSION" is not exported from module "pyenphase"
    Import from "pyenphase.const" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/enphase_envoy/number.py
  <CWD>/homeassistant/components/enphase_envoy/number.py:100:7 - error: Base classes for class "EnvoyRelayNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/number.py:103:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "EnvoyRelayNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/number.py:129:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/number.py:136:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/enphase_envoy/number.py:144:7 - error: Base classes for class "EnvoyStorageSettingsNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/number.py:147:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "EnvoyStorageSettingsNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/number.py:184:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/number.py:191:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/enphase_envoy/select.py
  <CWD>/homeassistant/components/enphase_envoy/select.py:157:7 - error: Base classes for class "EnvoyRelaySelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/select.py:160:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "EnvoyRelaySelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/select.py:191:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/select.py:196:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/enphase_envoy/select.py:202:7 - error: Base classes for class "EnvoyStorageSettingsSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/select.py:205:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "EnvoyStorageSettingsSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/select.py:242:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/select.py:249:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/enphase_envoy/sensor.py
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:991:7 - error: Base classes for class "EnvoySensorBaseEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1023:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1036:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1049:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1062:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1083:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1104:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1125:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1140:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1190:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1240:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1253:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1266:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1299:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1330:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1343:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1356:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1390:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/sensor.py:1423:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/enphase_envoy/switch.py
  <CWD>/homeassistant/components/enphase_envoy/switch.py:117:7 - error: Base classes for class "EnvoyEnpowerSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:120:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "EnvoyEnpowerSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:145:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:152:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:158:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:164:7 - error: Base classes for class "EnvoyDryContactSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:167:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "EnvoyDryContactSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:195:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:202:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:208:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:214:7 - error: Base classes for class "EnvoyStorageSettingsSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:217:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "EnvoyStorageSettingsSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:255:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:262:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/enphase_envoy/switch.py:268:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/entur_public_transport/sensor.py
  <CWD>/homeassistant/components/entur_public_transport/sensor.py:8:6 - error: Import "enturclient" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/entur_public_transport/sensor.py:179:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/entur_public_transport/sensor.py:184:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/entur_public_transport/sensor.py:189:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/entur_public_transport/sensor.py:195:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/entur_public_transport/sensor.py:200:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/environment_canada/config_flow.py
  <CWD>/homeassistant/components/environment_canada/config_flow.py:64:16 - error: Type "Unknown | list[dict[str, str]] | None" is not assignable to return type "list[dict[str, str]]"
    Type "Unknown | list[dict[str, str]] | None" is not assignable to type "list[dict[str, str]]"
      "None" is not assignable to "list[dict[str, str]]" (reportReturnType)
  <CWD>/homeassistant/components/environment_canada/config_flow.py:88:44 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/environment_canada/config_flow.py:89:45 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/environment_canada/config_flow.py:90:46 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/environment_canada/config_flow.py:97:54 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/environment_canada/sensor.py
  <CWD>/homeassistant/components/environment_canada/sensor.py:275:7 - error: Base classes for class "ECBaseSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/environment_canada/sensor.py:290:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ECSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/environment_canada/sensor.py:290:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ECSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/environment_canada/sensor.py:297:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/environment_canada/sensor.py:325:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/environment_canada/weather.py
  <CWD>/homeassistant/components/environment_canada/weather.py:126:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/environment_canada/weather.py:141:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/environment_canada/weather.py:148:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/environment_canada/weather.py:155:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/environment_canada/weather.py:162:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/environment_canada/weather.py:169:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/environment_canada/weather.py:176:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/envisalink/__init__.py
  <CWD>/homeassistant/components/envisalink/__init__.py:6:6 - error: Import "pyenvisalink" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/envisalink/alarm_control_panel.py
  <CWD>/homeassistant/components/envisalink/alarm_control_panel.py:95:7 - error: Base classes for class "EnvisalinkAlarm" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/envisalink/alarm_control_panel.py:137:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/envisalink/binary_sensor.py
  <CWD>/homeassistant/components/envisalink/binary_sensor.py:49:7 - error: Base classes for class "EnvisalinkBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/envisalink/binary_sensor.py:69:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/envisalink/binary_sensor.py:100:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/envisalink/binary_sensor.py:105:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/envisalink/binary_sensor.py:105:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/envisalink/entity.py
  <CWD>/homeassistant/components/envisalink/entity.py:18:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/envisalink/sensor.py
  <CWD>/homeassistant/components/envisalink/sensor.py:52:7 - error: Base classes for class "EnvisalinkSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/envisalink/sensor.py:77:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/envisalink/sensor.py:82:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/envisalink/sensor.py:87:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/envisalink/switch.py
  <CWD>/homeassistant/components/envisalink/switch.py:49:7 - error: Base classes for class "EnvisalinkSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/envisalink/switch.py:67:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ephember/climate.py
  <CWD>/homeassistant/components/ephember/climate.py:10:6 - error: Import "pyephember2.pyephember2" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ephember/climate.py:85:17 - error: "ember" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/ephember/climate.py:91:28 - error: "ember" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/ephember/climate.py:124:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ephember/climate.py:129:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ephember/climate.py:134:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ephember/climate.py:142:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ephember/climate.py:172:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ephember/climate.py:181:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/epic_games_store/calendar.py
  <CWD>/homeassistant/components/epic_games_store/calendar.py:36:7 - error: Base classes for class "EGSCalendar" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/epion/sensor.py
  <CWD>/homeassistant/components/epion/sensor.py:101:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/epion/sensor.py:106:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/epson/media_player.py
  <CWD>/homeassistant/components/epson/media_player.py:211:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/eq3btsmart/binary_sensor.py
  <CWD>/homeassistant/components/eq3btsmart/binary_sensor.py:63:7 - error: Base classes for class "Eq3BinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eq3btsmart/binary_sensor.py:76:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "Eq3BinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eq3btsmart/binary_sensor.py:76:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "Eq3BinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eq3btsmart/binary_sensor.py:79:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/eq3btsmart/climate.py
  <CWD>/homeassistant/components/eq3btsmart/climate.py:58:7 - error: Base classes for class "Eq3Climate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/eq3btsmart/entity.py
  <CWD>/homeassistant/components/eq3btsmart/entity.py:118:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/eq3btsmart/number.py
  <CWD>/homeassistant/components/eq3btsmart/number.py:128:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "Eq3NumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eq3btsmart/number.py:128:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "Eq3NumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eq3btsmart/number.py:131:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eq3btsmart/number.py:145:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/eq3btsmart/sensor.py
  <CWD>/homeassistant/components/eq3btsmart/sensor.py:61:7 - error: Base classes for class "Eq3SensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eq3btsmart/sensor.py:72:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "Eq3SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eq3btsmart/sensor.py:72:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "Eq3SensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eq3btsmart/sensor.py:75:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/eq3btsmart/switch.py
  <CWD>/homeassistant/components/eq3btsmart/switch.py:81:7 - error: Base classes for class "Eq3SwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eq3btsmart/switch.py:94:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "Eq3SwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eq3btsmart/switch.py:94:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "Eq3SwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eq3btsmart/switch.py:107:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/escea/climate.py
  <CWD>/homeassistant/components/escea/climate.py:177:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/escea/climate.py:182:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/escea/climate.py:187:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/escea/climate.py:192:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/esphome/__init__.py
  <CWD>/homeassistant/components/esphome/__init__.py:7:27 - error: "APIClient" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/__init__.py:7:38 - error: "APIConnectionError" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/esphome/alarm_control_panel.py
  <CWD>/homeassistant/components/esphome/alarm_control_panel.py:63:7 - error: Base classes for class "EsphomeAlarmControlPanel" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/alarm_control_panel.py:63:7 - error: Base classes for class "EsphomeAlarmControlPanel" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/alarm_control_panel.py:95:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/alarm_control_panel.py:100:15 - error: Method "async_alarm_disarm" overrides class "AlarmControlPanelEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/alarm_control_panel.py:110:15 - error: Method "async_alarm_arm_home" overrides class "AlarmControlPanelEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/alarm_control_panel.py:120:15 - error: Method "async_alarm_arm_away" overrides class "AlarmControlPanelEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/alarm_control_panel.py:130:15 - error: Method "async_alarm_arm_night" overrides class "AlarmControlPanelEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/alarm_control_panel.py:140:15 - error: Method "async_alarm_arm_custom_bypass" overrides class "AlarmControlPanelEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/alarm_control_panel.py:150:15 - error: Method "async_alarm_arm_vacation" overrides class "AlarmControlPanelEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/alarm_control_panel.py:160:15 - error: Method "async_alarm_trigger" overrides class "AlarmControlPanelEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/esphome/assist_satellite.py
  <CWD>/homeassistant/components/esphome/assist_satellite.py:123:7 - error: Base classes for class "EsphomeAssistSatellite" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/assist_satellite.py:396:15 - error: Method "async_announce" overrides class "AssistSatelliteEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/assist_satellite.py:406:15 - error: Method "async_start_conversation" overrides class "AssistSatelliteEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/esphome/binary_sensor.py
  <CWD>/homeassistant/components/esphome/binary_sensor.py:21:7 - error: Base classes for class "EsphomeBinarySensor" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/binary_sensor.py:21:7 - error: Base classes for class "EsphomeBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/binary_sensor.py:27:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/binary_sensor.py:46:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/esphome/bluetooth.py
  <CWD>/homeassistant/components/esphome/bluetooth.py:8:27 - error: "APIClient" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/esphome/button.py
  <CWD>/homeassistant/components/esphome/button.py:22:7 - error: Base classes for class "EsphomeButton" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/button.py:22:7 - error: Base classes for class "EsphomeButton" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/button.py:49:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/esphome/camera.py
  <CWD>/homeassistant/components/esphome/camera.py:22:7 - error: Base classes for class "EsphomeCamera" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/camera.py:22:7 - error: Base classes for class "EsphomeCamera" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/camera.py:22:7 - error: Base classes for class "EsphomeCamera" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/camera.py:22:7 - error: Base classes for class "EsphomeCamera" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/camera.py:22:7 - error: Base classes for class "EsphomeCamera" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/esphome/climate.py
  <CWD>/homeassistant/components/esphome/climate.py:133:7 - error: Base classes for class "EsphomeClimateEntity" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:133:7 - error: Base classes for class "EsphomeClimateEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:209:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:215:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:224:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:231:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:240:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:246:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:254:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:266:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:285:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:293:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:301:9 - error: "target_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/climate.py:306:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/climate.py:345:15 - error: Method "async_set_humidity" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/climate.py:354:15 - error: Method "async_set_hvac_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/climate.py:363:15 - error: Method "async_set_preset_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/climate.py:373:15 - error: Method "async_set_fan_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/climate.py:383:15 - error: Method "async_set_swing_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/esphome/config_flow.py
  <CWD>/homeassistant/components/esphome/config_flow.py:12:5 - error: "APIClient" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/config_flow.py:13:5 - error: "APIConnectionError" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/config_flow.py:15:5 - error: "InvalidAuthAPIError" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/config_flow.py:16:5 - error: "InvalidEncryptionKeyAPIError" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/config_flow.py:17:5 - error: "RequiresEncryptionAPIError" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/config_flow.py:18:5 - error: "ResolveAPIError" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/config_flow.py:19:5 - error: "wifi_mac_to_bluetooth_mac" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/config_flow.py:577:16 - error: Could not access item in TypedDict
    "type" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/esphome/cover.py
  <CWD>/homeassistant/components/esphome/cover.py:30:7 - error: Base classes for class "EsphomeCover" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/cover.py:30:7 - error: Base classes for class "EsphomeCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/cover.py:57:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/cover.py:64:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/cover.py:70:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/cover.py:76:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/cover.py:84:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/cover.py:91:15 - error: Method "async_open_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/cover.py:98:15 - error: Method "async_close_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/cover.py:105:15 - error: Method "async_stop_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/cover.py:112:15 - error: Method "async_set_cover_position" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/cover.py:121:15 - error: Method "async_open_cover_tilt" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/cover.py:128:15 - error: Method "async_close_cover_tilt" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/cover.py:135:15 - error: Method "async_set_cover_tilt_position" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/esphome/dashboard.py
  <CWD>/homeassistant/components/esphome/dashboard.py:131:21 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/esphome/dashboard.py:131:21 - error: Could not access item in TypedDict
    "source" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/esphome/date.py
  <CWD>/homeassistant/components/esphome/date.py:17:7 - error: Base classes for class "EsphomeDate" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/date.py:17:7 - error: Base classes for class "EsphomeDate" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/date.py:22:9 - error: "native_value" overrides symbol of same name in class "DateEntity"
    "property" is not assignable to "cached_property[date | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/esphome/datetime.py
  <CWD>/homeassistant/components/esphome/datetime.py:18:7 - error: Base classes for class "EsphomeDateTime" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/datetime.py:18:7 - error: Base classes for class "EsphomeDateTime" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/datetime.py:23:9 - error: "native_value" overrides symbol of same name in class "DateTimeEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/esphome/entity.py
  <CWD>/homeassistant/components/esphome/entity.py:12:5 - error: "APIConnectionError" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/entity.py:318:5 - error: "device_entry" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DeviceEntry" is not the same as base type "DeviceEntry | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/entity.py:327:5 - error: "unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "cached_property" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/esphome/entry_data.py
  <CWD>/homeassistant/components/esphome/entry_data.py:17:5 - error: "APIClient" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/esphome/event.py
  <CWD>/homeassistant/components/esphome/event.py:18:7 - error: Base classes for class "EsphomeEvent" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/event.py:18:7 - error: Base classes for class "EsphomeEvent" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/esphome/fan.py
  <CWD>/homeassistant/components/esphome/fan.py:46:7 - error: Base classes for class "EsphomeFan" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/fan.py:46:7 - error: Base classes for class "EsphomeFan" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/fan.py:86:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/fan.py:93:15 - error: Method "async_oscillate" overrides class "FanEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/fan.py:102:15 - error: Method "async_set_direction" overrides class "FanEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/fan.py:111:15 - error: Method "async_set_preset_mode" overrides class "FanEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/fan.py:127:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/fan.py:141:9 - error: "oscillating" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/fan.py:147:9 - error: "current_direction" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/fan.py:153:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/esphome/ffmpeg_proxy.py
  <CWD>/homeassistant/components/esphome/ffmpeg_proxy.py:12:47 - error: "BaseRequest" is not exported from module "aiohttp.abc"
    Import from "aiohttp.web_request" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/esphome/light.py
  <CWD>/homeassistant/components/esphome/light.py:157:7 - error: Base classes for class "EsphomeLight" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/light.py:157:7 - error: Base classes for class "EsphomeLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/light.py:165:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/light.py:170:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/light.py:286:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/light.py:297:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/light.py:303:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/light.py:315:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/light.py:333:9 - error: "rgbw_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/light.py:341:9 - error: "rgbww_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/light.py:377:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/esphome/lock.py
  <CWD>/homeassistant/components/esphome/lock.py:24:7 - error: Base classes for class "EsphomeLock" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/lock.py:24:7 - error: Base classes for class "EsphomeLock" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/lock.py:43:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/lock.py:51:9 - error: "is_locking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/lock.py:57:9 - error: "is_unlocking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/lock.py:63:9 - error: "is_jammed" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/lock.py:68:15 - error: Method "async_lock" overrides class "LockEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/lock.py:75:15 - error: Method "async_unlock" overrides class "LockEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/lock.py:83:15 - error: Method "async_open" overrides class "LockEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/esphome/manager.py
  <CWD>/homeassistant/components/esphome/manager.py:13:5 - error: "APIClient" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/manager.py:14:5 - error: "APIConnectionError" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/manager.py:17:5 - error: "EncryptionPlaintextAPIError" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/manager.py:19:5 - error: "InvalidAuthAPIError" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/manager.py:20:5 - error: "InvalidEncryptionKeyAPIError" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/manager.py:22:5 - error: "ReconnectLogic" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.reconnect_logic" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/manager.py:23:5 - error: "RequiresEncryptionAPIError" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.core" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/manager.py:28:5 - error: "parse_log_message" is not exported from module "aioesphomeapi"
    Import from "aioesphomeapi.log_parser" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/esphome/manager.py:1198:20 - error: Argument of type "UserServiceArgType | None" cannot be assigned to parameter "key" of type "UserServiceArgType" in function "__getitem__"
    Type "UserServiceArgType | None" is not assignable to type "UserServiceArgType"
      "None" is not assignable to "UserServiceArgType" (reportArgumentType)
<CWD>/homeassistant/components/esphome/media_player.py
  <CWD>/homeassistant/components/esphome/media_player.py:87:7 - error: Base classes for class "EsphomeMediaPlayer" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:87:7 - error: Base classes for class "EsphomeMediaPlayer" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:111:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:111:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:117:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:123:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:128:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:242:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:249:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:258:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:267:15 - error: Method "async_media_stop" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:276:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:285:15 - error: Method "async_turn_on" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/media_player.py:294:15 - error: Method "async_turn_off" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/esphome/number.py
  <CWD>/homeassistant/components/esphome/number.py:37:7 - error: Base classes for class "EsphomeNumber" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/number.py:37:7 - error: Base classes for class "EsphomeNumber" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/number.py:62:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/number.py:68:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/esphome/select.py
  <CWD>/homeassistant/components/esphome/select.py:64:7 - error: Base classes for class "EsphomeSelect" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/select.py:64:7 - error: Base classes for class "EsphomeSelect" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/select.py:75:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/select.py:81:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/select.py:88:7 - error: Base classes for class "EsphomeAssistPipelineSelect" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/select.py:101:7 - error: Base classes for class "EsphomeVadSensitivitySelect" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/select.py:110:7 - error: Base classes for class "EsphomeAssistSatelliteWakeWordSelect" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/select.py:110:7 - error: Base classes for class "EsphomeAssistSatelliteWakeWordSelect" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/select.py:110:7 - error: Base classes for class "EsphomeAssistSatelliteWakeWordSelect" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/select.py:110:7 - error: Base classes for class "EsphomeAssistSatelliteWakeWordSelect" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/select.py:110:7 - error: Base classes for class "EsphomeAssistSatelliteWakeWordSelect" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/select.py:150:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/esphome/sensor.py
  <CWD>/homeassistant/components/esphome/sensor.py:71:7 - error: Base classes for class "EsphomeSensor" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/sensor.py:71:7 - error: Base classes for class "EsphomeSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/sensor.py:101:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/sensor.py:113:7 - error: Base classes for class "EsphomeTextSensor" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/sensor.py:113:7 - error: Base classes for class "EsphomeTextSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/sensor.py:126:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/esphome/switch.py
  <CWD>/homeassistant/components/esphome/switch.py:24:7 - error: Base classes for class "EsphomeSwitch" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/switch.py:24:7 - error: Base classes for class "EsphomeSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/switch.py:39:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/switch.py:44:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/switch.py:51:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/esphome/text.py
  <CWD>/homeassistant/components/esphome/text.py:30:7 - error: Base classes for class "EsphomeText" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/text.py:30:7 - error: Base classes for class "EsphomeText" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/text.py:45:9 - error: "native_value" overrides symbol of same name in class "TextEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/text.py:51:15 - error: Method "async_set_value" overrides class "TextEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/esphome/time.py
  <CWD>/homeassistant/components/esphome/time.py:17:7 - error: Base classes for class "EsphomeTime" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/time.py:17:7 - error: Base classes for class "EsphomeTime" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/time.py:22:9 - error: "native_value" overrides symbol of same name in class "TimeEntity"
    "property" is not assignable to "cached_property[time | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/esphome/update.py
  <CWD>/homeassistant/components/esphome/update.py:161:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/update.py:270:7 - error: Base classes for class "ESPHomeUpdateEntity" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/update.py:270:7 - error: Base classes for class "ESPHomeUpdateEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/update.py:290:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/update.py:296:9 - error: "in_progress" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/update.py:302:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/update.py:307:15 - error: Method "async_release_notes" overrides class "UpdateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, str | None]", override returns type "Coroutine[Any, Any, str | None]"
      "Coroutine[Any, Any, str | None]" is not assignable to "CoroutineType[Any, Any, str | None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/update.py:315:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/update.py:321:9 - error: "title" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/update.py:327:9 - error: "update_percentage" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[int | float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/update.py:344:15 - error: Method "async_install" overrides class "UpdateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/esphome/valve.py
  <CWD>/homeassistant/components/esphome/valve.py:28:7 - error: Base classes for class "EsphomeValve" define variable "device_entry" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/valve.py:28:7 - error: Base classes for class "EsphomeValve" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/esphome/valve.py:73:15 - error: Method "async_open_valve" overrides class "ValveEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/valve.py:80:15 - error: Method "async_close_valve" overrides class "ValveEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/valve.py:87:15 - error: Method "async_stop_valve" overrides class "ValveEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/esphome/valve.py:94:15 - error: Method "async_set_valve_position" overrides class "ValveEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/etherscan/sensor.py
  <CWD>/homeassistant/components/etherscan/sensor.py:7:6 - error: Import "pyetherscan" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/etherscan/sensor.py:71:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/etherscan/sensor.py:76:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/etherscan/sensor.py:81:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/eufy/__init__.py
  <CWD>/homeassistant/components/eufy/__init__.py:3:8 - error: Import "lakeside" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/eufy/light.py
  <CWD>/homeassistant/components/eufy/light.py:7:8 - error: Import "lakeside" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/eufy/light.py:78:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufy/light.py:83:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufy/light.py:88:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufy/light.py:93:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufy/light.py:102:16 - error: Operator "*" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/eufy/light.py:106:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufy/light.py:111:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufy/light.py:149:17 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/eufy/light.py:149:30 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/homeassistant/components/eufy/switch.py
  <CWD>/homeassistant/components/eufy/switch.py:7:8 - error: Import "lakeside" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/eufy/switch.py:47:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufy/switch.py:52:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufy/switch.py:57:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/eufylife_ble/sensor.py
  <CWD>/homeassistant/components/eufylife_ble/sensor.py:61:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufylife_ble/sensor.py:95:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufylife_ble/sensor.py:102:9 - error: "suggested_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufylife_ble/sensor.py:123:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufylife_ble/sensor.py:128:9 - error: "suggested_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/eufylife_ble/sensor.py:169:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/event/__init__.py
  <CWD>/homeassistant/components/event/__init__.py:115:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EventEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/event/__init__.py:116:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EventDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/event/__init__.py:118:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/event/__init__.py:165:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/event/__init__.py:173:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/event/__init__.py:181:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/everlights/light.py
  <CWD>/homeassistant/components/everlights/light.py:103:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/evil_genius_labs/entity.py
  <CWD>/homeassistant/components/evil_genius_labs/entity.py:19:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/evil_genius_labs/light.py
  <CWD>/homeassistant/components/evil_genius_labs/light.py:30:7 - error: Base classes for class "EvilGeniusLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evil_genius_labs/light.py:30:7 - error: Base classes for class "EvilGeniusLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evil_genius_labs/light.py:50:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evil_genius_labs/light.py:55:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evil_genius_labs/light.py:60:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evil_genius_labs/light.py:71:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evil_genius_labs/light.py:84:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/evil_genius_labs/light.py:110:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/evohome/__init__.py
  <CWD>/homeassistant/components/evohome/__init__.py:231:55 - error: Could not access item in TypedDict
    "timing_mode" is not a required key in "EvoAllowedSystemModesResponseT", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/evohome/__init__.py:245:55 - error: Could not access item in TypedDict
    "timing_mode" is not a required key in "EvoAllowedSystemModesResponseT", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/evohome/climate.py
  <CWD>/homeassistant/components/evohome/climate.py:136:7 - error: Base classes for class "EvoClimateEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:136:7 - error: Base classes for class "EvoClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:143:7 - error: Base classes for class "EvoZone" define variable "current_temperature" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:148:5 - error: "_evo_device" overrides symbol of same name in class "EvoChild"
    Variable is mutable so its type is invariant
      Override type "Zone" is not the same as base type "HotWater | Zone" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:148:5 - error: "_evo_device" overrides symbol of same name in class "EvoEntity"
    Variable is mutable so its type is invariant
      Override type "Zone" is not the same as base type "ControlSystem | HotWater | Zone" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:205:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:210:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:221:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:226:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:233:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:241:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:325:5 - error: "_evo_device" overrides symbol of same name in class "EvoEntity"
    Variable is mutable so its type is invariant
      Override type "ControlSystem" is not the same as base type "ControlSystem | HotWater | Zone" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:382:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:392:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/climate.py:403:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/evohome/entity.py
  <CWD>/homeassistant/components/evohome/entity.py:67:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/entity.py:95:5 - error: "_evo_device" overrides symbol of same name in class "EvoEntity"
    Variable is mutable so its type is invariant
      Override type "HotWater | Zone" is not the same as base type "ControlSystem | HotWater | Zone" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/evohome/water_heater.py
  <CWD>/homeassistant/components/evohome/water_heater.py:68:7 - error: Base classes for class "EvoDHW" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/water_heater.py:68:7 - error: Base classes for class "EvoDHW" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/water_heater.py:68:7 - error: Base classes for class "EvoDHW" define variable "current_temperature" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/water_heater.py:81:5 - error: "_evo_device" overrides symbol of same name in class "EvoChild"
    Variable is mutable so its type is invariant
      Override type "HotWater" is not the same as base type "HotWater | Zone" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/water_heater.py:101:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/evohome/water_heater.py:108:9 - error: "is_away_mode_on" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ezviz/alarm_control_panel.py
  <CWD>/homeassistant/components/ezviz/alarm_control_panel.py:92:14 - error: "entity_description" overrides symbol of same name in class "AlarmControlPanelEntity"
    Variable is mutable so its type is invariant
      Override type "EzvizAlarmControlPanelEntityDescription" is not the same as base type "AlarmControlPanelEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/alarm_control_panel.py:104:17 - error: Argument of type "Literal[1]" cannot be assigned to parameter "mode" of type "DefenseModeType" in function "api_set_defence_mode"
    "Literal[1]" is not assignable to "DefenseModeType" (reportArgumentType)
  <CWD>/homeassistant/components/ezviz/alarm_control_panel.py:115:17 - error: Argument of type "Literal[2]" cannot be assigned to parameter "mode" of type "DefenseModeType" in function "api_set_defence_mode"
    "Literal[2]" is not assignable to "DefenseModeType" (reportArgumentType)
  <CWD>/homeassistant/components/ezviz/alarm_control_panel.py:126:17 - error: Argument of type "Literal[3]" cannot be assigned to parameter "mode" of type "DefenseModeType" in function "api_set_defence_mode"
    "Literal[3]" is not assignable to "DefenseModeType" (reportArgumentType)
<CWD>/homeassistant/components/ezviz/binary_sensor.py
  <CWD>/homeassistant/components/ezviz/binary_sensor.py:53:7 - error: Base classes for class "EzvizBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/binary_sensor.py:69:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ezviz/button.py
  <CWD>/homeassistant/components/ezviz/button.py:90:7 - error: Base classes for class "EzvizButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/button.py:104:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EzvizButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/button.py:104:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "EzvizButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ezviz/camera.py
  <CWD>/homeassistant/components/ezviz/camera.py:145:9 - error: "is_on" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/camera.py:150:9 - error: "is_recording" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/camera.py:155:9 - error: "motion_detection_enabled" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ezviz/config_flow.py
  <CWD>/homeassistant/components/ezviz/config_flow.py:99:5 - error: "unique_id" incorrectly overrides property of same name in class "ConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/ezviz/entity.py
  <CWD>/homeassistant/components/ezviz/entity.py:49:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/entity.py:88:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ezviz/image.py
  <CWD>/homeassistant/components/ezviz/image.py:67:9 - error: "available" incorrectly overrides property of same name in class "EzvizEntity" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/ezviz/light.py
  <CWD>/homeassistant/components/ezviz/light.py:43:7 - error: Base classes for class "EzvizLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ezviz/number.py
  <CWD>/homeassistant/components/ezviz/number.py:68:7 - error: Base classes for class "EzvizNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/number.py:92:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ezviz/select.py
  <CWD>/homeassistant/components/ezviz/select.py:142:7 - error: Base classes for class "EzvizSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/select.py:157:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ezviz/sensor.py
  <CWD>/homeassistant/components/ezviz/sensor.py:91:7 - error: Base classes for class "EzvizSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/sensor.py:104:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ezviz/siren.py
  <CWD>/homeassistant/components/ezviz/siren.py:52:7 - error: Base classes for class "EzvizSirenEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/siren.py:52:7 - error: Base classes for class "EzvizSirenEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/siren.py:52:7 - error: Base classes for class "EzvizSirenEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/siren.py:52:7 - error: Base classes for class "EzvizSirenEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/siren.py:52:7 - error: Base classes for class "EzvizSirenEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/siren.py:52:7 - error: Base classes for class "EzvizSirenEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ezviz/switch.py
  <CWD>/homeassistant/components/ezviz/switch.py:126:7 - error: Base classes for class "EzvizSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ezviz/update.py
  <CWD>/homeassistant/components/ezviz/update.py:47:7 - error: Base classes for class "EzvizUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/update.py:69:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/update.py:74:9 - error: "in_progress" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/update.py:79:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ezviz/update.py:93:9 - error: "update_percentage" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[int | float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/faa_delays/binary_sensor.py
  <CWD>/homeassistant/components/faa_delays/binary_sensor.py:101:7 - error: Base classes for class "FAABinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/faa_delays/binary_sensor.py:116:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FaaDelaysBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/faa_delays/binary_sensor.py:116:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "FaaDelaysBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/faa_delays/binary_sensor.py:127:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/faa_delays/binary_sensor.py:132:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fail2ban/sensor.py
  <CWD>/homeassistant/components/fail2ban/sensor.py:74:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fail2ban/sensor.py:79:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fail2ban/sensor.py:84:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/familyhub/camera.py
  <CWD>/homeassistant/components/familyhub/camera.py:5:6 - error: Import "pyfamilyhublocal" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/familyhub/camera.py:62:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fan/__init__.py
  <CWD>/homeassistant/components/fan/__init__.py:211:5 - error: "entity_description" overrides symbol of same name in class "ToggleEntity"
    Variable is mutable so its type is invariant
      Override type "FanEntityDescription" is not the same as base type "ToggleEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fan/__init__.py:218:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FanEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fan/__init__.py:341:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fan/__init__.py:373:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fan/__init__.py:388:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fastdotcom/sensor.py
  <CWD>/homeassistant/components/fastdotcom/sensor.py:29:7 - error: Base classes for class "SpeedtestSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fastdotcom/sensor.py:52:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/feedreader/coordinator.py
  <CWD>/homeassistant/components/feedreader/coordinator.py:161:24 - error: Cannot assign to attribute "entries" for class "FeedParserDict"
    Attribute "entries" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/feedreader/event.py
  <CWD>/homeassistant/components/feedreader/event.py:39:7 - error: Base classes for class "FeedReaderEvent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/feedreader/event.py:83:37 - error: Argument of type "Unknown | Any | list[Unknown] | None" cannot be assigned to parameter "s" of type "AnyStr@unescape" in function "unescape"
    Type "Unknown | Any | list[Unknown] | None" is not assignable to constrained type variable "AnyStr" (reportArgumentType)
<CWD>/homeassistant/components/ffmpeg/__init__.py
  <CWD>/homeassistant/components/ffmpeg/__init__.py:183:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ffmpeg/camera.py
  <CWD>/homeassistant/components/ffmpeg/camera.py:96:17 - error: Argument of type "StreamReader" cannot be assigned to parameter "stream" of type "StreamReader" in function "async_aiohttp_proxy_stream"
    "asyncio.streams.StreamReader" is not assignable to "aiohttp.streams.StreamReader" (reportArgumentType)
  <CWD>/homeassistant/components/ffmpeg/camera.py:103:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ffmpeg_motion/binary_sensor.py
  <CWD>/homeassistant/components/ffmpeg_motion/binary_sensor.py:71:7 - error: Base classes for class "FFmpegBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ffmpeg_motion/binary_sensor.py:91:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ffmpeg_motion/binary_sensor.py:96:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ffmpeg_motion/binary_sensor.py:134:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ffmpeg_noise/binary_sensor.py
  <CWD>/homeassistant/components/ffmpeg_noise/binary_sensor.py:100:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fibaro/__init__.py
  <CWD>/homeassistant/components/fibaro/__init__.py:188:35 - error: Argument of type "set[tuple[Literal['fibaro'], int]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/fibaro/__init__.py:204:17 - error: Could not access item in TypedDict
    "identifiers" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/fibaro/__init__.py:238:24 - error: Cannot assign to attribute "fibaro_controller" for class "DeviceModel"
    Attribute "fibaro_controller" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/__init__.py:242:24 - error: Cannot assign to attribute "room_name" for class "DeviceModel"
    Attribute "room_name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/__init__.py:243:24 - error: Cannot assign to attribute "friendly_name" for class "DeviceModel"
    Attribute "friendly_name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/__init__.py:244:24 - error: Cannot assign to attribute "ha_id" for class "DeviceModel"
    Attribute "ha_id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/__init__.py:251:24 - error: Cannot assign to attribute "unique_id_str" for class "DeviceModel"
    Attribute "unique_id_str" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/__init__.py:255:28 - error: Cannot access attribute "ha_id" for class "DeviceModel"
    Attribute "ha_id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/__init__.py:269:32 - error: Cannot access attribute "ha_id" for class "DeviceModel"
    Attribute "ha_id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/__init__.py:273:79 - error: Cannot access attribute "ha_id" for class "DeviceModel"
    Attribute "ha_id" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/fibaro/binary_sensor.py
  <CWD>/homeassistant/components/fibaro/binary_sensor.py:78:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fibaro/climate.py
  <CWD>/homeassistant/components/fibaro/climate.py:126:7 - error: Base classes for class "FibaroThermostat" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fibaro/climate.py:139:56 - error: Cannot access attribute "ha_id" for class "DeviceModel"
    Attribute "ha_id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/climate.py:239:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fibaro/climate.py:263:20 - error: Type "str | None" is not assignable to return type "str | int"
    Type "str | None" is not assignable to type "str | int"
      Type "None" is not assignable to type "str | int"
        "None" is not assignable to "str"
        "None" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/fibaro/climate.py:267:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fibaro/climate.py:297:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fibaro/climate.py:305:69 - error: "lower" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/fibaro/climate.py:310:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fibaro/climate.py:349:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fibaro/climate.py:359:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fibaro/cover.py
  <CWD>/homeassistant/components/fibaro/cover.py:42:7 - error: Base classes for class "PositionableFibaroCover" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fibaro/cover.py:109:7 - error: Base classes for class "FibaroCover" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fibaro/entity.py
  <CWD>/homeassistant/components/fibaro/entity.py:27:59 - error: Cannot access attribute "fibaro_controller" for class "DeviceModel"
    Attribute "fibaro_controller" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/entity.py:28:36 - error: Cannot access attribute "ha_id" for class "DeviceModel"
    Attribute "ha_id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/entity.py:29:41 - error: Cannot access attribute "friendly_name" for class "DeviceModel"
    Attribute "friendly_name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/entity.py:30:46 - error: Cannot access attribute "unique_id_str" for class "DeviceModel"
    Attribute "unique_id_str" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/entity.py:97:48 - error: Argument of type "tuple[Any, ...]" cannot be assigned to parameter "arguments" of type "list[Any] | None" in function "execute_action"
    Type "tuple[Any, ...]" is not assignable to type "list[Any] | None"
      "tuple[Any, ...]" is not assignable to "list[Any]"
      "tuple[Any, ...]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/fibaro/entity.py:105:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fibaro/event.py
  <CWD>/homeassistant/components/fibaro/event.py:40:7 - error: Base classes for class "FibaroEventEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fibaro/event.py:53:44 - error: Cannot access attribute "friendly_name" for class "DeviceModel"
    Attribute "friendly_name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/event.py:56:49 - error: Cannot access attribute "unique_id_str" for class "DeviceModel"
    Attribute "unique_id_str" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/fibaro/light.py
  <CWD>/homeassistant/components/fibaro/light.py:64:7 - error: Base classes for class "FibaroLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fibaro/light.py:72:16 - error: Operator "in" not supported for types "Literal['RGB']" and "str | None"
    Operator "in" not supported for types "Literal['RGB']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/fibaro/light.py:73:16 - error: Operator "in" not supported for types "Literal['rgb']" and "str | None"
    Operator "in" not supported for types "Literal['rgb']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/fibaro/light.py:74:16 - error: Operator "in" not supported for types "Literal['color']" and "str | None"
    Operator "in" not supported for types "Literal['color']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/fibaro/light.py:81:16 - error: Operator "in" not supported for types "Literal['RGBW']" and "str | None"
    Operator "in" not supported for types "Literal['RGBW']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/fibaro/light.py:82:16 - error: Operator "in" not supported for types "Literal['rgbw']" and "str | None"
    Operator "in" not supported for types "Literal['rgbw']" and "None" (reportOperatorIssue)
<CWD>/homeassistant/components/fibaro/lock.py
  <CWD>/homeassistant/components/fibaro/lock.py:31:7 - error: Base classes for class "FibaroLock" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fibaro/sensor.py
  <CWD>/homeassistant/components/fibaro/sensor.py:111:52 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/fibaro/sensor.py:139:7 - error: Base classes for class "FibaroSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fibaro/sensor.py:157:57 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/fibaro/sensor.py:158:21 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/fibaro/sensor.py:168:7 - error: Base classes for class "FibaroAdditionalSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fibaro/sensor.py:183:44 - error: Cannot access attribute "friendly_name" for class "DeviceModel"
    Attribute "friendly_name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fibaro/sensor.py:184:49 - error: Cannot access attribute "unique_id_str" for class "DeviceModel"
    Attribute "unique_id_str" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/fibaro/switch.py
  <CWD>/homeassistant/components/fibaro/switch.py:31:7 - error: Base classes for class "FibaroSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fido/sensor.py
  <CWD>/homeassistant/components/fido/sensor.py:229:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/file/sensor.py
  <CWD>/homeassistant/components/file/sensor.py:76:24 - error: "data" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/filesize/sensor.py
  <CWD>/homeassistant/components/filesize/sensor.py:71:7 - error: Base classes for class "FilesizeEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/filesize/sensor.py:94:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/filter/sensor.py
  <CWD>/homeassistant/components/filter/sensor.py:404:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/filter/sensor.py:523:7 - error: Base classes for class "RangeFilter" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/filter/sensor.py:582:7 - error: Base classes for class "OutlierFilter" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/filter/sensor.py:632:7 - error: Base classes for class "LowPassFilter" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/filter/sensor.py:666:7 - error: Base classes for class "TimeSMAFilter" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/filter/sensor.py:721:7 - error: Base classes for class "ThrottleFilter" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/filter/sensor.py:748:7 - error: Base classes for class "TimeThrottleFilter" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fing/device_tracker.py
  <CWD>/homeassistant/components/fing/device_tracker.py:60:7 - error: Base classes for class "FingTrackedDevice" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fing/device_tracker.py:77:46 - error: Argument of type "str | None" cannot be assigned to parameter "type" of type "str" in function "get_icon_from_type"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/fing/device_tracker.py:85:9 - error: "ip_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fing/device_tracker.py:90:9 - error: "entity_registry_enabled_default" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fing/device_tracker.py:95:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fing/device_tracker.py:109:54 - error: Argument of type "str | None" cannot be assigned to parameter "type" of type "str" in function "get_icon_from_type"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/fing/device_tracker.py:121:50 - error: Argument of type "str | None" cannot be assigned to parameter "type" of type "str" in function "get_icon_from_type"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/fints/sensor.py
  <CWD>/homeassistant/components/fints/sensor.py:277:26 - error: Cannot assign to attribute "_holdings" for class "FinTsHoldingsAccount*"
    Type "NeedTANResponse | list[Unknown]" is not assignable to type "list[Any]"
      "NeedTANResponse" is not assignable to "list[Any]" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fints/sensor.py:281:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/firefly_iii/sensor.py
  <CWD>/homeassistant/components/firefly_iii/sensor.py:78:7 - error: Base classes for class "FireflyAccountBalanceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firefly_iii/sensor.py:99:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firefly_iii/sensor.py:104:7 - error: Base classes for class "FireflyAccountRoleSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firefly_iii/sensor.py:122:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firefly_iii/sensor.py:133:7 - error: Base classes for class "FireflyAccountTypeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firefly_iii/sensor.py:156:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firefly_iii/sensor.py:161:7 - error: Base classes for class "FireflyCategorySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firefly_iii/sensor.py:182:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firefly_iii/sensor.py:193:7 - error: Base classes for class "FireflyBudgetSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firefly_iii/sensor.py:214:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fireservicerota/binary_sensor.py
  <CWD>/homeassistant/components/fireservicerota/binary_sensor.py:33:7 - error: Base classes for class "ResponseBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fireservicerota/binary_sensor.py:53:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fireservicerota/binary_sensor.py:58:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fireservicerota/sensor.py
  <CWD>/homeassistant/components/fireservicerota/sensor.py:44:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fireservicerota/sensor.py:55:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fireservicerota/sensor.py:60:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fireservicerota/switch.py
  <CWD>/homeassistant/components/fireservicerota/switch.py:58:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fireservicerota/switch.py:68:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fireservicerota/switch.py:73:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fireservicerota/switch.py:78:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/firmata/binary_sensor.py
  <CWD>/homeassistant/components/firmata/binary_sensor.py:47:7 - error: Base classes for class "FirmataBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/binary_sensor.py:47:7 - error: Base classes for class "FirmataBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/binary_sensor.py:47:7 - error: Base classes for class "FirmataBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/binary_sensor.py:59:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/firmata/board.py
  <CWD>/homeassistant/components/firmata/board.py:42:35 - error: Cannot assign to attribute "api" for class "FirmataBoard*"
    "None" is not assignable to "PymataExpress" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/firmata/board.py:113:20 - error: Cannot assign to attribute "api" for class "FirmataBoard*"
    "None" is not assignable to "PymataExpress" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/firmata/board.py:131:13 - error: Operator "+=" not supported for types "int" and "Any | None"
    Operator "+" not supported for types "int" and "None" (reportOperatorIssue)
<CWD>/homeassistant/components/firmata/light.py
  <CWD>/homeassistant/components/firmata/light.py:54:7 - error: Base classes for class "FirmataLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/light.py:54:7 - error: Base classes for class "FirmataLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/light.py:54:7 - error: Base classes for class "FirmataLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/light.py:78:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/light.py:83:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/firmata/pin.py
  <CWD>/homeassistant/components/firmata/pin.py:94:14 - error: "_state" overrides symbol of same name in class "FirmataBoardPin"
    Variable is mutable so its type is invariant
      Override type "bool" is not the same as base type "bool | int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/pin.py:143:14 - error: "_state" overrides symbol of same name in class "FirmataBoardPin"
    Variable is mutable so its type is invariant
      Override type "int" is not the same as base type "bool | int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/pin.py:211:14 - error: "_state" overrides symbol of same name in class "FirmataBoardPin"
    Variable is mutable so its type is invariant
      Override type "bool" is not the same as base type "bool | int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/pin.py:218:5 - error: "_analog_pin" overrides symbol of same name in class "FirmataBoardPin"
    Variable is mutable so its type is invariant
      Override type "int" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/pin.py:276:14 - error: "_state" overrides symbol of same name in class "FirmataBoardPin"
    Variable is mutable so its type is invariant
      Override type "int" is not the same as base type "bool | int | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/firmata/sensor.py
  <CWD>/homeassistant/components/firmata/sensor.py:47:7 - error: Base classes for class "FirmataSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/sensor.py:47:7 - error: Base classes for class "FirmataSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/sensor.py:47:7 - error: Base classes for class "FirmataSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/sensor.py:59:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/firmata/switch.py
  <CWD>/homeassistant/components/firmata/switch.py:49:7 - error: Base classes for class "FirmataSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/switch.py:49:7 - error: Base classes for class "FirmataSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/switch.py:49:7 - error: Base classes for class "FirmataSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/firmata/switch.py:57:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fitbit/application_credentials.py
  <CWD>/homeassistant/components/fitbit/application_credentials.py:64:40 - error: "resp" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/fitbit/sensor.py
  <CWD>/homeassistant/components/fitbit/sensor.py:613:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "FitbitSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fitbit/sensor.py:649:7 - error: Base classes for class "FitbitBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fitbit/sensor.py:665:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FitbitSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fitbit/sensor.py:665:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "FitbitSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fitbit/sensor.py:678:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fitbit/sensor.py:685:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fitbit/sensor.py:705:7 - error: Base classes for class "FitbitBatteryLevelSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fitbit/sensor.py:722:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FitbitSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fitbit/sensor.py:722:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "FitbitSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fivem/binary_sensor.py
  <CWD>/homeassistant/components/fivem/binary_sensor.py:47:7 - error: Base classes for class "FiveMSensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fivem/binary_sensor.py:47:7 - error: Base classes for class "FiveMSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fivem/binary_sensor.py:50:5 - error: "entity_description" overrides symbol of same name in class "FiveMEntity"
    Variable is mutable so its type is invariant
      Override type "FiveMBinarySensorEntityDescription" is not the same as base type "FiveMEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fivem/binary_sensor.py:50:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "FiveMBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fivem/binary_sensor.py:53:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fivem/config_flow.py
  <CWD>/homeassistant/components/fivem/config_flow.py:35:17 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/homeassistant/components/fivem/entity.py
  <CWD>/homeassistant/components/fivem/entity.py:41:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FiveMEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fivem/entity.py:53:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fivem/sensor.py
  <CWD>/homeassistant/components/fivem/sensor.py:64:7 - error: Base classes for class "FiveMSensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fivem/sensor.py:64:7 - error: Base classes for class "FiveMSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fivem/sensor.py:67:5 - error: "entity_description" overrides symbol of same name in class "FiveMEntity"
    Variable is mutable so its type is invariant
      Override type "FiveMSensorEntityDescription" is not the same as base type "FiveMEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fivem/sensor.py:67:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "FiveMSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fivem/sensor.py:70:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fixer/sensor.py
  <CWD>/homeassistant/components/fixer/sensor.py:9:6 - error: Import "fixerio" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/fixer/sensor.py:10:6 - error: Import "fixerio.exceptions" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/fixer/sensor.py:78:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fixer/sensor.py:83:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fixer/sensor.py:88:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fixer/sensor.py:93:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fjaraskupan/binary_sensor.py
  <CWD>/homeassistant/components/fjaraskupan/binary_sensor.py:69:7 - error: Base classes for class "BinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fjaraskupan/binary_sensor.py:84:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fjaraskupan/binary_sensor.py:84:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "EntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fjaraskupan/binary_sensor.py:90:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fjaraskupan/fan.py
  <CWD>/homeassistant/components/fjaraskupan/fan.py:61:72 - error: Argument of type "(coordinator: FjaraskupanCoordinator) -> list[Fan]" cannot be assigned to parameter "constructor" of type "(FjaraskupanCoordinator) -> list[Entity]" in function "async_setup_entry_platform"
    Type "(coordinator: FjaraskupanCoordinator) -> list[Fan]" is not assignable to type "(FjaraskupanCoordinator) -> list[Entity]"
      Function return type "list[Fan]" is incompatible with type "list[Entity]"
        "list[Fan]" is not assignable to "list[Entity]"
          Type parameter "_T@list" is invariant, but "Fan" is not the same as "Entity"
          Consider switching from "list" to "Sequence" which is covariant (reportArgumentType)
  <CWD>/homeassistant/components/fjaraskupan/fan.py:64:7 - error: Base classes for class "Fan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fjaraskupan/fan.py:150:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fjaraskupan/fan.py:155:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fjaraskupan/fan.py:165:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fjaraskupan/fan.py:170:9 - error: "preset_modes" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fjaraskupan/light.py
  <CWD>/homeassistant/components/fjaraskupan/light.py:31:7 - error: Base classes for class "Light" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fjaraskupan/light.py:64:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fjaraskupan/light.py:71:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fjaraskupan/number.py
  <CWD>/homeassistant/components/fjaraskupan/number.py:32:7 - error: Base classes for class "PeriodicVentingTime" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fjaraskupan/number.py:55:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fjaraskupan/sensor.py
  <CWD>/homeassistant/components/fjaraskupan/sensor.py:37:7 - error: Base classes for class "RssiSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fjaraskupan/sensor.py:59:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fleetgo/device_tracker.py
  <CWD>/homeassistant/components/fleetgo/device_tracker.py:8:6 - error: Import "ritassist" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/flexit/climate.py
  <CWD>/homeassistant/components/flexit/climate.py:145:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flexit_bacnet/binary_sensor.py
  <CWD>/homeassistant/components/flexit_bacnet/binary_sensor.py:6:27 - error: "FlexitBACnet" is not exported from module "flexit_bacnet"
    Import from "flexit_bacnet.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/flexit_bacnet/binary_sensor.py:54:7 - error: Base classes for class "FlexitBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/binary_sensor.py:67:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FlexitBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/binary_sensor.py:67:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "FlexitBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/binary_sensor.py:73:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flexit_bacnet/climate.py
  <CWD>/homeassistant/components/flexit_bacnet/climate.py:50:7 - error: Base classes for class "FlexitClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/climate.py:84:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/climate.py:91:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/climate.py:96:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/climate.py:125:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/climate.py:150:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flexit_bacnet/config_flow.py
  <CWD>/homeassistant/components/flexit_bacnet/config_flow.py:9:27 - error: "FlexitBACnet" is not exported from module "flexit_bacnet"
    Import from "flexit_bacnet.device" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/flexit_bacnet/coordinator.py
  <CWD>/homeassistant/components/flexit_bacnet/coordinator.py:9:27 - error: "FlexitBACnet" is not exported from module "flexit_bacnet"
    Import from "flexit_bacnet.device" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/flexit_bacnet/entity.py
  <CWD>/homeassistant/components/flexit_bacnet/entity.py:5:27 - error: "FlexitBACnet" is not exported from module "flexit_bacnet"
    Import from "flexit_bacnet.device" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/flexit_bacnet/number.py
  <CWD>/homeassistant/components/flexit_bacnet/number.py:7:27 - error: "FlexitBACnet" is not exported from module "flexit_bacnet"
    Import from "flexit_bacnet.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/flexit_bacnet/number.py:212:7 - error: Base classes for class "FlexitNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/number.py:225:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FlexitNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/number.py:225:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "FlexitNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/number.py:231:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/number.py:236:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/number.py:241:9 - error: "native_min_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flexit_bacnet/sensor.py
  <CWD>/homeassistant/components/flexit_bacnet/sensor.py:6:27 - error: "FlexitBACnet" is not exported from module "flexit_bacnet"
    Import from "flexit_bacnet.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/flexit_bacnet/sensor.py:173:7 - error: Base classes for class "FlexitSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/sensor.py:186:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FlexitSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/sensor.py:186:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "FlexitSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/sensor.py:192:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flexit_bacnet/switch.py
  <CWD>/homeassistant/components/flexit_bacnet/switch.py:8:27 - error: "FlexitBACnet" is not exported from module "flexit_bacnet"
    Import from "flexit_bacnet.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/flexit_bacnet/switch.py:75:7 - error: Base classes for class "FlexitSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/switch.py:90:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FlexitSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/switch.py:90:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "FlexitSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flexit_bacnet/switch.py:96:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flic/binary_sensor.py
  <CWD>/homeassistant/components/flic/binary_sensor.py:76:42 - error: Argument of type "Any | None" cannot be assigned to parameter "port" of type "int" in function "__init__"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/flic/binary_sensor.py:85:12 - error: Cannot assign to attribute "on_new_verified_button" for class "FlicClient"
    Expression of type "(address: Unknown) -> Unknown" cannot be assigned to attribute "on_new_verified_button" of class "FlicClient"
      Type "(address: Unknown) -> Unknown" is not assignable to type "(bd_addr: Unknown) -> None"
        Parameter name mismatch: "bd_addr" versus "address" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/flipr/binary_sensor.py
  <CWD>/homeassistant/components/flipr/binary_sensor.py:46:7 - error: Base classes for class "FliprBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flipr/binary_sensor.py:50:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flipr/select.py
  <CWD>/homeassistant/components/flipr/select.py:38:7 - error: Base classes for class "FliprHubSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flipr/select.py:42:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flipr/sensor.py
  <CWD>/homeassistant/components/flipr/sensor.py:72:7 - error: Base classes for class "FliprSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flipr/sensor.py:76:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flipr/switch.py
  <CWD>/homeassistant/components/flipr/switch.py:38:7 - error: Base classes for class "FliprHubSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flipr/switch.py:42:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flo/__init__.py
  <CWD>/homeassistant/components/flo/__init__.py:31:35 - error: "get_info" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/flo/binary_sensor.py
  <CWD>/homeassistant/components/flo/binary_sensor.py:41:7 - error: Base classes for class "FloPendingAlertsBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/binary_sensor.py:41:7 - error: Base classes for class "FloPendingAlertsBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/binary_sensor.py:52:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/binary_sensor.py:57:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/binary_sensor.py:68:7 - error: Base classes for class "FloWaterDetectedBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/binary_sensor.py:68:7 - error: Base classes for class "FloWaterDetectedBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/binary_sensor.py:79:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flo/entity.py
  <CWD>/homeassistant/components/flo/entity.py:31:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/entity.py:44:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flo/sensor.py
  <CWD>/homeassistant/components/flo/sensor.py:54:7 - error: Base classes for class "FloDailyUsageSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:54:7 - error: Base classes for class "FloDailyUsageSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:58:5 - error: "_attr_state_class" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SensorStateClass" is not the same as base type "SensorStateClass | str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:67:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:74:7 - error: Base classes for class "FloSystemModeSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:74:7 - error: Base classes for class "FloSystemModeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:84:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:91:7 - error: Base classes for class "FloCurrentFlowRateSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:91:7 - error: Base classes for class "FloCurrentFlowRateSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:95:5 - error: "_attr_state_class" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SensorStateClass" is not the same as base type "SensorStateClass | str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:104:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:111:7 - error: Base classes for class "FloTemperatureSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:111:7 - error: Base classes for class "FloTemperatureSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:116:5 - error: "_attr_state_class" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SensorStateClass" is not the same as base type "SensorStateClass | str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:125:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:132:7 - error: Base classes for class "FloHumiditySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:132:7 - error: Base classes for class "FloHumiditySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:137:5 - error: "_attr_state_class" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SensorStateClass" is not the same as base type "SensorStateClass | str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:144:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:151:7 - error: Base classes for class "FloPressureSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:151:7 - error: Base classes for class "FloPressureSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:156:5 - error: "_attr_state_class" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SensorStateClass" is not the same as base type "SensorStateClass | str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:164:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:171:7 - error: Base classes for class "FloBatterySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:171:7 - error: Base classes for class "FloBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:176:5 - error: "_attr_state_class" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SensorStateClass" is not the same as base type "SensorStateClass | str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/sensor.py:183:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flo/switch.py
  <CWD>/homeassistant/components/flo/switch.py:64:7 - error: Base classes for class "FloSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flo/switch.py:64:7 - error: Base classes for class "FloSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flume/binary_sensor.py
  <CWD>/homeassistant/components/flume/binary_sensor.py:120:7 - error: Base classes for class "FlumeNotificationBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flume/binary_sensor.py:125:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "FlumeBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flume/binary_sensor.py:128:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flume/binary_sensor.py:140:7 - error: Base classes for class "FlumeConnectionBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flume/binary_sensor.py:145:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "FlumeBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flume/binary_sensor.py:150:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flume/config_flow.py
  <CWD>/homeassistant/components/flume/config_flow.py:126:34 - error: Could not access item in TypedDict
    "unique_id" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/flume/coordinator.py
  <CWD>/homeassistant/components/flume/coordinator.py:138:29 - error: Argument of type "None" cannot be assigned to parameter "read" of type "str" in function "__init__"
    "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/flume/sensor.py
  <CWD>/homeassistant/components/flume/sensor.py:153:7 - error: Base classes for class "FlumeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flume/sensor.py:157:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flux/switch.py
  <CWD>/homeassistant/components/flux/switch.py:183:7 - error: Base classes for class "FluxSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux/switch.py:183:7 - error: Base classes for class "FluxSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux/switch.py:183:7 - error: Base classes for class "FluxSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux/switch.py:183:7 - error: Base classes for class "FluxSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux/switch.py:221:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux/switch.py:226:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux/switch.py:261:13 - error: Object of type "None" cannot be called (reportOptionalCall)
<CWD>/homeassistant/components/flux_led/config_flow.py
  <CWD>/homeassistant/components/flux_led/config_flow.py:179:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "FluxLedConfigFlow"
      "ConfigFlow" is not assignable to "FluxLedConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/flux_led/entity.py
  <CWD>/homeassistant/components/flux_led/entity.py:102:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flux_led/light.py
  <CWD>/homeassistant/components/flux_led/light.py:182:7 - error: Base classes for class "FluxLight" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:182:7 - error: Base classes for class "FluxLight" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:182:7 - error: Base classes for class "FluxLight" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:182:7 - error: Base classes for class "FluxLight" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:182:7 - error: Base classes for class "FluxLight" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:182:7 - error: Base classes for class "FluxLight" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:182:7 - error: Base classes for class "FluxLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:182:7 - error: Base classes for class "FluxLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:182:7 - error: Base classes for class "FluxLight" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:213:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:223:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:228:9 - error: "rgbw_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:233:9 - error: "rgbww_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:238:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/light.py:245:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flux_led/number.py
  <CWD>/homeassistant/components/flux_led/number.py:11:5 - error: "MUSIC_PIXELS_MAX" is not exported from module "flux_led.protocol"
    Import from "flux_led.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/flux_led/number.py:12:5 - error: "MUSIC_PIXELS_PER_SEGMENT_MAX" is not exported from module "flux_led.protocol"
    Import from "flux_led.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/flux_led/number.py:13:5 - error: "MUSIC_SEGMENTS_MAX" is not exported from module "flux_led.protocol"
    Import from "flux_led.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/flux_led/number.py:14:5 - error: "PIXELS_MAX" is not exported from module "flux_led.protocol"
    Import from "flux_led.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/flux_led/number.py:15:5 - error: "PIXELS_PER_SEGMENT_MAX" is not exported from module "flux_led.protocol"
    Import from "flux_led.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/flux_led/number.py:16:5 - error: "SEGMENTS_MAX" is not exported from module "flux_led.protocol"
    Import from "flux_led.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/flux_led/number.py:82:7 - error: Base classes for class "FluxSpeedNumber" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:82:7 - error: Base classes for class "FluxSpeedNumber" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:82:7 - error: Base classes for class "FluxSpeedNumber" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:82:7 - error: Base classes for class "FluxSpeedNumber" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:82:7 - error: Base classes for class "FluxSpeedNumber" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:82:7 - error: Base classes for class "FluxSpeedNumber" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:82:7 - error: Base classes for class "FluxSpeedNumber" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:82:7 - error: Base classes for class "FluxSpeedNumber" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:82:7 - error: Base classes for class "FluxSpeedNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:94:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:114:7 - error: Base classes for class "FluxConfigNumber" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:114:7 - error: Base classes for class "FluxConfigNumber" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:114:7 - error: Base classes for class "FluxConfigNumber" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:114:7 - error: Base classes for class "FluxConfigNumber" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:114:7 - error: Base classes for class "FluxConfigNumber" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:114:7 - error: Base classes for class "FluxConfigNumber" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:114:7 - error: Base classes for class "FluxConfigNumber" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:114:7 - error: Base classes for class "FluxConfigNumber" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:114:7 - error: Base classes for class "FluxConfigNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:178:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:185:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:204:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:212:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:238:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:247:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:266:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/number.py:275:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flux_led/select.py
  <CWD>/homeassistant/components/flux_led/select.py:82:7 - error: Base classes for class "FluxConfigSelect" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/select.py:82:7 - error: Base classes for class "FluxConfigSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/select.py:128:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/select.py:134:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/select.py:150:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/select.py:156:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/select.py:171:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/select.py:177:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/select.py:207:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/select.py:236:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flux_led/sensor.py
  <CWD>/homeassistant/components/flux_led/sensor.py:33:7 - error: Base classes for class "FluxPairedRemotes" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/sensor.py:33:7 - error: Base classes for class "FluxPairedRemotes" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/sensor.py:40:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/flux_led/switch.py
  <CWD>/homeassistant/components/flux_led/switch.py:49:7 - error: Base classes for class "FluxSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/switch.py:49:7 - error: Base classes for class "FluxSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/switch.py:49:7 - error: Base classes for class "FluxSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/switch.py:49:7 - error: Base classes for class "FluxSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/switch.py:49:7 - error: Base classes for class "FluxSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/switch.py:49:7 - error: Base classes for class "FluxSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/switch.py:49:7 - error: Base classes for class "FluxSwitch" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/switch.py:101:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/switch.py:106:7 - error: Base classes for class "FluxMusicSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/switch.py:106:7 - error: Base classes for class "FluxMusicSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/flux_led/switch.py:125:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/foobot/sensor.py
  <CWD>/homeassistant/components/foobot/sensor.py:120:35 - error: Cannot access attribute "ClientConnectorError" for class "object"
    Attribute "ClientConnectorError" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/foobot/sensor.py:150:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/foobot/sensor.py:174:29 - error: Argument of type "float" cannot be assigned to parameter "period" of type "int" in function "get_last_data"
    "float" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/foobot/sensor.py:174:39 - error: Argument of type "float" cannot be assigned to parameter "average_by" of type "int" in function "get_last_data"
    "float" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/foobot/sensor.py:177:39 - error: Cannot access attribute "ClientConnectorError" for class "object"
    Attribute "ClientConnectorError" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/forecast_solar/sensor.py
  <CWD>/homeassistant/components/forecast_solar/sensor.py:153:7 - error: Base classes for class "ForecastSolarSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forecast_solar/sensor.py:170:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ForecastSolarSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forecast_solar/sensor.py:170:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ForecastSolarSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forecast_solar/sensor.py:184:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/forked_daapd/browse_media.py
  <CWD>/homeassistant/components/forked_daapd/browse_media.py:182:21 - error: "__setitem__" method not defined on type "str" (reportIndexIssue)
  <CWD>/homeassistant/components/forked_daapd/browse_media.py:183:52 - error: Argument of type "Literal['name']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['name']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['name']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['name']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
<CWD>/homeassistant/components/forked_daapd/media_player.py
  <CWD>/homeassistant/components/forked_daapd/media_player.py:155:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:167:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:180:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:185:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:192:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:197:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:217:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:396:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:401:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:445:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:450:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:463:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:468:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:473:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:478:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:483:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:488:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:493:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:498:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:507:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:512:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:521:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:526:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:531:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:536:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:541:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:546:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:615:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:769:36 - error: "saved_queue_position" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:842:17 - error: Operator "+=" not supported for types "list[BrowseMedia] | Unbound" and "Sequence[BrowseMedia]"
    Operator "+" not supported for types "Unbound" and "Sequence[BrowseMedia]" (reportOperatorIssue)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:842:17 - error: "other_sources" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:846:28 - error: "other_sources" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/forked_daapd/media_player.py:876:26 - error: "get" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/fortios/device_tracker.py
  <CWD>/homeassistant/components/fortios/device_tracker.py:12:6 - error: Import "fortiosapi" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/foscam/number.py
  <CWD>/homeassistant/components/foscam/number.py:65:7 - error: Base classes for class "FoscamVolumeNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/foscam/number.py:79:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FoscamNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/foscam/number.py:79:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "FoscamNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/foscam/number.py:83:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/foscam/switch.py
  <CWD>/homeassistant/components/foscam/switch.py:167:7 - error: Base classes for class "FoscamGenericSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/foscam/switch.py:181:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FoscamSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/foscam/switch.py:181:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "FoscamSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/foscam/switch.py:185:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/free_mobile/notify.py
  <CWD>/homeassistant/components/free_mobile/notify.py:8:6 - error: Import "freesms" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/freebox/binary_sensor.py
  <CWD>/homeassistant/components/freebox/binary_sensor.py:165:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/freebox/button.py
  <CWD>/homeassistant/components/freebox/button.py:66:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "FreeboxButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/freebox/device_tracker.py
  <CWD>/homeassistant/components/freebox/device_tracker.py:90:9 - error: "mac_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/freebox/device_tracker.py:95:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/freebox/sensor.py
  <CWD>/homeassistant/components/freebox/sensor.py:187:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/freebox/sensor.py:243:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/freebox/sensor.py:245:16 - error: Type "Any | None" is not assignable to return type "int"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportReturnType)
<CWD>/homeassistant/components/freedompro/binary_sensor.py
  <CWD>/homeassistant/components/freedompro/binary_sensor.py:48:7 - error: Base classes for class "Device" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/freedompro/climate.py
  <CWD>/homeassistant/components/freedompro/climate.py:62:7 - error: Base classes for class "Device" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/freedompro/cover.py
  <CWD>/homeassistant/components/freedompro/cover.py:50:7 - error: Base classes for class "Device" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/freedompro/fan.py
  <CWD>/homeassistant/components/freedompro/fan.py:37:7 - error: Base classes for class "FreedomproFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/freedompro/light.py
  <CWD>/homeassistant/components/freedompro/light.py:42:7 - error: Base classes for class "Device" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/freedompro/lock.py
  <CWD>/homeassistant/components/freedompro/lock.py:35:7 - error: Base classes for class "Device" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/freedompro/sensor.py
  <CWD>/homeassistant/components/freedompro/sensor.py:56:7 - error: Base classes for class "Device" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/freedompro/switch.py
  <CWD>/homeassistant/components/freedompro/switch.py:35:7 - error: Base classes for class "Device" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritz/binary_sensor.py
  <CWD>/homeassistant/components/fritz/binary_sensor.py:75:7 - error: Base classes for class "FritzBoxBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/binary_sensor.py:75:7 - error: Base classes for class "FritzBoxBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/binary_sensor.py:78:5 - error: "entity_description" overrides symbol of same name in class "FritzBoxBaseCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "FritzBinarySensorEntityDescription" is not the same as base type "FritzEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/binary_sensor.py:78:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "FritzBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/binary_sensor.py:81:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritz/button.py
  <CWD>/homeassistant/components/fritz/button.py:117:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "FritzButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/button.py:164:7 - error: Base classes for class "FritzBoxWOLButton" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/button.py:164:7 - error: Base classes for class "FritzBoxWOLButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritz/config_flow.py
  <CWD>/homeassistant/components/fritz/config_flow.py:199:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "FritzBoxToolsFlowHandler"
      "ConfigFlow" is not assignable to "FritzBoxToolsFlowHandler" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/fritz/coordinator.py
  <CWD>/homeassistant/components/fritz/coordinator.py:121:44 - error: Cannot assign to attribute "connection" for class "FritzBoxTools*"
    "None" is not assignable to "FritzConnection" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fritz/coordinator.py:122:49 - error: Cannot assign to attribute "fritz_guest_wifi" for class "FritzBoxTools*"
    "None" is not assignable to "FritzGuestWLAN" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fritz/coordinator.py:123:40 - error: Cannot assign to attribute "fritz_hosts" for class "FritzBoxTools*"
    "None" is not assignable to "FritzHosts" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fritz/coordinator.py:124:42 - error: Cannot assign to attribute "fritz_status" for class "FritzBoxTools*"
    "None" is not assignable to "FritzStatus" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fritz/coordinator.py:125:38 - error: Cannot assign to attribute "fritz_call" for class "FritzBoxTools*"
    "None" is not assignable to "FritzCall" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fritz/coordinator.py:377:36 - error: Type "list[dict[Unknown, Unknown]]" is not assignable to declared type "list[HostAttributes]"
    "list[dict[Unknown, Unknown]]" is not assignable to "list[HostAttributes]"
      Type parameter "_T@list" is invariant, but "dict[Unknown, Unknown]" is not the same as "HostAttributes"
      Consider switching from "list" to "Sequence" which is covariant (reportAssignmentType)
  <CWD>/homeassistant/components/fritz/coordinator.py:381:30 - error: Type "list[dict[Unknown, Unknown]]" is not assignable to declared type "list[HostInfo]"
    "list[dict[Unknown, Unknown]]" is not assignable to "list[HostInfo]"
      Type parameter "_T@list" is invariant, but "dict[Unknown, Unknown]" is not the same as "HostInfo"
      Consider switching from "list" to "Sequence" which is covariant (reportAssignmentType)
  <CWD>/homeassistant/components/fritz/coordinator.py:548:30 - error: Cannot access attribute "get" for class "str"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fritz/coordinator.py:571:30 - error: Cannot access attribute "get" for class "str"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fritz/coordinator.py:708:16 - error: Except clause is unreachable because exception is already handled
    "FritzConnectionException" is a subclass of "FritzConnectionException" (reportUnusedExcept)
<CWD>/homeassistant/components/fritz/device_tracker.py
  <CWD>/homeassistant/components/fritz/device_tracker.py:68:7 - error: Base classes for class "FritzBoxTracker" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/device_tracker.py:68:7 - error: Base classes for class "FritzBoxTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/device_tracker.py:68:7 - error: Base classes for class "FritzBoxTracker" define variable "ip_address" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/device_tracker.py:68:7 - error: Base classes for class "FritzBoxTracker" define variable "hostname" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/device_tracker.py:82:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/device_tracker.py:87:9 - error: "mac_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/device_tracker.py:92:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/device_tracker.py:99:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritz/entity.py
  <CWD>/homeassistant/components/fritz/entity.py:35:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/entity.py:107:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FritzEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/entity.py:122:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritz/image.py
  <CWD>/homeassistant/components/fritz/image.py:46:7 - error: Base classes for class "FritzGuestWifiQRImage" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/image.py:71:48 - error: Cannot access attribute "get_wifi_qr_code" for class "FritzGuestWLAN"
    Attribute "get_wifi_qr_code" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/fritz/sensor.py
  <CWD>/homeassistant/components/fritz/sensor.py:318:7 - error: Base classes for class "FritzBoxSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/sensor.py:318:7 - error: Base classes for class "FritzBoxSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/sensor.py:321:5 - error: "entity_description" overrides symbol of same name in class "FritzBoxBaseCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "FritzSensorEntityDescription" is not the same as base type "FritzEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/sensor.py:321:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "FritzSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/sensor.py:324:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritz/switch.py
  <CWD>/homeassistant/components/fritz/switch.py:268:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:273:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:291:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:308:7 - error: Base classes for class "FritzBoxBaseSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:335:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:340:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:345:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:350:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:355:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:478:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:490:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:499:7 - error: Base classes for class "FritzBoxProfileSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:507:14 - error: "_attr_is_on" overrides symbol of same name in class "ToggleEntity"
    Variable is mutable so its type is invariant
      Override type "bool" is not the same as base type "bool | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:513:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/switch.py:518:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritz/update.py
  <CWD>/homeassistant/components/fritz/update.py:46:7 - error: Base classes for class "FritzBoxUpdateEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/update.py:46:7 - error: Base classes for class "FritzBoxUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/update.py:52:5 - error: "entity_description" overrides symbol of same name in class "FritzBoxBaseCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "FritzUpdateEntityDescription" is not the same as base type "FritzEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/update.py:52:5 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "FritzUpdateEntityDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/update.py:66:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/update.py:71:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritz/update.py:78:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritzbox/binary_sensor.py
  <CWD>/homeassistant/components/fritzbox/binary_sensor.py:117:7 - error: Base classes for class "FritzboxBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/binary_sensor.py:117:7 - error: Base classes for class "FritzboxBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/binary_sensor.py:120:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "FritzBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/binary_sensor.py:123:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritzbox/button.py
  <CWD>/homeassistant/components/fritzbox/button.py:40:7 - error: Base classes for class "FritzBoxTemplate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/button.py:49:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritzbox/climate.py
  <CWD>/homeassistant/components/fritzbox/climate.py:79:7 - error: Base classes for class "FritzboxThermostat" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/climate.py:79:7 - error: Base classes for class "FritzboxThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/climate.py:115:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/climate.py:122:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/climate.py:147:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/climate.py:176:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritzbox/config_flow.py
  <CWD>/homeassistant/components/fritzbox/config_flow.py:149:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "FritzboxConfigFlow"
      "ConfigFlow" is not assignable to "FritzboxConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/fritzbox/cover.py
  <CWD>/homeassistant/components/fritzbox/cover.py:49:7 - error: Base classes for class "FritzboxCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/cover.py:49:7 - error: Base classes for class "FritzboxCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/cover.py:61:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/cover.py:69:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritzbox/diagnostics.py
  <CWD>/homeassistant/components/fritzbox/diagnostics.py:27:33 - error: Type "dict[str, FritzhomeDevice | FritzhomeTemplate]" is not assignable to declared type "dict[str, dict[Unknown, Unknown]]" (reportAssignmentType)
<CWD>/homeassistant/components/fritzbox/entity.py
  <CWD>/homeassistant/components/fritzbox/entity.py:51:16 - error: Type "Any | Literal[False] | None" is not assignable to return type "bool"
    Type "Any | Literal[False] | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/components/fritzbox/entity.py:59:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritzbox/light.py
  <CWD>/homeassistant/components/fritzbox/light.py:51:7 - error: Base classes for class "FritzboxLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/light.py:51:7 - error: Base classes for class "FritzboxLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/light.py:89:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/light.py:94:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/light.py:99:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/light.py:104:17 - error: Type "tuple[Any | None, float]" is not assignable to return type "tuple[float, float]"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportReturnType)
  <CWD>/homeassistant/components/fritzbox/light.py:104:28 - error: Argument of type "Any | None" cannot be assigned to parameter "x" of type "ConvertibleToFloat" in function "__new__"
    Type "Any | None" is not assignable to type "ConvertibleToFloat"
      Type "None" is not assignable to type "ConvertibleToFloat"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "None" is incompatible with protocol "SupportsFloat"
          "__float__" is not present
        "None" is incompatible with protocol "SupportsIndex"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/fritzbox/light.py:104:28 - error: Argument of type "Any | None" cannot be assigned to parameter "x" of type "ConvertibleToFloat" in function "__new__"
    Type "Any | None" is not assignable to type "ConvertibleToFloat"
      Type "None" is not assignable to type "ConvertibleToFloat"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "None" is incompatible with protocol "SupportsFloat"
          "__float__" is not present
        "None" is incompatible with protocol "SupportsIndex" (reportArgumentType)
  <CWD>/homeassistant/components/fritzbox/light.py:112:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritzbox/sensor.py
  <CWD>/homeassistant/components/fritzbox/sensor.py:254:7 - error: Base classes for class "FritzBoxSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/sensor.py:254:7 - error: Base classes for class "FritzBoxSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/sensor.py:257:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "FritzSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/sensor.py:260:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/sensor.py:265:9 - error: "entity_category" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[EntityCategory | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritzbox/switch.py
  <CWD>/homeassistant/components/fritzbox/switch.py:46:7 - error: Base classes for class "FritzboxSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/switch.py:46:7 - error: Base classes for class "FritzboxSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fritzbox/switch.py:50:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fritzbox_callmonitor/base.py
  <CWD>/homeassistant/components/fritzbox_callmonitor/base.py:84:41 - error: "contacts" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/fritzbox_callmonitor/sensor.py
  <CWD>/homeassistant/components/fritzbox_callmonitor/sensor.py:160:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fronius/coordinator.py
  <CWD>/homeassistant/components/fronius/coordinator.py:165:50 - error: "data" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/fronius/diagnostics.py
  <CWD>/homeassistant/components/fronius/diagnostics.py:28:5 - error: Argument of type "dict[SolarNetId, dict[str, Any]] | None" cannot be assigned to parameter "value" of type "dict[Unknown, Unknown]" in function "__setitem__"
    Type "dict[SolarNetId, dict[str, Any]] | None" is not assignable to type "dict[Unknown, Unknown]"
      "None" is not assignable to "dict[Unknown, Unknown]" (reportArgumentType)
  <CWD>/homeassistant/components/fronius/diagnostics.py:31:5 - error: Argument of type "dict[SolarNetId, dict[str, Any]] | None" cannot be assigned to parameter "value" of type "dict[Unknown, Unknown]" in function "__setitem__"
    Type "dict[SolarNetId, dict[str, Any]] | None" is not assignable to type "dict[Unknown, Unknown]"
      "None" is not assignable to "dict[Unknown, Unknown]" (reportArgumentType)
  <CWD>/homeassistant/components/fronius/diagnostics.py:34:5 - error: Argument of type "dict[SolarNetId, dict[str, Any]] | None" cannot be assigned to parameter "value" of type "dict[Unknown, Unknown]" in function "__setitem__"
    Type "dict[SolarNetId, dict[str, Any]] | None" is not assignable to type "dict[Unknown, Unknown]"
      "None" is not assignable to "dict[Unknown, Unknown]" (reportArgumentType)
  <CWD>/homeassistant/components/fronius/diagnostics.py:37:5 - error: Argument of type "dict[SolarNetId, dict[str, Any]] | None" cannot be assigned to parameter "value" of type "dict[Unknown, Unknown]" in function "__setitem__"
    Type "dict[SolarNetId, dict[str, Any]] | None" is not assignable to type "dict[Unknown, Unknown]"
      "None" is not assignable to "dict[Unknown, Unknown]" (reportArgumentType)
  <CWD>/homeassistant/components/fronius/diagnostics.py:42:5 - error: Argument of type "dict[SolarNetId, dict[str, Any]] | None" cannot be assigned to parameter "value" of type "dict[Unknown, Unknown]" in function "__setitem__"
    Type "dict[SolarNetId, dict[str, Any]] | None" is not assignable to type "dict[Unknown, Unknown]"
      "None" is not assignable to "dict[Unknown, Unknown]" (reportArgumentType)
<CWD>/homeassistant/components/fronius/sensor.py
  <CWD>/homeassistant/components/fronius/sensor.py:751:7 - error: Base classes for class "_FroniusSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fronius/sensor.py:766:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FroniusSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fronius/sensor.py:766:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "FroniusSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/frontend/__init__.py
  <CWD>/homeassistant/components/frontend/__init__.py:657:9 - error: "canonical" incorrectly overrides property of same name in class "AbstractResource" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/frontier_silicon/browse_media.py
  <CWD>/homeassistant/components/frontier_silicon/browse_media.py:36:15 - error: Argument of type "str | None" cannot be assigned to parameter "title" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/frontier_silicon/browse_media.py:138:36 - error: Argument of type "Dict[str, DataItem | None]" cannot be assigned to parameter "item" of type "dict[str, str]" in function "_item_payload"
    "Dict[str, DataItem | None]" is not assignable to "dict[str, str]"
      Type parameter "_VT@dict" is invariant, but "DataItem | None" is not the same as "str"
      Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
<CWD>/homeassistant/components/frontier_silicon/config_flow.py
  <CWD>/homeassistant/components/frontier_silicon/config_flow.py:132:22 - error: Cannot assign to attribute "_name" for class "FrontierSiliconConfigFlow*"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/frontier_silicon/config_flow.py:146:26 - error: Cannot assign to attribute "_name" for class "FrontierSiliconConfigFlow*"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/frontier_silicon/config_flow.py:200:26 - error: Cannot assign to attribute "_name" for class "FrontierSiliconConfigFlow*"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/frontier_silicon/media_player.py
  <CWD>/homeassistant/components/frontier_silicon/media_player.py:58:5 - error: "_attr_media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "MediaType | str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/frontier_silicon/media_player.py:276:48 - error: Argument of type "str" cannot be assigned to parameter "value" of type "Equaliser | int" in function "set_eq_preset"
    Type "str" is not assignable to type "Equaliser | int"
      "str" is not assignable to "Equaliser"
      "str" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/frontier_silicon/media_player.py:313:59 - error: Argument of type "list[str]" cannot be assigned to parameter "path" of type "list[int]" in function "nav_select_item_via_path"
    "list[str]" is not assignable to "list[int]"
      Type parameter "_T@list" is invariant, but "str" is not the same as "int"
      Consider switching from "list" to "Sequence" which is covariant (reportArgumentType)
<CWD>/homeassistant/components/fujitsu_fglair/climate.py
  <CWD>/homeassistant/components/fujitsu_fglair/climate.py:103:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fujitsu_fglair/config_flow.py
  <CWD>/homeassistant/components/fujitsu_fglair/config_flow.py:119:19 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/fujitsu_fglair/coordinator.py
  <CWD>/homeassistant/components/fujitsu_fglair/coordinator.py:68:75 - error: Cannot access attribute "is_online" for class "Device"
    Attribute "is_online" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/fujitsu_fglair/coordinator.py:77:16 - error: Type "dict[str | None, FujitsuHVAC | Device]" is not assignable to return type "dict[str, FujitsuHVAC]" (reportReturnType)
<CWD>/homeassistant/components/fujitsu_fglair/entity.py
  <CWD>/homeassistant/components/fujitsu_fglair/entity.py:22:35 - error: Argument of type "set[tuple[Literal['fujitsu_fglair'], str | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/fujitsu_fglair/sensor.py
  <CWD>/homeassistant/components/fujitsu_fglair/sensor.py:31:7 - error: Base classes for class "FGLairOutsideTemperature" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fujitsu_fglair/sensor.py:45:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fully_kiosk/binary_sensor.py
  <CWD>/homeassistant/components/fully_kiosk/binary_sensor.py:53:7 - error: Base classes for class "FullyBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fully_kiosk/binary_sensor.py:67:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fully_kiosk/button.py
  <CWD>/homeassistant/components/fully_kiosk/button.py:87:7 - error: Base classes for class "FullyButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fully_kiosk/button.py:99:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FullyButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fully_kiosk/button.py:99:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "FullyButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fully_kiosk/entity.py
  <CWD>/homeassistant/components/fully_kiosk/entity.py:32:7 - error: Base classes for class "FullyKioskEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fully_kiosk/image.py
  <CWD>/homeassistant/components/fully_kiosk/image.py:50:7 - error: Base classes for class "FullyImageEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fully_kiosk/image.py:64:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FullyImageEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fully_kiosk/media_player.py
  <CWD>/homeassistant/components/fully_kiosk/media_player.py:35:7 - error: Base classes for class "FullyMediaPlayer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fully_kiosk/notify.py
  <CWD>/homeassistant/components/fully_kiosk/notify.py:52:7 - error: Base classes for class "FullyNotifyEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fully_kiosk/notify.py:65:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FullyNotifyEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fully_kiosk/notify.py:65:14 - error: "entity_description" overrides symbol of same name in class "NotifyEntity"
    Variable is mutable so its type is invariant
      Override type "FullyNotifyEntityDescription" is not the same as base type "NotifyEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fully_kiosk/number.py
  <CWD>/homeassistant/components/fully_kiosk/number.py:69:7 - error: Base classes for class "FullyNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fully_kiosk/number.py:83:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fully_kiosk/sensor.py
  <CWD>/homeassistant/components/fully_kiosk/sensor.py:128:7 - error: Base classes for class "FullySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fully_kiosk/sensor.py:139:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FullySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fully_kiosk/sensor.py:139:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "FullySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fully_kiosk/switch.py
  <CWD>/homeassistant/components/fully_kiosk/switch.py:97:7 - error: Base classes for class "FullySwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fully_kiosk/switch.py:109:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FullySwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fully_kiosk/switch.py:109:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "FullySwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/futurenow/light.py
  <CWD>/homeassistant/components/futurenow/light.py:7:8 - error: Import "pyfnip" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/futurenow/light.py:97:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/futurenow/light.py:102:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/futurenow/light.py:107:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/futurenow/light.py:112:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/futurenow/light.py:119:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fyta/binary_sensor.py
  <CWD>/homeassistant/components/fyta/binary_sensor.py:110:7 - error: Base classes for class "FytaPlantBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fyta/binary_sensor.py:113:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "FytaBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fyta/binary_sensor.py:116:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fyta/image.py
  <CWD>/homeassistant/components/fyta/image.py:75:7 - error: Base classes for class "FytaPlantImageEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fyta/image.py:78:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FytaImageEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fyta/image.py:116:9 - error: "image_url" overrides symbol of same name in class "ImageEntity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/fyta/sensor.py
  <CWD>/homeassistant/components/fyta/sensor.py:237:7 - error: Base classes for class "FytaPlantSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fyta/sensor.py:240:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "FytaSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fyta/sensor.py:243:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fyta/sensor.py:252:5 - error: "entity_description" overrides symbol of same name in class "FytaPlantSensor"
    Variable is mutable so its type is invariant
      Override type "FytaMeasurementSensorEntityDescription" is not the same as base type "FytaSensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/fyta/sensor.py:255:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/garadget/cover.py
  <CWD>/homeassistant/components/garadget/cover.py:142:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/garadget/cover.py:147:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/garadget/cover.py:152:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/garadget/cover.py:171:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/garages_amsterdam/binary_sensor.py
  <CWD>/homeassistant/components/garages_amsterdam/binary_sensor.py:60:7 - error: Base classes for class "GaragesAmsterdamBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/garages_amsterdam/binary_sensor.py:74:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GaragesAmsterdamBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/garages_amsterdam/binary_sensor.py:74:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "GaragesAmsterdamBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/garages_amsterdam/binary_sensor.py:78:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/garages_amsterdam/sensor.py
  <CWD>/homeassistant/components/garages_amsterdam/sensor.py:92:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GaragesAmsterdamSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/garages_amsterdam/sensor.py:92:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "GaragesAmsterdamSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/garages_amsterdam/sensor.py:96:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/garages_amsterdam/sensor.py:103:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gardena_bluetooth/binary_sensor.py
  <CWD>/homeassistant/components/gardena_bluetooth/binary_sensor.py:68:7 - error: Base classes for class "GardenaBluetoothBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gardena_bluetooth/binary_sensor.py:73:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "GardenaBluetoothBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gardena_bluetooth/button.py
  <CWD>/homeassistant/components/gardena_bluetooth/button.py:57:7 - error: Base classes for class "GardenaBluetoothButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gardena_bluetooth/button.py:60:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "GardenaBluetoothButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gardena_bluetooth/number.py
  <CWD>/homeassistant/components/gardena_bluetooth/number.py:127:7 - error: Base classes for class "GardenaBluetoothNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gardena_bluetooth/number.py:130:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "GardenaBluetoothNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gardena_bluetooth/number.py:152:7 - error: Base classes for class "GardenaBluetoothRemainingOpenSetNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gardena_bluetooth/sensor.py
  <CWD>/homeassistant/components/gardena_bluetooth/sensor.py:112:7 - error: Base classes for class "GardenaBluetoothSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gardena_bluetooth/sensor.py:115:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "GardenaBluetoothSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gardena_bluetooth/sensor.py:161:18 - error: "_attr_native_value" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "datetime | None" is not the same as base type "StateType | date | datetime | Decimal" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gardena_bluetooth/sensor.py:166:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gardena_bluetooth/switch.py
  <CWD>/homeassistant/components/gardena_bluetooth/switch.py:34:7 - error: Base classes for class "GardenaBluetoothValveSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gardena_bluetooth/valve.py
  <CWD>/homeassistant/components/gardena_bluetooth/valve.py:37:7 - error: Base classes for class "GardenaBluetoothValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gc100/__init__.py
  <CWD>/homeassistant/components/gc100/__init__.py:40:23 - error: "GC100SocketClient" is not a known attribute of module "gc100" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/gc100/binary_sensor.py
  <CWD>/homeassistant/components/gc100/binary_sensor.py:57:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gc100/binary_sensor.py:62:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gc100/switch.py
  <CWD>/homeassistant/components/gc100/switch.py:54:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gc100/switch.py:59:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gdacs/diagnostics.py
  <CWD>/homeassistant/components/gdacs/diagnostics.py:26:33 - error: Type "StatusUpdate | None" is not assignable to declared type "StatusUpdate"
    Type "StatusUpdate | None" is not assignable to type "StatusUpdate"
      "None" is not assignable to "StatusUpdate" (reportAssignmentType)
<CWD>/homeassistant/components/gdacs/geo_location.py
  <CWD>/homeassistant/components/gdacs/geo_location.py:148:36 - error: Argument of type "FeedEntry" cannot be assigned to parameter "feed_entry" of type "GdacsFeedEntry" in function "_update_from_feed"
    "FeedEntry" is not assignable to "GdacsFeedEntry" (reportArgumentType)
  <CWD>/homeassistant/components/gdacs/geo_location.py:163:31 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/gdacs/geo_location.py:164:32 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/gdacs/geo_location.py:183:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gdacs/geo_location.py:190:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gdacs/sensor.py
  <CWD>/homeassistant/components/gdacs/sensor.py:129:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gdacs/sensor.py:134:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/generic/camera.py
  <CWD>/homeassistant/components/generic/camera.py:123:9 - error: "use_stream_for_stills" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic/camera.py:140:24 - error: Argument missing for parameter "v" (reportCallIssue)
  <CWD>/homeassistant/components/generic/camera.py:183:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/generic_hygrostat/humidifier.py
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:169:7 - error: Base classes for class "GenericHygrostat" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:169:7 - error: Base classes for class "GenericHygrostat" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:169:7 - error: Base classes for class "GenericHygrostat" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:169:7 - error: Base classes for class "GenericHygrostat" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:169:7 - error: Base classes for class "GenericHygrostat" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:169:7 - error: Base classes for class "GenericHygrostat" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:302:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:307:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:314:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:319:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:324:9 - error: "current_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:329:9 - error: "target_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:334:9 - error: "mode" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:343:9 - error: "available_modes" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:350:9 - error: "device_class" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[HumidifierDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:350:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:386:9 - error: "min_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_hygrostat/humidifier.py:395:9 - error: "max_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/generic_thermostat/climate.py
  <CWD>/homeassistant/components/generic_thermostat/climate.py:207:7 - error: Base classes for class "GenericThermostat" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_thermostat/climate.py:207:7 - error: Base classes for class "GenericThermostat" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_thermostat/climate.py:207:7 - error: Base classes for class "GenericThermostat" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_thermostat/climate.py:207:7 - error: Base classes for class "GenericThermostat" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_thermostat/climate.py:207:7 - error: Base classes for class "GenericThermostat" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_thermostat/climate.py:371:9 - error: "target_temperature_step" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_thermostat/climate.py:379:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_thermostat/climate.py:384:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_thermostat/climate.py:389:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_thermostat/climate.py:403:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_thermostat/climate.py:435:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/generic_thermostat/climate.py:444:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geniushub/__init__.py
  <CWD>/homeassistant/components/geniushub/__init__.py:176:39 - error: Cannot access attribute "ClientConnectorError" for class "object"
    Attribute "ClientConnectorError" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/geniushub/binary_sensor.py
  <CWD>/homeassistant/components/geniushub/binary_sensor.py:32:7 - error: Base classes for class "GeniusBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/binary_sensor.py:32:7 - error: Base classes for class "GeniusBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/binary_sensor.py:47:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geniushub/climate.py
  <CWD>/homeassistant/components/geniushub/climate.py:45:7 - error: Base classes for class "GeniusClimateZone" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:45:7 - error: Base classes for class "GeniusClimateZone" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:45:7 - error: Base classes for class "GeniusClimateZone" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:45:7 - error: Base classes for class "GeniusClimateZone" define variable "temperature_unit" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:45:7 - error: Base classes for class "GeniusClimateZone" define variable "current_temperature" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:45:7 - error: Base classes for class "GeniusClimateZone" define variable "target_temperature" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:45:7 - error: Base classes for class "GeniusClimateZone" define variable "min_temp" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:45:7 - error: Base classes for class "GeniusClimateZone" define variable "max_temp" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:63:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:68:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:73:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:78:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:89:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/climate.py:94:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geniushub/entity.py
  <CWD>/homeassistant/components/geniushub/entity.py:43:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/entity.py:61:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/entity.py:122:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/entity.py:127:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geniushub/sensor.py
  <CWD>/homeassistant/components/geniushub/sensor.py:45:7 - error: Base classes for class "GeniusBattery" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/sensor.py:45:7 - error: Base classes for class "GeniusBattery" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/sensor.py:60:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/sensor.py:85:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/sensor.py:91:7 - error: Base classes for class "GeniusIssue" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/sensor.py:106:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/sensor.py:111:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geniushub/switch.py
  <CWD>/homeassistant/components/geniushub/switch.py:56:7 - error: Base classes for class "GeniusSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/switch.py:56:7 - error: Base classes for class "GeniusSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/switch.py:56:7 - error: Base classes for class "GeniusSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/switch.py:60:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/switch.py:60:9 - error: "device_class" overrides symbol of same name in class "SwitchEntity"
    "property" is not assignable to "cached_property[SwitchDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/switch.py:65:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geniushub/water_heater.py
  <CWD>/homeassistant/components/geniushub/water_heater.py:52:7 - error: Base classes for class "GeniusWaterHeater" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/water_heater.py:52:7 - error: Base classes for class "GeniusWaterHeater" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/water_heater.py:52:7 - error: Base classes for class "GeniusWaterHeater" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/water_heater.py:52:7 - error: Base classes for class "GeniusWaterHeater" define variable "temperature_unit" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/water_heater.py:52:7 - error: Base classes for class "GeniusWaterHeater" define variable "current_temperature" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/water_heater.py:52:7 - error: Base classes for class "GeniusWaterHeater" define variable "target_temperature" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/water_heater.py:68:9 - error: "operation_list" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geniushub/water_heater.py:73:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geo_json_events/geo_location.py
  <CWD>/homeassistant/components/geo_json_events/geo_location.py:109:31 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/geo_json_events/geo_location.py:110:32 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/geo_json_events/geo_location.py:113:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geo_json_events/manager.py
  <CWD>/homeassistant/components/geo_json_events/manager.py:91:16 - error: Type "FeedEntry | None" is not assignable to return type "GenericFeedEntry | None"
    Type "FeedEntry | None" is not assignable to type "GenericFeedEntry | None"
      Type "FeedEntry" is not assignable to type "GenericFeedEntry | None"
        "FeedEntry" is not assignable to "GenericFeedEntry"
        "FeedEntry" is not assignable to "None" (reportReturnType)
<CWD>/homeassistant/components/geo_location/__init__.py
  <CWD>/homeassistant/components/geo_location/__init__.py:74:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geo_location/__init__.py:102:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geo_rss_events/sensor.py
  <CWD>/homeassistant/components/geo_rss_events/sensor.py:132:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geo_rss_events/sensor.py:137:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geo_rss_events/sensor.py:142:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geo_rss_events/sensor.py:147:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geo_rss_events/sensor.py:152:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geocaching/sensor.py
  <CWD>/homeassistant/components/geocaching/sensor.py:121:7 - error: Base classes for class "GeoEntityBaseCache" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geocaching/sensor.py:139:7 - error: Base classes for class "GeoEntityCacheSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geocaching/sensor.py:152:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "GeocachingCacheSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geocaching/sensor.py:155:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geocaching/sensor.py:160:7 - error: Base classes for class "GeocachingProfileSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geocaching/sensor.py:173:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GeocachingSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geocaching/sensor.py:173:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "GeocachingSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geocaching/sensor.py:186:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geofency/device_tracker.py
  <CWD>/homeassistant/components/geofency/device_tracker.py:54:7 - error: Base classes for class "GeofencyEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geofency/device_tracker.py:54:7 - error: Base classes for class "GeofencyEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geofency/device_tracker.py:54:7 - error: Base classes for class "GeofencyEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geofency/device_tracker.py:54:7 - error: Base classes for class "GeofencyEntity" define variable "force_update" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geofency/device_tracker.py:98:9 - error: Object of type "None" cannot be called (reportOptionalCall)
<CWD>/homeassistant/components/geonetnz_quakes/geo_location.py
  <CWD>/homeassistant/components/geonetnz_quakes/geo_location.py:146:31 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/geonetnz_quakes/geo_location.py:147:32 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/geonetnz_quakes/geo_location.py:157:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geonetnz_quakes/sensor.py
  <CWD>/homeassistant/components/geonetnz_quakes/sensor.py:114:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geonetnz_quakes/sensor.py:119:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geonetnz_quakes/sensor.py:124:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geonetnz_quakes/sensor.py:129:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geonetnz_quakes/sensor.py:134:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geonetnz_quakes/sensor.py:139:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/geonetnz_volcano/sensor.py
  <CWD>/homeassistant/components/geonetnz_volcano/sensor.py:135:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geonetnz_volcano/sensor.py:140:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geonetnz_volcano/sensor.py:145:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geonetnz_volcano/sensor.py:150:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/geonetnz_volcano/sensor.py:155:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gios/config_flow.py
  <CWD>/homeassistant/components/gios/config_flow.py:9:18 - error: "ApiError" is not exported from module "gios"
    Import from "gios.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/gios/config_flow.py:9:34 - error: "InvalidSensorsDataError" is not exported from module "gios"
    Import from "gios.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/gios/config_flow.py:9:59 - error: "NoStationError" is not exported from module "gios"
    Import from "gios.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/gios/sensor.py
  <CWD>/homeassistant/components/gios/sensor.py:244:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GiosSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gios/sensor.py:244:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "GiosSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gios/sensor.py:247:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gios/sensor.py:252:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/github/__init__.py
  <CWD>/homeassistant/components/github/__init__.py:26:21 - error: Argument of type "str" cannot be assigned to parameter "client_name" of type "Dict[GitHubClientKwarg, Any]" in function "__init__"
    "str" is not assignable to "Dict[GitHubClientKwarg, Any]" (reportArgumentType)
<CWD>/homeassistant/components/github/config_flow.py
  <CWD>/homeassistant/components/github/config_flow.py:41:54 - error: Argument of type "dict[str, int]" cannot be assigned to parameter "params" of type "Dict[GitHubRequestKwarg, Any]" in function "starred"
    "Literal['per_page']" is not assignable to "GitHubRequestKwarg" (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:46:32 - error: Argument of type "dict[str, int]" cannot be assigned to parameter "params" of type "Dict[GitHubRequestKwarg, Any]" in function "starred"
    "Literal['per_page']" is not assignable to "GitHubRequestKwarg"
    "Literal['page']" is not assignable to "GitHubRequestKwarg" (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:49:25 - error: Argument of type "int | None" cannot be assigned to parameter "start" of type "SupportsIndex" in function "__new__"
    Type "int | None" is not assignable to type "SupportsIndex"
      "None" is incompatible with protocol "SupportsIndex"
        "__index__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:49:52 - error: Operator "+" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/github/config_flow.py:54:31 - error: "extend" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/github/config_flow.py:54:38 - error: Argument of type "list[GitHubRepositoryModel] | None" cannot be assigned to parameter "iterable" of type "Iterable[GitHubRepositoryModel]" in function "extend"
    Type "list[GitHubRepositoryModel] | None" is not assignable to type "Iterable[GitHubRepositoryModel]"
      "None" is incompatible with protocol "Iterable[GitHubRepositoryModel]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:56:29 - error: Argument of type "list[GitHubRepositoryModel] | None" cannot be assigned to parameter "s" of type "Iterable[Unknown]" in function "update"
    Type "list[GitHubRepositoryModel] | None" is not assignable to type "Iterable[Unknown]"
      "None" is incompatible with protocol "Iterable[Unknown]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:59:52 - error: Argument of type "dict[str, int]" cannot be assigned to parameter "params" of type "Dict[GitHubRequestKwarg, Any]" in function "repos"
    "Literal['per_page']" is not assignable to "GitHubRequestKwarg" (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:64:32 - error: Argument of type "dict[str, int]" cannot be assigned to parameter "params" of type "Dict[GitHubRequestKwarg, Any]" in function "repos"
    "Literal['per_page']" is not assignable to "GitHubRequestKwarg"
    "Literal['page']" is not assignable to "GitHubRequestKwarg" (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:67:25 - error: Argument of type "int | None" cannot be assigned to parameter "start" of type "SupportsIndex" in function "__new__"
    Type "int | None" is not assignable to type "SupportsIndex"
      "None" is incompatible with protocol "SupportsIndex"
        "__index__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:67:52 - error: Operator "+" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/github/config_flow.py:72:31 - error: "extend" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/github/config_flow.py:72:38 - error: Argument of type "list[GitHubRepositoryModel] | None" cannot be assigned to parameter "iterable" of type "Iterable[GitHubRepositoryModel]" in function "extend"
    Type "list[GitHubRepositoryModel] | None" is not assignable to type "Iterable[GitHubRepositoryModel]"
      "None" is incompatible with protocol "Iterable[GitHubRepositoryModel]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:74:29 - error: Argument of type "list[GitHubRepositoryModel] | None" cannot be assigned to parameter "s" of type "Iterable[Unknown]" in function "update"
    Type "list[GitHubRepositoryModel] | None" is not assignable to type "Iterable[Unknown]"
      "None" is incompatible with protocol "Iterable[Unknown]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:132:29 - error: Argument of type "str | None" cannot be assigned to parameter "device_code" of type "str" in function "activation"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:140:29 - error: Argument of type "str" cannot be assigned to parameter "client_name" of type "Dict[GitHubClientKwarg, Any]" in function "__init__"
    "str" is not assignable to "Dict[GitHubClientKwarg, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:165:38 - error: Argument of type "dict[str, str | None]" cannot be assigned to parameter "description_placeholders" of type "Mapping[str, str] | None" in function "async_show_progress"
    Type "dict[str, str | None]" is not assignable to type "Mapping[str, str] | None"
      "dict[str, str | None]" is not assignable to "Mapping[str, str]"
        Type parameter "_VT_co@Mapping" is covariant, but "str | None" is not a subtype of "str"
          Type "str | None" is not assignable to type "str"
            "None" is not assignable to "str"
      "dict[str, str | None]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/github/config_flow.py:183:62 - error: Argument of type "str | None" cannot be assigned to parameter "access_token" of type "str" in function "get_repositories"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/github/coordinator.py
  <CWD>/homeassistant/components/github/coordinator.py:132:15 - error: Method "_async_update_data" overrides class "DataUpdateCoordinator" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, dict[str, Any]]", override returns type "CoroutineType[Any, Any, GitHubResponseModel[dict[str, Any]]]"
      "CoroutineType[Any, Any, GitHubResponseModel[dict[str, Any]]]" is not assignable to "CoroutineType[Any, Any, dict[str, Any]]"
        Type parameter "_ReturnT_nd_co@CoroutineType" is covariant, but "GitHubResponseModel[dict[str, Any]]" is not a subtype of "dict[str, Any]"
          "GitHubResponseModel[dict[str, Any]]" is not assignable to "dict[str, Any]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/github/coordinator.py:149:16 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/github/coordinator.py:166:28 - error: Argument of type "(error: GitHubException) -> CoroutineType[Any, Any, None]" cannot be assigned to parameter "error_callback" of type "(() -> Awaitable[None]) | None" in function "subscribe"
    Type "(error: GitHubException) -> CoroutineType[Any, Any, None]" is not assignable to type "(() -> Awaitable[None]) | None"
      Type "(error: GitHubException) -> CoroutineType[Any, Any, None]" is not assignable to type "() -> Awaitable[None]"
        Extra parameter "error"
      "FunctionType" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/github/diagnostics.py
  <CWD>/homeassistant/components/github/diagnostics.py:28:21 - error: Argument of type "str" cannot be assigned to parameter "client_name" of type "Dict[GitHubClientKwarg, Any]" in function "__init__"
    "str" is not assignable to "Dict[GitHubClientKwarg, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/github/diagnostics.py:36:55 - error: "as_dict" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/github/sensor.py
  <CWD>/homeassistant/components/github/sensor.py:171:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GitHubSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/github/sensor.py:171:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "GitHubSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/github/sensor.py:183:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/github/sensor.py:192:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/github/sensor.py:197:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gitlab_ci/sensor.py
  <CWD>/homeassistant/components/gitlab_ci/sensor.py:8:6 - error: Import "gitlab" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/gitlab_ci/sensor.py:88:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gitter/sensor.py
  <CWD>/homeassistant/components/gitter/sensor.py:7:6 - error: Import "gitterpy.client" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/gitter/sensor.py:8:6 - error: Import "gitterpy.errors" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/gitter/sensor.py:78:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gitter/sensor.py:83:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gitter/sensor.py:88:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gitter/sensor.py:93:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/glances/sensor.py
  <CWD>/homeassistant/components/glances/sensor.py:339:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GlancesSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/glances/sensor.py:339:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "GlancesSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/glances/sensor.py:353:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/goalzero/binary_sensor.py
  <CWD>/homeassistant/components/goalzero/binary_sensor.py:56:7 - error: Base classes for class "GoalZeroBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/goalzero/binary_sensor.py:56:7 - error: Base classes for class "GoalZeroBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/goalzero/binary_sensor.py:60:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/goalzero/entity.py
  <CWD>/homeassistant/components/goalzero/entity.py:32:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/goalzero/sensor.py
  <CWD>/homeassistant/components/goalzero/sensor.py:143:7 - error: Base classes for class "GoalZeroSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/goalzero/sensor.py:143:7 - error: Base classes for class "GoalZeroSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/goalzero/sensor.py:147:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/goalzero/switch.py
  <CWD>/homeassistant/components/goalzero/switch.py:41:7 - error: Base classes for class "GoalZeroSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/goalzero/switch.py:41:7 - error: Base classes for class "GoalZeroSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/goalzero/switch.py:45:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gogogate2/config_flow.py
  <CWD>/homeassistant/components/gogogate2/config_flow.py:76:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "Gogogate2FlowHandler"
      "ConfigFlow" is not assignable to "Gogogate2FlowHandler" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/gogogate2/cover.py
  <CWD>/homeassistant/components/gogogate2/cover.py:43:7 - error: Base classes for class "DeviceCover" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/cover.py:43:7 - error: Base classes for class "DeviceCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/cover.py:43:7 - error: Base classes for class "DeviceCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/cover.py:62:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/cover.py:67:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/cover.py:77:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/cover.py:82:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gogogate2/entity.py
  <CWD>/homeassistant/components/gogogate2/entity.py:48:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/entity.py:65:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gogogate2/sensor.py
  <CWD>/homeassistant/components/gogogate2/sensor.py:48:7 - error: Base classes for class "DoorSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/sensor.py:48:7 - error: Base classes for class "DoorSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/sensor.py:52:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/sensor.py:80:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/sensor.py:85:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/sensor.py:108:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gogogate2/sensor.py:113:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/goodwe/__init__.py
  <CWD>/homeassistant/components/goodwe/__init__.py:38:31 - error: Argument of type "set[tuple[Literal['goodwe'], str | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/goodwe/button.py
  <CWD>/homeassistant/components/goodwe/button.py:71:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "GoodweButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/goodwe/number.py
  <CWD>/homeassistant/components/goodwe/number.py:128:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "GoodweNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/goodwe/sensor.py
  <CWD>/homeassistant/components/goodwe/sensor.py:213:22 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GoodweSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/goodwe/sensor.py:213:22 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "GoodweSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/goodwe/sensor.py:215:38 - error: Argument of type "SensorKind | None" cannot be assigned to parameter "key" of type "SensorKind" in function "get"
    Type "SensorKind | None" is not assignable to type "SensorKind"
      "None" is not assignable to "SensorKind" (reportArgumentType)
  <CWD>/homeassistant/components/goodwe/sensor.py:223:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/goodwe/sensor.py:228:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/google/api.py
  <CWD>/homeassistant/components/google/api.py:55:23 - error: Cannot access attribute "token_expiry" for class "Credentials"
    Attribute "token_expiry" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/google/api.py:57:50 - error: Cannot access attribute "token_expiry" for class "Credentials"
    Attribute "token_expiry" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/google/api.py:60:35 - error: Cannot access attribute "access_token" for class "Credentials"
    Attribute "access_token" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/google/api.py:61:36 - error: Cannot access attribute "refresh_token" for class "Credentials"
    Attribute "refresh_token" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/google/api.py:62:37 - error: Cannot access attribute "scopes" for class "Credentials"
    Attribute "scopes" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/google/calendar.py
  <CWD>/homeassistant/components/google/calendar.py:96:5 - error: "name" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/google/calendar.py:284:36 - error: Argument missing for parameter "calendarId" (reportCallIssue)
  <CWD>/homeassistant/components/google/calendar.py:285:21 - error: No parameter named "calendar_id" (reportCallIssue)
  <CWD>/homeassistant/components/google/calendar.py:286:21 - error: No parameter named "start_time" (reportCallIssue)
  <CWD>/homeassistant/components/google/calendar.py:334:7 - error: Base classes for class "GoogleCalendarEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google/calendar.py:355:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GoogleCalendarEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google/calendar.py:355:14 - error: "entity_description" overrides symbol of same name in class "CalendarEntity"
    Variable is mutable so its type is invariant
      Override type "GoogleCalendarEntityDescription" is not the same as base type "CalendarEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google/calendar.py:368:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google/calendar.py:449:27 - error: "offset_value" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/google/calendar.py:460:17 - error: No parameter named "date_time" (reportCallIssue)
  <CWD>/homeassistant/components/google/calendar.py:461:17 - error: No parameter named "timezone" (reportCallIssue)
  <CWD>/homeassistant/components/google/calendar.py:464:17 - error: No parameter named "date_time" (reportCallIssue)
  <CWD>/homeassistant/components/google/calendar.py:465:17 - error: No parameter named "timezone" (reportCallIssue)
  <CWD>/homeassistant/components/google/calendar.py:565:32 - error: No parameter named "date_time" (reportCallIssue)
  <CWD>/homeassistant/components/google/calendar.py:565:52 - error: No parameter named "timezone" (reportCallIssue)
  <CWD>/homeassistant/components/google/calendar.py:566:30 - error: No parameter named "date_time" (reportCallIssue)
  <CWD>/homeassistant/components/google/calendar.py:566:48 - error: No parameter named "timezone" (reportCallIssue)
<CWD>/homeassistant/components/google/coordinator.py
  <CWD>/homeassistant/components/google/coordinator.py:139:19 - error: Argument missing for parameter "calendarId" (reportCallIssue)
  <CWD>/homeassistant/components/google/coordinator.py:140:13 - error: No parameter named "calendar_id" (reportCallIssue)
  <CWD>/homeassistant/components/google/coordinator.py:141:13 - error: No parameter named "start_time" (reportCallIssue)
  <CWD>/homeassistant/components/google/coordinator.py:142:13 - error: No parameter named "end_time" (reportCallIssue)
  <CWD>/homeassistant/components/google/coordinator.py:143:13 - error: No parameter named "search" (reportCallIssue)
  <CWD>/homeassistant/components/google/coordinator.py:157:19 - error: Argument missing for parameter "calendarId" (reportCallIssue)
  <CWD>/homeassistant/components/google/coordinator.py:157:37 - error: No parameter named "calendar_id" (reportCallIssue)
  <CWD>/homeassistant/components/google/coordinator.py:157:67 - error: No parameter named "search" (reportCallIssue)
<CWD>/homeassistant/components/google_assistant/report_state.py
  <CWD>/homeassistant/components/google_assistant/report_state.py:143:44 - error: Argument of type "HassJob[(now: Unknown | None = None), CoroutineType[Any, Any, Unknown]]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later"
    Type "HassJob[(now: Unknown | None = None), CoroutineType[Any, Any, Unknown]]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(now: Unknown | None = None), CoroutineType[Any, Any, Unknown]]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "CoroutineType[Any, Any, Unknown]" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(now: Unknown | None = None), CoroutineType[Any, Any, Unknown]]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
<CWD>/homeassistant/components/google_assistant/trait.py
  <CWD>/homeassistant/components/google_assistant/trait.py:381:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:420:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:478:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:668:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:717:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:766:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:806:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:833:45 - error: "descriptive_capacity_remaining" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/google_assistant/trait.py:861:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:1027:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:1177:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:1447:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:1534:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:1600:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:1738:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:1889:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:2120:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:2192:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:2345:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:2526:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:2645:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:2672:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "_" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/google_assistant/trait.py:2771:9 - error: Method "supported" overrides class "_Trait" in an incompatible manner
    Base method is declared as a staticmethod but override is not
    Positional parameter count mismatch; base method has 4, but override has 5
    Parameter 2 name mismatch: base parameter is named "features", override parameter is named "domain"
    Parameter 3 name mismatch: base parameter is named "device_class", override parameter is named "features"
    Parameter 4 name mismatch: base parameter is named "attributes", override parameter is named "device_class" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/google_assistant_sdk/helpers.py
  <CWD>/homeassistant/components/google_assistant_sdk/helpers.py:109:61 - error: "format" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/google_cloud/stt.py
  <CWD>/homeassistant/components/google_cloud/stt.py:74:9 - error: "supported_languages" incorrectly overrides property of same name in class "SpeechToTextEntity" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/google_cloud/tts.py
  <CWD>/homeassistant/components/google_cloud/tts.py:192:49 - error: Argument of type "str" cannot be assigned to parameter "ignore_unknown_fields" of type "bool" in function "__init__"
    "str" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/google_cloud/tts.py:235:7 - error: Base classes for class "GoogleCloudTTSEntity" define variable "supported_languages" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_cloud/tts.py:235:7 - error: Base classes for class "GoogleCloudTTSEntity" define variable "default_language" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_cloud/tts.py:235:7 - error: Base classes for class "GoogleCloudTTSEntity" define variable "supported_options" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_cloud/tts.py:235:7 - error: Base classes for class "GoogleCloudTTSEntity" define variable "default_options" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/google_drive/api.py
  <CWD>/homeassistant/components/google_drive/api.py:12:34 - error: "AbstractAuth" is not exported from module "google_drive_api.api"
    Import from "google_drive_api.auth" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/google_drive/api.py:56:45 - error: Cannot access attribute "status" for class "ClientError"
    Attribute "status" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/google_generative_ai_conversation/ai_task.py
  <CWD>/homeassistant/components/google_generative_ai_conversation/ai_task.py:53:7 - error: Base classes for class "GoogleGenerativeAITaskEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_generative_ai_conversation/ai_task.py:127:28 - error: Variable not allowed in type expression (reportInvalidTypeForm)
<CWD>/homeassistant/components/google_generative_ai_conversation/config_flow.py
  <CWD>/homeassistant/components/google_generative_ai_conversation/config_flow.py:10:20 - error: "genai" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/homeassistant/components/google_generative_ai_conversation/conversation.py
  <CWD>/homeassistant/components/google_generative_ai_conversation/conversation.py:33:7 - error: Base classes for class "GoogleGenerativeAIConversationEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/google_generative_ai_conversation/entity.py
  <CWD>/homeassistant/components/google_generative_ai_conversation/entity.py:388:43 - error: "thinking_content_index" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/google_generative_ai_conversation/entity.py:395:25 - error: "thinking_content_index" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/google_generative_ai_conversation/entity.py:402:43 - error: "content_index" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/google_generative_ai_conversation/entity.py:409:25 - error: "content_index" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/google_generative_ai_conversation/entity.py:422:39 - error: "tool_call_index" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/google_generative_ai_conversation/entity.py:540:51 - error: Could not access item in TypedDict
    "role" is not a required key in "ContentDict", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/google_generative_ai_conversation/entity.py:581:28 - error: Variable not allowed in type expression (reportInvalidTypeForm)
<CWD>/homeassistant/components/google_generative_ai_conversation/stt.py
  <CWD>/homeassistant/components/google_generative_ai_conversation/stt.py:42:7 - error: Base classes for class "GoogleGenerativeAISttEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/google_generative_ai_conversation/tts.py
  <CWD>/homeassistant/components/google_generative_ai_conversation/tts.py:44:7 - error: Base classes for class "GoogleGenerativeAITextToSpeechEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/google_mail/api.py
  <CWD>/homeassistant/components/google_mail/api.py:53:46 - error: Cannot access attribute "status" for class "ClientError"
    Attribute "status" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/google_mail/notify.py
  <CWD>/homeassistant/components/google_mail/notify.py:58:50 - error: Cannot access attribute "users" for class "Resource"
    Attribute "users" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/google_mail/sensor.py
  <CWD>/homeassistant/components/google_mail/sensor.py:44:41 - error: Cannot access attribute "users" for class "Resource"
    Attribute "users" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/google_mail/services.py
  <CWD>/homeassistant/components/google_mail/services.py:88:21 - error: Cannot access attribute "users" for class "Resource"
    Attribute "users" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/google_maps/device_tracker.py
  <CWD>/homeassistant/components/google_maps/device_tracker.py:8:6 - error: Import "locationsharinglib" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/google_maps/device_tracker.py:9:6 - error: Import "locationsharinglib.locationsharinglibexceptions" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/google_photos/api.py
  <CWD>/homeassistant/components/google_photos/api.py:12:32 - error: "AbstractAuth" is not exported from module "google_photos_library_api.api" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/google_photos/api.py:30:31 - error: "AbstractAuth" is not exported from module "google_photos_library_api.api" (reportPrivateImportUsage)
<CWD>/homeassistant/components/google_tasks/api.py
  <CWD>/homeassistant/components/google_tasks/api.py:63:36 - error: Cannot access attribute "tasklists" for class "Resource"
    Attribute "tasklists" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/google_tasks/api.py:70:36 - error: Cannot access attribute "tasks" for class "Resource"
    Attribute "tasks" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/google_tasks/api.py:86:36 - error: Cannot access attribute "tasks" for class "Resource"
    Attribute "tasks" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/google_tasks/api.py:100:36 - error: Cannot access attribute "tasks" for class "Resource"
    Attribute "tasks" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/google_tasks/api.py:114:43 - error: Cannot access attribute "new_batch_http_request" for class "Resource"
    Attribute "new_batch_http_request" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/google_tasks/api.py:127:25 - error: Cannot access attribute "tasks" for class "Resource"
    Attribute "tasks" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/google_tasks/api.py:144:36 - error: Cannot access attribute "tasks" for class "Resource"
    Attribute "tasks" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/google_tasks/api.py:156:57 - error: Cannot access attribute "reason" for class "ServerNotFoundError"
    Attribute "reason" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/google_tasks/api.py:156:71 - error: Cannot access attribute "status_code" for class "ServerNotFoundError"
    Attribute "status_code" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/google_tasks/todo.py
  <CWD>/homeassistant/components/google_tasks/todo.py:91:7 - error: Base classes for class "GoogleTaskTodoListEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_tasks/todo.py:120:9 - error: "todo_items" overrides symbol of same name in class "TodoListEntity"
    "property" is not assignable to "cached_property[list[TodoItem] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/google_translate/tts.py
  <CWD>/homeassistant/components/google_translate/tts.py:81:9 - error: "default_language" overrides symbol of same name in class "TextToSpeechEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_translate/tts.py:86:9 - error: "supported_languages" overrides symbol of same name in class "TextToSpeechEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_translate/tts.py:91:9 - error: "supported_options" overrides symbol of same name in class "TextToSpeechEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/google_travel_time/sensor.py
  <CWD>/homeassistant/components/google_travel_time/sensor.py:172:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_travel_time/sensor.py:180:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/google_weather/weather.py
  <CWD>/homeassistant/components/google_weather/weather.py:134:7 - error: Base classes for class "GoogleWeatherEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:134:7 - error: Base classes for class "GoogleWeatherEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:134:7 - error: Base classes for class "GoogleWeatherEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:134:7 - error: Base classes for class "GoogleWeatherEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:134:7 - error: Base classes for class "GoogleWeatherEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:179:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:187:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:192:9 - error: "native_apparent_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:197:9 - error: "native_dew_point" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:202:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:207:9 - error: "uv_index" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:212:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:217:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:222:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:227:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:232:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_weather/weather.py:237:9 - error: "cloud_coverage" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/google_wifi/sensor.py
  <CWD>/homeassistant/components/google_wifi/sensor.py:139:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "GoogleWifiSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/google_wifi/sensor.py:144:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/govee_ble/binary_sensor.py
  <CWD>/homeassistant/components/govee_ble/binary_sensor.py:105:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/govee_ble/binary_sensor.py:114:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/govee_ble/coordinator.py
  <CWD>/homeassistant/components/govee_ble/coordinator.py:90:5 - error: "coordinator" overrides symbol of same name in class "PassiveBluetoothDataProcessor"
    Variable is mutable so its type is invariant
      Override type "GoveeBLEBluetoothProcessorCoordinator" is not the same as base type "PassiveBluetoothProcessorCoordinator[SensorUpdate]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/govee_ble/sensor.py
  <CWD>/homeassistant/components/govee_ble/sensor.py:134:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/govee_ble/sensor.py:143:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/govee_light_local/coordinator.py
  <CWD>/homeassistant/components/govee_light_local/coordinator.py:102:15 - error: Argument missing for parameter "scene" (reportCallIssue)
<CWD>/homeassistant/components/govee_light_local/light.py
  <CWD>/homeassistant/components/govee_light_local/light.py:54:7 - error: Base classes for class "GoveeLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/govee_light_local/light.py:103:22 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LightEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/govee_light_local/light.py:106:14 - error: "_attr_supported_color_modes" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "set[ColorMode]" is not the same as base type "set[ColorMode] | set[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/govee_light_local/light.py:123:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/govee_light_local/light.py:128:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/govee_light_local/light.py:138:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/govee_light_local/light.py:143:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/govee_light_local/light.py:185:54 - error: Argument of type "GoveeDevice" cannot be assigned to parameter "device" of type "GoveeController" in function "set_scene"
    "GoveeDevice" is not assignable to "GoveeController" (reportArgumentType)
  <CWD>/homeassistant/components/govee_light_local/light.py:216:73 - error: Argument of type "int | None" cannot be assigned to parameter "red" of type "int" in function "set_rgb_color"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/govee_light_local/light.py:216:73 - error: Argument of type "int | None" cannot be assigned to parameter "green" of type "int" in function "set_rgb_color"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/govee_light_local/light.py:216:73 - error: Argument of type "int | None" cannot be assigned to parameter "blue" of type "int" in function "set_rgb_color"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/govee_light_local/light.py:218:75 - error: Argument of type "int | None" cannot be assigned to parameter "temperature" of type "int" in function "set_temperature"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/gpsd/sensor.py
  <CWD>/homeassistant/components/gpsd/sensor.py:188:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "GpsdSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gpsd/sensor.py:198:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gpslogger/device_tracker.py
  <CWD>/homeassistant/components/gpslogger/device_tracker.py:66:7 - error: Base classes for class "GPSLoggerEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gpslogger/device_tracker.py:66:7 - error: Base classes for class "GPSLoggerEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gpslogger/device_tracker.py:66:7 - error: Base classes for class "GPSLoggerEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gpslogger/device_tracker.py:66:7 - error: Base classes for class "GPSLoggerEntity" define variable "force_update" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gpslogger/device_tracker.py:89:9 - error: "battery_level" overrides symbol of same name in class "BaseTrackerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gpslogger/device_tracker.py:134:9 - error: Object of type "None" cannot be called (reportOptionalCall)
<CWD>/homeassistant/components/gree/climate.py
  <CWD>/homeassistant/components/gree/climate.py:105:7 - error: Base classes for class "GreeClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gree/climate.py:133:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gree/climate.py:138:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gree/climate.py:162:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gree/climate.py:167:31 - error: Argument of type "int" cannot be assigned to parameter "key" of type "Mode" in function "get"
    "int" is not assignable to "Mode" (reportArgumentType)
  <CWD>/homeassistant/components/gree/climate.py:189:40 - error: Cannot assign to attribute "mode" for class "Device"
    Type "Mode | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/gree/climate.py:210:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gree/climate.py:251:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gree/climate.py:254:30 - error: Argument of type "int" cannot be assigned to parameter "key" of type "FanSpeed" in function "get"
    "int" is not assignable to "FanSpeed" (reportArgumentType)
  <CWD>/homeassistant/components/gree/climate.py:261:45 - error: Cannot assign to attribute "fan_speed" for class "Device"
    Type "FanSpeed | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/gree/climate.py:266:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/gree/switch.py
  <CWD>/homeassistant/components/gree/switch.py:117:7 - error: Base classes for class "GreeSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gree/switch.py:125:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GreeSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gree/switch.py:125:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "GreeSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gree/switch.py:130:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/greeneye_monitor/__init__.py
  <CWD>/homeassistant/components/greeneye_monitor/__init__.py:121:25 - error: "Monitors" is not exported from module "greeneye" (reportPrivateImportUsage)
<CWD>/homeassistant/components/greeneye_monitor/const.py
  <CWD>/homeassistant/components/greeneye_monitor/const.py:10:26 - error: "Monitors" is not exported from module "greeneye"
    Import from "greeneye.monitor" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/greeneye_monitor/sensor.py
  <CWD>/homeassistant/components/greeneye_monitor/sensor.py:175:14 - error: "_sensor" overrides symbol of same name in class "GEMSensor"
    Variable is mutable so its type is invariant
      Override type "Channel" is not the same as base type "UnderlyingSensorType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/greeneye_monitor/sensor.py:179:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/greeneye_monitor/sensor.py:184:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/greeneye_monitor/sensor.py:212:14 - error: "_sensor" overrides symbol of same name in class "GEMSensor"
    Variable is mutable so its type is invariant
      Override type "PulseCounter" is not the same as base type "UnderlyingSensorType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/greeneye_monitor/sensor.py:218:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/greeneye_monitor/sensor.py:246:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/greeneye_monitor/sensor.py:263:14 - error: "_sensor" overrides symbol of same name in class "GEMSensor"
    Variable is mutable so its type is invariant
      Override type "TemperatureSensor" is not the same as base type "UnderlyingSensorType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/greeneye_monitor/sensor.py:267:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/greeneye_monitor/sensor.py:283:14 - error: "_sensor" overrides symbol of same name in class "GEMSensor"
    Variable is mutable so its type is invariant
      Override type "VoltageSensor" is not the same as base type "UnderlyingSensorType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/greeneye_monitor/sensor.py:286:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/greenwave/light.py
  <CWD>/homeassistant/components/greenwave/light.py:10:8 - error: Import "greenwavereality" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/greenwave/light.py:85:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/group/binary_sensor.py
  <CWD>/homeassistant/components/group/binary_sensor.py:155:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/group/binary_sensor.py:155:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/group/config_flow.py
  <CWD>/homeassistant/components/group/config_flow.py:421:22 - error: Could not access item in TypedDict
    "step_id" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/group/entity.py
  <CWD>/homeassistant/components/group/entity.py:254:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/group/entity.py:263:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/group/entity.py:272:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/group/fan.py
  <CWD>/homeassistant/components/group/fan.py:130:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/group/fan.py:140:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/group/fan.py:145:9 - error: "current_direction" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/group/fan.py:150:9 - error: "oscillating" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/group/media_player.py
  <CWD>/homeassistant/components/group/media_player.py:267:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/group/media_player.py:272:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/group/sensor.py
  <CWD>/homeassistant/components/group/sensor.py:457:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/group/sensor.py:462:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/growatt_server/__init__.py
  <CWD>/homeassistant/components/growatt_server/__init__.py:40:53 - error: "login_response" is unbound (reportUnboundVariable)
<CWD>/homeassistant/components/growatt_server/coordinator.py
  <CWD>/homeassistant/components/growatt_server/coordinator.py:94:39 - error: Cannot access attribute "plant_energy_overview" for class "GrowattApi"
    Attribute "plant_energy_overview" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/growatt_server/coordinator.py:112:40 - error: Cannot access attribute "min_detail" for class "GrowattApi"
    Attribute "min_detail" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/growatt_server/coordinator.py:113:41 - error: Cannot access attribute "min_settings" for class "GrowattApi"
    Attribute "min_settings" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/growatt_server/coordinator.py:114:39 - error: Cannot access attribute "min_energy" for class "GrowattApi"
    Attribute "min_energy" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/growatt_server/number.py
  <CWD>/homeassistant/components/growatt_server/number.py:103:7 - error: Base classes for class "GrowattNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/growatt_server/number.py:117:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GrowattNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/growatt_server/number.py:117:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "GrowattNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/growatt_server/number.py:126:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/growatt_server/number.py:144:38 - error: Cannot access attribute "min_write_parameter" for class "GrowattApi"
    Attribute "min_write_parameter" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/growatt_server/sensor/__init__.py
  <CWD>/homeassistant/components/growatt_server/sensor/__init__.py:80:7 - error: Base classes for class "GrowattSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/growatt_server/sensor/__init__.py:96:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GrowattSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/growatt_server/sensor/__init__.py:96:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "GrowattSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/growatt_server/sensor/__init__.py:108:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/growatt_server/sensor/__init__.py:119:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/growatt_server/switch.py
  <CWD>/homeassistant/components/growatt_server/switch.py:70:7 - error: Base classes for class "GrowattSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/growatt_server/switch.py:84:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GrowattSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/growatt_server/switch.py:84:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "GrowattSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/growatt_server/switch.py:93:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/growatt_server/switch.py:121:38 - error: Cannot access attribute "min_write_parameter" for class "GrowattApi"
    Attribute "min_write_parameter" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/gtfs/sensor.py
  <CWD>/homeassistant/components/gtfs/sensor.py:11:8 - error: Import "pygtfs" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/gtfs/sensor.py:555:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gtfs/sensor.py:560:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gtfs/sensor.py:565:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gtfs/sensor.py:570:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gtfs/sensor.py:575:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/gtfs/sensor.py:647:63 - error: Cannot access attribute "agency_timezone" for class "Literal[True]"
    Attribute "agency_timezone" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/gtfs/sensor.py:658:55 - error: Cannot access attribute "agency_name" for class "Literal[True]"
    Attribute "agency_name" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/guardian/__init__.py
  <CWD>/homeassistant/components/guardian/__init__.py:8:25 - error: "Client" is not exported from module "aioguardian"
    Import from "aioguardian.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/guardian/binary_sensor.py
  <CWD>/homeassistant/components/guardian/binary_sensor.py:145:7 - error: Base classes for class "PairedSensorBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/binary_sensor.py:148:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "PairedSensorBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/binary_sensor.py:162:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/binary_sensor.py:167:7 - error: Base classes for class "ValveControllerBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/binary_sensor.py:170:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ValveControllerBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/binary_sensor.py:184:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/guardian/button.py
  <CWD>/homeassistant/components/guardian/button.py:8:25 - error: "Client" is not exported from module "aioguardian"
    Import from "aioguardian.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/guardian/button.py:82:7 - error: Base classes for class "GuardianButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/button.py:88:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "ValveControllerButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/button.py:102:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/guardian/config_flow.py
  <CWD>/homeassistant/components/guardian/config_flow.py:7:25 - error: "Client" is not exported from module "aioguardian"
    Import from "aioguardian.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/guardian/coordinator.py
  <CWD>/homeassistant/components/guardian/coordinator.py:10:25 - error: "Client" is not exported from module "aioguardian"
    Import from "aioguardian.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/guardian/sensor.py
  <CWD>/homeassistant/components/guardian/sensor.py:182:7 - error: Base classes for class "PairedSensorSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/sensor.py:185:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PairedSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/sensor.py:188:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/sensor.py:193:7 - error: Base classes for class "ValveControllerSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/sensor.py:196:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ValveControllerSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/sensor.py:199:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/guardian/switch.py
  <CWD>/homeassistant/components/guardian/switch.py:9:25 - error: "Client" is not exported from module "aioguardian"
    Import from "aioguardian.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/guardian/switch.py:125:7 - error: Base classes for class "ValveControllerSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/switch.py:128:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ValveControllerSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/switch.py:142:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/switch.py:147:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/switch.py:152:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/guardian/switch.py:158:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/guardian/valve.py
  <CWD>/homeassistant/components/guardian/valve.py:10:25 - error: "Client" is not exported from module "aioguardian"
    Import from "aioguardian.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/guardian/valve.py:124:7 - error: Base classes for class "ValveControllerValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/valve.py:130:5 - error: "entity_description" overrides symbol of same name in class "ValveEntity"
    Variable is mutable so its type is invariant
      Override type "ValveControllerValveDescription" is not the same as base type "ValveEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/guardian/valve.py:159:15 - error: Method "async_close_valve" overrides class "ValveEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/guardian/valve.py:165:15 - error: Method "async_open_valve" overrides class "ValveEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/guardian/valve.py:171:15 - error: Method "async_stop_valve" overrides class "ValveEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/habitica/binary_sensor.py
  <CWD>/homeassistant/components/habitica/binary_sensor.py:84:7 - error: Base classes for class "HabiticaBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/binary_sensor.py:87:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "HabiticaBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/binary_sensor.py:90:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/binary_sensor.py:95:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/binary_sensor.py:104:7 - error: Base classes for class "HabiticaPartyBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/binary_sensor.py:122:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/habitica/button.py
  <CWD>/homeassistant/components/habitica/button.py:296:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "HabiticaButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/button.py:305:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/button.py:313:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/habitica/calendar.py
  <CWD>/homeassistant/components/habitica/calendar.py:58:7 - error: Base classes for class "HabiticaCalendarEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/calendar.py:244:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/habitica/image.py
  <CWD>/homeassistant/components/habitica/image.py:73:7 - error: Base classes for class "HabiticaImage" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/image.py:115:7 - error: Base classes for class "HabiticaPartyMemberImage" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/image.py:115:7 - error: Base classes for class "HabiticaPartyMemberImage" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/image.py:115:7 - error: Base classes for class "HabiticaPartyMemberImage" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/image.py:115:7 - error: Base classes for class "HabiticaPartyMemberImage" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/image.py:133:7 - error: Base classes for class "HabiticaPartyImage" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/image.py:167:9 - error: "image_url" overrides symbol of same name in class "ImageEntity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/habitica/notify.py
  <CWD>/homeassistant/components/habitica/notify.py:95:7 - error: Base classes for class "HabiticaBaseNotifyEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/habitica/sensor.py
  <CWD>/homeassistant/components/habitica/sensor.py:430:7 - error: Base classes for class "HabiticaSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:433:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "HabiticaSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:436:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:446:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:453:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:479:7 - error: Base classes for class "HabiticaPartyMemberSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:479:7 - error: Base classes for class "HabiticaPartyMemberSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:479:7 - error: Base classes for class "HabiticaPartyMemberSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:479:7 - error: Base classes for class "HabiticaPartyMemberSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:479:7 - error: Base classes for class "HabiticaPartyMemberSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:479:7 - error: Base classes for class "HabiticaPartyMemberSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:479:7 - error: Base classes for class "HabiticaPartyMemberSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:479:7 - error: Base classes for class "HabiticaPartyMemberSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:479:7 - error: Base classes for class "HabiticaPartyMemberSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:479:7 - error: Base classes for class "HabiticaPartyMemberSensor" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:483:7 - error: Base classes for class "HabiticaPartySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:486:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "HabiticaPartySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:489:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:497:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/sensor.py:516:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/habitica/switch.py
  <CWD>/homeassistant/components/habitica/switch.py:67:7 - error: Base classes for class "HabiticaSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/switch.py:70:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "HabiticaSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/switch.py:73:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/habitica/todo.py
  <CWD>/homeassistant/components/habitica/todo.py:68:7 - error: Base classes for class "BaseHabiticaListEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/todo.py:262:9 - error: "todo_items" overrides symbol of same name in class "TodoListEntity"
    "property" is not assignable to "cached_property[list[TodoItem] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/habitica/todo.py:338:9 - error: "todo_items" overrides symbol of same name in class "TodoListEntity"
    "property" is not assignable to "cached_property[list[TodoItem] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hardware/__init__.py
  <CWD>/homeassistant/components/hardware/__init__.py:30:23 - error: Argument of type "PsutilWrapper" cannot be assigned to parameter "ha_psutil" of type "Module("psutil_home_assistant")" in function "__init__"
    Type "PsutilWrapper" is not assignable to type "Module("psutil_home_assistant")" (reportArgumentType)
<CWD>/homeassistant/components/hardware/models.py
  <CWD>/homeassistant/components/hardware/models.py:26:16 - error: Module cannot be used as a type (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/hardware/models.py:67:50 - error: Function with declared return type "list[HardwareInfo]" must return value on all code paths
    "None" is not assignable to "list[HardwareInfo]" (reportReturnType)
<CWD>/homeassistant/components/harman_kardon_avr/media_player.py
  <CWD>/homeassistant/components/harman_kardon_avr/media_player.py:5:8 - error: Import "hkavr" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/harman_kardon_avr/media_player.py:86:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harman_kardon_avr/media_player.py:91:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harman_kardon_avr/media_player.py:96:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harman_kardon_avr/media_player.py:101:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/harmony/config_flow.py
  <CWD>/homeassistant/components/harmony/config_flow.py:87:48 - error: "validated" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/harmony/config_flow.py:90:21 - error: "validated" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/harmony/config_flow.py:116:34 - error: Argument of type "str | bytes | None" cannot be assigned to parameter "ip_address" of type "str" in function "__init__"
    Type "str | bytes | None" is not assignable to type "str"
      "bytes" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/harmony/data.py
  <CWD>/homeassistant/components/harmony/data.py:234:28 - error: Argument of type "str" cannot be assigned to parameter "device" of type "int" in function "__new__"
    "str" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/harmony/entity.py
  <CWD>/homeassistant/components/harmony/entity.py:33:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/harmony/remote.py
  <CWD>/homeassistant/components/harmony/remote.py:85:7 - error: Base classes for class "HarmonyRemote" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harmony/remote.py:85:7 - error: Base classes for class "HarmonyRemote" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harmony/remote.py:85:7 - error: Base classes for class "HarmonyRemote" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harmony/remote.py:85:7 - error: Base classes for class "HarmonyRemote" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harmony/remote.py:85:7 - error: Base classes for class "HarmonyRemote" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harmony/remote.py:85:7 - error: Base classes for class "HarmonyRemote" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harmony/remote.py:168:9 - error: "current_activity" overrides symbol of same name in class "RemoteEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harmony/remote.py:173:9 - error: "activity_list" overrides symbol of same name in class "RemoteEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harmony/remote.py:178:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harmony/remote.py:187:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/harmony/select.py
  <CWD>/homeassistant/components/harmony/select.py:30:7 - error: Base classes for class "HarmonyActivitySelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harmony/select.py:43:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/harmony/select.py:48:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hassio/__init__.py
  <CWD>/homeassistant/components/hassio/__init__.py:500:12 - error: "user" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/hassio/__init__.py:501:33 - error: "user" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/hassio/__init__.py:530:17 - error: Argument of type "HassJob[(_: datetime | None = None), None]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later"
    Type "HassJob[(_: datetime | None = None), None]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(_: datetime | None = None), None]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_P@HassJob" is invariant, but "(_: datetime | None = None)" is not the same as "(datetime)"
        Type parameter "_R_co@HassJob" is invariant, but "None" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(_: datetime | None = None), None]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
  <CWD>/homeassistant/components/hassio/__init__.py:638:1 - warning: Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
<CWD>/homeassistant/components/hassio/auth.py
  <CWD>/homeassistant/components/hassio/auth.py:81:28 - error: Cannot access attribute "async_validate_login" for class "AuthProvider"
    Attribute "async_validate_login" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hassio/auth.py:111:28 - error: Cannot access attribute "async_change_password" for class "AuthProvider"
    Attribute "async_change_password" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/hassio/backup.py
  <CWD>/homeassistant/components/hassio/backup.py:453:67 - error: Argument of type "str | None" cannot be assigned to parameter "backup" of type "str" in function "download_backup"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hassio/backup.py:464:21 - error: Argument of type "str | None" cannot be assigned to parameter "backup" of type "str" in function "remove_backup"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/hassio/binary_sensor.py
  <CWD>/homeassistant/components/hassio/binary_sensor.py:89:7 - error: Base classes for class "HassioAddonBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/binary_sensor.py:92:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "HassioBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/binary_sensor.py:95:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/binary_sensor.py:105:7 - error: Base classes for class "HassioMountBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/binary_sensor.py:108:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "HassioBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/binary_sensor.py:111:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hassio/sensor.py
  <CWD>/homeassistant/components/hassio/sensor.py:167:7 - error: Base classes for class "HassioAddonSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/sensor.py:171:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/sensor.py:178:7 - error: Base classes for class "HassioOSSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/sensor.py:182:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/sensor.py:187:7 - error: Base classes for class "CoreSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/sensor.py:191:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/sensor.py:196:7 - error: Base classes for class "SupervisorSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/sensor.py:200:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/sensor.py:205:7 - error: Base classes for class "HostSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/sensor.py:209:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hassio/switch.py
  <CWD>/homeassistant/components/hassio/switch.py:50:7 - error: Base classes for class "HassioAddonSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/switch.py:54:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/switch.py:61:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hassio/update.py
  <CWD>/homeassistant/components/hassio/update.py:87:7 - error: Base classes for class "SupervisorAddonUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:103:9 - error: "auto_update" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:108:9 - error: "title" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:113:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:118:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:123:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:185:7 - error: Base classes for class "SupervisorOSUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:196:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:201:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:206:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:211:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:227:7 - error: Base classes for class "SupervisorSupervisorUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:234:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:239:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:244:9 - error: "auto_update" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:249:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:257:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:273:7 - error: Base classes for class "SupervisorCoreUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:285:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:290:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:295:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hassio/update.py:300:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/haveibeenpwned/sensor.py
  <CWD>/homeassistant/components/haveibeenpwned/sensor.py:70:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/haveibeenpwned/sensor.py:75:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/haveibeenpwned/sensor.py:80:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/haveibeenpwned/sensor.py:85:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hddtemp/sensor.py
  <CWD>/homeassistant/components/hddtemp/sensor.py:68:23 - error: No overloads for "iter" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/hddtemp/sensor.py:68:28 - error: Argument of type "dict[Any, Any] | None" cannot be assigned to parameter "object" of type "_GetItemIterable[_T@iter]" in function "iter"
    Type "dict[Any, Any] | None" is not assignable to type "_GetItemIterable[Any]"
      "None" is incompatible with protocol "_GetItemIterable[Any]"
        "__getitem__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/hddtemp/sensor.py:86:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hdmi_cec/__init__.py
  <CWD>/homeassistant/components/hdmi_cec/__init__.py:258:49 - error: Argument of type "Any | str" cannot be assigned to parameter "att" of type "List[int]" in function "__init__"
    Type "Any | str" is not assignable to type "List[int]"
      "str" is not assignable to "List[int]" (reportArgumentType)
<CWD>/homeassistant/components/hdmi_cec/entity.py
  <CWD>/homeassistant/components/hdmi_cec/entity.py:98:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hdmi_cec/media_player.py
  <CWD>/homeassistant/components/hdmi_cec/media_player.py:64:7 - error: Base classes for class "CecPlayerEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hdmi_cec/media_player.py:171:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hdmi_cec/media_player.py:171:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hdmi_cec/switch.py
  <CWD>/homeassistant/components/hdmi_cec/switch.py:39:7 - error: Base classes for class "CecSwitchEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/heatmiser/climate.py
  <CWD>/homeassistant/components/heatmiser/climate.py:8:6 - error: Import "heatmiserv3" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/heatmiser/climate.py:98:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heatmiser/climate.py:103:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heatmiser/climate.py:108:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/heos/media_player.py
  <CWD>/homeassistant/components/heos/media_player.py:258:15 - error: Method "async_clear_playlist" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:263:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:268:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:273:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:278:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:283:15 - error: Method "async_media_stop" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:288:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:293:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:369:15 - error: Method "async_select_source" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:388:15 - error: Method "async_set_repeat" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:395:15 - error: Method "async_set_shuffle" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:400:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:440:15 - error: Method "async_join_players" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:465:15 - error: Method "async_unjoin_player" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/heos/media_player.py:491:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:496:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:507:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:512:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:517:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:522:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:527:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:535:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:545:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:553:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:560:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:565:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:570:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:570:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/heos/media_player.py:575:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/here_travel_time/coordinator.py
  <CWD>/homeassistant/components/here_travel_time/coordinator.py:226:30 - error: Argument of type "str" cannot be assigned to parameter "latitude" of type "float" in function "__init__"
    "str" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/here_travel_time/coordinator.py:226:58 - error: Argument of type "str" cannot be assigned to parameter "longitude" of type "float" in function "__init__"
    "str" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/here_travel_time/coordinator.py:229:30 - error: Argument of type "str" cannot be assigned to parameter "latitude" of type "float" in function "__init__"
    "str" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/here_travel_time/coordinator.py:229:63 - error: Argument of type "str" cannot be assigned to parameter "longitude" of type "float" in function "__init__"
    "str" is not assignable to "float" (reportArgumentType)
<CWD>/homeassistant/components/here_travel_time/sensor.py
  <CWD>/homeassistant/components/here_travel_time/sensor.py:107:7 - error: Base classes for class "HERETravelTimeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/here_travel_time/sensor.py:156:9 - error: "attribution" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/here_travel_time/sensor.py:183:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/here_travel_time/sensor.py:212:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hikvision/binary_sensor.py
  <CWD>/homeassistant/components/hikvision/binary_sensor.py:8:6 - error: Import "pyhik.hikvision" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/hikvision/binary_sensor.py:237:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hikvision/binary_sensor.py:242:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hikvision/binary_sensor.py:247:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hikvision/binary_sensor.py:252:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hikvision/binary_sensor.py:261:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hikvisioncam/switch.py
  <CWD>/homeassistant/components/hikvisioncam/switch.py:8:8 - error: Import "hikvision.api" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/hikvisioncam/switch.py:9:6 - error: Import "hikvision.error" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/hikvisioncam/switch.py:87:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hikvisioncam/switch.py:92:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/history_stats/sensor.py
  <CWD>/homeassistant/components/history_stats/sensor.py:153:7 - error: Base classes for class "HistoryStatsSensorBase" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hive/__init__.py
  <CWD>/homeassistant/components/hive/__init__.py:52:31 - error: Argument of type "set[tuple[Literal['hive'], type[HTTPException] | Unknown]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]] | UndefinedType | None" in function "async_get_or_create"
    Type "type[HTTPException] | Unknown" is not assignable to type "str"
      Type "type[HTTPException]" is not assignable to type "str" (reportArgumentType)
  <CWD>/homeassistant/components/hive/__init__.py:52:39 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:52:49 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:52:52 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:53:14 - error: Argument of type "type[HTTPException] | Unknown" cannot be assigned to parameter "name" of type "str | UndefinedType | None" in function "async_get_or_create"
    Type "type[HTTPException] | Unknown" is not assignable to type "str | UndefinedType | None"
      Type "type[HTTPException]" is not assignable to type "str | UndefinedType | None"
        Type "type[HTTPException]" is not assignable to type "str"
        Type is not assignable to "None"
        Type "type[HTTPException]" is not assignable to type "UndefinedType" (reportArgumentType)
  <CWD>/homeassistant/components/hive/__init__.py:53:22 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:53:32 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:53:35 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:54:15 - error: Argument of type "type[HTTPException] | Unknown" cannot be assigned to parameter "model" of type "str | UndefinedType | None" in function "async_get_or_create"
    Type "type[HTTPException] | Unknown" is not assignable to type "str | UndefinedType | None"
      Type "type[HTTPException]" is not assignable to type "str | UndefinedType | None"
        Type "type[HTTPException]" is not assignable to type "str"
        Type is not assignable to "None"
        Type "type[HTTPException]" is not assignable to type "UndefinedType" (reportArgumentType)
  <CWD>/homeassistant/components/hive/__init__.py:54:23 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:54:33 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:54:36 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:54:50 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:55:20 - error: Argument of type "type[HTTPException] | Unknown" cannot be assigned to parameter "sw_version" of type "str | UndefinedType | None" in function "async_get_or_create"
    Type "type[HTTPException] | Unknown" is not assignable to type "str | UndefinedType | None"
      Type "type[HTTPException]" is not assignable to type "str | UndefinedType | None"
        Type "type[HTTPException]" is not assignable to type "str"
        Type is not assignable to "None"
        Type "type[HTTPException]" is not assignable to type "UndefinedType" (reportArgumentType)
  <CWD>/homeassistant/components/hive/__init__.py:55:28 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:55:38 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:55:41 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:55:55 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:56:22 - error: Argument of type "type[HTTPException] | Unknown" cannot be assigned to parameter "manufacturer" of type "str | UndefinedType | None" in function "async_get_or_create"
    Type "type[HTTPException] | Unknown" is not assignable to type "str | UndefinedType | None"
      Type "type[HTTPException]" is not assignable to type "str | UndefinedType | None"
        Type "type[HTTPException]" is not assignable to type "str"
        Type is not assignable to "None"
        Type "type[HTTPException]" is not assignable to type "UndefinedType" (reportArgumentType)
  <CWD>/homeassistant/components/hive/__init__.py:56:30 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:56:40 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:56:43 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:56:57 - error: Expected no type arguments for class "HTTPException" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/hive/__init__.py:64:16 - error: No overloads for "get" match the provided arguments
    Argument types: (str) (reportCallIssue)
<CWD>/homeassistant/components/hive/binary_sensor.py
  <CWD>/homeassistant/components/hive/binary_sensor.py:83:20 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
  <CWD>/homeassistant/components/hive/binary_sensor.py:91:20 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
<CWD>/homeassistant/components/hive/climate.py
  <CWD>/homeassistant/components/hive/climate.py:107:15 - error: Method "async_set_hvac_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/hive/climate.py:113:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/hive/climate.py:120:15 - error: Method "async_set_preset_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/hive/climate.py:127:61 - error: Argument of type "Literal[30]" cannot be assigned to parameter "mins" of type "str" in function "setBoostOn"
    "Literal[30]" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/hive/config_flow.py
  <CWD>/homeassistant/components/hive/config_flow.py:57:16 - error: Could not access item in TypedDict
    "source" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/hive/config_flow.py:177:5 - error: "config_entry" incorrectly overrides property of same name in class "OptionsFlow" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/hive/config_flow.py:199:44 - error: Argument of type "Any | None" cannot be assigned to parameter "new_interval" of type "timedelta" in function "updateInterval"
    Type "Any | None" is not assignable to type "timedelta"
      "None" is not assignable to "timedelta" (reportArgumentType)
<CWD>/homeassistant/components/hive/light.py
  <CWD>/homeassistant/components/hive/light.py:63:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/hive/light.py:83:26 - error: Argument of type "int | None" cannot be assigned to parameter "brightness" of type "int" in function "turnOn"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/hive/light.py:83:42 - error: Argument of type "Any | None" cannot be assigned to parameter "color_temp" of type "int" in function "turnOn"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/hive/light.py:83:58 - error: Argument of type "tuple[int, int, Literal[100]] | None" cannot be assigned to parameter "color" of type "list[Unknown]" in function "turnOn"
    Type "tuple[int, int, Literal[100]] | None" is not assignable to type "list[Unknown]"
      "tuple[int, int, Literal[100]]" is not assignable to "list[Unknown]" (reportArgumentType)
  <CWD>/homeassistant/components/hive/light.py:87:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/hive/sensor.py
  <CWD>/homeassistant/components/hive/sensor.py:124:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HiveSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hive/sensor.py:124:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "HiveSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hive/switch.py
  <CWD>/homeassistant/components/hive/switch.py:70:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/hive/switch.py:75:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/hive/water_heater.py
  <CWD>/homeassistant/components/hive/water_heater.py:83:15 - error: Method "async_turn_on" overrides class "WaterHeaterEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/hive/water_heater.py:88:15 - error: Method "async_turn_off" overrides class "WaterHeaterEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/hive/water_heater.py:93:15 - error: Method "async_set_operation_mode" overrides class "WaterHeaterEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/hko/weather.py
  <CWD>/homeassistant/components/hko/weather.py:38:7 - error: Base classes for class "HKOEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hko/weather.py:58:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hko/weather.py:63:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hko/weather.py:68:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hlk_sw16/entity.py
  <CWD>/homeassistant/components/hlk_sw16/entity.py:40:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hlk_sw16/switch.py
  <CWD>/homeassistant/components/hlk_sw16/switch.py:37:7 - error: Base classes for class "SW16Switch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hlk_sw16/switch.py:41:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/home_connect/binary_sensor.py
  <CWD>/homeassistant/components/home_connect/binary_sensor.py:173:7 - error: Base classes for class "HomeConnectBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/home_connect/binary_sensor.py:176:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "HomeConnectBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/home_connect/binary_sensor.py:199:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/home_connect/button.py
  <CWD>/homeassistant/components/home_connect/button.py:82:7 - error: Base classes for class "HomeConnectButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/home_connect/button.py:108:5 - error: "entity_description" overrides symbol of same name in class "HomeConnectButtonEntity"
    Variable is mutable so its type is invariant
      Override type "HomeConnectCommandButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/home_connect/light.py
  <CWD>/homeassistant/components/home_connect/light.py:105:7 - error: Base classes for class "HomeConnectLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/home_connect/number.py
  <CWD>/homeassistant/components/home_connect/number.py:162:7 - error: Base classes for class "HomeConnectNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/home_connect/number.py:240:7 - error: Base classes for class "HomeConnectOptionNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/home_connect/select.py
  <CWD>/homeassistant/components/home_connect/select.py:363:7 - error: Base classes for class "HomeConnectProgramSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/home_connect/select.py:366:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "HomeConnectProgramSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/home_connect/select.py:440:7 - error: Base classes for class "HomeConnectSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/home_connect/select.py:443:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "HomeConnectSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/home_connect/select.py:517:7 - error: Base classes for class "HomeConnectSelectOptionEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/home_connect/select.py:520:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "HomeConnectSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/home_connect/sensor.py
  <CWD>/homeassistant/components/home_connect/sensor.py:549:7 - error: Base classes for class "HomeConnectSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/home_connect/sensor.py:552:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "HomeConnectSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/home_connect/services.py
  <CWD>/homeassistant/components/home_connect/services.py:248:15 - error: "Unbound" is not awaitable (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/home_connect/services.py:248:15 - error: "method_call" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/home_connect/services.py:252:29 - error: "exception_translation_key" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/home_connect/switch.py
  <CWD>/homeassistant/components/home_connect/switch.py:184:7 - error: Base classes for class "HomeConnectSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/home_connect/switch.py:232:7 - error: Base classes for class "HomeConnectPowerSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/home_connect/switch.py:338:7 - error: Base classes for class "HomeConnectSwitchOptionEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homeassistant/scene.py
  <CWD>/homeassistant/components/homeassistant/scene.py:342:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homeassistant/scene.py:347:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homeassistant/scene.py:352:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homeassistant/scene.py:357:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homeassistant/triggers/time.py
  <CWD>/homeassistant/components/homeassistant/triggers/time.py:180:25 - error: "year" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/homeassistant/triggers/time.py:181:25 - error: "month" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/homeassistant/triggers/time.py:182:25 - error: "day" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/homeassistant/triggers/time.py:286:34 - error: Cannot access attribute "hour" for class "dict[Unknown, Unknown]"
    Attribute "hour" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homeassistant/triggers/time.py:287:36 - error: Cannot access attribute "minute" for class "dict[Unknown, Unknown]"
    Attribute "minute" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homeassistant/triggers/time.py:288:36 - error: Cannot access attribute "second" for class "dict[Unknown, Unknown]"
    Attribute "second" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/homeassistant_green/config_flow.py
  <CWD>/homeassistant/components/homeassistant_green/config_flow.py:63:5 - error: Declaration "_hw_settings" is obscured by a declaration of the same name (reportRedeclaration)
  <CWD>/homeassistant/components/homeassistant_green/config_flow.py:63:44 - error: Type "None" is not assignable to declared type "dict[str, bool]"
    "None" is not assignable to "dict[str, bool]" (reportAssignmentType)
<CWD>/homeassistant/components/homeassistant_hardware/firmware_config_flow.py
  <CWD>/homeassistant/components/homeassistant_hardware/firmware_config_flow.py:271:41 - error: Argument of type "str | None" cannot be assigned to parameter "version" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/homeassistant_hardware/firmware_config_flow.py:655:23 - error: Could not access item in TypedDict
    "title" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/homeassistant_hardware/firmware_config_flow.py:656:22 - error: Could not access item in TypedDict
    "data" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/homeassistant_hardware/firmware_config_flow.py:666:5 - error: "_probed_firmware_info" overrides symbol of same name in class "BaseFirmwareInstallFlow"
    Variable is mutable so its type is invariant
      Override type "FirmwareInfo" is not the same as base type "FirmwareInfo | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homeassistant_hardware/helpers.py
  <CWD>/homeassistant/components/homeassistant_hardware/helpers.py:184:50 - error: Cannot access attribute "get_firmware_info" for class "AsyncHardwareFirmwareInfoModule"
    Attribute "get_firmware_info" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homeassistant_hardware/helpers.py:188:56 - error: Cannot access attribute "async_get_firmware_info" for class "SyncHardwareFirmwareInfoModule"
    Attribute "async_get_firmware_info" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/homeassistant_hardware/silabs_multiprotocol_addon.py
  <CWD>/homeassistant/components/homeassistant_hardware/silabs_multiprotocol_addon.py:263:66 - error: Function with declared return type "bool" must return value on all code paths
    "None" is not assignable to "bool" (reportReturnType)
<CWD>/homeassistant/components/homeassistant_hardware/switch.py
  <CWD>/homeassistant/components/homeassistant_hardware/switch.py:18:7 - error: Base classes for class "BaseBetaFirmwareSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homeassistant_hardware/switch.py:18:7 - error: Base classes for class "BaseBetaFirmwareSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homeassistant_hardware/switch.py:18:7 - error: Base classes for class "BaseBetaFirmwareSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homeassistant_hardware/switch.py:18:7 - error: Base classes for class "BaseBetaFirmwareSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homeassistant_hardware/update.py
  <CWD>/homeassistant/components/homeassistant_hardware/update.py:82:7 - error: Base classes for class "BaseFirmwareUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homeassistant_hardware/update.py:107:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FirmwareUpdateEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homeassistant_hardware/update.py:107:14 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "FirmwareUpdateEntityDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homeassistant_yellow/config_flow.py
  <CWD>/homeassistant/components/homeassistant_yellow/config_flow.py:203:5 - error: Declaration "_hw_settings" is obscured by a declaration of the same name (reportRedeclaration)
  <CWD>/homeassistant/components/homeassistant_yellow/config_flow.py:203:44 - error: Type "None" is not assignable to declared type "dict[str, bool]"
    "None" is not assignable to "dict[str, bool]" (reportAssignmentType)
<CWD>/homeassistant/components/homee/alarm_control_panel.py
  <CWD>/homeassistant/components/homee/alarm_control_panel.py:89:7 - error: Base classes for class "HomeeAlarmPanel" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/alarm_control_panel.py:102:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HomeeAlarmControlPanelEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/alarm_control_panel.py:102:14 - error: "entity_description" overrides symbol of same name in class "AlarmControlPanelEntity"
    Variable is mutable so its type is invariant
      Override type "HomeeAlarmControlPanelEntityDescription" is not the same as base type "AlarmControlPanelEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/alarm_control_panel.py:108:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/alarm_control_panel.py:113:9 - error: "changed_by" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/binary_sensor.py
  <CWD>/homeassistant/components/homee/binary_sensor.py:184:7 - error: Base classes for class "HomeeBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/binary_sensor.py:200:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/button.py
  <CWD>/homeassistant/components/homee/button.py:67:7 - error: Base classes for class "HomeeButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/climate.py
  <CWD>/homeassistant/components/homee/climate.py:58:7 - error: Base classes for class "HomeeClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/climate.py:91:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/climate.py:102:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/climate.py:121:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/climate.py:136:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/climate.py:143:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/climate.py:149:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/climate.py:155:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/cover.py
  <CWD>/homeassistant/components/homee/cover.py:113:7 - error: Base classes for class "HomeeCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/cover.py:133:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/cover.py:149:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/cover.py:167:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/cover.py:179:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/cover.py:191:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/entity.py
  <CWD>/homeassistant/components/homee/entity.py:62:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/entity.py:128:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/event.py
  <CWD>/homeassistant/components/homee/event.py:79:7 - error: Base classes for class "HomeeEvent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/fan.py
  <CWD>/homeassistant/components/homee/fan.py:50:7 - error: Base classes for class "HomeeFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/fan.py:70:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/fan.py:70:9 - error: "supported_features" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[FanEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/fan.py:89:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/fan.py:96:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/fan.py:98:16 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/homee/fan.py:110:59 - error: "index" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/homee/light.py
  <CWD>/homeassistant/components/homee/light.py:113:7 - error: Base classes for class "HomeeLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/light.py:155:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/light.py:164:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/light.py:177:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/lock.py
  <CWD>/homeassistant/components/homee/lock.py:43:7 - error: Base classes for class "HomeeLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/lock.py:49:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/lock.py:54:9 - error: "is_locking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/lock.py:59:9 - error: "is_unlocking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/lock.py:64:9 - error: "changed_by" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/number.py
  <CWD>/homeassistant/components/homee/number.py:177:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HomeeNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/number.py:177:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "HomeeNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/number.py:188:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/number.py:193:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/select.py
  <CWD>/homeassistant/components/homee/select.py:55:7 - error: Base classes for class "HomeeSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/select.py:72:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/sensor.py
  <CWD>/homeassistant/components/homee/sensor.py:385:7 - error: Base classes for class "HomeeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/sensor.py:398:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HomeeSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/sensor.py:398:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "HomeeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/sensor.py:408:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/sensor.py:413:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/sensor.py:420:7 - error: Base classes for class "HomeeNodeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/sensor.py:433:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HomeeNodeSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/sensor.py:433:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "HomeeNodeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/sensor.py:438:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/siren.py
  <CWD>/homeassistant/components/homee/siren.py:43:7 - error: Base classes for class "HomeeSiren" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/siren.py:50:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/switch.py
  <CWD>/homeassistant/components/homee/switch.py:100:7 - error: Base classes for class "HomeeSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/switch.py:113:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HomeeSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/switch.py:113:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "HomeeSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/switch.py:124:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/switch.py:129:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/switch.py:129:9 - error: "device_class" overrides symbol of same name in class "SwitchEntity"
    "property" is not assignable to "cached_property[SwitchDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homee/valve.py
  <CWD>/homeassistant/components/homee/valve.py:53:7 - error: Base classes for class "HomeeValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homee/valve.py:70:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit/__init__.py
  <CWD>/homeassistant/components/homekit/__init__.py:807:13 - error: Argument of type "HomeDriver | None" cannot be assigned to parameter "driver" of type "HomeDriver" in function "__init__"
    Type "HomeDriver | None" is not assignable to type "HomeDriver"
      "None" is not assignable to "HomeDriver" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/__init__.py:808:13 - error: Argument of type "str | None" cannot be assigned to parameter "name" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/__init__.py:809:13 - error: Argument of type "None" cannot be assigned to parameter "entity_id" of type "str" in function "__init__"
    "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/__init__.py:815:33 - error: Cannot access attribute "async_attach" for class "HomeAccessory"
    Attribute "async_attach" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/__init__.py:1025:16 - error: Type "HomeBridge" is not assignable to return type "HomeAccessory"
    "HomeBridge" is not assignable to "HomeAccessory" (reportReturnType)
<CWD>/homeassistant/components/homekit/accessories.py
  <CWD>/homeassistant/components/homekit/accessories.py:378:23 - error: "add_characteristic" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/homekit/accessories.py:379:23 - error: "configure_char" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/homekit/accessories.py:440:49 - error: Argument of type "Literal['BatteryService']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['BatteryService']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/accessories.py:460:9 - error: Method "run" overrides class "Accessory" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, Unknown]", override returns type "None"
      "None" is not assignable to "CoroutineType[Any, Any, Unknown]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/homekit/accessories.py:729:9 - error: Method "pair" overrides class "AccessoryDriver" in an incompatible manner
    Parameter 3 type mismatch: base parameter is type "bytes", override parameter is type "str"
    Parameter 4 type mismatch: base parameter is type "bytes", override parameter is type "int"
      "bytes" is not assignable to "str"
      "bytes" is not assignable to "int" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/homekit/accessories.py:733:55 - error: Argument of type "str" cannot be assigned to parameter "client_public" of type "bytes" in function "pair"
    "str" is not assignable to "bytes" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/accessories.py:733:70 - error: Argument of type "int" cannot be assigned to parameter "client_permissions" of type "bytes" in function "pair"
    "int" is not assignable to "bytes" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/accessories.py:765:26 - error: "aid" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/homekit/accessories.py:767:32 - error: Type "Service | None" is not assignable to declared type "Service"
    Type "Service | None" is not assignable to type "Service"
      "None" is not assignable to "Service" (reportAssignmentType)
  <CWD>/homeassistant/components/homekit/accessories.py:769:17 - error: Argument of type "int | None" cannot be assigned to parameter "aid" of type "int" in function "get_or_allocate_iid"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/accessories.py:773:17 - error: Argument of type "int | None" cannot be assigned to parameter "aid" of type "int" in function "get_or_allocate_iid"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/homekit/config_flow.py
  <CWD>/homeassistant/components/homekit/config_flow.py:252:31 - error: Could not access item in TypedDict
    "include_domains" is not a required key in "EntityFilterDict", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/homekit/doorbell.py
  <CWD>/homeassistant/components/homekit/doorbell.py:55:50 - error: Argument of type "Literal['Doorbell']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Doorbell']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/doorbell.py:62:13 - error: Argument of type "Literal['StatelessProgrammableSwitch']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['StatelessProgrammableSwitch']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/doorbell.py:69:49 - error: Argument of type "Literal['Speaker']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Speaker']" is not assignable to "Service" (reportArgumentType)
<CWD>/homeassistant/components/homekit/type_air_purifiers.py
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:85:17 - error: Cannot access attribute "preset_modes" for class "AirPurifier*"
    Attribute "preset_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:86:32 - error: Cannot access attribute "preset_modes" for class "AirPurifier*"
    Attribute "preset_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:93:14 - error: Cannot access attribute "chars" for class "AirPurifier*"
    Attribute "chars" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:94:14 - error: Cannot access attribute "chars" for class "AirPurifier*"
    Attribute "chars" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:95:14 - error: Cannot access attribute "chars" for class "AirPurifier*"
    Attribute "chars" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:96:54 - error: Argument of type "Literal['AirPurifier']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['AirPurifier']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:96:78 - error: Cannot access attribute "chars" for class "AirPurifier*"
    Attribute "chars" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:126:54 - error: Argument of type "Literal['HumiditySensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['HumiditySensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:126:76 - error: Argument of type "Literal['Name']" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    Type "Literal['Name']" is not assignable to type "Iterable[Characteristic] | None"
      "Literal['Name']" is not assignable to "Iterable[Characteristic]"
        Type parameter "_T_co@Iterable" is covariant, but "str" is not a subtype of "Characteristic"
          "str" is not assignable to "Characteristic"
      "Literal['Name']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:139:17 - error: Argument of type "Literal['AirQualitySensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['AirQualitySensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:140:17 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['AirQuality']" is not assignable to "Characteristic"
    "Literal['Name']" is not assignable to "Characteristic"
    "Literal['PM2.5Density']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:156:17 - error: Argument of type "Literal['TemperatureSensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['TemperatureSensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:156:42 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['Name']" is not assignable to "Characteristic"
    "Literal['CurrentTemperature']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:181:17 - error: Argument of type "Literal['FilterMaintenance']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['FilterMaintenance']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:181:42 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    Type "list[str]" is not assignable to type "Iterable[Characteristic] | None"
      "list[str]" is not assignable to "Iterable[Characteristic]"
        Type parameter "_T_co@Iterable" is covariant, but "str" is not a subtype of "Characteristic"
          "str" is not assignable to "Characteristic"
      "list[str]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:477:17 - error: Cannot access attribute "set_chars" for class "object"
    Attribute "set_chars" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:483:25 - error: Cannot access attribute "set_preset_mode" for class "object"
    Attribute "set_preset_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:484:23 - error: Cannot access attribute "char_speed" for class "AirPurifier*"
    Attribute "char_speed" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:485:25 - error: Cannot access attribute "set_chars" for class "object"
    Attribute "set_chars" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/type_air_purifiers.py:485:62 - error: Cannot access attribute "char_speed" for class "AirPurifier*"
    Attribute "char_speed" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/homekit/type_cameras.py
  <CWD>/homeassistant/components/homekit/type_cameras.py:226:56 - error: Argument of type "Literal['MotionSensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['MotionSensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_cameras.py:234:9 - error: Method "run" overrides class "Accessory" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, Unknown]", override returns type "None"
      "None" is not assignable to "CoroutineType[Any, Any, Unknown]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/homekit/type_covers.py
  <CWD>/homeassistant/components/homekit/type_covers.py:110:53 - error: Argument of type "Literal['GarageDoorOpener']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['GarageDoorOpener']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_covers.py:353:65 - error: Argument of type "Literal['Door']" cannot be assigned to parameter "service" of type "Service" in function "__init__"
    "Literal['Door']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_covers.py:365:67 - error: Argument of type "Literal['Window']" cannot be assigned to parameter "service" of type "Service" in function "__init__"
    "Literal['Window']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_covers.py:378:63 - error: Argument of type "Literal['WindowCovering']" cannot be assigned to parameter "service" of type "Service" in function "__init__"
    "Literal['WindowCovering']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_covers.py:393:63 - error: Argument of type "Literal['WindowCovering']" cannot be assigned to parameter "service" of type "Service" in function "__init__"
    "Literal['WindowCovering']" is not assignable to "Service" (reportArgumentType)
<CWD>/homeassistant/components/homekit/type_fans.py
  <CWD>/homeassistant/components/homekit/type_fans.py:68:13 - error: Argument of type "tuple[Literal['percentage_step'], Literal['preset_modes']]" cannot be assigned to parameter "iterable" of type "Iterable[Literal['supported_features', 'device_class', 'unit_of_measurement']]" in function "extend"
    Type "Literal['percentage_step']" is not assignable to type "Literal['supported_features', 'device_class', 'unit_of_measurement']"
      "Literal['percentage_step']" is not assignable to type "Literal['supported_features']"
      "Literal['percentage_step']" is not assignable to type "Literal['device_class']"
      "Literal['percentage_step']" is not assignable to type "Literal['unit_of_measurement']"
    Type "Literal['preset_modes']" is not assignable to type "Literal['supported_features', 'device_class', 'unit_of_measurement']"
      "Literal['preset_modes']" is not assignable to type "Literal['supported_features']"
      "Literal['preset_modes']" is not assignable to type "Literal['device_class']"
      "Literal['preset_modes']" is not assignable to type "Literal['unit_of_measurement']" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_fans.py:124:21 - error: Argument of type "Literal['Switch']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Switch']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_fans.py:125:21 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['Name']" is not assignable to "Characteristic"
    "Literal['ConfiguredName']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_fans.py:157:45 - error: Argument of type "Literal['Fanv2']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Fanv2']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_fans.py:157:57 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    Type "list[str]" is not assignable to type "Iterable[Characteristic] | None"
      "list[str]" is not assignable to "Iterable[Characteristic]"
        Type parameter "_T_co@Iterable" is covariant, but "str" is not a subtype of "Characteristic"
          "str" is not assignable to "Characteristic"
      "list[str]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/homekit/type_humidifiers.py
  <CWD>/homeassistant/components/homekit/type_humidifiers.py:103:13 - error: Argument of type "tuple[Literal['max_humidity'], Literal['min_humidity']]" cannot be assigned to parameter "iterable" of type "Iterable[Literal['supported_features', 'device_class', 'unit_of_measurement']]" in function "extend"
    Type "Literal['max_humidity']" is not assignable to type "Literal['supported_features', 'device_class', 'unit_of_measurement']"
      "Literal['max_humidity']" is not assignable to type "Literal['supported_features']"
      "Literal['max_humidity']" is not assignable to type "Literal['device_class']"
      "Literal['max_humidity']" is not assignable to type "Literal['unit_of_measurement']"
    Type "Literal['min_humidity']" is not assignable to type "Literal['supported_features', 'device_class', 'unit_of_measurement']"
      "Literal['min_humidity']" is not assignable to type "Literal['supported_features']"
      "Literal['min_humidity']" is not assignable to type "Literal['device_class']"
      "Literal['min_humidity']" is not assignable to type "Literal['unit_of_measurement']" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_humidifiers.py:124:13 - error: Argument of type "Literal['HumidifierDehumidifier']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['HumidifierDehumidifier']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_humidifiers.py:124:43 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    Type "list[str]" is not assignable to type "Iterable[Characteristic] | None"
      "list[str]" is not assignable to "Iterable[Characteristic]"
        Type parameter "_T_co@Iterable" is covariant, but "str" is not a subtype of "Characteristic"
          "str" is not assignable to "Characteristic"
      "list[str]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/homekit/type_lights.py
  <CWD>/homeassistant/components/homekit/type_lights.py:79:13 - error: Argument of type "tuple[Literal['supported_color_modes'], Literal['max_color_temp_kelvin'], Literal['min_color_temp_kelvin']]" cannot be assigned to parameter "iterable" of type "Iterable[Literal['supported_features', 'device_class', 'unit_of_measurement']]" in function "extend"
    Type "Literal['supported_color_modes']" is not assignable to type "Literal['supported_features', 'device_class', 'unit_of_measurement']"
      "Literal['supported_color_modes']" is not assignable to type "Literal['supported_features']"
      "Literal['supported_color_modes']" is not assignable to type "Literal['device_class']"
      "Literal['supported_color_modes']" is not assignable to type "Literal['unit_of_measurement']"
    Type "Literal['max_color_temp_kelvin']" is not assignable to type "Literal['supported_features', 'device_class', 'unit_of_measurement']"
      "Literal['max_color_temp_kelvin']" is not assignable to type "Literal['supported_features']"
      "Literal['max_color_temp_kelvin']" is not assignable to type "Literal['device_class']"
      "Literal['max_color_temp_kelvin']" is not assignable to type "Literal['unit_of_measurement']" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_lights.py:114:47 - error: Argument of type "Literal['Lightbulb']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Lightbulb']" is not assignable to "Service" (reportArgumentType)
<CWD>/homeassistant/components/homekit/type_locks.py
  <CWD>/homeassistant/components/homekit/type_locks.py:70:56 - error: Argument of type "Literal['LockMechanism']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['LockMechanism']" is not assignable to "Service" (reportArgumentType)
<CWD>/homeassistant/components/homekit/type_media_players.py
  <CWD>/homeassistant/components/homekit/type_media_players.py:105:17 - error: Argument of type "Literal['Switch']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Switch']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_media_players.py:105:30 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['ConfiguredName']" is not assignable to "Characteristic"
    "Literal['Name']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_media_players.py:120:17 - error: Argument of type "Literal['Switch']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Switch']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_media_players.py:121:17 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['ConfiguredName']" is not assignable to "Characteristic"
    "Literal['Name']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_media_players.py:137:17 - error: Argument of type "Literal['Switch']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Switch']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_media_players.py:138:17 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['ConfiguredName']" is not assignable to "Characteristic"
    "Literal['Name']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_media_players.py:154:17 - error: Argument of type "Literal['Switch']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Switch']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_media_players.py:155:17 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['ConfiguredName']" is not assignable to "Characteristic"
    "Literal['Name']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_media_players.py:287:17 - error: Argument of type "Literal['TelevisionSpeaker']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['TelevisionSpeaker']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_media_players.py:287:42 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    Type "list[str]" is not assignable to type "Iterable[Characteristic] | None"
      "list[str]" is not assignable to "Iterable[Characteristic]"
        Type parameter "_T_co@Iterable" is covariant, but "str" is not a subtype of "Characteristic"
          "str" is not assignable to "Characteristic"
      "list[str]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/homekit/type_remotes.py
  <CWD>/homeassistant/components/homekit/type_remotes.py:97:46 - error: Argument of type "tuple[str]" cannot be assigned to parameter "iterable" of type "Iterable[Literal['supported_features', 'device_class', 'unit_of_measurement']]" in function "extend"
    Type "str" is not assignable to type "Literal['supported_features', 'device_class', 'unit_of_measurement']"
      "str" is not assignable to type "Literal['supported_features']"
      "str" is not assignable to type "Literal['device_class']"
      "str" is not assignable to type "Literal['unit_of_measurement']" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_remotes.py:118:13 - error: Argument of type "Literal['Television']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Television']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_remotes.py:118:30 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    Type "list[str]" is not assignable to type "Iterable[Characteristic] | None"
      "list[str]" is not assignable to "Iterable[Characteristic]"
        Type parameter "_T_co@Iterable" is covariant, but "str" is not a subtype of "Characteristic"
          "str" is not assignable to "Characteristic"
      "list[str]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_remotes.py:138:17 - error: Argument of type "Literal['InputSource']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['InputSource']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_remotes.py:138:36 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['Identifier']" is not assignable to "Characteristic"
    "Literal['Name']" is not assignable to "Characteristic" (reportArgumentType)
<CWD>/homeassistant/components/homekit/type_security_systems.py
  <CWD>/homeassistant/components/homekit/type_security_systems.py:97:47 - error: Argument of type "Literal['SecuritySystem']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['SecuritySystem']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_security_systems.py:126:56 - error: "items" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/homekit/type_security_systems.py:135:57 - error: "items" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/homekit/type_sensors.py
  <CWD>/homeassistant/components/homekit/type_sensors.py:123:46 - error: Argument of type "Literal['TemperatureSensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['TemperatureSensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:154:50 - error: Argument of type "Literal['HumiditySensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['HumiditySensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:188:13 - error: Argument of type "Literal['AirQualitySensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['AirQualitySensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:188:39 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['AirParticulateDensity']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:214:13 - error: Argument of type "Literal['AirQualitySensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['AirQualitySensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:214:39 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['PM10Density']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:241:13 - error: Argument of type "Literal['AirQualitySensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['AirQualitySensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:241:39 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['PM2.5Density']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:268:13 - error: Argument of type "Literal['AirQualitySensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['AirQualitySensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:268:39 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['NitrogenDioxideDensity']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:300:13 - error: Argument of type "Literal['AirQualitySensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['AirQualitySensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:300:39 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['VOCDensity']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:337:13 - error: Argument of type "Literal['CarbonMonoxideSensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['CarbonMonoxideSensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:338:13 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['CarbonMonoxideLevel']" is not assignable to "Characteristic"
    "Literal['CarbonMonoxidePeakLevel']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:377:13 - error: Argument of type "Literal['CarbonDioxideSensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['CarbonDioxideSensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:378:13 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['CarbonDioxideLevel']" is not assignable to "Characteristic"
    "Literal['CarbonDioxidePeakLevel']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:416:47 - error: Argument of type "Literal['LightSensor']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['LightSensor']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_sensors.py:449:44 - error: Argument of type "str" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "str" is not assignable to "Service" (reportArgumentType)
<CWD>/homeassistant/components/homekit/type_switches.py
  <CWD>/homeassistant/components/homekit/type_switches.py:130:48 - error: Argument of type "Literal['Outlet']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Outlet']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_switches.py:169:48 - error: Argument of type "Literal['Switch']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Switch']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_switches.py:252:14 - error: Cannot access attribute "char_on" for class "Vacuum*"
    Attribute "char_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/type_switches.py:275:14 - error: Cannot access attribute "char_on" for class "LawnMower*"
    Attribute "char_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homekit/type_switches.py:315:47 - error: Argument of type "Literal['Valve']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Valve']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_switches.py:522:17 - error: Argument of type "Literal['Outlet']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Outlet']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_switches.py:523:17 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['Name']" is not assignable to "Characteristic"
    "Literal['ConfiguredName']" is not assignable to "Characteristic"
    "Literal['InUse']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_switches.py:535:34 - error: Argument of type "Characteristic" cannot be assigned to parameter "primary_service" of type "Service" in function "set_primary_service"
    "Characteristic" is not assignable to "Service" (reportArgumentType)
<CWD>/homeassistant/components/homekit/type_thermostats.py
  <CWD>/homeassistant/components/homekit/type_thermostats.py:201:13 - error: Argument of type "tuple[Literal['min_humidity'], Literal['max_temp'], Literal['min_temp'], Literal['fan_modes'], Literal['hvac_modes']]" cannot be assigned to parameter "iterable" of type "Iterable[Literal['supported_features', 'device_class', 'unit_of_measurement']]" in function "extend"
    Type "Literal['min_humidity']" is not assignable to type "Literal['supported_features', 'device_class', 'unit_of_measurement']"
      "Literal['min_humidity']" is not assignable to type "Literal['supported_features']"
      "Literal['min_humidity']" is not assignable to type "Literal['device_class']"
      "Literal['min_humidity']" is not assignable to type "Literal['unit_of_measurement']"
    Type "Literal['max_temp']" is not assignable to type "Literal['supported_features', 'device_class', 'unit_of_measurement']"
      "Literal['max_temp']" is not assignable to type "Literal['supported_features']"
      "Literal['max_temp']" is not assignable to type "Literal['device_class']"
      "Literal['max_temp']" is not assignable to type "Literal['unit_of_measurement']" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_thermostats.py:235:52 - error: Argument of type "Literal['Thermostat']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Thermostat']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_thermostats.py:235:69 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    Type "list[str]" is not assignable to type "Iterable[Characteristic] | None"
      "list[str]" is not assignable to "Iterable[Characteristic]"
        Type parameter "_T_co@Iterable" is covariant, but "str" is not a subtype of "Characteristic"
          "str" is not assignable to "Characteristic"
      "list[str]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_thermostats.py:252:26 - error: Argument of type "dict[HVACMode, int]" cannot be assigned to parameter "valid_values" of type "Dict[str, Any] | None" in function "override_properties"
    Type "dict[HVACMode, int]" is not assignable to type "Dict[str, Any] | None"
      "dict[HVACMode, int]" is not assignable to "Dict[str, Any]"
        Type parameter "_KT@dict" is invariant, but "HVACMode" is not the same as "str"
      "dict[HVACMode, int]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_thermostats.py:349:49 - error: Argument of type "Literal['Fanv2']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Fanv2']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_thermostats.py:349:61 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    Type "list[str]" is not assignable to type "Iterable[Characteristic] | None"
      "list[str]" is not assignable to "Iterable[Characteristic]"
        Type parameter "_T_co@Iterable" is covariant, but "str" is not a subtype of "Characteristic"
          "str" is not assignable to "Characteristic"
      "list[str]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_thermostats.py:745:13 - error: Argument of type "tuple[Literal['max_temp'], Literal['min_temp']]" cannot be assigned to parameter "iterable" of type "Iterable[Literal['supported_features', 'device_class', 'unit_of_measurement']]" in function "extend"
    Type "Literal['max_temp']" is not assignable to type "Literal['supported_features', 'device_class', 'unit_of_measurement']"
      "Literal['max_temp']" is not assignable to type "Literal['supported_features']"
      "Literal['max_temp']" is not assignable to type "Literal['device_class']"
      "Literal['max_temp']" is not assignable to type "Literal['unit_of_measurement']"
    Type "Literal['min_temp']" is not assignable to type "Literal['supported_features', 'device_class', 'unit_of_measurement']"
      "Literal['min_temp']" is not assignable to type "Literal['supported_features']"
      "Literal['min_temp']" is not assignable to type "Literal['device_class']"
      "Literal['min_temp']" is not assignable to type "Literal['unit_of_measurement']" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_thermostats.py:755:52 - error: Argument of type "Literal['Thermostat']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['Thermostat']" is not assignable to "Service" (reportArgumentType)
<CWD>/homeassistant/components/homekit/type_triggers.py
  <CWD>/homeassistant/components/homekit/type_triggers.py:69:17 - error: Argument of type "Literal['StatelessProgrammableSwitch']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['StatelessProgrammableSwitch']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_triggers.py:70:17 - error: Argument of type "list[str]" cannot be assigned to parameter "chars" of type "Iterable[Characteristic] | None" in function "add_preload_service"
    "Literal['Name']" is not assignable to "Characteristic"
    "Literal['ConfiguredName']" is not assignable to "Characteristic"
    "Literal['ServiceLabelIndex']" is not assignable to "Characteristic" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_triggers.py:88:17 - error: Argument of type "Literal['ServiceLabel']" cannot be assigned to parameter "service" of type "Service" in function "add_preload_service"
    "Literal['ServiceLabel']" is not assignable to "Service" (reportArgumentType)
  <CWD>/homeassistant/components/homekit/type_triggers.py:107:13 - error: Argument of type "str | None" cannot be assigned to parameter "name" of type "str" in function "async_initialize_triggers"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/homekit_controller/__init__.py
  <CWD>/homeassistant/components/homekit_controller/__init__.py:136:27 - error: Could not access item in TypedDict
    "identifiers" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/homekit_controller/alarm_control_panel.py
  <CWD>/homeassistant/components/homekit_controller/alarm_control_panel.py:64:7 - error: Base classes for class "HomeKitAlarmControlPanelEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/alarm_control_panel.py:64:7 - error: Base classes for class "HomeKitAlarmControlPanelEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/alarm_control_panel.py:64:7 - error: Base classes for class "HomeKitAlarmControlPanelEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/alarm_control_panel.py:83:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/alarm_control_panel.py:114:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/binary_sensor.py
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:22:7 - error: Base classes for class "HomeKitMotionSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:22:7 - error: Base classes for class "HomeKitMotionSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:22:7 - error: Base classes for class "HomeKitMotionSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:32:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:37:7 - error: Base classes for class "HomeKitContactSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:37:7 - error: Base classes for class "HomeKitContactSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:37:7 - error: Base classes for class "HomeKitContactSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:47:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:52:7 - error: Base classes for class "HomeKitSmokeSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:52:7 - error: Base classes for class "HomeKitSmokeSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:52:7 - error: Base classes for class "HomeKitSmokeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:62:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:67:7 - error: Base classes for class "HomeKitCarbonMonoxideSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:67:7 - error: Base classes for class "HomeKitCarbonMonoxideSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:67:7 - error: Base classes for class "HomeKitCarbonMonoxideSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:77:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:82:7 - error: Base classes for class "HomeKitOccupancySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:82:7 - error: Base classes for class "HomeKitOccupancySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:82:7 - error: Base classes for class "HomeKitOccupancySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:92:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:97:7 - error: Base classes for class "HomeKitLeakSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:97:7 - error: Base classes for class "HomeKitLeakSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:97:7 - error: Base classes for class "HomeKitLeakSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:107:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:112:7 - error: Base classes for class "HomeKitBatteryLowSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:112:7 - error: Base classes for class "HomeKitBatteryLowSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:123:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/binary_sensor.py:130:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/button.py
  <CWD>/homeassistant/components/homekit_controller/button.py:104:7 - error: Base classes for class "BaseHomeKitButton" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/button.py:104:7 - error: Base classes for class "BaseHomeKitButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/button.py:104:7 - error: Base classes for class "BaseHomeKitButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/button.py:121:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "HomeKitButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/camera.py
  <CWD>/homeassistant/components/homekit_controller/camera.py:19:7 - error: Base classes for class "HomeKitCamera" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/camera.py:19:7 - error: Base classes for class "HomeKitCamera" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/climate.py
  <CWD>/homeassistant/components/homekit_controller/climate.py:135:7 - error: Base classes for class "HomeKitBaseClimateEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:135:7 - error: Base classes for class "HomeKitBaseClimateEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:135:7 - error: Base classes for class "HomeKitBaseClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:154:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:166:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:297:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:311:9 - error: "target_temperature_step" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:331:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:355:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:379:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:393:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:421:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:546:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:558:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:570:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:582:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:604:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:626:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:631:9 - error: "target_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:636:9 - error: "min_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:646:9 - error: "max_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:656:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/climate.py:685:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/config_flow.py
  <CWD>/homeassistant/components/homekit_controller/config_flow.py:338:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "HomekitControllerFlowHandler"
      "ConfigFlow" is not assignable to "HomekitControllerFlowHandler" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/homekit_controller/cover.py
  <CWD>/homeassistant/components/homekit_controller/cover.py:75:7 - error: Base classes for class "HomeKitGarageDoorCover" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:75:7 - error: Base classes for class "HomeKitGarageDoorCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:75:7 - error: Base classes for class "HomeKitGarageDoorCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:96:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:101:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:106:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:125:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:133:7 - error: Base classes for class "HomeKitWindowCover" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:133:7 - error: Base classes for class "HomeKitWindowCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:133:7 - error: Base classes for class "HomeKitWindowCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:157:9 - error: "supported_features" incorrectly overrides property of same name in class "CoverEntity" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:180:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:185:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:190:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:197:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:218:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/cover.py:276:21 - error: "char" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/homekit_controller/cover.py:277:21 - error: "char" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/homekit_controller/cover.py:293:47 - error: "char" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/homekit_controller/cover.py:296:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/diagnostics.py
  <CWD>/homeassistant/components/homekit_controller/diagnostics.py:117:20 - error: Could not access item in TypedDict
    "type" is not a required key in "Characteristic", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/homekit_controller/entity.py
  <CWD>/homeassistant/components/homekit_controller/entity.py:210:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/entity.py:230:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/entity.py:239:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/event.py
  <CWD>/homeassistant/components/homekit_controller/event.py:30:7 - error: Base classes for class "HomeKitEventEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/event.py:30:7 - error: Base classes for class "HomeKitEventEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/event.py:30:7 - error: Base classes for class "HomeKitEventEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/fan.py
  <CWD>/homeassistant/components/homekit_controller/fan.py:45:7 - error: Base classes for class "BaseHomeKitFan" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/fan.py:45:7 - error: Base classes for class "BaseHomeKitFan" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/fan.py:45:7 - error: Base classes for class "BaseHomeKitFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/fan.py:105:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/fan.py:115:9 - error: "current_direction" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/fan.py:121:9 - error: "oscillating" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/fan.py:159:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/humidifier.py
  <CWD>/homeassistant/components/homekit_controller/humidifier.py:44:7 - error: Base classes for class "HomeKitBaseHumidifier" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/humidifier.py:44:7 - error: Base classes for class "HomeKitBaseHumidifier" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/humidifier.py:44:7 - error: Base classes for class "HomeKitBaseHumidifier" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/humidifier.py:59:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/humidifier.py:64:9 - error: "mode" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/humidifier.py:75:9 - error: "current_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/humidifier.py:80:9 - error: "target_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/light.py
  <CWD>/homeassistant/components/homekit_controller/light.py:55:7 - error: Base classes for class "HomeKitLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/light.py:55:7 - error: Base classes for class "HomeKitLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/light.py:55:7 - error: Base classes for class "HomeKitLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/light.py:85:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/light.py:90:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/light.py:95:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/light.py:103:9 - error: "max_color_temp_kelvin" incorrectly overrides property of same name in class "LightEntity" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/homekit_controller/light.py:115:9 - error: "min_color_temp_kelvin" incorrectly overrides property of same name in class "LightEntity" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/homekit_controller/light.py:134:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/lock.py
  <CWD>/homeassistant/components/homekit_controller/lock.py:56:7 - error: Base classes for class "HomeKitLock" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/lock.py:56:7 - error: Base classes for class "HomeKitLock" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/lock.py:56:7 - error: Base classes for class "HomeKitLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/lock.py:68:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/lock.py:76:9 - error: "is_locking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/lock.py:90:9 - error: "is_unlocking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/lock.py:104:9 - error: "is_jammed" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/lock.py:128:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/media_player.py
  <CWD>/homeassistant/components/homekit_controller/media_player.py:65:7 - error: Base classes for class "HomeKitTelevision" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/media_player.py:65:7 - error: Base classes for class "HomeKitTelevision" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/media_player.py:65:7 - error: Base classes for class "HomeKitTelevision" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/media_player.py:84:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/media_player.py:84:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/media_player.py:131:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/media_player.py:149:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/media_player.py:168:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/media_player.py:168:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/number.py
  <CWD>/homeassistant/components/homekit_controller/number.py:98:7 - error: Base classes for class "HomeKitNumber" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/number.py:98:7 - error: Base classes for class "HomeKitNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/number.py:113:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/number.py:124:9 - error: "native_min_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/number.py:129:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/number.py:134:9 - error: "native_step" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/number.py:139:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/select.py
  <CWD>/homeassistant/components/homekit_controller/select.py:65:7 - error: Base classes for class "BaseHomeKitSelect" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/select.py:65:7 - error: Base classes for class "BaseHomeKitSelect" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/select.py:65:7 - error: Base classes for class "BaseHomeKitSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/select.py:82:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "HomeKitSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/select.py:105:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/select.py:136:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/sensor.py
  <CWD>/homeassistant/components/homekit_controller/sensor.py:370:7 - error: Base classes for class "HomeKitSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:370:7 - error: Base classes for class "HomeKitSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:376:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:405:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:426:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:447:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:468:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:494:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:531:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:536:7 - error: Base classes for class "SimpleSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:536:7 - error: Base classes for class "SimpleSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:556:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HomeKitSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:556:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "HomeKitSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:566:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:573:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:596:7 - error: Base classes for class "RSSISensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:616:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:622:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/sensor.py:633:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homekit_controller/switch.py
  <CWD>/homeassistant/components/homekit_controller/switch.py:76:7 - error: Base classes for class "HomeKitSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:76:7 - error: Base classes for class "HomeKitSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:76:7 - error: Base classes for class "HomeKitSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:84:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:97:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:105:7 - error: Base classes for class "HomeKitFaucet" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:105:7 - error: Base classes for class "HomeKitFaucet" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:105:7 - error: Base classes for class "HomeKitFaucet" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:113:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:126:7 - error: Base classes for class "HomeKitValve" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:126:7 - error: Base classes for class "HomeKitValve" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:126:7 - error: Base classes for class "HomeKitValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:149:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:154:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:173:7 - error: Base classes for class "DeclarativeCharacteristicSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:173:7 - error: Base classes for class "DeclarativeCharacteristicSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:184:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DeclarativeSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:184:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "DeclarativeSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:188:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homekit_controller/switch.py:199:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homematic/__init__.py
  <CWD>/homeassistant/components/homematic/__init__.py:250:24 - error: Argument of type "partial[Unknown]" cannot be assigned to parameter "systemcallback" of type "bool" in function "__init__"
    "partial[Unknown]" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/homematic/__init__.py:378:47 - error: Argument of type "Any | None" cannot be assigned to parameter "t" of type "int" in function "setInstallMode"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/homematic/__init__.py:378:58 - error: Argument of type "Any | None" cannot be assigned to parameter "mode" of type "int" in function "setInstallMode"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/homematic/binary_sensor.py
  <CWD>/homeassistant/components/homematic/binary_sensor.py:58:7 - error: Base classes for class "HMBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/binary_sensor.py:58:7 - error: Base classes for class "HMBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/binary_sensor.py:58:7 - error: Base classes for class "HMBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/binary_sensor.py:58:7 - error: Base classes for class "HMBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/binary_sensor.py:62:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/binary_sensor.py:69:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/binary_sensor.py:69:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/binary_sensor.py:83:7 - error: Base classes for class "HMBatterySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/binary_sensor.py:83:7 - error: Base classes for class "HMBatterySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/binary_sensor.py:83:7 - error: Base classes for class "HMBatterySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/binary_sensor.py:83:7 - error: Base classes for class "HMBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/binary_sensor.py:89:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homematic/climate.py
  <CWD>/homeassistant/components/homematic/climate.py:56:7 - error: Base classes for class "HMThermostat" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/climate.py:56:7 - error: Base classes for class "HMThermostat" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/climate.py:56:7 - error: Base classes for class "HMThermostat" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/climate.py:56:7 - error: Base classes for class "HMThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/climate.py:73:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/climate.py:78:54 - error: Cannot access attribute "OFF_VALUE" for class "HMGeneric"
    Attribute "OFF_VALUE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:80:42 - error: Cannot access attribute "ACTIONNODE" for class "HMGeneric"
    Attribute "ACTIONNODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:81:56 - error: Cannot access attribute "MANU_MODE" for class "HMGeneric"
    Attribute "MANU_MODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:91:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/climate.py:96:42 - error: Cannot access attribute "ACTIONNODE" for class "HMGeneric"
    Attribute "ACTIONNODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:101:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/climate.py:118:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/climate.py:122:40 - error: Cannot access attribute "ACTIONNODE" for class "HMGeneric"
    Attribute "ACTIONNODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:127:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/climate.py:135:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/climate.py:143:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/climate.py:152:24 - error: Cannot access attribute "writeNodeData" for class "HMGeneric"
    Attribute "writeNodeData" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:157:28 - error: Cannot assign to attribute "MODE" for class "HMGeneric"
    Attribute "MODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:157:50 - error: Cannot access attribute "AUTO_MODE" for class "HMGeneric"
    Attribute "AUTO_MODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:159:28 - error: Cannot assign to attribute "MODE" for class "HMGeneric"
    Attribute "MODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:159:50 - error: Cannot access attribute "MANU_MODE" for class "HMGeneric"
    Attribute "MANU_MODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:161:28 - error: Cannot access attribute "turnoff" for class "HMGeneric"
    Attribute "turnoff" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:166:28 - error: Cannot assign to attribute "MODE" for class "HMGeneric"
    Attribute "MODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:166:50 - error: Cannot access attribute "BOOST_MODE" for class "HMGeneric"
    Attribute "BOOST_MODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:168:28 - error: Cannot assign to attribute "MODE" for class "HMGeneric"
    Attribute "MODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:168:50 - error: Cannot access attribute "COMFORT_MODE" for class "HMGeneric"
    Attribute "COMFORT_MODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:170:28 - error: Cannot assign to attribute "MODE" for class "HMGeneric"
    Attribute "MODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/climate.py:170:50 - error: Cannot access attribute "LOWERING_MODE" for class "HMGeneric"
    Attribute "LOWERING_MODE" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/homematic/cover.py
  <CWD>/homeassistant/components/homematic/cover.py:43:7 - error: Base classes for class "HMCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/cover.py:43:7 - error: Base classes for class "HMCover" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/cover.py:43:7 - error: Base classes for class "HMCover" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/cover.py:43:7 - error: Base classes for class "HMCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/cover.py:47:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/cover.py:60:28 - error: Cannot access attribute "set_level" for class "HMGeneric"
    Attribute "set_level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/cover.py:63:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/cover.py:71:24 - error: Cannot access attribute "move_up" for class "HMGeneric"
    Attribute "move_up" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/cover.py:75:24 - error: Cannot access attribute "move_down" for class "HMGeneric"
    Attribute "move_down" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/cover.py:79:24 - error: Cannot access attribute "stop" for class "HMGeneric"
    Attribute "stop" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/cover.py:89:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/cover.py:104:28 - error: Cannot access attribute "set_cover_tilt_position" for class "HMGeneric"
    Attribute "set_cover_tilt_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/cover.py:109:28 - error: Cannot access attribute "open_slats" for class "HMGeneric"
    Attribute "open_slats" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/cover.py:114:28 - error: Cannot access attribute "close_slats" for class "HMGeneric"
    Attribute "close_slats" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/cover.py:139:31 - error: Cannot access attribute "is_closed" for class "HMGeneric"
    Attribute "is_closed" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/homematic/entity.py
  <CWD>/homeassistant/components/homematic/entity.py:71:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/entity.py:76:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/entity.py:81:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/entity.py:86:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/entity.py:119:50 - error: Cannot access attribute "UNREACH" for class "HMGeneric"
    Attribute "UNREACH" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/entity.py:233:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/entity.py:238:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/entity.py:243:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/entity.py:248:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homematic/light.py
  <CWD>/homeassistant/components/homematic/light.py:47:7 - error: Base classes for class "HMLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:47:7 - error: Base classes for class "HMLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:47:7 - error: Base classes for class "HMLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:47:7 - error: Base classes for class "HMLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:54:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:62:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:70:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:72:38 - error: Cannot access attribute "WRITENODE" for class "HMGeneric"
    Attribute "WRITENODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/light.py:79:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:83:38 - error: Cannot access attribute "WRITENODE" for class "HMGeneric"
    Attribute "WRITENODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/light.py:93:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:93:9 - error: "supported_features" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[LightEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:96:40 - error: Cannot access attribute "WRITENODE" for class "HMGeneric"
    Attribute "WRITENODE" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/light.py:101:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:113:40 - error: Cannot access attribute "get_color_temp" for class "HMGeneric"
    Attribute "get_color_temp" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/light.py:119:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:126:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/light.py:135:28 - error: Cannot access attribute "setValue" for class "HMGeneric"
    Attribute "setValue" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/light.py:139:28 - error: Cannot access attribute "set_level" for class "HMGeneric"
    Attribute "set_level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/light.py:145:28 - error: Cannot access attribute "on" for class "HMGeneric"
    Attribute "on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/light.py:148:28 - error: Cannot access attribute "set_hs_color" for class "HMGeneric"
    Attribute "set_hs_color" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/light.py:158:28 - error: Cannot access attribute "set_color_temp" for class "HMGeneric"
    Attribute "set_color_temp" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/light.py:160:28 - error: Cannot access attribute "set_effect" for class "HMGeneric"
    Attribute "set_effect" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/light.py:165:28 - error: Cannot access attribute "setValue" for class "HMGeneric"
    Attribute "setValue" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/light.py:167:24 - error: Cannot access attribute "off" for class "HMGeneric"
    Attribute "off" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/homematic/lock.py
  <CWD>/homeassistant/components/homematic/lock.py:29:7 - error: Base classes for class "HMLock" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/lock.py:29:7 - error: Base classes for class "HMLock" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/lock.py:29:7 - error: Base classes for class "HMLock" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/lock.py:29:7 - error: Base classes for class "HMLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/lock.py:35:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/lock.py:41:24 - error: Cannot access attribute "lock" for class "HMGeneric"
    Attribute "lock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/lock.py:45:24 - error: Cannot access attribute "unlock" for class "HMGeneric"
    Attribute "unlock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/lock.py:49:24 - error: Cannot access attribute "open" for class "HMGeneric"
    Attribute "open" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/homematic/sensor.py
  <CWD>/homeassistant/components/homematic/sensor.py:328:7 - error: Base classes for class "HMSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/sensor.py:328:7 - error: Base classes for class "HMSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/sensor.py:328:7 - error: Base classes for class "HMSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/sensor.py:328:7 - error: Base classes for class "HMSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/sensor.py:332:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homematic/switch.py
  <CWD>/homeassistant/components/homematic/switch.py:34:7 - error: Base classes for class "HMSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/switch.py:34:7 - error: Base classes for class "HMSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/switch.py:34:7 - error: Base classes for class "HMSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/switch.py:34:7 - error: Base classes for class "HMSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/switch.py:38:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematic/switch.py:58:24 - error: Cannot access attribute "on" for class "HMGeneric"
    Attribute "on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematic/switch.py:62:24 - error: Cannot access attribute "off" for class "HMGeneric"
    Attribute "off" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/homematicip_cloud/__init__.py
  <CWD>/homeassistant/components/homematicip_cloud/__init__.py:99:20 - error: Cannot access attribute "label" for class "AsyncHome"
    Attribute "label" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/__init__.py:99:34 - error: Cannot access attribute "label" for class "AsyncHome"
    Attribute "label" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/__init__.py:99:77 - error: Cannot access attribute "label" for class "AsyncHome"
    Attribute "label" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/__init__.py:103:31 - error: Argument of type "set[tuple[Literal['homematicip_cloud'], Any | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]] | UndefinedType | None" in function "async_get_or_create"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/homematicip_cloud/__init__.py:128:8 - error: Operator "<" not supported for "None" (reportOptionalOperand)
<CWD>/homeassistant/components/homematicip_cloud/alarm_control_panel.py
  <CWD>/homeassistant/components/homematicip_cloud/alarm_control_panel.py:51:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/alarm_control_panel.py:58:33 - error: Argument of type "tuple[Literal['homematicip_cloud'], Any | None]" cannot be assigned to parameter "via_device" of type "tuple[str, str]" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/homematicip_cloud/alarm_control_panel.py:62:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/alarm_control_panel.py:80:16 - error: Type "FunctionalHome | None" is not assignable to return type "SecurityAndAlarmHome"
    Type "FunctionalHome | None" is not assignable to type "SecurityAndAlarmHome"
      "FunctionalHome" is not assignable to "SecurityAndAlarmHome" (reportReturnType)
  <CWD>/homeassistant/components/homematicip_cloud/alarm_control_panel.py:115:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/alarm_control_panel.py:118:23 - error: Cannot access attribute "name" for class "AsyncHome"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/alarm_control_panel.py:119:34 - error: Cannot access attribute "name" for class "AsyncHome"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/alarm_control_panel.py:123:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/alarm_control_panel.py:125:16 - error: Type "Any | None" is not assignable to return type "bool"
    Type "Any | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/components/homematicip_cloud/alarm_control_panel.py:128:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:143:7 - error: Base classes for class "HomematicipCloudConnectionSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:143:7 - error: Base classes for class "HomematicipCloudConnectionSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:151:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:156:39 - error: Cannot access attribute "name" for class "AsyncHome"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:156:63 - error: Cannot access attribute "name" for class "AsyncHome"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:159:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:165:26 - error: Argument of type "set[tuple[Literal['homematicip_cloud'], Any | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:170:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:179:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:181:16 - error: Type "Any | None" is not assignable to return type "bool"
    Type "Any | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:184:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:189:7 - error: Base classes for class "HomematicipBaseActionSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:189:7 - error: Base classes for class "HomematicipBaseActionSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:189:7 - error: Base classes for class "HomematicipBaseActionSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:189:7 - error: Base classes for class "HomematicipBaseActionSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:189:7 - error: Base classes for class "HomematicipBaseActionSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:195:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:200:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:219:7 - error: Base classes for class "HomematicipMultiContactInterface" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:219:7 - error: Base classes for class "HomematicipMultiContactInterface" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:219:7 - error: Base classes for class "HomematicipMultiContactInterface" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:219:7 - error: Base classes for class "HomematicipMultiContactInterface" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:219:7 - error: Base classes for class "HomematicipMultiContactInterface" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:219:7 - error: Base classes for class "HomematicipMultiContactInterface" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:237:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:247:7 - error: Base classes for class "HomematicipContactInterface" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:247:7 - error: Base classes for class "HomematicipContactInterface" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:247:7 - error: Base classes for class "HomematicipContactInterface" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:247:7 - error: Base classes for class "HomematicipContactInterface" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:247:7 - error: Base classes for class "HomematicipContactInterface" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:247:7 - error: Base classes for class "HomematicipContactInterface" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:247:7 - error: Base classes for class "HomematicipContactInterface" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:255:7 - error: Base classes for class "HomematicipShutterContact" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:255:7 - error: Base classes for class "HomematicipShutterContact" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:255:7 - error: Base classes for class "HomematicipShutterContact" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:255:7 - error: Base classes for class "HomematicipShutterContact" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:255:7 - error: Base classes for class "HomematicipShutterContact" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:255:7 - error: Base classes for class "HomematicipShutterContact" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:268:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:280:7 - error: Base classes for class "HomematicipMotionDetector" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:280:7 - error: Base classes for class "HomematicipMotionDetector" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:280:7 - error: Base classes for class "HomematicipMotionDetector" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:280:7 - error: Base classes for class "HomematicipMotionDetector" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:280:7 - error: Base classes for class "HomematicipMotionDetector" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:280:7 - error: Base classes for class "HomematicipMotionDetector" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:286:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:291:7 - error: Base classes for class "HomematicipPresenceDetector" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:291:7 - error: Base classes for class "HomematicipPresenceDetector" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:291:7 - error: Base classes for class "HomematicipPresenceDetector" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:291:7 - error: Base classes for class "HomematicipPresenceDetector" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:291:7 - error: Base classes for class "HomematicipPresenceDetector" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:291:7 - error: Base classes for class "HomematicipPresenceDetector" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:297:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:302:7 - error: Base classes for class "HomematicipSmokeDetector" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:302:7 - error: Base classes for class "HomematicipSmokeDetector" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:302:7 - error: Base classes for class "HomematicipSmokeDetector" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:302:7 - error: Base classes for class "HomematicipSmokeDetector" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:302:7 - error: Base classes for class "HomematicipSmokeDetector" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:302:7 - error: Base classes for class "HomematicipSmokeDetector" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:308:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:318:7 - error: Base classes for class "HomematicipWaterDetector" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:318:7 - error: Base classes for class "HomematicipWaterDetector" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:318:7 - error: Base classes for class "HomematicipWaterDetector" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:318:7 - error: Base classes for class "HomematicipWaterDetector" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:318:7 - error: Base classes for class "HomematicipWaterDetector" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:318:7 - error: Base classes for class "HomematicipWaterDetector" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:324:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:329:7 - error: Base classes for class "HomematicipStormSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:329:7 - error: Base classes for class "HomematicipStormSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:329:7 - error: Base classes for class "HomematicipStormSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:329:7 - error: Base classes for class "HomematicipStormSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:329:7 - error: Base classes for class "HomematicipStormSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:337:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:342:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:347:7 - error: Base classes for class "HomematicipRainSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:347:7 - error: Base classes for class "HomematicipRainSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:347:7 - error: Base classes for class "HomematicipRainSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:347:7 - error: Base classes for class "HomematicipRainSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:347:7 - error: Base classes for class "HomematicipRainSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:347:7 - error: Base classes for class "HomematicipRainSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:357:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:362:7 - error: Base classes for class "HomematicipSunshineSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:362:7 - error: Base classes for class "HomematicipSunshineSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:362:7 - error: Base classes for class "HomematicipSunshineSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:362:7 - error: Base classes for class "HomematicipSunshineSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:362:7 - error: Base classes for class "HomematicipSunshineSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:372:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:377:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:388:7 - error: Base classes for class "HomematicipBatterySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:388:7 - error: Base classes for class "HomematicipBatterySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:388:7 - error: Base classes for class "HomematicipBatterySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:388:7 - error: Base classes for class "HomematicipBatterySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:388:7 - error: Base classes for class "HomematicipBatterySensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:388:7 - error: Base classes for class "HomematicipBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:398:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:403:7 - error: Base classes for class "HomematicipPluggableMainsFailureSurveillanceSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:403:7 - error: Base classes for class "HomematicipPluggableMainsFailureSurveillanceSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:403:7 - error: Base classes for class "HomematicipPluggableMainsFailureSurveillanceSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:403:7 - error: Base classes for class "HomematicipPluggableMainsFailureSurveillanceSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:403:7 - error: Base classes for class "HomematicipPluggableMainsFailureSurveillanceSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:403:7 - error: Base classes for class "HomematicipPluggableMainsFailureSurveillanceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:415:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:420:7 - error: Base classes for class "HomematicipSecurityZoneSensorGroup" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:420:7 - error: Base classes for class "HomematicipSecurityZoneSensorGroup" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:420:7 - error: Base classes for class "HomematicipSecurityZoneSensorGroup" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:420:7 - error: Base classes for class "HomematicipSecurityZoneSensorGroup" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:431:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:438:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:453:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:471:7 - error: Base classes for class "HomematicipSecuritySensorGroup" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:471:7 - error: Base classes for class "HomematicipSecuritySensorGroup" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:471:7 - error: Base classes for class "HomematicipSecuritySensorGroup" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:471:7 - error: Base classes for class "HomematicipSecuritySensorGroup" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:471:7 - error: Base classes for class "HomematicipSecuritySensorGroup" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:481:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/binary_sensor.py:494:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homematicip_cloud/button.py
  <CWD>/homeassistant/components/homematicip_cloud/button.py:30:7 - error: Base classes for class "HomematicipGarageDoorControllerButton" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/button.py:30:7 - error: Base classes for class "HomematicipGarageDoorControllerButton" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/button.py:30:7 - error: Base classes for class "HomematicipGarageDoorControllerButton" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/button.py:30:7 - error: Base classes for class "HomematicipGarageDoorControllerButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/button.py:30:7 - error: Base classes for class "HomematicipGarageDoorControllerButton" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/button.py:30:7 - error: Base classes for class "HomematicipGarageDoorControllerButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homematicip_cloud/climate.py
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:70:7 - error: Base classes for class "HomematicipHeatingGroup" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:70:7 - error: Base classes for class "HomematicipHeatingGroup" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:70:7 - error: Base classes for class "HomematicipHeatingGroup" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:70:7 - error: Base classes for class "HomematicipHeatingGroup" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:85:16 - error: Cannot assign to attribute "modelType" for class "HeatingGroup"
    Attribute "modelType" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:92:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:103:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:108:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:115:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:120:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:132:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:142:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:157:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:181:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:200:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:205:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:240:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:259:16 - error: Type "FunctionalHome | None" is not assignable to return type "IndoorClimateHome"
    Type "FunctionalHome | None" is not assignable to type "IndoorClimateHome"
      "FunctionalHome" is not assignable to "IndoorClimateHome" (reportReturnType)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:281:20 - error: Type "Any | None" is not assignable to return type "str"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportReturnType)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:285:16 - error: Type "Any | None" is not assignable to return type "str"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportReturnType)
  <CWD>/homeassistant/components/homematicip_cloud/climate.py:296:16 - error: Argument of type "Any | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/homematicip_cloud/cover.py
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:67:7 - error: Base classes for class "HomematicipBlindModule" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:67:7 - error: Base classes for class "HomematicipBlindModule" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:67:7 - error: Base classes for class "HomematicipBlindModule" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:67:7 - error: Base classes for class "HomematicipBlindModule" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:67:7 - error: Base classes for class "HomematicipBlindModule" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:67:7 - error: Base classes for class "HomematicipBlindModule" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:73:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:80:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:104:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:145:7 - error: Base classes for class "HomematicipMultiCoverShutter" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:145:7 - error: Base classes for class "HomematicipMultiCoverShutter" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:145:7 - error: Base classes for class "HomematicipMultiCoverShutter" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:145:7 - error: Base classes for class "HomematicipMultiCoverShutter" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:145:7 - error: Base classes for class "HomematicipMultiCoverShutter" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:145:7 - error: Base classes for class "HomematicipMultiCoverShutter" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:163:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:179:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:201:7 - error: Base classes for class "HomematicipCoverShutter" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:201:7 - error: Base classes for class "HomematicipCoverShutter" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:201:7 - error: Base classes for class "HomematicipCoverShutter" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:201:7 - error: Base classes for class "HomematicipCoverShutter" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:201:7 - error: Base classes for class "HomematicipCoverShutter" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:201:7 - error: Base classes for class "HomematicipCoverShutter" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:201:7 - error: Base classes for class "HomematicipCoverShutter" define variable "current_cover_position" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:201:7 - error: Base classes for class "HomematicipCoverShutter" define variable "is_closed" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:209:7 - error: Base classes for class "HomematicipMultiCoverSlats" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:209:7 - error: Base classes for class "HomematicipMultiCoverSlats" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:209:7 - error: Base classes for class "HomematicipMultiCoverSlats" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:209:7 - error: Base classes for class "HomematicipMultiCoverSlats" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:209:7 - error: Base classes for class "HomematicipMultiCoverSlats" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:209:7 - error: Base classes for class "HomematicipMultiCoverSlats" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:209:7 - error: Base classes for class "HomematicipMultiCoverSlats" define variable "current_cover_position" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:209:7 - error: Base classes for class "HomematicipMultiCoverSlats" define variable "is_closed" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:225:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:259:7 - error: Base classes for class "HomematicipCoverSlats" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:259:7 - error: Base classes for class "HomematicipCoverSlats" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:259:7 - error: Base classes for class "HomematicipCoverSlats" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:259:7 - error: Base classes for class "HomematicipCoverSlats" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:259:7 - error: Base classes for class "HomematicipCoverSlats" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:259:7 - error: Base classes for class "HomematicipCoverSlats" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:259:7 - error: Base classes for class "HomematicipCoverSlats" define variable "current_cover_position" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:259:7 - error: Base classes for class "HomematicipCoverSlats" define variable "current_cover_tilt_position" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:259:7 - error: Base classes for class "HomematicipCoverSlats" define variable "is_closed" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:267:7 - error: Base classes for class "HomematicipGarageDoorModule" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:267:7 - error: Base classes for class "HomematicipGarageDoorModule" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:267:7 - error: Base classes for class "HomematicipGarageDoorModule" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:267:7 - error: Base classes for class "HomematicipGarageDoorModule" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:267:7 - error: Base classes for class "HomematicipGarageDoorModule" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:267:7 - error: Base classes for class "HomematicipGarageDoorModule" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:273:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:284:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:286:40 - error: Cannot access attribute "doorState" for class "FunctionalChannel"
    Attribute "doorState" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:290:39 - error: Cannot access attribute "async_send_door_command" for class "FunctionalChannel"
    Attribute "async_send_door_command" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:294:39 - error: Cannot access attribute "async_send_door_command" for class "FunctionalChannel"
    Attribute "async_send_door_command" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:298:39 - error: Cannot access attribute "async_send_door_command" for class "FunctionalChannel"
    Attribute "async_send_door_command" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:301:7 - error: Base classes for class "HomematicipCoverShutterGroup" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:301:7 - error: Base classes for class "HomematicipCoverShutterGroup" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:301:7 - error: Base classes for class "HomematicipCoverShutterGroup" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:301:7 - error: Base classes for class "HomematicipCoverShutterGroup" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:301:7 - error: Base classes for class "HomematicipCoverShutterGroup" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:301:7 - error: Base classes for class "HomematicipCoverShutterGroup" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:312:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:319:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/cover.py:326:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homematicip_cloud/entity.py
  <CWD>/homeassistant/components/homematicip_cloud/entity.py:100:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/entity.py:107:30 - error: Argument of type "set[tuple[Literal['homematicip_cloud'], Any | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/homematicip_cloud/entity.py:114:37 - error: Argument of type "tuple[Literal['homematicip_cloud'], Any | None]" cannot be assigned to parameter "via_device" of type "tuple[str, str]" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/homematicip_cloud/entity.py:185:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/entity.py:205:32 - error: Cannot access attribute "name" for class "AsyncHome"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/entity.py:206:34 - error: Cannot access attribute "name" for class "AsyncHome"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/entity.py:211:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/entity.py:216:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/entity.py:227:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/entity.py:236:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/entity.py:265:16 - error: Type "None" is not assignable to return type "FunctionalChannel"
    "None" is not assignable to "FunctionalChannel" (reportReturnType)
<CWD>/homeassistant/components/homematicip_cloud/event.py
  <CWD>/homeassistant/components/homematicip_cloud/event.py:68:7 - error: Base classes for class "HomematicipDoorBellEvent" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/event.py:68:7 - error: Base classes for class "HomematicipDoorBellEvent" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/event.py:68:7 - error: Base classes for class "HomematicipDoorBellEvent" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/event.py:68:7 - error: Base classes for class "HomematicipDoorBellEvent" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/event.py:68:7 - error: Base classes for class "HomematicipDoorBellEvent" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/event.py:68:7 - error: Base classes for class "HomematicipDoorBellEvent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/event.py:90:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HmipEventEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/event.py:90:14 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "HmipEventEntityDescription" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/event.py:121:20 - error: Type "str | None" is not assignable to return type "str"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportReturnType)
<CWD>/homeassistant/components/homematicip_cloud/hap.py
  <CWD>/homeassistant/components/homematicip_cloud/hap.py:35:29 - error: "util" is not a known attribute of module "homeassistant" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/hap.py:39:24 - error: Argument of type "str | None" cannot be assigned to parameter "accesspoint_id" of type "str" in function "build_context_async"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/homematicip_cloud/hap.py:59:25 - error: Cannot assign to attribute "auth" for class "HomematicipAuth*"
    Type "Auth | None" is not assignable to type "Auth"
      "None" is not assignable to "Auth" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/hap.py:91:33 - error: Argument of type "str | None" cannot be assigned to parameter "client_auth_token" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/homematicip_cloud/hap.py:291:14 - error: Cannot assign to attribute "name" for class "AsyncHome"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/hap.py:293:14 - error: Cannot assign to attribute "label" for class "AsyncHome"
    Attribute "label" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/hap.py:294:14 - error: Cannot assign to attribute "modelType" for class "AsyncHome"
    Attribute "modelType" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/homematicip_cloud/light.py
  <CWD>/homeassistant/components/homematicip_cloud/light.py:70:38 - error: Argument of type "Any | None" cannot be assigned to parameter "version" of type "str" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:100:7 - error: Base classes for class "HomematicipLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:100:7 - error: Base classes for class "HomematicipLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:100:7 - error: Base classes for class "HomematicipLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:100:7 - error: Base classes for class "HomematicipLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:100:7 - error: Base classes for class "HomematicipLight" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:100:7 - error: Base classes for class "HomematicipLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:111:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:124:7 - error: Base classes for class "HomematicipLightHS" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:124:7 - error: Base classes for class "HomematicipLightHS" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:124:7 - error: Base classes for class "HomematicipLightHS" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:124:7 - error: Base classes for class "HomematicipLightHS" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:124:7 - error: Base classes for class "HomematicipLightHS" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:124:7 - error: Base classes for class "HomematicipLightHS" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:135:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:137:40 - error: Cannot access attribute "on" for class "FunctionalChannel"
    Attribute "on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:140:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:142:44 - error: Cannot access attribute "dimLevel" for class "FunctionalChannel"
    Attribute "dimLevel" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:145:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:148:37 - error: Cannot access attribute "hue" for class "FunctionalChannel"
    Attribute "hue" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:149:40 - error: Cannot access attribute "saturationLevel" for class "FunctionalChannel"
    Attribute "saturationLevel" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:153:37 - error: Cannot access attribute "hue" for class "FunctionalChannel"
    Attribute "hue" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:154:37 - error: Cannot access attribute "saturationLevel" for class "FunctionalChannel"
    Attribute "saturationLevel" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:166:43 - error: Cannot access attribute "hue" for class "FunctionalChannel"
    Attribute "hue" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:167:50 - error: Cannot access attribute "saturationLevel" for class "FunctionalChannel"
    Attribute "saturationLevel" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:171:49 - error: Cannot access attribute "dimLevel" for class "FunctionalChannel"
    Attribute "dimLevel" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:173:39 - error: Cannot access attribute "set_hue_saturation_dim_level_async" for class "FunctionalChannel"
    Attribute "set_hue_saturation_dim_level_async" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:179:39 - error: Cannot access attribute "set_switch_state_async" for class "FunctionalChannel"
    Attribute "set_switch_state_async" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:186:7 - error: Base classes for class "HomematicipMultiDimmer" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:186:7 - error: Base classes for class "HomematicipMultiDimmer" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:186:7 - error: Base classes for class "HomematicipMultiDimmer" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:186:7 - error: Base classes for class "HomematicipMultiDimmer" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:186:7 - error: Base classes for class "HomematicipMultiDimmer" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:186:7 - error: Base classes for class "HomematicipMultiDimmer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:205:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:211:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:231:7 - error: Base classes for class "HomematicipDimmer" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:231:7 - error: Base classes for class "HomematicipDimmer" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:231:7 - error: Base classes for class "HomematicipDimmer" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:231:7 - error: Base classes for class "HomematicipDimmer" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:231:7 - error: Base classes for class "HomematicipDimmer" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:231:7 - error: Base classes for class "HomematicipDimmer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:231:7 - error: Base classes for class "HomematicipDimmer" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:231:7 - error: Base classes for class "HomematicipDimmer" define variable "brightness" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:239:7 - error: Base classes for class "HomematicipNotificationLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:239:7 - error: Base classes for class "HomematicipNotificationLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:239:7 - error: Base classes for class "HomematicipNotificationLight" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:239:7 - error: Base classes for class "HomematicipNotificationLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:265:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:273:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:278:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:281:16 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:281:41 - error: Argument of type "Any | RGBColorState | Unknown | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "Any | RGBColorState | Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:284:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:294:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:340:7 - error: Base classes for class "HomematicipNotificationLightV2" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:340:7 - error: Base classes for class "HomematicipNotificationLightV2" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:340:7 - error: Base classes for class "HomematicipNotificationLightV2" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:340:7 - error: Base classes for class "HomematicipNotificationLightV2" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:340:7 - error: Base classes for class "HomematicipNotificationLightV2" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:340:7 - error: Base classes for class "HomematicipNotificationLightV2" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:340:7 - error: Base classes for class "HomematicipNotificationLightV2" define variable "brightness" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:340:7 - error: Base classes for class "HomematicipNotificationLightV2" define variable "hs_color" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:357:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:359:16 - error: Type "list[OpticalSignalBehaviour]" is not assignable to return type "list[str] | None"
    Type "list[OpticalSignalBehaviour]" is not assignable to type "list[str] | None"
      "list[OpticalSignalBehaviour]" is not assignable to "list[str]"
        Type parameter "_T@list" is invariant, but "OpticalSignalBehaviour" is not the same as "str"
        Consider switching from "list" to "Sequence" which is covariant
      "list[OpticalSignalBehaviour]" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:362:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:367:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/light.py:392:36 - error: Argument of type "Any | str | None" cannot be assigned to parameter "opticalSignalBehaviour" of type "OpticalSignalBehaviour" in function "async_set_optical_signal"
    Type "Any | str | None" is not assignable to type "OpticalSignalBehaviour"
      "str" is not assignable to "OpticalSignalBehaviour" (reportArgumentType)
<CWD>/homeassistant/components/homematicip_cloud/lock.py
  <CWD>/homeassistant/components/homematicip_cloud/lock.py:51:7 - error: Base classes for class "HomematicipDoorLockDrive" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/lock.py:51:7 - error: Base classes for class "HomematicipDoorLockDrive" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/lock.py:51:7 - error: Base classes for class "HomematicipDoorLockDrive" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/lock.py:51:7 - error: Base classes for class "HomematicipDoorLockDrive" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/lock.py:51:7 - error: Base classes for class "HomematicipDoorLockDrive" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/lock.py:57:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/lock.py:65:9 - error: "is_locking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/lock.py:70:9 - error: "is_unlocking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/lock.py:75:15 - error: Method "async_lock" overrides class "LockEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, Any]"
      "Coroutine[Any, Any, Any]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/homematicip_cloud/lock.py:80:15 - error: Method "async_unlock" overrides class "LockEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, Any]"
      "Coroutine[Any, Any, Any]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/homematicip_cloud/lock.py:85:15 - error: Method "async_open" overrides class "LockEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, Any]"
      "Coroutine[Any, Any, Any]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/homematicip_cloud/lock.py:90:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homematicip_cloud/sensor.py
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:295:7 - error: Base classes for class "HomematicipWaterFlowSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:295:7 - error: Base classes for class "HomematicipWaterFlowSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:295:7 - error: Base classes for class "HomematicipWaterFlowSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:295:7 - error: Base classes for class "HomematicipWaterFlowSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:295:7 - error: Base classes for class "HomematicipWaterFlowSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:295:7 - error: Base classes for class "HomematicipWaterFlowSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:308:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:310:40 - error: Cannot access attribute "waterFlow" for class "FunctionalChannel"
    Attribute "waterFlow" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:313:7 - error: Base classes for class "HomematicipWaterVolumeSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:313:7 - error: Base classes for class "HomematicipWaterVolumeSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:313:7 - error: Base classes for class "HomematicipWaterVolumeSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:313:7 - error: Base classes for class "HomematicipWaterVolumeSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:313:7 - error: Base classes for class "HomematicipWaterVolumeSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:313:7 - error: Base classes for class "HomematicipWaterVolumeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:332:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:354:7 - error: Base classes for class "HomematicipTiltAngleSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:354:7 - error: Base classes for class "HomematicipTiltAngleSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:354:7 - error: Base classes for class "HomematicipTiltAngleSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:354:7 - error: Base classes for class "HomematicipTiltAngleSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:354:7 - error: Base classes for class "HomematicipTiltAngleSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:354:7 - error: Base classes for class "HomematicipTiltAngleSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:365:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:370:7 - error: Base classes for class "HomematicipTiltStateSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:370:7 - error: Base classes for class "HomematicipTiltStateSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:370:7 - error: Base classes for class "HomematicipTiltStateSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:370:7 - error: Base classes for class "HomematicipTiltStateSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:370:7 - error: Base classes for class "HomematicipTiltStateSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:382:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:388:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:405:7 - error: Base classes for class "HomematicipFloorTerminalBlockMechanicChannelValve" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:405:7 - error: Base classes for class "HomematicipFloorTerminalBlockMechanicChannelValve" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:405:7 - error: Base classes for class "HomematicipFloorTerminalBlockMechanicChannelValve" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:405:7 - error: Base classes for class "HomematicipFloorTerminalBlockMechanicChannelValve" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:405:7 - error: Base classes for class "HomematicipFloorTerminalBlockMechanicChannelValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:426:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:440:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:452:7 - error: Base classes for class "HomematicipAccesspointDutyCycle" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:452:7 - error: Base classes for class "HomematicipAccesspointDutyCycle" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:452:7 - error: Base classes for class "HomematicipAccesspointDutyCycle" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:452:7 - error: Base classes for class "HomematicipAccesspointDutyCycle" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:452:7 - error: Base classes for class "HomematicipAccesspointDutyCycle" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:452:7 - error: Base classes for class "HomematicipAccesspointDutyCycle" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:464:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:469:7 - error: Base classes for class "HomematicipHeatingThermostat" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:469:7 - error: Base classes for class "HomematicipHeatingThermostat" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:469:7 - error: Base classes for class "HomematicipHeatingThermostat" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:469:7 - error: Base classes for class "HomematicipHeatingThermostat" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:469:7 - error: Base classes for class "HomematicipHeatingThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:479:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:488:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:495:7 - error: Base classes for class "HomematicipHumiditySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:495:7 - error: Base classes for class "HomematicipHumiditySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:495:7 - error: Base classes for class "HomematicipHumiditySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:495:7 - error: Base classes for class "HomematicipHumiditySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:495:7 - error: Base classes for class "HomematicipHumiditySensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:495:7 - error: Base classes for class "HomematicipHumiditySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:507:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:512:7 - error: Base classes for class "HomematicipTemperatureSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:512:7 - error: Base classes for class "HomematicipTemperatureSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:512:7 - error: Base classes for class "HomematicipTemperatureSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:512:7 - error: Base classes for class "HomematicipTemperatureSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:512:7 - error: Base classes for class "HomematicipTemperatureSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:524:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:532:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:543:7 - error: Base classes for class "HomematicipAbsoluteHumiditySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:543:7 - error: Base classes for class "HomematicipAbsoluteHumiditySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:543:7 - error: Base classes for class "HomematicipAbsoluteHumiditySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:543:7 - error: Base classes for class "HomematicipAbsoluteHumiditySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:543:7 - error: Base classes for class "HomematicipAbsoluteHumiditySensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:543:7 - error: Base classes for class "HomematicipAbsoluteHumiditySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:556:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:561:41 - error: Cannot access attribute "vaporAmount" for class "FunctionalChannel"
    Attribute "vaporAmount" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:565:37 - error: Cannot access attribute "vaporAmount" for class "FunctionalChannel"
    Attribute "vaporAmount" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:566:40 - error: Cannot access attribute "vaporAmount" for class "FunctionalChannel"
    Attribute "vaporAmount" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:573:7 - error: Base classes for class "HomematicipIlluminanceSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:573:7 - error: Base classes for class "HomematicipIlluminanceSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:573:7 - error: Base classes for class "HomematicipIlluminanceSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:573:7 - error: Base classes for class "HomematicipIlluminanceSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:573:7 - error: Base classes for class "HomematicipIlluminanceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:585:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:593:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:604:7 - error: Base classes for class "HomematicipPowerSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:604:7 - error: Base classes for class "HomematicipPowerSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:604:7 - error: Base classes for class "HomematicipPowerSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:604:7 - error: Base classes for class "HomematicipPowerSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:604:7 - error: Base classes for class "HomematicipPowerSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:604:7 - error: Base classes for class "HomematicipPowerSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:616:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:621:7 - error: Base classes for class "HomematicipEnergySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:621:7 - error: Base classes for class "HomematicipEnergySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:621:7 - error: Base classes for class "HomematicipEnergySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:621:7 - error: Base classes for class "HomematicipEnergySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:621:7 - error: Base classes for class "HomematicipEnergySensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:621:7 - error: Base classes for class "HomematicipEnergySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:633:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:638:7 - error: Base classes for class "HomematicipWindspeedSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:638:7 - error: Base classes for class "HomematicipWindspeedSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:638:7 - error: Base classes for class "HomematicipWindspeedSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:638:7 - error: Base classes for class "HomematicipWindspeedSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:638:7 - error: Base classes for class "HomematicipWindspeedSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:650:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:655:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:670:7 - error: Base classes for class "HomematicipTodayRainSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:670:7 - error: Base classes for class "HomematicipTodayRainSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:670:7 - error: Base classes for class "HomematicipTodayRainSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:670:7 - error: Base classes for class "HomematicipTodayRainSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:670:7 - error: Base classes for class "HomematicipTodayRainSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:670:7 - error: Base classes for class "HomematicipTodayRainSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:682:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:687:7 - error: Base classes for class "HomematicpTemperatureExternalSensorCh1" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:687:7 - error: Base classes for class "HomematicpTemperatureExternalSensorCh1" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:687:7 - error: Base classes for class "HomematicpTemperatureExternalSensorCh1" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:687:7 - error: Base classes for class "HomematicpTemperatureExternalSensorCh1" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:687:7 - error: Base classes for class "HomematicpTemperatureExternalSensorCh1" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:687:7 - error: Base classes for class "HomematicpTemperatureExternalSensorCh1" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:699:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:704:7 - error: Base classes for class "HomematicpTemperatureExternalSensorCh2" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:704:7 - error: Base classes for class "HomematicpTemperatureExternalSensorCh2" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:704:7 - error: Base classes for class "HomematicpTemperatureExternalSensorCh2" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:704:7 - error: Base classes for class "HomematicpTemperatureExternalSensorCh2" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:704:7 - error: Base classes for class "HomematicpTemperatureExternalSensorCh2" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:704:7 - error: Base classes for class "HomematicpTemperatureExternalSensorCh2" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:716:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:721:7 - error: Base classes for class "HomematicpTemperatureExternalSensorDelta" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:721:7 - error: Base classes for class "HomematicpTemperatureExternalSensorDelta" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:721:7 - error: Base classes for class "HomematicpTemperatureExternalSensorDelta" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:721:7 - error: Base classes for class "HomematicpTemperatureExternalSensorDelta" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:721:7 - error: Base classes for class "HomematicpTemperatureExternalSensorDelta" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:721:7 - error: Base classes for class "HomematicpTemperatureExternalSensorDelta" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:733:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:738:7 - error: Base classes for class "HmipEsiSensorEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:738:7 - error: Base classes for class "HmipEsiSensorEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:738:7 - error: Base classes for class "HmipEsiSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:738:7 - error: Base classes for class "HmipEsiSensorEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:738:7 - error: Base classes for class "HmipEsiSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:762:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:770:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:788:46 - error: Cannot access attribute "currentPowerConsumption" for class "FunctionalChannel"
    Attribute "currentPowerConsumption" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:806:46 - error: Cannot access attribute "energyCounterOne" for class "FunctionalChannel"
    Attribute "energyCounterOne" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:807:45 - error: Cannot access attribute "energyCounterOneType" for class "FunctionalChannel"
    Attribute "energyCounterOneType" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:824:46 - error: Cannot access attribute "energyCounterTwo" for class "FunctionalChannel"
    Attribute "energyCounterTwo" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:825:45 - error: Cannot access attribute "energyCounterTwoType" for class "FunctionalChannel"
    Attribute "energyCounterTwoType" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:842:46 - error: Cannot access attribute "energyCounterThree" for class "FunctionalChannel"
    Attribute "energyCounterThree" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:843:45 - error: Cannot access attribute "energyCounterThreeType" for class "FunctionalChannel"
    Attribute "energyCounterThreeType" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:860:46 - error: Cannot access attribute "currentGasFlow" for class "FunctionalChannel"
    Attribute "currentGasFlow" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:878:46 - error: Cannot access attribute "gasVolume" for class "FunctionalChannel"
    Attribute "gasVolume" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:896:46 - error: Cannot access attribute "currentPowerConsumption" for class "FunctionalChannel"
    Attribute "currentPowerConsumption" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:914:46 - error: Cannot access attribute "energyCounterOne" for class "FunctionalChannel"
    Attribute "energyCounterOne" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:919:7 - error: Base classes for class "HomematicipPassageDetectorDeltaCounter" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:919:7 - error: Base classes for class "HomematicipPassageDetectorDeltaCounter" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:919:7 - error: Base classes for class "HomematicipPassageDetectorDeltaCounter" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:919:7 - error: Base classes for class "HomematicipPassageDetectorDeltaCounter" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:919:7 - error: Base classes for class "HomematicipPassageDetectorDeltaCounter" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:923:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/sensor.py:928:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homematicip_cloud/services.py
  <CWD>/homeassistant/components/homematicip_cloud/services.py:319:36 - error: Argument of type "dict[Unknown, Unknown]" cannot be assigned to parameter "json_state" of type "str" in function "handle_config"
    "dict[Unknown, Unknown]" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/homematicip_cloud/switch.py
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:98:7 - error: Base classes for class "HomematicipMultiSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:98:7 - error: Base classes for class "HomematicipMultiSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:98:7 - error: Base classes for class "HomematicipMultiSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:98:7 - error: Base classes for class "HomematicipMultiSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:98:7 - error: Base classes for class "HomematicipMultiSwitch" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:98:7 - error: Base classes for class "HomematicipMultiSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:114:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:116:40 - error: Cannot access attribute "on" for class "FunctionalChannel"
    Attribute "on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:120:39 - error: Cannot access attribute "async_turn_on" for class "FunctionalChannel"
    Attribute "async_turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:124:39 - error: Cannot access attribute "async_turn_off" for class "FunctionalChannel"
    Attribute "async_turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:127:7 - error: Base classes for class "HomematicipSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:127:7 - error: Base classes for class "HomematicipSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:127:7 - error: Base classes for class "HomematicipSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:127:7 - error: Base classes for class "HomematicipSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:127:7 - error: Base classes for class "HomematicipSwitch" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:127:7 - error: Base classes for class "HomematicipSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:127:7 - error: Base classes for class "HomematicipSwitch" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:135:7 - error: Base classes for class "HomematicipGroupSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:135:7 - error: Base classes for class "HomematicipGroupSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:135:7 - error: Base classes for class "HomematicipGroupSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:135:7 - error: Base classes for class "HomematicipGroupSwitch" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:144:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:149:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/switch.py:158:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homematicip_cloud/valve.py
  <CWD>/homeassistant/components/homematicip_cloud/valve.py:35:7 - error: Base classes for class "HomematicipWateringValve" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/valve.py:35:7 - error: Base classes for class "HomematicipWateringValve" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/valve.py:35:7 - error: Base classes for class "HomematicipWateringValve" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/valve.py:35:7 - error: Base classes for class "HomematicipWateringValve" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/valve.py:35:7 - error: Base classes for class "HomematicipWateringValve" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/valve.py:35:7 - error: Base classes for class "HomematicipWateringValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/valve.py:50:39 - error: Cannot access attribute "set_watering_switch_state_async" for class "FunctionalChannel"
    Attribute "set_watering_switch_state_async" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/valve.py:54:39 - error: Cannot access attribute "set_watering_switch_state_async" for class "FunctionalChannel"
    Attribute "set_watering_switch_state_async" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/valve.py:59:40 - error: Cannot access attribute "wateringActive" for class "FunctionalChannel"
    Attribute "wateringActive" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/homematicip_cloud/weather.py
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:66:7 - error: Base classes for class "HomematicipWeatherSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:66:7 - error: Base classes for class "HomematicipWeatherSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:66:7 - error: Base classes for class "HomematicipWeatherSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:66:7 - error: Base classes for class "HomematicipWeatherSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:66:7 - error: Base classes for class "HomematicipWeatherSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:78:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:83:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:88:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:93:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:98:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:113:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:118:7 - error: Base classes for class "HomematicipHomeWeather" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:118:7 - error: Base classes for class "HomematicipHomeWeather" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:118:7 - error: Base classes for class "HomematicipHomeWeather" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:118:7 - error: Base classes for class "HomematicipHomeWeather" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:127:18 - error: Cannot assign to attribute "modelType" for class "AsyncHome"
    Attribute "modelType" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:131:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:133:16 - error: Type "Any | None" is not assignable to return type "bool"
    Type "Any | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:136:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:138:47 - error: "city" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:141:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:146:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:151:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:156:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homematicip_cloud/weather.py:161:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homewizard/button.py
  <CWD>/homeassistant/components/homewizard/button.py:25:7 - error: Base classes for class "HomeWizardIdentifyButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/button.py:37:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/homewizard/number.py
  <CWD>/homeassistant/components/homewizard/number.py:45:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/homewizard/number.py:51:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/number.py:56:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homewizard/select.py
  <CWD>/homeassistant/components/homewizard/select.py:65:7 - error: Base classes for class "HomeWizardSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/select.py:77:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HomeWizardSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/select.py:77:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "HomeWizardSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/select.py:81:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/select.py:86:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/homewizard/sensor.py
  <CWD>/homeassistant/components/homewizard/sensor.py:736:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HomeWizardSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/sensor.py:736:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "HomeWizardSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/sensor.py:742:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/sensor.py:747:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/sensor.py:781:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/sensor.py:795:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/sensor.py:800:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/sensor.py:812:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/sensor.py:812:9 - error: "device_class" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[SensorDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/homewizard/switch.py
  <CWD>/homeassistant/components/homewizard/switch.py:94:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HomeWizardSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/switch.py:94:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "HomeWizardSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/switch.py:98:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/switch.py:105:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homewizard/switch.py:110:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/homewizard/switch.py:116:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/homeworks/light.py
  <CWD>/homeassistant/components/homeworks/light.py:92:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/homeworks/light.py:103:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/honeywell/__init__.py
  <CWD>/homeassistant/components/honeywell/__init__.py:61:27 - error: "device" is not a known attribute of module "aiosomecomfort" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/honeywell/__init__.py:65:24 - error: "device" is not a known attribute of module "aiosomecomfort" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/honeywell/__init__.py:66:24 - error: "device" is not a known attribute of module "aiosomecomfort" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/honeywell/__init__.py:67:24 - error: "device" is not a known attribute of module "aiosomecomfort" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/honeywell/__init__.py:102:39 - error: "device" is not a known attribute of module "aiosomecomfort" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/honeywell/climate.py
  <CWD>/homeassistant/components/honeywell/climate.py:238:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/climate.py:248:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/climate.py:266:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/climate.py:284:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/climate.py:286:16 - error: Type "float | None" is not assignable to return type "int | None"
    Type "float | None" is not assignable to type "int | None"
      Type "float" is not assignable to type "int | None"
        "float" is not assignable to "int"
        "float" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/honeywell/climate.py:289:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/climate.py:294:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/climate.py:301:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/climate.py:306:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/climate.py:315:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/climate.py:322:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/climate.py:329:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/climate.py:343:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/climate.py:345:38 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/honeywell/climate.py:421:63 - error: "temperature" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/honeywell/climate.py:425:66 - error: "temperature" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/honeywell/humidifier.py
  <CWD>/homeassistant/components/honeywell/humidifier.py:101:14 - error: "entity_description" overrides symbol of same name in class "HumidifierEntity"
    Variable is mutable so its type is invariant
      Override type "HoneywellHumidifierEntityDescription" is not the same as base type "HumidifierEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/humidifier.py:112:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/humidifier.py:117:9 - error: "target_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/humidifier.py:122:9 - error: "current_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/honeywell/sensor.py
  <CWD>/homeassistant/components/honeywell/sensor.py:106:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "HoneywellSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/honeywell/sensor.py:117:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/honeywell/switch.py
  <CWD>/homeassistant/components/honeywell/switch.py:92:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/horizon/media_player.py
  <CWD>/homeassistant/components/horizon/media_player.py:9:6 - error: Import "horimote" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/horizon/media_player.py:10:6 - error: Import "horimote.exceptions" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/horizon/media_player.py:93:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hp_ilo/sensor.py
  <CWD>/homeassistant/components/hp_ilo/sensor.py:8:8 - error: Import "hpilo" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/hp_ilo/sensor.py:142:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hp_ilo/sensor.py:147:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hp_ilo/sensor.py:152:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hp_ilo/sensor.py:157:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/html5/notify.py
  <CWD>/homeassistant/components/html5/notify.py:109:42 - error: Argument missing for parameter "v" (reportCallIssue)
<CWD>/homeassistant/components/http/__init__.py
  <CWD>/homeassistant/components/http/__init__.py:230:19 - error: Could not access item in TypedDict
    "server_port" is not a required key in "ConfData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/http/__init__.py:234:20 - error: Could not access item in TypedDict
    "cors_allowed_origins" is not a required key in "ConfData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/http/__init__.py:236:27 - error: Could not access item in TypedDict
    "use_x_frame_options" is not a required key in "ConfData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/http/__init__.py:238:22 - error: Could not access item in TypedDict
    "ip_ban_enabled" is not a required key in "ConfData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/http/__init__.py:239:23 - error: Could not access item in TypedDict
    "login_attempts_threshold" is not a required key in "ConfData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/http/__init__.py:240:19 - error: Could not access item in TypedDict
    "ssl_profile" is not a required key in "ConfData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/http/auth.py
  <CWD>/homeassistant/components/http/auth.py:238:17 - error: "auth_type" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/huawei_lte/binary_sensor.py
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:52:7 - error: Base classes for class "HuaweiLteBaseBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:52:7 - error: Base classes for class "HuaweiLteBaseBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:52:7 - error: Base classes for class "HuaweiLteBaseBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:114:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:123:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:132:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:148:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:153:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:161:5 - error: "_attr_translation_key" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:170:5 - error: "_attr_translation_key" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:179:5 - error: "_attr_translation_key" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:188:5 - error: "_attr_translation_key" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:194:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/binary_sensor.py:199:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/huawei_lte/button.py
  <CWD>/homeassistant/components/huawei_lte/button.py:39:7 - error: Base classes for class "BaseButton" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/button.py:39:7 - error: Base classes for class "BaseButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/button.py:39:7 - error: Base classes for class "BaseButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/huawei_lte/device_tracker.py
  <CWD>/homeassistant/components/huawei_lte/device_tracker.py:175:7 - error: Base classes for class "HuaweiLteScannerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/device_tracker.py:189:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/device_tracker.py:198:9 - error: "ip_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/device_tracker.py:203:9 - error: "mac_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/device_tracker.py:208:9 - error: "hostname" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/device_tracker.py:218:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/huawei_lte/entity.py
  <CWD>/homeassistant/components/huawei_lte/entity.py:34:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/entity.py:39:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/entity.py:63:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/huawei_lte/select.py
  <CWD>/homeassistant/components/huawei_lte/select.py:77:7 - error: Base classes for class "HuaweiLteSelectEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/select.py:77:7 - error: Base classes for class "HuaweiLteSelectEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/select.py:77:7 - error: Base classes for class "HuaweiLteSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/select.py:92:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HuaweiSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/select.py:92:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "HuaweiSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/select.py:101:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/huawei_lte/sensor.py
  <CWD>/homeassistant/components/huawei_lte/sensor.py:802:7 - error: Base classes for class "HuaweiLteSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/sensor.py:802:7 - error: Base classes for class "HuaweiLteSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/sensor.py:802:7 - error: Base classes for class "HuaweiLteSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/sensor.py:821:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HuaweiSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/sensor.py:821:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "HuaweiSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/sensor.py:846:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/sensor.py:851:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/sensor.py:856:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/sensor.py:863:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/sensor.py:863:9 - error: "device_class" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[SensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/sensor.py:871:9 - error: "last_reset" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/sensor.py:903:69 - error: Argument of type "Any | None" cannot be assigned to parameter of type "str"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/huawei_lte/switch.py
  <CWD>/homeassistant/components/huawei_lte/switch.py:46:7 - error: Base classes for class "HuaweiLteBaseSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/switch.py:46:7 - error: Base classes for class "HuaweiLteBaseSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/switch.py:46:7 - error: Base classes for class "HuaweiLteBaseSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/switch.py:52:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SwitchDeviceClass" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/switch.py:52:5 - error: "_attr_device_class" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchDeviceClass" is not the same as base type "SwitchDeviceClass | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/switch.py:91:5 - error: "_attr_translation_key" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/switch.py:101:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/switch.py:115:5 - error: "_attr_translation_key" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/switch.py:125:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huawei_lte/switch.py:135:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hue/__init__.py
  <CWD>/homeassistant/components/hue/__init__.py:40:48 - error: "bridge_id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:76:65 - error: "mac_address" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:77:46 - error: "bridge_id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:79:29 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:80:33 - error: "model_id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:81:35 - error: "software_version" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:85:24 - error: "model_id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:86:28 - error: "software_version" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:101:65 - error: "mac_address" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:103:37 - error: "bridge_id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:104:37 - error: Cannot access attribute "bridge_device" for class "Config"
    Attribute "bridge_device" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/__init__.py:104:37 - error: "bridge_device" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:106:37 - error: Cannot access attribute "bridge_device" for class "Config"
    Attribute "bridge_device" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/__init__.py:106:37 - error: "bridge_device" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:107:29 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:108:33 - error: "model_id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/__init__.py:109:35 - error: "software_version" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/hue/config_flow.py
  <CWD>/homeassistant/components/hue/config_flow.py:98:20 - error: Type "None" is not assignable to return type "DiscoveredHueBridge"
    "None" is not assignable to "DiscoveredHueBridge" (reportReturnType)
  <CWD>/homeassistant/components/hue/config_flow.py:223:31 - error: "app_key" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/hue/diagnostics.py
  <CWD>/homeassistant/components/hue/diagnostics.py:21:29 - error: Cannot access attribute "get_diagnostics" for class "HueBridgeV1"
    Attribute "get_diagnostics" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/hue/event.py
  <CWD>/homeassistant/components/hue/event.py:33:24 - error: Type "HueBridgeV1 | HueBridgeV2" is not assignable to declared type "HueBridgeV2"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV2"
      "HueBridgeV1" is not assignable to "HueBridgeV2" (reportAssignmentType)
  <CWD>/homeassistant/components/hue/event.py:48:76 - error: Argument of type "RelativeRotary" cannot be assigned to parameter "resource" of type "HueResource" in function "__init__"
    Type "RelativeRotary" is not assignable to type "HueResource"
      "RelativeRotary" is not assignable to "Light"
      "RelativeRotary" is not assignable to "DevicePower"
      "RelativeRotary" is not assignable to "GroupedLight"
      "RelativeRotary" is not assignable to "LightLevel"
      "RelativeRotary" is not assignable to "Motion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/event.py:66:56 - error: Argument of type "type[Button] | type[BellButton]" cannot be assigned to parameter "resource" of type "Button | RelativeRotary | BellButton" in function "async_add_entity"
    Type "type[Button] | type[BellButton]" is not assignable to type "Button | RelativeRotary | BellButton"
      Type "type[BellButton]" is not assignable to type "Button | RelativeRotary | BellButton"
        Type "type[BellButton]" is not assignable to type "Button"
        Type "type[BellButton]" is not assignable to type "RelativeRotary"
        Type "type[BellButton]" is not assignable to type "BellButton" (reportArgumentType)
  <CWD>/homeassistant/components/hue/event.py:71:17 - error: Argument of type "(event_type: EventType, resource: Button | RelativeRotary | BellButton) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: Button | RelativeRotary | BellButton) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "Button | RelativeRotary | BellButton"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "Button | RelativeRotary | BellButton"
          Type "dict[Unknown, Unknown]" is not assignable to type "Button | RelativeRotary | BellButton"
            "dict[Unknown, Unknown]" is not assignable to "Button"
            "dict[Unknown, Unknown]" is not assignable to "RelativeRotary"
            "dict[Unknown, Unknown]" is not assignable to "BellButton" (reportArgumentType)
  <CWD>/homeassistant/components/hue/event.py:76:7 - error: Base classes for class "HueButtonEventEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/event.py:92:67 - error: "id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/event.py:93:36 - error: Cannot access attribute "devices" for class "HueBridgeV1"
    Attribute "devices" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/event.py:101:26 - error: Cannot assign to attribute "_attr_translation_placeholders" for class "HueButtonEventEntity*"
    "int" is not assignable to "str" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/event.py:105:9 - error: Method "_handle_event" overrides class "HueBaseEntity" in an incompatible manner
    Parameter 3 type mismatch: base parameter is type "HueResource", override parameter is type "Button | BellButton"
      Type "HueResource" is not assignable to type "Button | BellButton"
        Type "DevicePower" is not assignable to type "Button | BellButton"
          "DevicePower" is not assignable to "Button"
          "DevicePower" is not assignable to "BellButton" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/hue/event.py:115:43 - error: Argument of type "Button | BellButton" cannot be assigned to parameter "resource" of type "HueResource" in function "_handle_event"
    Type "Button | BellButton" is not assignable to type "HueResource"
      Type "BellButton" is not assignable to type "HueResource"
        "BellButton" is not assignable to "Light"
        "BellButton" is not assignable to "DevicePower"
        "BellButton" is not assignable to "GroupedLight"
        "BellButton" is not assignable to "LightLevel"
        "BellButton" is not assignable to "Motion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/event.py:130:7 - error: Base classes for class "HueRotaryEventEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/event.py:145:9 - error: Method "_handle_event" overrides class "HueBaseEntity" in an incompatible manner
    Parameter 3 type mismatch: base parameter is type "HueResource", override parameter is type "RelativeRotary"
      Type "HueResource" is not assignable to type "RelativeRotary"
        "DevicePower" is not assignable to "RelativeRotary" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/hue/event.py:162:43 - error: Argument of type "RelativeRotary" cannot be assigned to parameter "resource" of type "HueResource" in function "_handle_event"
    Type "RelativeRotary" is not assignable to type "HueResource"
      "RelativeRotary" is not assignable to "Light"
      "RelativeRotary" is not assignable to "DevicePower"
      "RelativeRotary" is not assignable to "GroupedLight"
      "RelativeRotary" is not assignable to "LightLevel"
      "RelativeRotary" is not assignable to "Motion" (reportArgumentType)
<CWD>/homeassistant/components/hue/migration.py
  <CWD>/homeassistant/components/hue/migration.py:130:42 - error: No overloads for "iter" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/hue/migration.py:130:47 - error: Argument of type "property" cannot be assigned to parameter "object" of type "_GetItemIterable[_T@iter]" in function "iter"
    "property" is incompatible with protocol "_GetItemIterable[_T@iter]"
      "__getitem__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/hue/migration.py:189:47 - error: Cannot access attribute "grouped_light" for class "GroupedLight"
    Attribute "grouped_light" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/migration.py:196:39 - error: Cannot access attribute "grouped_light" for class "GroupedLight"
    Attribute "grouped_light" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/migration.py:204:74 - error: Argument of type "str | Unknown | property" cannot be assigned to parameter "new_unique_id" of type "str | UndefinedType" in function "async_update_entity"
    Type "str | Unknown | property" is not assignable to type "str | UndefinedType"
      Type "property" is not assignable to type "str | UndefinedType"
        "property" is not assignable to "str"
        "property" is not assignable to "UndefinedType" (reportArgumentType)
<CWD>/homeassistant/components/hue/scene.py
  <CWD>/homeassistant/components/hue/scene.py:40:24 - error: Type "HueBridgeV1 | HueBridgeV2" is not assignable to declared type "HueBridgeV2"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV2"
      "HueBridgeV1" is not assignable to "HueBridgeV2" (reportAssignmentType)
  <CWD>/homeassistant/components/hue/scene.py:63:30 - error: Argument of type "(event_type: EventType, resource: Scene | SmartScene) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: Scene | SmartScene) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "Scene | SmartScene"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "Scene | SmartScene"
          Type "dict[Unknown, Unknown]" is not assignable to type "Scene | SmartScene"
            "dict[Unknown, Unknown]" is not assignable to "Scene"
            "dict[Unknown, Unknown]" is not assignable to "SmartScene" (reportArgumentType)
  <CWD>/homeassistant/components/hue/scene.py:86:7 - error: Base classes for class "HueSceneEntityBase" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/scene.py:98:34 - error: Argument of type "ScenesController" cannot be assigned to parameter "controller" of type "BaseResourcesController[Unknown]" in function "__init__"
    "ScenesController" is not assignable to "BaseResourcesController[Unknown]" (reportArgumentType)
  <CWD>/homeassistant/components/hue/scene.py:98:46 - error: Argument of type "Scene | SmartScene" cannot be assigned to parameter "resource" of type "HueResource" in function "__init__"
    Type "Scene | SmartScene" is not assignable to type "HueResource"
      Type "Scene" is not assignable to type "HueResource"
        "Scene" is not assignable to "Light"
        "Scene" is not assignable to "DevicePower"
        "Scene" is not assignable to "GroupedLight"
        "Scene" is not assignable to "LightLevel"
        "Scene" is not assignable to "Motion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/scene.py:113:36 - error: Cannot access attribute "subscribe" for class "Groups"
    Attribute "subscribe" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:113:36 - error: "subscribe" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/scene.py:114:17 - error: Argument of type "(event_type: EventType, resource: HueResource) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: HueResource) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "HueResource"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "HueResource"
          Type "dict[Unknown, Unknown]" is not assignable to type "HueResource"
            "dict[Unknown, Unknown]" is not assignable to "Light"
            "dict[Unknown, Unknown]" is not assignable to "DevicePower"
            "dict[Unknown, Unknown]" is not assignable to "GroupedLight"
            "dict[Unknown, Unknown]" is not assignable to "LightLevel"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/hue/scene.py:121:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/scene.py:133:27 - error: Cannot access attribute "palette" for class "SmartScene"
    Attribute "palette" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:134:31 - error: Cannot access attribute "palette" for class "SmartScene"
    Attribute "palette" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:135:35 - error: Cannot access attribute "palette" for class "SmartScene"
    Attribute "palette" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:139:27 - error: Cannot access attribute "palette" for class "SmartScene"
    Attribute "palette" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:140:31 - error: Cannot access attribute "palette" for class "SmartScene"
    Attribute "palette" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:141:35 - error: Cannot access attribute "palette" for class "SmartScene"
    Attribute "palette" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:172:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/scene.py:175:37 - error: Cannot access attribute "palette" for class "SmartScene"
    Attribute "palette" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:180:41 - error: Cannot access attribute "actions" for class "SmartScene"
    Attribute "actions" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:191:36 - error: Cannot access attribute "speed" for class "SmartScene"
    Attribute "speed" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:203:30 - error: Cannot access attribute "state" for class "Scene"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:214:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/scene.py:222:45 - error: Cannot access attribute "active_timeslot" for class "Scene"
    Attribute "active_timeslot" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:223:55 - error: Cannot access attribute "active_timeslot" for class "Scene"
    Attribute "active_timeslot" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:224:57 - error: Cannot access attribute "active_timeslot" for class "Scene"
    Attribute "active_timeslot" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:228:47 - error: Cannot access attribute "week_timeslots" for class "Scene"
    Attribute "week_timeslots" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/scene.py:230:47 - error: Cannot access attribute "active_timeslot" for class "Scene"
    Attribute "active_timeslot" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/hue/services.py
  <CWD>/homeassistant/components/hue/services.py:87:24 - error: Type "HueBridgeV1 | HueBridgeV2" is not assignable to declared type "HueBridgeV1"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV1"
      "HueBridgeV2" is not assignable to "HueBridgeV1" (reportAssignmentType)
  <CWD>/homeassistant/components/hue/services.py:93:40 - error: "values" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/services.py:109:52 - error: "update" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/services.py:145:24 - error: Type "HueBridgeV1 | HueBridgeV2" is not assignable to declared type "HueBridgeV2"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV2"
      "HueBridgeV1" is not assignable to "HueBridgeV2" (reportAssignmentType)
<CWD>/homeassistant/components/hue/switch.py
  <CWD>/homeassistant/components/hue/switch.py:37:24 - error: Type "HueBridgeV1 | HueBridgeV2" is not assignable to declared type "HueBridgeV2"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV2"
      "HueBridgeV1" is not assignable to "HueBridgeV2" (reportAssignmentType)
  <CWD>/homeassistant/components/hue/switch.py:59:66 - error: Argument of type "BehaviorInstance | LightLevel | Motion" cannot be assigned to parameter "resource" of type "HueResource" in function "__init__"
    Type "BehaviorInstance | LightLevel | Motion" is not assignable to type "HueResource"
      Type "BehaviorInstance" is not assignable to type "HueResource"
        "BehaviorInstance" is not assignable to "Light"
        "BehaviorInstance" is not assignable to "DevicePower"
        "BehaviorInstance" is not assignable to "GroupedLight"
        "BehaviorInstance" is not assignable to "LightLevel"
        "BehaviorInstance" is not assignable to "Motion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/switch.py:63:56 - error: Argument of type "type[BehaviorInstance] | type[LightLevel] | type[Motion]" cannot be assigned to parameter "resource" of type "BehaviorInstance | LightLevel | Motion" in function "async_add_entity"
    Type "type[BehaviorInstance] | type[LightLevel] | type[Motion]" is not assignable to type "BehaviorInstance | LightLevel | Motion"
      Type "type[BehaviorInstance]" is not assignable to type "BehaviorInstance | LightLevel | Motion"
        Type "type[BehaviorInstance]" is not assignable to type "BehaviorInstance"
        Type "type[BehaviorInstance]" is not assignable to type "LightLevel"
        Type "type[BehaviorInstance]" is not assignable to type "Motion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/switch.py:68:17 - error: Argument of type "(event_type: EventType, resource: BehaviorInstance | LightLevel | Motion) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: BehaviorInstance | LightLevel | Motion) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "BehaviorInstance | LightLevel | Motion"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "BehaviorInstance | LightLevel | Motion"
          Type "dict[Unknown, Unknown]" is not assignable to type "BehaviorInstance | LightLevel | Motion"
            "dict[Unknown, Unknown]" is not assignable to "BehaviorInstance"
            "dict[Unknown, Unknown]" is not assignable to "LightLevel"
            "dict[Unknown, Unknown]" is not assignable to "Motion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/switch.py:78:7 - error: Base classes for class "HueResourceEnabledEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/switch.py:92:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/switch.py:112:5 - error: "resource" overrides symbol of same name in class "HueResourceEnabledEntity"
    Variable is mutable so its type is invariant
      Override type "BehaviorInstance" is not the same as base type "BehaviorInstance | LightLevel | Motion" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/switch.py:122:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hue/v1/binary_sensor.py
  <CWD>/homeassistant/components/hue/v1/binary_sensor.py:35:7 - error: Base classes for class "HuePresence" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/binary_sensor.py:35:7 - error: Base classes for class "HuePresence" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/binary_sensor.py:35:7 - error: Base classes for class "HuePresence" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/binary_sensor.py:35:7 - error: Base classes for class "HuePresence" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/binary_sensor.py:41:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/binary_sensor.py:46:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hue/v1/light.py
  <CWD>/homeassistant/components/hue/v1/light.py:150:59 - error: "apiversion" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v1/light.py:150:59 - error: Cannot access attribute "apiversion" for class "ConfigController"
    Attribute "apiversion" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v1/light.py:164:75 - error: "update" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v1/light.py:199:75 - error: "update" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v1/light.py:199:75 - error: Cannot access attribute "update" for class "GroupsController"
    Attribute "update" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v1/light.py:381:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/light.py:395:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/light.py:400:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/light.py:413:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/light.py:433:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/light.py:485:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/light.py:492:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/light.py:499:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/light.py:504:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/light.py:511:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/light.py:625:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hue/v1/sensor.py
  <CWD>/homeassistant/components/hue/v1/sensor.py:42:7 - error: Base classes for class "GenericHueGaugeSensorEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:42:7 - error: Base classes for class "GenericHueGaugeSensorEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:42:7 - error: Base classes for class "GenericHueGaugeSensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:42:7 - error: Base classes for class "GenericHueGaugeSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:42:7 - error: Base classes for class "GenericHueGaugeSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:42:7 - error: Base classes for class "GenericHueGaugeSensorEntity" define variable "state_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:54:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:91:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:100:7 - error: Base classes for class "HueBattery" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:100:7 - error: Base classes for class "HueBattery" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:100:7 - error: Base classes for class "HueBattery" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:100:7 - error: Base classes for class "HueBattery" define variable "state_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:109:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor.py:114:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hue/v1/sensor_base.py
  <CWD>/homeassistant/components/hue/v1/sensor_base.py:169:7 - error: Base classes for class "GenericHueSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor_base.py:169:7 - error: Base classes for class "GenericHueSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor_base.py:169:7 - error: Base classes for class "GenericHueSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor_base.py:172:19 - error: Type "Literal[False]" is not assignable to declared type "cached_property"
    "Literal[False]" is not assignable to "cached_property[bool]" (reportAssignmentType)
  <CWD>/homeassistant/components/hue/v1/sensor_base.py:175:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor_base.py:209:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hue/v1/sensor_device.py
  <CWD>/homeassistant/components/hue/v1/sensor_device.py:33:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor_device.py:38:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v1/sensor_device.py:48:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hue/v2/binary_sensor.py
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:75:38 - error: Cannot access attribute "get_parent" for class "CameraMotionController"
    Attribute "get_parent" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:75:38 - error: Cannot access attribute "get_parent" for class "ContactController"
    Attribute "get_parent" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:75:38 - error: Cannot access attribute "get_parent" for class "MotionController"
    Attribute "get_parent" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:75:38 - error: Cannot access attribute "get_parent" for class "EntertainmentConfigurationController"
    Attribute "get_parent" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:75:38 - error: Cannot access attribute "get_parent" for class "TamperController"
    Attribute "get_parent" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:75:38 - error: Cannot access attribute "get_parent" for class "SecurityAreaMotionController"
    Attribute "get_parent" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:92:24 - error: Type "HueBridgeV1 | HueBridgeV2" is not assignable to declared type "HueBridgeV2"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV2"
      "HueBridgeV1" is not assignable to "HueBridgeV2" (reportAssignmentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:96:45 - error: Argument of type "SensorType" cannot be assigned to parameter "func" of type "(...) -> _T@partial" in function "__new__"
    Type "SensorType" is not assignable to type "(...) -> _T@partial"
      Type "CameraMotion" is not assignable to type "(...) -> _T@partial" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:109:32 - error: Argument of type "type[CameraMotion] | type[Contact] | type[Motion] | type[EntertainmentConfiguration] | type[Tamper] | type[GroupedMotion] | type[SecurityAreaMotion]" cannot be assigned to parameter "resource" of type "SensorType" in function "_resource_valid"
    Type "type[CameraMotion] | type[Contact] | type[Motion] | type[EntertainmentConfiguration] | type[Tamper] | type[GroupedMotion] | type[SecurityAreaMotion]" is not assignable to type "SensorType"
      Type "type[CameraMotion]" is not assignable to type "SensorType"
        Type "type[CameraMotion]" is not assignable to type "CameraMotion"
        Type "type[CameraMotion]" is not assignable to type "Contact"
        Type "type[CameraMotion]" is not assignable to type "Motion"
        Type "type[CameraMotion]" is not assignable to type "EntertainmentConfiguration"
        Type "type[CameraMotion]" is not assignable to type "Tamper"
        Type "type[CameraMotion]" is not assignable to type "GroupedMotion"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:115:17 - error: Argument of type "(event_type: EventType, resource: SensorType) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: SensorType) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "SensorType"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "SensorType"
          Type "dict[Unknown, Unknown]" is not assignable to type "SensorType"
            "dict[Unknown, Unknown]" is not assignable to "CameraMotion"
            "dict[Unknown, Unknown]" is not assignable to "Contact"
            "dict[Unknown, Unknown]" is not assignable to "Motion"
            "dict[Unknown, Unknown]" is not assignable to "EntertainmentConfiguration"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:120:47 - error: Argument of type "type[HueMotionSensor]" cannot be assigned to parameter "sensor_class" of type "SensorType" in function "register_items"
    Type "type[HueMotionSensor]" is not assignable to type "SensorType"
      Type "type[HueMotionSensor]" is not assignable to type "CameraMotion"
      Type "type[HueMotionSensor]" is not assignable to type "Contact"
      Type "type[HueMotionSensor]" is not assignable to type "Motion"
      Type "type[HueMotionSensor]" is not assignable to type "EntertainmentConfiguration"
      Type "type[HueMotionSensor]" is not assignable to type "Tamper"
      Type "type[HueMotionSensor]" is not assignable to type "GroupedMotion"
      Type "type[HueMotionSensor]" is not assignable to type "SecurityAreaMotion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:121:40 - error: Argument of type "type[HueMotionSensor]" cannot be assigned to parameter "sensor_class" of type "SensorType" in function "register_items"
    Type "type[HueMotionSensor]" is not assignable to type "SensorType"
      Type "type[HueMotionSensor]" is not assignable to type "CameraMotion"
      Type "type[HueMotionSensor]" is not assignable to type "Contact"
      Type "type[HueMotionSensor]" is not assignable to type "Motion"
      Type "type[HueMotionSensor]" is not assignable to type "EntertainmentConfiguration"
      Type "type[HueMotionSensor]" is not assignable to type "Tamper"
      Type "type[HueMotionSensor]" is not assignable to type "GroupedMotion"
      Type "type[HueMotionSensor]" is not assignable to type "SecurityAreaMotion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:122:60 - error: Argument of type "type[HueEntertainmentActiveSensor]" cannot be assigned to parameter "sensor_class" of type "SensorType" in function "register_items"
    Type "type[HueEntertainmentActiveSensor]" is not assignable to type "SensorType"
      Type "type[HueEntertainmentActiveSensor]" is not assignable to type "CameraMotion"
      Type "type[HueEntertainmentActiveSensor]" is not assignable to type "Contact"
      Type "type[HueEntertainmentActiveSensor]" is not assignable to type "Motion"
      Type "type[HueEntertainmentActiveSensor]" is not assignable to type "EntertainmentConfiguration"
      Type "type[HueEntertainmentActiveSensor]" is not assignable to type "Tamper"
      Type "type[HueEntertainmentActiveSensor]" is not assignable to type "GroupedMotion"
      Type "type[HueEntertainmentActiveSensor]" is not assignable to type "SecurityAreaMotion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:123:41 - error: Argument of type "type[HueContactSensor]" cannot be assigned to parameter "sensor_class" of type "SensorType" in function "register_items"
    Type "type[HueContactSensor]" is not assignable to type "SensorType"
      Type "type[HueContactSensor]" is not assignable to type "CameraMotion"
      Type "type[HueContactSensor]" is not assignable to type "Contact"
      Type "type[HueContactSensor]" is not assignable to type "Motion"
      Type "type[HueContactSensor]" is not assignable to type "EntertainmentConfiguration"
      Type "type[HueContactSensor]" is not assignable to type "Tamper"
      Type "type[HueContactSensor]" is not assignable to type "GroupedMotion"
      Type "type[HueContactSensor]" is not assignable to type "SecurityAreaMotion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:124:40 - error: Argument of type "type[HueTamperSensor]" cannot be assigned to parameter "sensor_class" of type "SensorType" in function "register_items"
    Type "type[HueTamperSensor]" is not assignable to type "SensorType"
      Type "type[HueTamperSensor]" is not assignable to type "CameraMotion"
      Type "type[HueTamperSensor]" is not assignable to type "Contact"
      Type "type[HueTamperSensor]" is not assignable to type "Motion"
      Type "type[HueTamperSensor]" is not assignable to type "EntertainmentConfiguration"
      Type "type[HueTamperSensor]" is not assignable to type "Tamper"
      Type "type[HueTamperSensor]" is not assignable to type "GroupedMotion"
      Type "type[HueTamperSensor]" is not assignable to type "SecurityAreaMotion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:125:48 - error: Argument of type "type[HueGroupedMotionSensor]" cannot be assigned to parameter "sensor_class" of type "SensorType" in function "register_items"
    Type "type[HueGroupedMotionSensor]" is not assignable to type "SensorType"
      Type "type[HueGroupedMotionSensor]" is not assignable to type "CameraMotion"
      Type "type[HueGroupedMotionSensor]" is not assignable to type "Contact"
      Type "type[HueGroupedMotionSensor]" is not assignable to type "Motion"
      Type "type[HueGroupedMotionSensor]" is not assignable to type "EntertainmentConfiguration"
      Type "type[HueGroupedMotionSensor]" is not assignable to type "Tamper"
      Type "type[HueGroupedMotionSensor]" is not assignable to type "GroupedMotion"
      Type "type[HueGroupedMotionSensor]" is not assignable to type "SecurityAreaMotion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:126:54 - error: Argument of type "type[HueMotionAwareSensor]" cannot be assigned to parameter "sensor_class" of type "SensorType" in function "register_items"
    Type "type[HueMotionAwareSensor]" is not assignable to type "SensorType"
      Type "type[HueMotionAwareSensor]" is not assignable to type "CameraMotion"
      Type "type[HueMotionAwareSensor]" is not assignable to type "Contact"
      Type "type[HueMotionAwareSensor]" is not assignable to type "Motion"
      Type "type[HueMotionAwareSensor]" is not assignable to type "EntertainmentConfiguration"
      Type "type[HueMotionAwareSensor]" is not assignable to type "Tamper"
      Type "type[HueMotionAwareSensor]" is not assignable to type "GroupedMotion"
      Type "type[HueMotionAwareSensor]" is not assignable to type "SecurityAreaMotion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:130:7 - error: Base classes for class "HueMotionSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:143:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:159:5 - error: "controller" overrides symbol of same name in class "HueMotionSensor"
    Variable is mutable so its type is invariant
      Override type "GroupedMotionController" is not the same as base type "CameraMotionController | MotionController" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:160:5 - error: "resource" overrides symbol of same name in class "HueMotionSensor"
    Variable is mutable so its type is invariant
      Override type "GroupedMotion" is not the same as base type "CameraMotion | Motion" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:169:46 - error: Argument of type "GroupedMotion" cannot be assigned to parameter "resource" of type "HueResource" in function "__init__"
    Type "GroupedMotion" is not assignable to type "HueResource"
      "GroupedMotion" is not assignable to "Light"
      "GroupedMotion" is not assignable to "DevicePower"
      "GroupedMotion" is not assignable to "GroupedLight"
      "GroupedMotion" is not assignable to "LightLevel"
      "GroupedMotion" is not assignable to "Motion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:174:42 - error: "id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:189:5 - error: "controller" overrides symbol of same name in class "HueMotionSensor"
    Variable is mutable so its type is invariant
      Override type "SecurityAreaMotionController" is not the same as base type "CameraMotionController | MotionController" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:190:5 - error: "resource" overrides symbol of same name in class "HueMotionSensor"
    Variable is mutable so its type is invariant
      Override type "SecurityAreaMotion" is not the same as base type "CameraMotion | Motion" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:199:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:210:46 - error: Argument of type "SecurityAreaMotion" cannot be assigned to parameter "resource" of type "HueResource" in function "__init__"
    Type "SecurityAreaMotion" is not assignable to type "HueResource"
      "SecurityAreaMotion" is not assignable to "Light"
      "SecurityAreaMotion" is not assignable to "DevicePower"
      "SecurityAreaMotion" is not assignable to "GroupedLight"
      "SecurityAreaMotion" is not assignable to "LightLevel"
      "SecurityAreaMotion" is not assignable to "Motion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:216:22 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:226:36 - error: Cannot access attribute "subscribe" for class "Config"
    Attribute "subscribe" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:226:36 - error: "subscribe" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:227:17 - error: Argument of type "(event_type: EventType, resource: HueResource) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: HueResource) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "HueResource"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "HueResource"
          Type "dict[Unknown, Unknown]" is not assignable to type "HueResource"
            "dict[Unknown, Unknown]" is not assignable to "Light"
            "dict[Unknown, Unknown]" is not assignable to "DevicePower"
            "dict[Unknown, Unknown]" is not assignable to "GroupedLight"
            "dict[Unknown, Unknown]" is not assignable to "LightLevel"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:233:7 - error: Base classes for class "HueEntertainmentActiveSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:246:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:251:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:257:7 - error: Base classes for class "HueContactSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:270:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:275:45 - error: "state" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:279:7 - error: Base classes for class "HueTamperSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/binary_sensor.py:293:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hue/v2/device.py
  <CWD>/homeassistant/components/hue/v2/device.py:38:24 - error: Type "HueBridgeV1 | HueBridgeV2" is not assignable to declared type "HueBridgeV2"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV2"
      "HueBridgeV1" is not assignable to "HueBridgeV2" (reportAssignmentType)
  <CWD>/homeassistant/components/hue/v2/device.py:102:33 - error: Argument of type "type[Device]" cannot be assigned to parameter "hue_resource" of type "Device | Room | Zone | ServiceGroup" in function "add_device"
    Type "type[Device]" is not assignable to type "Device | Room | Zone | ServiceGroup"
      Type "type[Device]" is not assignable to type "Device"
      Type "type[Device]" is not assignable to type "Room"
      Type "type[Device]" is not assignable to type "Zone"
      Type "type[Device]" is not assignable to type "ServiceGroup" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/device.py:103:34 - error: Argument of type "type[Room]" cannot be assigned to parameter "hue_resource" of type "Device | Room | Zone | ServiceGroup" in function "add_device"
    Type "type[Room]" is not assignable to type "Device | Room | Zone | ServiceGroup"
      Type "type[Room]" is not assignable to type "Device"
      Type "type[Room]" is not assignable to type "Room"
      Type "type[Room]" is not assignable to type "Zone"
      Type "type[Room]" is not assignable to type "ServiceGroup" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/device.py:104:34 - error: Argument of type "type[Zone]" cannot be assigned to parameter "hue_resource" of type "Device | Room | Zone | ServiceGroup" in function "add_device"
    Type "type[Zone]" is not assignable to type "Device | Room | Zone | ServiceGroup"
      Type "type[Zone]" is not assignable to type "Device"
      Type "type[Zone]" is not assignable to type "Room"
      Type "type[Zone]" is not assignable to type "Zone"
      Type "type[Zone]" is not assignable to type "ServiceGroup" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/device.py:105:34 - error: Argument of type "type[ServiceGroup]" cannot be assigned to parameter "hue_resource" of type "Device | Room | Zone | ServiceGroup" in function "add_device"
    Type "type[ServiceGroup]" is not assignable to type "Device | Room | Zone | ServiceGroup"
      Type "type[ServiceGroup]" is not assignable to type "Device"
      Type "type[ServiceGroup]" is not assignable to type "Room"
      Type "type[ServiceGroup]" is not assignable to type "Zone"
      Type "type[ServiceGroup]" is not assignable to type "ServiceGroup" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/device.py:113:52 - error: Argument of type "(evt_type: EventType, hue_resource: Device | Room | Zone | ServiceGroup) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(evt_type: EventType, hue_resource: Device | Room | Zone | ServiceGroup) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "Device | Room | Zone | ServiceGroup"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "Device | Room | Zone | ServiceGroup"
          Type "dict[Unknown, Unknown]" is not assignable to type "Device | Room | Zone | ServiceGroup"
            "dict[Unknown, Unknown]" is not assignable to "Device"
            "dict[Unknown, Unknown]" is not assignable to "Room"
            "dict[Unknown, Unknown]" is not assignable to "Zone"
            "dict[Unknown, Unknown]" is not assignable to "ServiceGroup" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/device.py:114:53 - error: Argument of type "(evt_type: EventType, hue_resource: Device | Room | Zone | ServiceGroup) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(evt_type: EventType, hue_resource: Device | Room | Zone | ServiceGroup) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "Device | Room | Zone | ServiceGroup"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "Device | Room | Zone | ServiceGroup"
          Type "dict[Unknown, Unknown]" is not assignable to type "Device | Room | Zone | ServiceGroup"
            "dict[Unknown, Unknown]" is not assignable to "Device"
            "dict[Unknown, Unknown]" is not assignable to "Room"
            "dict[Unknown, Unknown]" is not assignable to "Zone"
            "dict[Unknown, Unknown]" is not assignable to "ServiceGroup" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/device.py:115:53 - error: Argument of type "(evt_type: EventType, hue_resource: Device | Room | Zone | ServiceGroup) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(evt_type: EventType, hue_resource: Device | Room | Zone | ServiceGroup) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "Device | Room | Zone | ServiceGroup"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "Device | Room | Zone | ServiceGroup"
          Type "dict[Unknown, Unknown]" is not assignable to type "Device | Room | Zone | ServiceGroup"
            "dict[Unknown, Unknown]" is not assignable to "Device"
            "dict[Unknown, Unknown]" is not assignable to "Room"
            "dict[Unknown, Unknown]" is not assignable to "Zone"
            "dict[Unknown, Unknown]" is not assignable to "ServiceGroup" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/device.py:116:62 - error: Argument of type "(evt_type: EventType, hue_resource: Device | Room | Zone | ServiceGroup) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(evt_type: EventType, hue_resource: Device | Room | Zone | ServiceGroup) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "Device | Room | Zone | ServiceGroup"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "Device | Room | Zone | ServiceGroup"
          Type "dict[Unknown, Unknown]" is not assignable to type "Device | Room | Zone | ServiceGroup"
            "dict[Unknown, Unknown]" is not assignable to "Device"
            "dict[Unknown, Unknown]" is not assignable to "Room"
            "dict[Unknown, Unknown]" is not assignable to "Zone"
            "dict[Unknown, Unknown]" is not assignable to "ServiceGroup" (reportArgumentType)
<CWD>/homeassistant/components/hue/v2/device_trigger.py
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:88:24 - error: Type "HueBridgeV1 | HueBridgeV2" is not assignable to declared type "HueBridgeV2"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV2"
      "HueBridgeV1" is not assignable to "HueBridgeV2" (reportAssignmentType)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:94:16 - error: Argument of type "str | None" cannot be assigned to parameter "id" of type "str" in function "__getitem__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:96:45 - error: Argument of type "str | None" cannot be assigned to parameter "id" of type "str" in function "get_sensors"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "DevicePower"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "CameraMotion"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "Contact"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "ConvenienceAreaMotion"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "GeofenceClient"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "GroupedLightLevel"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "GroupedMotion"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "LightLevel"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "Motion"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "RelativeRotary"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "SecurityAreaMotion"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "Tamper"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "Temperature"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/device_trigger.py:105:44 - error: Cannot access attribute "metadata" for class "ZigbeeConnectivity"
    Attribute "metadata" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/hue/v2/entity.py
  <CWD>/homeassistant/components/hue/v2/entity.py:63:57 - error: Cannot access attribute "bridge" for class "Config"
    Attribute "bridge" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/entity.py:63:57 - error: "bridge" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/entity.py:79:17 - error: Argument of type "(event_type: EventType, resource: HueResource) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: HueResource) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "HueResource"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "HueResource"
          Type "dict[Unknown, Unknown]" is not assignable to type "HueResource"
            "dict[Unknown, Unknown]" is not assignable to "Light"
            "dict[Unknown, Unknown]" is not assignable to "DevicePower"
            "dict[Unknown, Unknown]" is not assignable to "GroupedLight"
            "dict[Unknown, Unknown]" is not assignable to "LightLevel"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/entity.py:81:17 - error: Argument of type "tuple[Literal[EventType.RESOURCE_UPDATED], Literal[EventType.RESOURCE_DELETED]]" cannot be assigned to parameter "event_filter" of type "EventType | tuple[EventType] | None" in function "subscribe"
    Type "tuple[Literal[EventType.RESOURCE_UPDATED], Literal[EventType.RESOURCE_DELETED]]" is not assignable to type "EventType | tuple[EventType] | None"
      "tuple[Literal[EventType.RESOURCE_UPDATED], Literal[EventType.RESOURCE_DELETED]]" is not assignable to "EventType"
      "tuple[Literal[EventType.RESOURCE_UPDATED], Literal[EventType.RESOURCE_DELETED]]" is not assignable to "tuple[EventType]"
        Tuple size mismatch; expected 1 but received 2
      "tuple[Literal[EventType.RESOURCE_UPDATED], Literal[EventType.RESOURCE_DELETED]]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/entity.py:88:29 - error: Cannot access attribute "devices" for class "HueBridgeV1"
    Attribute "devices" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/entity.py:89:17 - error: Argument of type "(event_type: EventType, resource: HueResource) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: HueResource) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "HueResource"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "HueResource"
          Type "dict[Unknown, Unknown]" is not assignable to type "HueResource"
            "dict[Unknown, Unknown]" is not assignable to "Light"
            "dict[Unknown, Unknown]" is not assignable to "DevicePower"
            "dict[Unknown, Unknown]" is not assignable to "GroupedLight"
            "dict[Unknown, Unknown]" is not assignable to "LightLevel"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/entity.py:95:38 - error: Cannot access attribute "devices" for class "HueBridgeV1"
    Attribute "devices" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/entity.py:97:41 - error: Cannot access attribute "zigbee_connectivity" for class "Sensors"
    Attribute "zigbee_connectivity" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/entity.py:97:41 - error: "zigbee_connectivity" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/entity.py:98:21 - error: Argument of type "(event_type: EventType, resource: HueResource) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: HueResource) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "HueResource"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "HueResource"
          Type "dict[Unknown, Unknown]" is not assignable to type "HueResource"
            "dict[Unknown, Unknown]" is not assignable to "Light"
            "dict[Unknown, Unknown]" is not assignable to "DevicePower"
            "dict[Unknown, Unknown]" is not assignable to "GroupedLight"
            "dict[Unknown, Unknown]" is not assignable to "LightLevel"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/entity.py:105:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/entity.py:116:38 - error: Cannot access attribute "devices" for class "HueBridgeV1"
    Attribute "devices" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/hue/v2/group.py
  <CWD>/homeassistant/components/hue/v2/group.py:49:24 - error: Type "HueBridgeV1 | HueBridgeV2" is not assignable to declared type "HueBridgeV2"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV2"
      "HueBridgeV1" is not assignable to "HueBridgeV2" (reportAssignmentType)
  <CWD>/homeassistant/components/hue/v2/group.py:62:12 - error: "group" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/hue/v2/group.py:65:51 - error: "group" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/hue/v2/group.py:74:61 - error: Argument of type "type[GroupedLight]" cannot be assigned to parameter "resource" of type "GroupedLight" in function "async_add_light"
    Type "type[GroupedLight]" is not assignable to type "GroupedLight" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/group.py:79:13 - error: Argument of type "(event_type: EventType, resource: GroupedLight) -> CoroutineType[Any, Any, None]" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: GroupedLight) -> CoroutineType[Any, Any, None]" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "GroupedLight"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "GroupedLight"
          "dict[Unknown, Unknown]" is not assignable to "GroupedLight"
      Function return type "CoroutineType[Any, Any, None]" is incompatible with type "None"
        "CoroutineType[Any, Any, None]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/group.py:85:7 - error: Base classes for class "GroupedHueLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/group.py:99:40 - error: Cannot access attribute "grouped_light" for class "Groups"
    Attribute "grouped_light" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/group.py:99:40 - error: "grouped_light" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/group.py:104:33 - error: Cannot assign to attribute "api" for class "GroupedHueLight*"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV2"
      "HueBridgeV1" is not assignable to "HueBridgeV2" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/group.py:123:39 - error: Argument of type "(event_type: EventType, resource: HueResource) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: HueResource) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "HueResource"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "HueResource"
          Type "dict[Unknown, Unknown]" is not assignable to type "HueResource"
            "dict[Unknown, Unknown]" is not assignable to "Light"
            "dict[Unknown, Unknown]" is not assignable to "DevicePower"
            "dict[Unknown, Unknown]" is not assignable to "GroupedLight"
            "dict[Unknown, Unknown]" is not assignable to "LightLevel"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/group.py:132:43 - error: Argument of type "(event_type: EventType, resource: HueResource) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: HueResource) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "HueResource"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "HueResource"
          Type "dict[Unknown, Unknown]" is not assignable to type "HueResource"
            "dict[Unknown, Unknown]" is not assignable to "Light"
            "dict[Unknown, Unknown]" is not assignable to "DevicePower"
            "dict[Unknown, Unknown]" is not assignable to "GroupedLight"
            "dict[Unknown, Unknown]" is not assignable to "LightLevel"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/group.py:132:63 - error: Argument of type "tuple[str | Unknown, ...]" cannot be assigned to parameter "id_filter" of type "str | tuple[str] | None" in function "subscribe"
    Type "tuple[str | Unknown, ...]" is not assignable to type "str | tuple[str] | None"
      "tuple[str | Unknown, ...]" is not assignable to "str"
      "tuple[str | Unknown, ...]" is not assignable to "tuple[str]"
        Tuple size mismatch; expected 1 but received indeterminate
      "tuple[str | Unknown, ...]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/group.py:136:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/group.py:138:33 - error: "on" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/group.py:141:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/group.py:150:13 - error: Argument of type "tuple[str | Unknown, ...]" cannot be assigned to parameter "resource_ids" of type "tuple[str]" in function "_get_names_and_entity_ids_for_resource_ids"
    "tuple[str | Unknown, ...]" is not assignable to "tuple[str]"
      Tuple size mismatch; expected 1 but received indeterminate (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/group.py:372:69 - error: "metadata" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/hue/v2/hue_event.py
  <CWD>/homeassistant/components/hue/v2/hue_event.py:33:24 - error: Type "HueBridgeV1 | HueBridgeV2" is not assignable to declared type "HueBridgeV2"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV2"
      "HueBridgeV1" is not assignable to "HueBridgeV2" (reportAssignmentType)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:50:76 - error: "id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:55:44 - error: "metadata" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:58:58 - error: "event" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:66:13 - error: Argument of type "(evt_type: EventType, hue_resource: Button) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(evt_type: EventType, hue_resource: Button) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "Button"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "Button"
          "dict[Unknown, Unknown]" is not assignable to "Button" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:76:76 - error: "id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:82:53 - error: "rotary_report" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:82:67 - error: "action" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:83:56 - error: "rotary_report" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:83:70 - error: "rotation" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:84:57 - error: "rotary_report" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:84:71 - error: "rotation" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:85:54 - error: "rotary_report" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:85:68 - error: "rotation" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/hue_event.py:92:13 - error: Argument of type "(evt_type: EventType, hue_resource: RelativeRotary) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(evt_type: EventType, hue_resource: RelativeRotary) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "RelativeRotary"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "RelativeRotary"
          "dict[Unknown, Unknown]" is not assignable to "RelativeRotary" (reportArgumentType)
<CWD>/homeassistant/components/hue/v2/light.py
  <CWD>/homeassistant/components/hue/v2/light.py:58:24 - error: Type "HueBridgeV1 | HueBridgeV2" is not assignable to declared type "HueBridgeV2"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV2"
      "HueBridgeV1" is not assignable to "HueBridgeV2" (reportAssignmentType)
  <CWD>/homeassistant/components/hue/v2/light.py:68:42 - error: Argument of type "type[Light]" cannot be assigned to parameter "resource" of type "Light" in function "__call__"
    Type "type[Light]" is not assignable to type "Light" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/light.py:71:30 - error: Argument of type "(event_type: EventType, resource: Light) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: Light) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "Light"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "Light"
          "dict[Unknown, Unknown]" is not assignable to "Light" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/light.py:76:7 - error: Base classes for class "HueLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/light.py:128:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/light.py:136:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/light.py:141:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/light.py:161:24 - error: "product_data" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/light.py:162:52 - error: "mirek_valid" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/light.py:166:9 - error: "xy_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/light.py:176:65 - error: Argument of type "int | None" cannot be assigned to parameter "mired_temperature" of type "float" in function "color_temperature_mired_to_kelvin"
    Type "int | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/light.py:207:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/light.py:211:48 - error: "status" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/light.py:215:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hue/v2/sensor.py
  <CWD>/homeassistant/components/hue/v2/sensor.py:71:23 - error: Cannot access attribute "children" for class "Bridge"
    Attribute "children" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:71:23 - error: Cannot access attribute "children" for class "Entertainment"
    Attribute "children" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:71:23 - error: Cannot access attribute "children" for class "EntertainmentConfiguration"
    Attribute "children" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:71:23 - error: Cannot access attribute "children" for class "MotionAreaConfiguration"
    Attribute "children" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:71:23 - error: Cannot access attribute "children" for class "GroupedLight"
    Attribute "children" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:84:24 - error: Type "HueBridgeV1 | HueBridgeV2" is not assignable to declared type "HueBridgeV2"
    Type "HueBridgeV1 | HueBridgeV2" is not assignable to type "HueBridgeV2"
      "HueBridgeV1" is not assignable to "HueBridgeV2" (reportAssignmentType)
  <CWD>/homeassistant/components/hue/v2/sensor.py:89:38 - error: Argument of type "SensorType" cannot be assigned to parameter "func" of type "(...) -> _T@partial" in function "__new__"
    Type "SensorType" is not assignable to type "(...) -> _T@partial"
      Type "DevicePower" is not assignable to type "(...) -> _T@partial" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/sensor.py:102:32 - error: Argument of type "type[DevicePower] | type[LightLevel] | type[Temperature] | type[ZigbeeConnectivity] | type[GroupedLightLevel]" cannot be assigned to parameter "resource" of type "SensorType" in function "_resource_valid"
    Type "type[DevicePower] | type[LightLevel] | type[Temperature] | type[ZigbeeConnectivity] | type[GroupedLightLevel]" is not assignable to type "SensorType"
      Type "type[DevicePower]" is not assignable to type "SensorType"
        Type "type[DevicePower]" is not assignable to type "DevicePower"
        Type "type[DevicePower]" is not assignable to type "LightLevel"
        Type "type[DevicePower]" is not assignable to type "Temperature"
        Type "type[DevicePower]" is not assignable to type "ZigbeeConnectivity"
        Type "type[DevicePower]" is not assignable to type "GroupedLightLevel" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/sensor.py:108:17 - error: Argument of type "(event_type: EventType, resource: SensorType) -> None" cannot be assigned to parameter "callback" of type "EventCallBackType" in function "subscribe"
    Type "(event_type: EventType, resource: SensorType) -> None" is not assignable to type "EventCallBackType"
      Parameter 2: type "dict[Unknown, Unknown] | None" is incompatible with type "SensorType"
        Type "dict[Unknown, Unknown] | None" is not assignable to type "SensorType"
          Type "dict[Unknown, Unknown]" is not assignable to type "SensorType"
            "dict[Unknown, Unknown]" is not assignable to "DevicePower"
            "dict[Unknown, Unknown]" is not assignable to "LightLevel"
            "dict[Unknown, Unknown]" is not assignable to "Temperature"
            "dict[Unknown, Unknown]" is not assignable to "ZigbeeConnectivity"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/sensor.py:113:43 - error: Argument of type "type[HueTemperatureSensor]" cannot be assigned to parameter "sensor_class" of type "SensorType" in function "register_items"
    Type "type[HueTemperatureSensor]" is not assignable to type "SensorType"
      Type "type[HueTemperatureSensor]" is not assignable to type "DevicePower"
      Type "type[HueTemperatureSensor]" is not assignable to type "LightLevel"
      Type "type[HueTemperatureSensor]" is not assignable to type "Temperature"
      Type "type[HueTemperatureSensor]" is not assignable to type "ZigbeeConnectivity"
      Type "type[HueTemperatureSensor]" is not assignable to type "GroupedLightLevel" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/sensor.py:114:43 - error: Argument of type "type[HueLightLevelSensor]" cannot be assigned to parameter "sensor_class" of type "SensorType" in function "register_items"
    Type "type[HueLightLevelSensor]" is not assignable to type "SensorType"
      Type "type[HueLightLevelSensor]" is not assignable to type "DevicePower"
      Type "type[HueLightLevelSensor]" is not assignable to type "LightLevel"
      Type "type[HueLightLevelSensor]" is not assignable to type "Temperature"
      Type "type[HueLightLevelSensor]" is not assignable to type "ZigbeeConnectivity"
      Type "type[HueLightLevelSensor]" is not assignable to type "GroupedLightLevel" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/sensor.py:115:44 - error: Argument of type "type[HueBatterySensor]" cannot be assigned to parameter "sensor_class" of type "SensorType" in function "register_items"
    Type "type[HueBatterySensor]" is not assignable to type "SensorType"
      Type "type[HueBatterySensor]" is not assignable to type "DevicePower"
      Type "type[HueBatterySensor]" is not assignable to type "LightLevel"
      Type "type[HueBatterySensor]" is not assignable to type "Temperature"
      Type "type[HueBatterySensor]" is not assignable to type "ZigbeeConnectivity"
      Type "type[HueBatterySensor]" is not assignable to type "GroupedLightLevel" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/sensor.py:116:51 - error: Argument of type "type[HueZigbeeConnectivitySensor]" cannot be assigned to parameter "sensor_class" of type "SensorType" in function "register_items"
    Type "type[HueZigbeeConnectivitySensor]" is not assignable to type "SensorType"
      Type "type[HueZigbeeConnectivitySensor]" is not assignable to type "DevicePower"
      Type "type[HueZigbeeConnectivitySensor]" is not assignable to type "LightLevel"
      Type "type[HueZigbeeConnectivitySensor]" is not assignable to type "Temperature"
      Type "type[HueZigbeeConnectivitySensor]" is not assignable to type "ZigbeeConnectivity"
      Type "type[HueZigbeeConnectivitySensor]" is not assignable to type "GroupedLightLevel" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/sensor.py:117:53 - error: Argument of type "type[HueGroupedLightLevelSensor]" cannot be assigned to parameter "sensor_class" of type "SensorType" in function "register_items"
    Type "type[HueGroupedLightLevelSensor]" is not assignable to type "SensorType"
      Type "type[HueGroupedLightLevelSensor]" is not assignable to type "DevicePower"
      Type "type[HueGroupedLightLevelSensor]" is not assignable to type "LightLevel"
      Type "type[HueGroupedLightLevelSensor]" is not assignable to type "Temperature"
      Type "type[HueGroupedLightLevelSensor]" is not assignable to type "ZigbeeConnectivity"
      Type "type[HueGroupedLightLevelSensor]" is not assignable to type "GroupedLightLevel" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/sensor.py:121:7 - error: Base classes for class "HueSensorBase" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/sensor.py:131:46 - error: Argument of type "SensorType" cannot be assigned to parameter "resource" of type "HueResource" in function "__init__"
    Type "SensorType" is not assignable to type "HueResource"
      Type "GroupedLightLevel" is not assignable to type "HueResource"
        "GroupedLightLevel" is not assignable to "Light"
        "GroupedLightLevel" is not assignable to "DevicePower"
        "GroupedLightLevel" is not assignable to "GroupedLight"
        "GroupedLightLevel" is not assignable to "LightLevel"
        "GroupedLightLevel" is not assignable to "Motion" (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/sensor.py:149:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/sensor.py:151:16 - error: No overloads for "round" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:151:22 - error: Argument of type "Unknown | float | None" cannot be assigned to parameter "number" of type "_SupportsRound2[_T@round]" in function "round"
    Type "Unknown | float | None" is not assignable to type "_SupportsRound2[float]"
      "None" is incompatible with protocol "_SupportsRound2[float]"
        "__round__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/hue/v2/sensor.py:151:36 - error: Cannot access attribute "temperature" for class "DevicePower"
    Attribute "temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:151:36 - error: Cannot access attribute "temperature" for class "LightLevel"
    Attribute "temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:151:36 - error: Cannot access attribute "temperature" for class "ZigbeeConnectivity"
    Attribute "temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:151:36 - error: Cannot access attribute "temperature" for class "GroupedLightLevel"
    Attribute "temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:167:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/sensor.py:173:28 - error: Operator "-" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/hue/v2/sensor.py:173:42 - error: Cannot access attribute "light" for class "DevicePower"
    Attribute "light" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:173:42 - error: Cannot access attribute "light" for class "Temperature"
    Attribute "light" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:173:42 - error: Cannot access attribute "light" for class "ZigbeeConnectivity"
    Attribute "light" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:176:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/sensor.py:179:42 - error: Cannot access attribute "light" for class "DevicePower"
    Attribute "light" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:179:42 - error: Cannot access attribute "light" for class "Temperature"
    Attribute "light" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:179:42 - error: Cannot access attribute "light" for class "ZigbeeConnectivity"
    Attribute "light" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:202:29 - error: Cannot access attribute "get" for class "Groups"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:202:29 - error: "get" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/sensor.py:202:58 - error: Cannot access attribute "get" for class "Config"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:202:58 - error: "get" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/sensor.py:204:42 - error: "id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hue/v2/sensor.py:222:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/sensor.py:224:16 - error: Type "int | Unknown | None" is not assignable to return type "int"
    Type "int | Unknown | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/hue/v2/sensor.py:224:30 - error: Cannot access attribute "power_state" for class "LightLevel"
    Attribute "power_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:224:30 - error: Cannot access attribute "power_state" for class "Temperature"
    Attribute "power_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:224:30 - error: Cannot access attribute "power_state" for class "ZigbeeConnectivity"
    Attribute "power_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:224:30 - error: Cannot access attribute "power_state" for class "GroupedLightLevel"
    Attribute "power_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:227:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/sensor.py:229:26 - error: Cannot access attribute "power_state" for class "LightLevel"
    Attribute "power_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:229:26 - error: Cannot access attribute "power_state" for class "Temperature"
    Attribute "power_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:229:26 - error: Cannot access attribute "power_state" for class "ZigbeeConnectivity"
    Attribute "power_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:229:26 - error: Cannot access attribute "power_state" for class "GroupedLightLevel"
    Attribute "power_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:231:48 - error: Cannot access attribute "power_state" for class "LightLevel"
    Attribute "power_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:231:48 - error: Cannot access attribute "power_state" for class "Temperature"
    Attribute "power_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:231:48 - error: Cannot access attribute "power_state" for class "ZigbeeConnectivity"
    Attribute "power_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:231:48 - error: Cannot access attribute "power_state" for class "GroupedLightLevel"
    Attribute "power_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:254:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/sensor.py:256:30 - error: Cannot access attribute "status" for class "DevicePower"
    Attribute "status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:256:30 - error: Cannot access attribute "status" for class "LightLevel"
    Attribute "status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:256:30 - error: Cannot access attribute "status" for class "Temperature"
    Attribute "status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:256:30 - error: Cannot access attribute "status" for class "GroupedLightLevel"
    Attribute "status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:259:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hue/v2/sensor.py:261:46 - error: Cannot access attribute "mac_address" for class "DevicePower"
    Attribute "mac_address" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:261:46 - error: Cannot access attribute "mac_address" for class "LightLevel"
    Attribute "mac_address" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:261:46 - error: Cannot access attribute "mac_address" for class "Temperature"
    Attribute "mac_address" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hue/v2/sensor.py:261:46 - error: Cannot access attribute "mac_address" for class "GroupedLightLevel"
    Attribute "mac_address" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/huisbaasje/sensor.py
  <CWD>/homeassistant/components/huisbaasje/sensor.py:243:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EnergyFlipSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huisbaasje/sensor.py:243:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "EnergyFlipSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huisbaasje/sensor.py:251:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huisbaasje/sensor.py:262:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/humidifier/__init__.py
  <CWD>/homeassistant/components/humidifier/__init__.py:154:5 - error: "entity_description" overrides symbol of same name in class "ToggleEntity"
    Variable is mutable so its type is invariant
      Override type "HumidifierEntityDescription" is not the same as base type "ToggleEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/humidifier/__init__.py:158:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HumidifierDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/humidifier/__init__.py:162:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HumidifierEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/humidifier/__init__.py:166:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/humidifier/__init__.py:189:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/humidifier/intent.py
  <CWD>/homeassistant/components/humidifier/intent.py:36:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/humidifier/intent.py:36:19 - error: Type "dict[Required, ((value: Any) -> str) | All]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/humidifier/intent.py:91:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/humidifier/intent.py:91:19 - error: Type "dict[Required, (value: Any) -> str]" is not assignable to declared type "property" (reportAssignmentType)
<CWD>/homeassistant/components/hunterdouglas_powerview/__init__.py
  <CWD>/homeassistant/components/hunterdouglas_powerview/__init__.py:71:50 - error: Argument of type "set[tuple[Literal['mac'], Any | None]]" cannot be assigned to parameter "connections" of type "set[tuple[str, str]] | UndefinedType | None" in function "async_get_or_create"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/__init__.py:72:31 - error: Argument of type "set[tuple[Literal['hunterdouglas_powerview'], Any | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]] | UndefinedType | None" in function "async_get_or_create"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/__init__.py:77:47 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/hunterdouglas_powerview/__init__.py:114:19 - error: Argument of type "dict[str, BaseShade | Hub | Automation | Scene | Room]" cannot be assigned to parameter "room_data" of type "dict[str, Room]" in function "__init__"
    "dict[str, BaseShade | Hub | Automation | Scene | Room]" is not assignable to "dict[str, Room]"
      Type parameter "_VT@dict" is invariant, but "BaseShade | Hub | Automation | Scene | Room" is not the same as "Room"
      Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/__init__.py:115:20 - error: Argument of type "dict[str, BaseShade | Hub | Automation | Scene | Room]" cannot be assigned to parameter "scene_data" of type "dict[str, Scene]" in function "__init__"
    "dict[str, BaseShade | Hub | Automation | Scene | Room]" is not assignable to "dict[str, Scene]"
      Type parameter "_VT@dict" is invariant, but "BaseShade | Hub | Automation | Scene | Room" is not the same as "Scene"
      Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/__init__.py:116:20 - error: Argument of type "dict[str, BaseShade | Hub | Automation | Scene | Room]" cannot be assigned to parameter "shade_data" of type "dict[str, BaseShade]" in function "__init__"
    "dict[str, BaseShade | Hub | Automation | Scene | Room]" is not assignable to "dict[str, BaseShade]"
      Type parameter "_VT@dict" is invariant, but "BaseShade | Hub | Automation | Scene | Room" is not the same as "BaseShade"
      Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
<CWD>/homeassistant/components/hunterdouglas_powerview/button.py
  <CWD>/homeassistant/components/hunterdouglas_powerview/button.py:54:42 - error: Cannot access attribute "calibrate" for class "Hub"
    Attribute "calibrate" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/button.py:61:42 - error: Cannot access attribute "jog" for class "Hub"
    Attribute "jog" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/button.py:69:42 - error: Cannot access attribute "favorite" for class "Hub"
    Attribute "favorite" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/button.py:83:52 - error: Argument of type "int" cannot be assigned to parameter "key" of type "str" in function "get"
    "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/button.py:99:7 - error: Base classes for class "PowerviewShadeButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/button.py:99:7 - error: Base classes for class "PowerviewShadeButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/button.py:113:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PowerviewButtonDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/button.py:113:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "PowerviewButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hunterdouglas_powerview/config_flow.py
  <CWD>/homeassistant/components/hunterdouglas_powerview/config_flow.py:47:27 - error: Type "dict[str, str | int]" is not assignable to return type "dict[str, str]"
    "int" is not assignable to "str" (reportReturnType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/config_flow.py:168:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "PowerviewConfigFlow"
      "ConfigFlow" is not assignable to "PowerviewConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/hunterdouglas_powerview/cover.py
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:75:52 - error: Argument of type "int" cannot be assigned to parameter "key" of type "str" in function "get"
    "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:92:7 - error: Base classes for class "PowerViewShadeBase" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:92:7 - error: Base classes for class "PowerViewShadeBase" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:115:13 - error: Operator "|=" not supported for types "CoverEntityFeature | None" and "Literal[CoverEntityFeature.STOP]"
    Operator "|" not supported for types "None" and "Literal[CoverEntityFeature.STOP]" (reportOperatorIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:119:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:129:9 - error: "should_poll" overrides symbol of same name in class "BaseCoordinatorEntity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:129:9 - error: "should_poll" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:139:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:144:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:146:16 - error: Operator "<=" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:149:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:151:16 - error: Type "int | float | None" is not assignable to return type "int"
    Type "int | float | None" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:156:16 - error: Type "int | float | None" is not assignable to return type "int"
    Type "int | float | None" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:352:9 - error: Operator "|=" not supported for types "CoverEntityFeature | None" and "CoverEntityFeature"
    Operator "|" not supported for types "None" and "CoverEntityFeature" (reportOperatorIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:362:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:364:16 - error: Type "int | float | None" is not assignable to return type "int"
    Type "int | float | None" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:369:16 - error: Operator "+" not supported for types "int | float | None" and "int | float | None"
    Operator "+" not supported for types "int" and "None" when expected type is "int"
    Operator "+" not supported for types "float" and "None" when expected type is "int"
    Operator "+" not supported for types "None" and "int" when expected type is "int"
    Operator "+" not supported for types "None" and "float" when expected type is "int"
    Operator "+" not supported for types "None" and "None" when expected type is "int" (reportOperatorIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:369:16 - error: Type "int | float | Unknown" is not assignable to return type "int"
    Type "int | float | Unknown" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:529:16 - error: Type "int | float | None" is not assignable to return type "int"
    Type "int | float | None" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:534:16 - error: Operator "<=" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:552:16 - error: Operator "-" not supported for types "Literal[100]" and "int | float | None"
    Operator "-" not supported for types "Literal[100]" and "None" when expected type is "int" (reportOperatorIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:552:16 - error: Type "int | float | Unknown" is not assignable to return type "int"
    Type "int | float | Unknown" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:561:16 - error: Operator "-" not supported for types "Literal[100]" and "int | float | None"
    Operator "-" not supported for types "Literal[100]" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:575:16 - error: Operator "+" not supported for types "int | float | None" and "int | float | None"
    Operator "+" not supported for types "int" and "None" when expected type is "int"
    Operator "+" not supported for types "float" and "None" when expected type is "int"
    Operator "+" not supported for types "None" and "int" when expected type is "int"
    Operator "+" not supported for types "None" and "float" when expected type is "int"
    Operator "+" not supported for types "None" and "None" when expected type is "int" (reportOperatorIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:575:16 - error: Type "int | float | Unknown" is not assignable to return type "int"
    Type "int | float | Unknown" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:603:16 - error: Type "int | float | Unknown" is not assignable to return type "int"
    Type "int | float | Unknown" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:603:42 - error: Operator "-" not supported for types "Literal[100]" and "int | float | None"
    Operator "-" not supported for types "Literal[100]" and "None" when expected type is "int | float | Unknown" (reportOperatorIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:650:16 - error: Operator "<=" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:656:16 - error: Type "int | float | None" is not assignable to return type "int"
    Type "int | float | None" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:672:16 - error: Type "int | float | Unknown" is not assignable to return type "int"
    Type "int | float | Unknown" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:672:42 - error: Operator "-" not supported for types "Literal[100]" and "int | float | None"
    Operator "-" not supported for types "Literal[100]" and "None" when expected type is "int | float | Unknown" (reportOperatorIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:696:20 - error: Operator "/" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:700:21 - error: Operator "/" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:749:16 - error: Operator "<=" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:756:21 - error: Operator "/" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:758:24 - error: Operator "/" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:880:16 - error: Operator "<=" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:885:16 - error: Type "int | float | None" is not assignable to return type "int"
    Type "int | float | None" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:929:9 - error: Operator "|=" not supported for types "CoverEntityFeature | None" and "CoverEntityFeature"
    Operator "|" not supported for types "None" and "CoverEntityFeature" (reportOperatorIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:944:20 - error: Operator "/" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:948:21 - error: Operator "/" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:950:21 - error: Operator "+" not supported for types "float | Unknown" and "int | float | None"
    Operator "+" not supported for types "float" and "None" when expected type is "_SupportsCeil[int]" (reportOperatorIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:1016:36 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:1017:9 - error: Argument of type "int | str" cannot be assigned to parameter "key" of type "int" in function "get"
    Type "int | str" is not assignable to type "int"
      "str" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/cover.py:1028:9 - error: Object of type "BaseShade" is not callable
    Attribute "__call__" is unknown (reportCallIssue)
<CWD>/homeassistant/components/hunterdouglas_powerview/entity.py
  <CWD>/homeassistant/components/hunterdouglas_powerview/entity.py:44:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hunterdouglas_powerview/number.py
  <CWD>/homeassistant/components/hunterdouglas_powerview/number.py:63:52 - error: Argument of type "int" cannot be assigned to parameter "key" of type "str" in function "get"
    "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/number.py:79:7 - error: Base classes for class "PowerViewNumber" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/number.py:79:7 - error: Base classes for class "PowerViewNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/number.py:95:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PowerviewNumberDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/number.py:95:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "PowerviewNumberDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hunterdouglas_powerview/scene.py
  <CWD>/homeassistant/components/hunterdouglas_powerview/scene.py:41:7 - error: Base classes for class "PowerViewScene" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/scene.py:41:7 - error: Base classes for class "PowerViewScene" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hunterdouglas_powerview/select.py
  <CWD>/homeassistant/components/hunterdouglas_powerview/select.py:65:52 - error: Argument of type "int" cannot be assigned to parameter "key" of type "str" in function "get"
    "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/select.py:81:7 - error: Base classes for class "PowerViewSelect" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/select.py:81:7 - error: Base classes for class "PowerViewSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/select.py:95:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PowerviewSelectDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/select.py:95:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "PowerviewSelectDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/select.py:99:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/select.py:104:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hunterdouglas_powerview/sensor.py
  <CWD>/homeassistant/components/hunterdouglas_powerview/sensor.py:71:25 - error: Argument of type "(shade: BaseShade) -> (int | str)" cannot be assigned to parameter "native_value_fn" of type "(BaseShade) -> int" in function "__init__"
    Type "(shade: BaseShade) -> (int | str)" is not assignable to type "(BaseShade) -> int"
      Function return type "int | str" is incompatible with type "int"
        Type "int | str" is not assignable to type "int"
          "str" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/sensor.py:88:52 - error: Argument of type "int" cannot be assigned to parameter "key" of type "str" in function "get"
    "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/sensor.py:104:7 - error: Base classes for class "PowerViewSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/sensor.py:104:7 - error: Base classes for class "PowerViewSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/sensor.py:121:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PowerviewSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/sensor.py:121:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PowerviewSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/sensor.py:125:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/sensor.py:130:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/sensor.py:135:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hunterdouglas_powerview/sensor.py:135:9 - error: "device_class" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[SensorDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hunterdouglas_powerview/util.py
  <CWD>/homeassistant/components/hunterdouglas_powerview/util.py:25:14 - error: Argument of type "str | None" cannot be assigned to parameter "name" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/util.py:26:21 - error: Argument of type "Any | None" cannot be assigned to parameter "mac_address" of type "str" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/util.py:27:23 - error: Argument of type "Any | None" cannot be assigned to parameter "serial_number" of type "str" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/util.py:29:15 - error: Argument of type "str | None" cannot be assigned to parameter "model" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/hunterdouglas_powerview/util.py:30:21 - error: Argument of type "Any | None" cannot be assigned to parameter "hub_address" of type "str" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/husqvarna_automower/binary_sensor.py
  <CWD>/homeassistant/components/husqvarna_automower/binary_sensor.py:66:7 - error: Base classes for class "AutomowerBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/binary_sensor.py:79:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AutomowerBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/binary_sensor.py:79:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "AutomowerBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/binary_sensor.py:83:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/husqvarna_automower/button.py
  <CWD>/homeassistant/components/husqvarna_automower/button.py:105:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AutomowerButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/button.py:105:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "AutomowerButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/button.py:109:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/button.py:116:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/husqvarna_automower/calendar.py
  <CWD>/homeassistant/components/husqvarna_automower/calendar.py:42:7 - error: Base classes for class "AutomowerCalendarEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/husqvarna_automower/device_tracker.py
  <CWD>/homeassistant/components/husqvarna_automower/device_tracker.py:34:7 - error: Base classes for class "AutomowerDeviceTrackerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/device_tracker.py:49:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/device_tracker.py:54:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/husqvarna_automower/diagnostics.py
  <CWD>/homeassistant/components/husqvarna_automower/diagnostics.py:46:47 - error: "mower_id" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/husqvarna_automower/event.py
  <CWD>/homeassistant/components/husqvarna_automower/event.py:79:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EventEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/event.py:101:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/husqvarna_automower/lawn_mower.py
  <CWD>/homeassistant/components/husqvarna_automower/lawn_mower.py:108:9 - error: "activity" overrides symbol of same name in class "LawnMowerEntity"
    "property" is not assignable to "cached_property[LawnMowerActivity | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/lawn_mower.py:127:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/lawn_mower.py:139:15 - error: Method "async_start_mowing" overrides class "LawnMowerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/husqvarna_automower/lawn_mower.py:144:15 - error: Method "async_pause" overrides class "LawnMowerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/husqvarna_automower/lawn_mower.py:149:15 - error: Method "async_dock" overrides class "LawnMowerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/husqvarna_automower/number.py
  <CWD>/homeassistant/components/husqvarna_automower/number.py:157:7 - error: Base classes for class "AutomowerNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/number.py:170:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AutomowerNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/number.py:170:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "AutomowerNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/number.py:174:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/number.py:179:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/husqvarna_automower/number.py:186:7 - error: Base classes for class "WorkAreaNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/number.py:200:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WorkAreaNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/number.py:200:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "WorkAreaNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/number.py:207:9 - error: "translation_key" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/number.py:214:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/number.py:219:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/husqvarna_automower/select.py
  <CWD>/homeassistant/components/husqvarna_automower/select.py:49:7 - error: Base classes for class "AutomowerSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/select.py:66:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/select.py:71:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/husqvarna_automower/sensor.py
  <CWD>/homeassistant/components/husqvarna_automower/sensor.py:442:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AutomowerSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/sensor.py:442:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AutomowerSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/sensor.py:446:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/sensor.py:451:9 - error: "options" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/sensor.py:456:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/sensor.py:461:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/sensor.py:466:7 - error: Base classes for class "WorkAreaSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/sensor.py:480:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WorkAreaSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/sensor.py:480:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WorkAreaSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/sensor.py:487:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/sensor.py:492:9 - error: "translation_key" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/husqvarna_automower/switch.py
  <CWD>/homeassistant/components/husqvarna_automower/switch.py:92:7 - error: Base classes for class "AutomowerScheduleSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/switch.py:107:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/switch.py:112:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/husqvarna_automower/switch.py:117:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/husqvarna_automower/switch.py:155:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/switch.py:160:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/switch.py:165:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/husqvarna_automower/switch.py:172:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/husqvarna_automower/switch.py:179:7 - error: Base classes for class "WorkAreaSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/switch.py:201:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower/switch.py:206:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/husqvarna_automower/switch.py:213:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/husqvarna_automower_ble/__init__.py
  <CWD>/homeassistant/components/husqvarna_automower_ble/__init__.py:7:19 - error: "BleakError" is not exported from module "bleak"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/husqvarna_automower_ble/__init__.py:68:81 - error: Argument of type "str | None" cannot be assigned to parameter "model" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/husqvarna_automower_ble/config_flow.py
  <CWD>/homeassistant/components/husqvarna_automower_ble/config_flow.py:11:19 - error: "BleakError" is not exported from module "bleak"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/husqvarna_automower_ble/config_flow.py:285:9 - error: Could not assign item in TypedDict
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/husqvarna_automower_ble/config_flow.py:310:74 - error: Argument of type "str | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "str | None" is not assignable to type "ConvertibleToInt"
      Type "None" is not assignable to type "ConvertibleToInt"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "None" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "None" is incompatible with protocol "SupportsIndex"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/husqvarna_automower_ble/config_flow.py:310:74 - error: Argument of type "str | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "str | None" is not assignable to type "ConvertibleToInt"
      Type "None" is not assignable to type "ConvertibleToInt"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "None" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "None" is incompatible with protocol "SupportsIndex" (reportArgumentType)
<CWD>/homeassistant/components/husqvarna_automower_ble/coordinator.py
  <CWD>/homeassistant/components/husqvarna_automower_ble/coordinator.py:10:19 - error: "BleakError" is not exported from module "bleak"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/husqvarna_automower_ble/coordinator.py:84:13 - error: Argument of type "int | None" cannot be assigned to parameter "value" of type "str | int" in function "__setitem__"
    Type "int | None" is not assignable to type "str | int"
      Type "None" is not assignable to type "str | int"
        "None" is not assignable to "str"
        "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/husqvarna_automower_ble/coordinator.py:90:13 - error: Argument of type "MowerActivity | None" cannot be assigned to parameter "value" of type "str | int" in function "__setitem__"
    Type "MowerActivity | None" is not assignable to type "str | int"
      Type "None" is not assignable to type "str | int"
        "None" is not assignable to "str"
        "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/husqvarna_automower_ble/coordinator.py:96:13 - error: Argument of type "MowerState | None" cannot be assigned to parameter "value" of type "str | int" in function "__setitem__"
    Type "MowerState | None" is not assignable to type "str | int"
      Type "None" is not assignable to type "str | int"
        "None" is not assignable to "str"
        "None" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/husqvarna_automower_ble/lawn_mower.py
  <CWD>/homeassistant/components/husqvarna_automower_ble/lawn_mower.py:41:7 - error: Base classes for class "AutomowerLawnMower" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/husqvarna_automower_ble/sensor.py
  <CWD>/homeassistant/components/husqvarna_automower_ble/sensor.py:43:7 - error: Base classes for class "HusqvarnaAutomowerBleSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/husqvarna_automower_ble/sensor.py:49:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/huum/binary_sensor.py
  <CWD>/homeassistant/components/huum/binary_sensor.py:27:7 - error: Base classes for class "HuumDoorSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huum/binary_sensor.py:39:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/huum/climate.py
  <CWD>/homeassistant/components/huum/climate.py:37:7 - error: Base classes for class "HuumDevice" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huum/climate.py:57:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huum/climate.py:59:51 - error: "min_temp" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/huum/climate.py:62:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huum/climate.py:64:51 - error: "max_temp" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/huum/climate.py:67:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huum/climate.py:74:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huum/climate.py:81:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huum/climate.py:86:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/huum/light.py
  <CWD>/homeassistant/components/huum/light.py:32:7 - error: Base classes for class "HuumLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huum/light.py:46:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/huum/number.py
  <CWD>/homeassistant/components/huum/number.py:33:7 - error: Base classes for class "HuumSteamer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huum/number.py:48:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/huum/number.py:50:16 - error: Type "int | None" is not assignable to return type "float"
    Type "int | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportReturnType)
<CWD>/homeassistant/components/hvv_departures/binary_sensor.py
  <CWD>/homeassistant/components/hvv_departures/binary_sensor.py:156:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hvv_departures/binary_sensor.py:161:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hvv_departures/binary_sensor.py:169:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hvv_departures/config_flow.py
  <CWD>/homeassistant/components/hvv_departures/config_flow.py:144:5 - error: "config_entry" incorrectly overrides property of same name in class "OptionsFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/hvv_departures/sensor.py
  <CWD>/homeassistant/components/hvv_departures/sensor.py:134:17 - error: "data" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/hvv_departures/sensor.py:134:48 - error: "data" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/hvv_departures/sensor.py:143:21 - error: "data" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/hvv_departures/sensor.py:169:26 - error: "data" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/hydrawise/binary_sensor.py
  <CWD>/homeassistant/components/hydrawise/binary_sensor.py:148:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "HydrawiseBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hydrawise/binary_sensor.py:155:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hydrawise/binary_sensor.py:169:5 - error: "zone" incorrectly overrides property of same name in class "HydrawiseEntity" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/hydrawise/sensor.py
  <CWD>/homeassistant/components/hydrawise/sensor.py:199:7 - error: Base classes for class "HydrawiseSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hydrawise/sensor.py:202:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "HydrawiseSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hydrawise/sensor.py:205:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hydrawise/sensor.py:216:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hydrawise/switch.py
  <CWD>/homeassistant/components/hydrawise/switch.py:86:7 - error: Base classes for class "HydrawiseSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hydrawise/switch.py:89:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "HydrawiseSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hydrawise/switch.py:90:5 - error: "zone" incorrectly overrides property of same name in class "HydrawiseEntity" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/hydrawise/valve.py
  <CWD>/homeassistant/components/hydrawise/valve.py:54:7 - error: Base classes for class "HydrawiseValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hydrawise/valve.py:60:5 - error: "zone" incorrectly overrides property of same name in class "HydrawiseEntity" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/hyperion/camera.py
  <CWD>/homeassistant/components/hyperion/camera.py:146:9 - error: "is_on" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hyperion/config_flow.py
  <CWD>/homeassistant/components/hyperion/config_flow.py:114:5 - error: "unique_id" incorrectly overrides property of same name in class "ConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/hyperion/light.py
  <CWD>/homeassistant/components/hyperion/light.py:166:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hyperion/light.py:171:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hyperion/light.py:176:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hyperion/light.py:184:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hyperion/light.py:189:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hyperion/light.py:194:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hyperion/light.py:207:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hyperion/sensor.py
  <CWD>/homeassistant/components/hyperion/sensor.py:133:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/hyperion/switch.py
  <CWD>/homeassistant/components/hyperion/switch.py:168:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/hyperion/switch.py:176:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ialarm/alarm_control_panel.py
  <CWD>/homeassistant/components/ialarm/alarm_control_panel.py:28:7 - error: Base classes for class "IAlarmPanel" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ialarm/alarm_control_panel.py:52:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iammeter/sensor.py
  <CWD>/homeassistant/components/iammeter/sensor.py:11:6 - error: Import "iammeter.client" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/iammeter/sensor.py:161:7 - error: Base classes for class "IammeterSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iammeter/sensor.py:175:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IammeterSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iammeter/sensor.py:175:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IammeterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iammeter/sensor.py:184:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iaqualink/binary_sensor.py
  <CWD>/homeassistant/components/iaqualink/binary_sensor.py:35:7 - error: Base classes for class "HassAqualinkBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/binary_sensor.py:35:7 - error: Base classes for class "HassAqualinkBinarySensor" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/binary_sensor.py:48:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iaqualink/climate.py
  <CWD>/homeassistant/components/iaqualink/climate.py:42:7 - error: Base classes for class "HassAqualinkThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/climate.py:42:7 - error: Base classes for class "HassAqualinkThermostat" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/climate.py:65:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/climate.py:72:15 - error: Method "async_set_hvac_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/iaqualink/climate.py:82:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/climate.py:84:40 - error: Cannot access attribute "_heater" for class "AqualinkThermostat"
    Attribute "_heater" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iaqualink/climate.py:92:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/climate.py:97:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/iaqualink/climate.py:102:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iaqualink/entity.py
  <CWD>/homeassistant/components/iaqualink/entity.py:45:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/entity.py:50:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iaqualink/light.py
  <CWD>/homeassistant/components/iaqualink/light.py:38:7 - error: Base classes for class "HassAqualinkLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/light.py:38:7 - error: Base classes for class "HassAqualinkLight" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/light.py:46:47 - error: Cannot access attribute "supported_effects" for class "AqualinkLight"
    Attribute "supported_effects" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iaqualink/light.py:55:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/light.py:60:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/iaqualink/light.py:77:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/iaqualink/light.py:82:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/light.py:87:16 - error: Operator "*" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/iaqualink/light.py:87:16 - error: Type "float | Unknown" is not assignable to return type "int"
    Type "float | Unknown" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/iaqualink/light.py:90:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/light.py:92:16 - error: Type "str | None" is not assignable to return type "str"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportReturnType)
<CWD>/homeassistant/components/iaqualink/sensor.py
  <CWD>/homeassistant/components/iaqualink/sensor.py:30:7 - error: Base classes for class "HassAqualinkSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/sensor.py:30:7 - error: Base classes for class "HassAqualinkSensor" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/sensor.py:46:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iaqualink/switch.py
  <CWD>/homeassistant/components/iaqualink/switch.py:32:7 - error: Base classes for class "HassAqualinkSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/switch.py:32:7 - error: Base classes for class "HassAqualinkSwitch" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/switch.py:49:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iaqualink/switch.py:54:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/iaqualink/switch.py:59:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/ibeacon/device_tracker.py
  <CWD>/homeassistant/components/ibeacon/device_tracker.py:51:7 - error: Base classes for class "IBeaconTrackerEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ibeacon/device_tracker.py:72:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ibeacon/entity.py
  <CWD>/homeassistant/components/ibeacon/entity.py:41:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ibeacon/sensor.py
  <CWD>/homeassistant/components/ibeacon/sensor.py:100:7 - error: Base classes for class "IBeaconSensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ibeacon/sensor.py:118:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IBeaconSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ibeacon/sensor.py:118:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IBeaconSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ibeacon/sensor.py:137:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/icloud/account.py
  <CWD>/homeassistant/components/icloud/account.py:148:64 - error: "items" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/icloud/account.py:450:54 - error: Argument of type "None" cannot be assigned to parameter "newpasscode" of type "str" in function "lost_device"
    "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/icloud/config_flow.py
  <CWD>/homeassistant/components/icloud/config_flow.py:189:40 - error: Could not access item in TypedDict
    "unique_id" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/icloud/config_flow.py:283:28 - error: Argument of type "tuple[Any | None, Any]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[Any | None, Any]" is not assignable to type "*tuple[dict[str, Any], str]"
      "*tuple[Any | None, Any]" is not assignable to "*tuple[dict[str, Any], str]"
        Tuple entry 1 is incorrect type
          Type "Any | None" is not assignable to type "dict[str, Any]"
            "None" is not assignable to "dict[str, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/icloud/config_flow.py:298:38 - error: Argument of type "tuple[Any | None, Any | None, Unknown, Literal[True], None, Any | None]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[Any | None, Any | None, Unknown, Literal[True], None, Any | None]" is not assignable to type "*tuple[str, str | None, str | None, bool, str | None, bool, bool, bool]"
      "*tuple[Any | None, Any | None, Unknown, Literal[True], None, Any | None]" is not assignable to "*tuple[str, str | None, str | None, bool, str | None, bool, bool, bool]"
        Tuple entry 1 is incorrect type
          Type "Any | None" is not assignable to type "str"
            "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/icloud/device_tracker.py
  <CWD>/homeassistant/components/icloud/device_tracker.py:72:9 - error: "location_accuracy" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/icloud/device_tracker.py:79:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/icloud/device_tracker.py:86:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/icloud/device_tracker.py:93:9 - error: "battery_level" overrides symbol of same name in class "BaseTrackerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/icloud/device_tracker.py:98:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/icloud/device_tracker.py:103:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/icloud/device_tracker.py:108:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/icloud/sensor.py
  <CWD>/homeassistant/components/icloud/sensor.py:78:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/icloud/sensor.py:83:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/icloud/sensor.py:91:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/idasen_desk/button.py
  <CWD>/homeassistant/components/idasen_desk/button.py:66:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IdasenDeskButtonDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/idasen_desk/button.py:66:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "IdasenDeskButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/idasen_desk/button.py:78:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/idasen_desk/cover.py
  <CWD>/homeassistant/components/idasen_desk/cover.py:33:7 - error: Base classes for class "IdasenDeskCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/idasen_desk/cover.py:51:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/idasen_desk/cover.py:86:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/idasen_desk/sensor.py
  <CWD>/homeassistant/components/idasen_desk/sensor.py:56:7 - error: Base classes for class "IdasenDeskSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/idasen_desk/sensor.py:68:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IdasenDeskSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/idasen_desk/sensor.py:68:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IdasenDeskSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/idasen_desk/sensor.py:71:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/idteck_prox/__init__.py
  <CWD>/homeassistant/components/idteck_prox/__init__.py:7:6 - error: Import "rfk101py.rfk101py" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/ifttt/alarm_control_panel.py
  <CWD>/homeassistant/components/ifttt/alarm_control_panel.py:156:9 - error: "code_format" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[CodeFormat | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iglo/light.py
  <CWD>/homeassistant/components/iglo/light.py:7:18 - error: "Lamp" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iglo/light.py:8:6 - error: Import "iglo.lamp" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/iglo/light.py:66:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iglo/light.py:71:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iglo/light.py:76:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iglo/light.py:100:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iglo/light.py:105:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iglo/light.py:110:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iglo/light.py:115:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ign_sismologia/geo_location.py
  <CWD>/homeassistant/components/ign_sismologia/geo_location.py:214:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ign_sismologia/geo_location.py:221:20 - error: Type "float" is not assignable to return type "str | None"
    Type "float" is not assignable to type "str | None"
      "float" is not assignable to "str"
      "float" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/ign_sismologia/geo_location.py:225:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ihc/__init__.py
  <CWD>/homeassistant/components/ihc/__init__.py:5:6 - error: Import "ihcsdk.ihccontroller" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/ihc/binary_sensor.py
  <CWD>/homeassistant/components/ihc/binary_sensor.py:5:6 - error: Import "ihcsdk.ihccontroller" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ihc/binary_sensor.py:51:7 - error: Base classes for class "IHCBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ihc/binary_sensor.py:51:7 - error: Base classes for class "IHCBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ihc/binary_sensor.py:51:7 - error: Base classes for class "IHCBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ihc/entity.py
  <CWD>/homeassistant/components/ihc/entity.py:5:6 - error: Import "ihcsdk.ihccontroller" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ihc/entity.py:63:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ihc/entity.py:68:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ihc/entity.py:73:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ihc/light.py
  <CWD>/homeassistant/components/ihc/light.py:7:6 - error: Import "ihcsdk.ihccontroller" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ihc/light.py:53:7 - error: Base classes for class "IhcLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ihc/light.py:53:7 - error: Base classes for class "IhcLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ihc/light.py:53:7 - error: Base classes for class "IhcLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ihc/light.py:87:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ihc/light.py:92:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ihc/sensor.py
  <CWD>/homeassistant/components/ihc/sensor.py:5:6 - error: Import "ihcsdk.ihccontroller" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ihc/sensor.py:41:7 - error: Base classes for class "IHCSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ihc/sensor.py:41:7 - error: Base classes for class "IHCSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ihc/sensor.py:41:7 - error: Base classes for class "IHCSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ihc/switch.py
  <CWD>/homeassistant/components/ihc/switch.py:7:6 - error: Import "ihcsdk.ihccontroller" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ihc/switch.py:46:7 - error: Base classes for class "IHCSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ihc/switch.py:46:7 - error: Base classes for class "IHCSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ihc/switch.py:46:7 - error: Base classes for class "IHCSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ihc/util.py
  <CWD>/homeassistant/components/ihc/util.py:5:6 - error: Import "ihcsdk.ihccontroller" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/image/__init__.py
  <CWD>/homeassistant/components/image/__init__.py:187:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/image/__init__.py:202:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/image/__init__.py:276:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/image/__init__.py:284:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/image/media_source.py
  <CWD>/homeassistant/components/image/media_source.py:29:5 - error: "name" overrides symbol of same name in class "MediaSource"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/image_processing/__init__.py
  <CWD>/homeassistant/components/image_processing/__init__.py:133:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ImageProcessingEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/image_processing/__init__.py:134:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ImageProcessingDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/image_processing/__init__.py:158:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/image_processing/__init__.py:208:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/image_processing/__init__.py:226:33 - error: Could not access item in TypedDict
    "name" is not a required key in "FaceInformation", so access may result in runtime exception
    "motion" is not a required key in "FaceInformation", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/image_processing/__init__.py:233:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/image_upload/media_source.py
  <CWD>/homeassistant/components/image_upload/media_source.py:30:5 - error: "name" overrides symbol of same name in class "MediaSource"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/imap/__init__.py
  <CWD>/homeassistant/components/imap/__init__.py:169:33 - error: "expunge" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/imap/__init__.py:196:33 - error: "expunge" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/imap/coordinator.py
  <CWD>/homeassistant/components/imap/coordinator.py:84:24 - error: "state" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/imap/coordinator.py:91:24 - error: "state" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/imap/coordinator.py:93:24 - error: "state" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/imap/coordinator.py:100:24 - error: "state" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/imap/coordinator.py:281:43 - error: "fetch" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/imap/coordinator.py:352:32 - error: "noop" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/imap/coordinator.py:353:48 - error: "search" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/imap/coordinator.py:531:63 - error: "idle_start" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/imap/coordinator.py:532:40 - error: "wait_server_push" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/imap/coordinator.py:533:34 - error: "idle_done" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/imap/sensor.py
  <CWD>/homeassistant/components/imap/sensor.py:43:7 - error: Base classes for class "ImapSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/imap/sensor.py:64:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/imeon_inverter/config_flow.py
  <CWD>/homeassistant/components/imeon_inverter/config_flow.py:69:52 - error: "serial" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/imeon_inverter/config_flow.py:74:40 - error: "serial" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/imeon_inverter/select.py
  <CWD>/homeassistant/components/imeon_inverter/select.py:36:22 - error: Argument of type "(api: Inverter, mode: str) -> CoroutineType[Any, Any, bool | None]" cannot be assigned to parameter "set_value_fn" of type "(Inverter, str) -> Awaitable[bool]" in function "__init__"
    Type "(api: Inverter, mode: str) -> CoroutineType[Any, Any, bool | None]" is not assignable to type "(Inverter, str) -> Awaitable[bool]"
      Function return type "CoroutineType[Any, Any, bool | None]" is incompatible with type "Awaitable[bool]"
        "CoroutineType[Any, Any, bool | None]" is not assignable to "Awaitable[bool]"
          Type parameter "_T_co@Awaitable" is covariant, but "bool | None" is not a subtype of "bool"
            Type "bool | None" is not assignable to type "bool" (reportArgumentType)
  <CWD>/homeassistant/components/imeon_inverter/select.py:37:13 - error: Argument of type "str" cannot be assigned to parameter "mode" of type "Literal['smg', 'bup', 'ong', 'ofg']" in function "set_inverter_mode"
    Type "str" is not assignable to type "Literal['smg', 'bup', 'ong', 'ofg']"
      "str" is not assignable to type "Literal['smg']"
      "str" is not assignable to type "Literal['bup']"
      "str" is not assignable to type "Literal['ong']"
      "str" is not assignable to type "Literal['ofg']" (reportArgumentType)
  <CWD>/homeassistant/components/imeon_inverter/select.py:56:7 - error: Base classes for class "InverterSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/imeon_inverter/select.py:59:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "ImeonSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/imeon_inverter/select.py:63:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/imeon_inverter/sensor.py
  <CWD>/homeassistant/components/imeon_inverter/sensor.py:452:7 - error: Base classes for class "InverterSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/imeon_inverter/sensor.py:458:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/imgw_pib/coordinator.py
  <CWD>/homeassistant/components/imgw_pib/coordinator.py:8:22 - error: "ApiError" is not exported from module "imgw_pib"
    Import from "imgw_pib.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/imgw_pib/coordinator.py:8:32 - error: "HydrologicalData" is not exported from module "imgw_pib"
    Import from "imgw_pib.model" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/imgw_pib/sensor.py
  <CWD>/homeassistant/components/imgw_pib/sensor.py:116:7 - error: Base classes for class "ImgwPibSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/imgw_pib/sensor.py:130:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ImgwPibSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/imgw_pib/sensor.py:130:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ImgwPibSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/imgw_pib/sensor.py:133:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/imgw_pib/sensor.py:138:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/immich/sensor.py
  <CWD>/homeassistant/components/immich/sensor.py:129:7 - error: Base classes for class "ImmichSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/immich/sensor.py:142:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ImmichSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/immich/sensor.py:142:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ImmichSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/immich/sensor.py:145:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/immich/update.py
  <CWD>/homeassistant/components/immich/update.py:28:7 - error: Base classes for class "ImmichUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/immich/update.py:42:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/immich/update.py:47:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/immich/update.py:53:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/improv_ble/config_flow.py
  <CWD>/homeassistant/components/improv_ble/config_flow.py:12:19 - error: "BleakError" is not exported from module "bleak"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/improv_ble/config_flow.py:384:42 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/improv_ble/config_flow.py:451:12 - error: Could not access item in TypedDict
    "type" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/improv_ble/config_flow.py:451:42 - error: Could not access item in TypedDict
    "reason" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/improv_ble/config_flow.py:456:23 - error: Could not access item in TypedDict
    "unique_id" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/incomfort/binary_sensor.py
  <CWD>/homeassistant/components/incomfort/binary_sensor.py:85:7 - error: Base classes for class "IncomfortBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/binary_sensor.py:98:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IncomfortBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/binary_sensor.py:98:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "IncomfortBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/binary_sensor.py:102:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/binary_sensor.py:107:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/incomfort/climate.py
  <CWD>/homeassistant/components/incomfort/climate.py:43:7 - error: Base classes for class "InComfortClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/climate.py:81:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/climate.py:86:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/climate.py:91:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/climate.py:98:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/incomfort/config_flow.py
  <CWD>/homeassistant/components/incomfort/config_flow.py:189:22 - error: "reconfigure_entry" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/incomfort/config_flow.py:196:25 - error: "reconfigure_entry" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/incomfort/sensor.py
  <CWD>/homeassistant/components/incomfort/sensor.py:92:7 - error: Base classes for class "IncomfortSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/sensor.py:105:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IncomfortSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/sensor.py:105:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IncomfortSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/sensor.py:109:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/sensor.py:114:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/incomfort/water_heater.py
  <CWD>/homeassistant/components/incomfort/water_heater.py:36:7 - error: Base classes for class "IncomfortWaterHeater" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/water_heater.py:54:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/water_heater.py:59:9 - error: "current_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/incomfort/water_heater.py:72:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/inels/entity.py
  <CWD>/homeassistant/components/inels/entity.py:59:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/inels/switch.py
  <CWD>/homeassistant/components/inels/switch.py:84:7 - error: Base classes for class "InelsSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/inels/switch.py:98:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "InelsSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/inels/switch.py:98:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "InelsSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/inels/switch.py:120:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/influxdb/__init__.py
  <CWD>/homeassistant/components/influxdb/__init__.py:16:29 - error: "InfluxDBClient" is not exported from module "influxdb_client"
    Import from "influxdb_client.client.influxdb_client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/influxdb/__init__.py:283:12 - error: "_include_value" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/influxdb/__init__.py:284:59 - error: "_state_as_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/influxdb/sensor.py
  <CWD>/homeassistant/components/influxdb/sensor.py:224:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/influxdb/sensor.py:229:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/influxdb/sensor.py:234:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/inkbird/sensor.py
  <CWD>/homeassistant/components/inkbird/sensor.py:125:7 - error: Base classes for class "INKBIRDBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/inkbird/sensor.py:134:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/input_boolean/__init__.py
  <CWD>/homeassistant/components/input_boolean/__init__.py:149:7 - error: Base classes for class "InputBoolean" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_boolean/__init__.py:149:7 - error: Base classes for class "InputBoolean" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_boolean/__init__.py:149:7 - error: Base classes for class "InputBoolean" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_boolean/__init__.py:179:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_boolean/__init__.py:184:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_boolean/__init__.py:189:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/input_button/__init__.py
  <CWD>/homeassistant/components/input_button/__init__.py:131:7 - error: Base classes for class "InputButton" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_button/__init__.py:131:7 - error: Base classes for class "InputButton" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_button/__init__.py:131:7 - error: Base classes for class "InputButton" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_button/__init__.py:160:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_button/__init__.py:165:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_button/__init__.py:170:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/input_datetime/__init__.py
  <CWD>/homeassistant/components/input_datetime/__init__.py:300:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_datetime/__init__.py:315:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_datetime/__init__.py:320:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_datetime/__init__.py:334:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_datetime/__init__.py:342:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_datetime/__init__.py:380:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/input_number/__init__.py
  <CWD>/homeassistant/components/input_number/__init__.py:243:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_number/__init__.py:248:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_number/__init__.py:253:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_number/__init__.py:263:9 - error: "unit_of_measurement" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_number/__init__.py:268:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_number/__init__.py:273:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/input_select/__init__.py
  <CWD>/homeassistant/components/input_select/__init__.py:249:7 - error: Base classes for class "InputSelect" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_select/__init__.py:249:7 - error: Base classes for class "InputSelect" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_select/__init__.py:249:7 - error: Base classes for class "InputSelect" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_select/__init__.py:249:7 - error: Base classes for class "InputSelect" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_select/__init__.py:296:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/input_text/__init__.py
  <CWD>/homeassistant/components/input_text/__init__.py:223:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_text/__init__.py:228:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_text/__init__.py:243:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_text/__init__.py:248:9 - error: "unit_of_measurement" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_text/__init__.py:253:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/input_text/__init__.py:258:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/insteon/api/config.py
  <CWD>/homeassistant/components/insteon/api/config.py:314:45 - error: Argument of type "DeviceManager" cannot be assigned to parameter "devices" of type "dict[Address, Device]" in function "get_broken_links"
    "DeviceManager" is not assignable to "dict[Address, Device]" (reportArgumentType)
  <CWD>/homeassistant/components/insteon/api/config.py:335:45 - error: Argument of type "DeviceManager" cannot be assigned to parameter "devices" of type "dict[Address, Device]" in function "get_broken_links"
    "DeviceManager" is not assignable to "dict[Address, Device]" (reportArgumentType)
<CWD>/homeassistant/components/insteon/api/device.py
  <CWD>/homeassistant/components/insteon/api/device.py:120:17 - error: Argument of type "Any | None" cannot be assigned to parameter "address" of type "Address" in function "async_add_device"
    Type "Any | None" is not assignable to type "Address"
      "None" is not assignable to "Address" (reportArgumentType)
<CWD>/homeassistant/components/insteon/api/scenes.py
  <CWD>/homeassistant/components/insteon/api/scenes.py:91:24 - error: "int" is not iterable
    "__iter__" method not defined (reportGeneralTypeIssues)
<CWD>/homeassistant/components/insteon/binary_sensor.py
  <CWD>/homeassistant/components/insteon/binary_sensor.py:74:7 - error: Base classes for class "InsteonBinarySensorEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/binary_sensor.py:74:7 - error: Base classes for class "InsteonBinarySensorEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/binary_sensor.py:74:7 - error: Base classes for class "InsteonBinarySensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/binary_sensor.py:74:7 - error: Base classes for class "InsteonBinarySensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/binary_sensor.py:83:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/insteon/climate.py
  <CWD>/homeassistant/components/insteon/climate.py:83:7 - error: Base classes for class "InsteonClimateEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:83:7 - error: Base classes for class "InsteonClimateEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:83:7 - error: Base classes for class "InsteonClimateEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:99:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:106:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:111:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:116:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:121:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:130:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:137:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:144:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:149:9 - error: "target_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:157:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/climate.py:171:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/insteon/cover.py
  <CWD>/homeassistant/components/insteon/cover.py:46:7 - error: Base classes for class "InsteonCoverEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/cover.py:46:7 - error: Base classes for class "InsteonCoverEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/cover.py:46:7 - error: Base classes for class "InsteonCoverEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/cover.py:46:7 - error: Base classes for class "InsteonCoverEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/cover.py:56:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/cover.py:65:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/insteon/entity.py
  <CWD>/homeassistant/components/insteon/entity.py:55:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/entity.py:64:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/entity.py:75:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/entity.py:83:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/insteon/fan.py
  <CWD>/homeassistant/components/insteon/fan.py:50:7 - error: Base classes for class "InsteonFanEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/fan.py:50:7 - error: Base classes for class "InsteonFanEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/fan.py:50:7 - error: Base classes for class "InsteonFanEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/fan.py:50:7 - error: Base classes for class "InsteonFanEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/fan.py:61:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/insteon/ipdb.py
  <CWD>/homeassistant/components/insteon/ipdb.py:52:64 - error: Type "dict[type[AccessControl_Morningstar] | type[DimmableLightingControl] | type[DimmableLightingControl_Dial] | type[DimmableLightingControl_DinRail] | type[DimmableLightingControl_FanLinc] | type[DimmableLightingControl_InLineLinc01] | type[DimmableLightingControl_InLineLinc02] | type[DimmableLightingControl_I3_KeypadLinc_4] | type[DimmableLightingControl_KeypadLinc_6] | type[DimmableLightingControl_KeypadLinc_8] | type[DimmableLightingControl_LampLinc] | type[DimmableLightingControl_OutletLinc] | type[DimmableLightingControl_SwitchLinc01] | type[DimmableLightingControl_SwitchLinc02] | type[DimmableLightingControl_ToggleLinc] | type[EnergyManagement_LoadController] | type[SecurityHealthSafety_DoorSensor] | type[SecurityHealthSafety_LeakSensor] | type[SecurityHealthSafety_MotionSensor] | type[SecurityHealthSafety_OpenCloseSensor] | type[SecurityHealthSafety_Smokebridge] | type[SensorsActuators_IOLink] | type[SwitchedLightingControl] | type[SwitchedLightingControl_ApplianceLinc] | type[SwitchedLightingControl_DinRail] | type[SwitchedLightingControl_I3Outlet] | type[SwitchedLightingControl_InLineLinc01] | type[SwitchedLightingControl_InLineLinc02] | type[SwitchedLightingControl_KeypadLinc_6] | type[SwitchedLightingControl_KeypadLinc_8] | type[SwitchedLightingControl_OnOffOutlet] | type[SwitchedLightingControl_OutletLinc] | type[SwitchedLightingControl_SwitchLinc01] | type[SwitchedLightingControl_SwitchLinc02] | type[SwitchedLightingControl_ToggleLinc] | type[ClimateControl_Thermostat] | type[ClimateControl_WirelessThermostat] | type[WindowCovering] | type[X10Dimmable] | type[X10OnOff] | type[X10OnOffSensor], dict[Platform, Iterable[int]]]" is not assignable to declared type "dict[Device, dict[Platform, Iterable[int]]]"
    Type "type[AccessControl_Morningstar]" is not assignable to type "Device"
    Type "type[DimmableLightingControl]" is not assignable to type "Device"
    Type "type[DimmableLightingControl_Dial]" is not assignable to type "Device"
    Type "type[DimmableLightingControl_DinRail]" is not assignable to type "Device"
    Type "type[DimmableLightingControl_FanLinc]" is not assignable to type "Device"
    Type "type[DimmableLightingControl_InLineLinc01]" is not assignable to type "Device"
    Type "type[DimmableLightingControl_InLineLinc02]" is not assignable to type "Device"
    Type "type[DimmableLightingControl_I3_KeypadLinc_4]" is not assignable to type "Device" (reportAssignmentType)
  <CWD>/homeassistant/components/insteon/ipdb.py:114:12 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/insteon/ipdb.py:114:32 - error: Argument of type "type[Unknown]" cannot be assigned to parameter "key" of type "Device" in function "get"
    "type[Unknown]" is not assignable to "Device" (reportArgumentType)
<CWD>/homeassistant/components/insteon/light.py
  <CWD>/homeassistant/components/insteon/light.py:50:7 - error: Base classes for class "InsteonDimmerEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/light.py:50:7 - error: Base classes for class "InsteonDimmerEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/light.py:50:7 - error: Base classes for class "InsteonDimmerEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/light.py:50:7 - error: Base classes for class "InsteonDimmerEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/light.py:64:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/light.py:69:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/insteon/lock.py
  <CWD>/homeassistant/components/insteon/lock.py:41:7 - error: Base classes for class "InsteonLockEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/lock.py:41:7 - error: Base classes for class "InsteonLockEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/lock.py:41:7 - error: Base classes for class "InsteonLockEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/lock.py:41:7 - error: Base classes for class "InsteonLockEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/lock.py:45:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/insteon/services.py
  <CWD>/homeassistant/components/insteon/services.py:104:42 - error: Argument of type "Any | None" cannot be assigned to parameter "group" of type "int" in function "async_enter_unlinking_mode"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/insteon/services.py:148:39 - error: Argument of type "Any | None" cannot be assigned to parameter "housecode" of type "str" in function "async_x10_all_units_off"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/insteon/services.py:153:40 - error: Argument of type "Any | None" cannot be assigned to parameter "housecode" of type "str" in function "async_x10_all_lights_off"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/insteon/services.py:158:39 - error: Argument of type "Any | None" cannot be assigned to parameter "housecode" of type "str" in function "async_x10_all_lights_on"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/insteon/switch.py
  <CWD>/homeassistant/components/insteon/switch.py:45:7 - error: Base classes for class "InsteonSwitchEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/switch.py:45:7 - error: Base classes for class "InsteonSwitchEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/switch.py:45:7 - error: Base classes for class "InsteonSwitchEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/switch.py:45:7 - error: Base classes for class "InsteonSwitchEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/insteon/switch.py:49:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/integration/sensor.py
  <CWD>/homeassistant/components/integration/sensor.py:625:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/integration/sensor.py:632:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/integration/sensor.py:637:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/intellifire/binary_sensor.py
  <CWD>/homeassistant/components/intellifire/binary_sensor.py:164:7 - error: Base classes for class "IntellifireBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/binary_sensor.py:167:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "IntellifireBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/binary_sensor.py:170:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/intellifire/climate.py
  <CWD>/homeassistant/components/intellifire/climate.py:44:7 - error: Base classes for class "IntellifireClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/climate.py:73:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/climate.py:93:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/climate.py:98:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/intellifire/config_flow.py
  <CWD>/homeassistant/components/intellifire/config_flow.py:159:44 - error: "serial" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/intellifire/config_flow.py:160:71 - error: "serial" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/intellifire/config_flow.py:163:80 - error: "serial" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/intellifire/fan.py
  <CWD>/homeassistant/components/intellifire/fan.py:74:7 - error: Base classes for class "IntellifireFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/fan.py:77:5 - error: "entity_description" overrides symbol of same name in class "FanEntity"
    Variable is mutable so its type is invariant
      Override type "IntellifireFanEntityDescription" is not the same as base type "FanEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/fan.py:90:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/fan.py:98:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/intellifire/light.py
  <CWD>/homeassistant/components/intellifire/light.py:51:7 - error: Base classes for class "IntellifireLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/light.py:54:5 - error: "entity_description" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "IntellifireLightEntityDescription" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/light.py:59:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/light.py:64:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/intellifire/number.py
  <CWD>/homeassistant/components/intellifire/number.py:43:7 - error: Base classes for class "IntellifireFlameControlEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/number.py:60:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/intellifire/sensor.py
  <CWD>/homeassistant/components/intellifire/sensor.py:155:7 - error: Base classes for class "IntelliFireSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/sensor.py:158:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IntellifireSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/sensor.py:161:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/intellifire/switch.py
  <CWD>/homeassistant/components/intellifire/switch.py:65:7 - error: Base classes for class "IntellifireSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/switch.py:68:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "IntellifireSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intellifire/switch.py:81:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/intent/__init__.py
  <CWD>/homeassistant/components/intent/__init__.py:274:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/intent/__init__.py:274:19 - error: Type "dict[Any | Optional, ((value: Any) -> str) | All]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/intent/__init__.py:466:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/intent/__init__.py:466:19 - error: Type "dict[Optional, (value: Any) -> str]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/intent/__init__.py:486:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/intent/__init__.py:486:19 - error: Type "dict[Optional, (value: Any) -> str]" is not assignable to declared type "property" (reportAssignmentType)
<CWD>/homeassistant/components/intent/timers.py
  <CWD>/homeassistant/components/intent/timers.py:814:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/intent/timers.py:814:19 - error: Type "dict[Required | Optional, All | ((value: Any) -> str)]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/intent/timers.py:874:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/intent/timers.py:874:19 - error: Type "dict[Any | Optional, All | ((value: Any) -> str)]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/intent/timers.py:896:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/intent/timers.py:896:19 - error: Type "dict[Optional, (value: Any) -> str]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/intent/timers.py:926:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/intent/timers.py:926:19 - error: Type "dict[Any | Optional, All | ((value: Any) -> str)]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/intent/timers.py:950:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/intent/timers.py:950:19 - error: Type "dict[Required | Any | Optional, All | ((value: Any) -> str)]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/intent/timers.py:974:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/intent/timers.py:974:19 - error: Type "dict[Any | Optional, All | ((value: Any) -> str)]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/intent/timers.py:998:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/intent/timers.py:998:19 - error: Type "dict[Any | Optional, All | ((value: Any) -> str)]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/intent/timers.py:1022:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/intent/timers.py:1022:19 - error: Type "dict[Any | Optional, All | ((value: Any) -> str)]" is not assignable to declared type "property" (reportAssignmentType)
<CWD>/homeassistant/components/intent_script/__init__.py
  <CWD>/homeassistant/components/intent_script/__init__.py:147:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/intent_script/__init__.py:147:19 - error: Type "dict[Any | Optional, ((value: Any) -> str) | All]" is not assignable to declared type "property" (reportAssignmentType)
<CWD>/homeassistant/components/intesishome/climate.py
  <CWD>/homeassistant/components/intesishome/climate.py:9:6 - error: Import "pyintesishome" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/intesishome/climate.py:221:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intesishome/climate.py:238:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intesishome/climate.py:348:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intesishome/climate.py:351:40 - error: Argument of type "HVACMode | None" cannot be assigned to parameter "key" of type "HVACMode" in function "get"
    Type "HVACMode | None" is not assignable to type "HVACMode"
      "None" is not assignable to "HVACMode" (reportArgumentType)
  <CWD>/homeassistant/components/intesishome/climate.py:388:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intesishome/climate.py:401:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intesishome/climate.py:406:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/intesishome/climate.py:409:20 - error: Type "HVACMode | None" is not assignable to return type "HVACMode"
    Type "HVACMode | None" is not assignable to type "HVACMode"
      "None" is not assignable to "HVACMode" (reportReturnType)
<CWD>/homeassistant/components/iometer/binary_sensor.py
  <CWD>/homeassistant/components/iometer/binary_sensor.py:69:7 - error: Base classes for class "IOmeterBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iometer/binary_sensor.py:81:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IOmeterBinarySensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iometer/binary_sensor.py:81:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "IOmeterBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iometer/binary_sensor.py:85:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iometer/config_flow.py
  <CWD>/homeassistant/components/iometer/config_flow.py:50:30 - error: Cannot assign to attribute "_meter_number" for class "IOMeterConfigFlow*"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iometer/config_flow.py:91:38 - error: Cannot assign to attribute "_meter_number" for class "IOMeterConfigFlow*"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/iometer/sensor.py
  <CWD>/homeassistant/components/iometer/sensor.py:41:18 - error: Argument of type "(data: IOmeterData) -> (str | None)" cannot be assigned to parameter "value_fn" of type "(IOmeterData) -> (str | int | float)" in function "__init__"
    Type "(data: IOmeterData) -> (str | None)" is not assignable to type "(IOmeterData) -> (str | int | float)"
      Function return type "str | None" is incompatible with type "str | int | float"
        Type "str | None" is not assignable to type "str | int | float"
          Type "None" is not assignable to type "str | int | float"
            "None" is not assignable to "str"
            "None" is not assignable to "int"
            "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/iometer/sensor.py:61:18 - error: Argument of type "(data: IOmeterData) -> (int | None)" cannot be assigned to parameter "value_fn" of type "(IOmeterData) -> (str | int | float)" in function "__init__"
    Type "(data: IOmeterData) -> (int | None)" is not assignable to type "(IOmeterData) -> (str | int | float)"
      Function return type "int | None" is incompatible with type "str | int | float"
        Type "int | None" is not assignable to type "str | int | float"
          Type "None" is not assignable to type "str | int | float"
            "None" is not assignable to "str"
            "None" is not assignable to "int"
            "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/iometer/sensor.py:76:18 - error: Argument of type "(data: IOmeterData) -> (int | None)" cannot be assigned to parameter "value_fn" of type "(IOmeterData) -> (str | int | float)" in function "__init__"
    Type "(data: IOmeterData) -> (int | None)" is not assignable to type "(IOmeterData) -> (str | int | float)"
      Function return type "int | None" is incompatible with type "str | int | float"
        Type "int | None" is not assignable to type "str | int | float"
          Type "None" is not assignable to type "str | int | float"
            "None" is not assignable to "str"
            "None" is not assignable to "int"
            "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/iometer/sensor.py:91:18 - error: Argument of type "(data: IOmeterData) -> (float | None)" cannot be assigned to parameter "value_fn" of type "(IOmeterData) -> (str | int | float)" in function "__init__"
    Type "(data: IOmeterData) -> (float | None)" is not assignable to type "(IOmeterData) -> (str | int | float)"
      Function return type "float | None" is incompatible with type "str | int | float"
        Type "float | None" is not assignable to type "str | int | float"
          Type "None" is not assignable to type "str | int | float"
            "None" is not assignable to "str"
            "None" is not assignable to "int"
            "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/iometer/sensor.py:99:18 - error: Argument of type "(data: IOmeterData) -> (float | None)" cannot be assigned to parameter "value_fn" of type "(IOmeterData) -> (str | int | float)" in function "__init__"
    Type "(data: IOmeterData) -> (float | None)" is not assignable to type "(IOmeterData) -> (str | int | float)"
      Function return type "float | None" is incompatible with type "str | int | float"
        Type "float | None" is not assignable to type "str | int | float"
          Type "None" is not assignable to type "str | int | float"
            "None" is not assignable to "str"
            "None" is not assignable to "int"
            "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/iometer/sensor.py:106:18 - error: Argument of type "(data: IOmeterData) -> (float | None)" cannot be assigned to parameter "value_fn" of type "(IOmeterData) -> (str | int | float)" in function "__init__"
    Type "(data: IOmeterData) -> (float | None)" is not assignable to type "(IOmeterData) -> (str | int | float)"
      Function return type "float | None" is incompatible with type "str | int | float"
        Type "float | None" is not assignable to type "str | int | float"
          Type "None" is not assignable to type "str | int | float"
            "None" is not assignable to "str"
            "None" is not assignable to "int"
            "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/iometer/sensor.py:128:7 - error: Base classes for class "IOmeterSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iometer/sensor.py:140:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IOmeterEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iometer/sensor.py:140:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IOmeterEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iometer/sensor.py:144:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ios/sensor.py
  <CWD>/homeassistant/components/ios/sensor.py:100:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ios/sensor.py:116:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ios/sensor.py:129:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iotawatt/sensor.py
  <CWD>/homeassistant/components/iotawatt/sensor.py:152:7 - error: Base classes for class "IotaWattSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotawatt/sensor.py:172:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IotaWattSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotawatt/sensor.py:172:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IotaWattSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotawatt/sensor.py:180:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotawatt/sensor.py:185:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotawatt/sensor.py:213:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotawatt/sensor.py:223:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iotty/cover.py
  <CWD>/homeassistant/components/iotty/cover.py:92:7 - error: Base classes for class "IottyShutter" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotty/cover.py:97:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotty/cover.py:97:5 - error: "_attr_supported_features" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "CoverEntityFeature | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotty/cover.py:114:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotty/cover.py:122:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotty/cover.py:136:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotty/cover.py:141:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotty/cover.py:146:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotty/cover.py:191:18 - error: "_iotty_device" overrides symbol of same name in class "IottyEntity"
    Variable is mutable so its type is invariant
      Override type "Shutter" is not the same as base type "Device" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iotty/entity.py
  <CWD>/homeassistant/components/iotty/entity.py:5:36 - error: "Device" is not exported from module "iottycloud.lightswitch"
    Import from "iottycloud.device" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/iotty/switch.py
  <CWD>/homeassistant/components/iotty/switch.py:143:7 - error: Base classes for class "IottySwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotty/switch.py:147:5 - error: "_iotty_device" overrides symbol of same name in class "IottyEntity"
    Variable is mutable so its type is invariant
      Override type "LightSwitch | Outlet" is not the same as base type "Device" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotty/switch.py:159:14 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SwitchDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iotty/switch.py:162:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iperf3/sensor.py
  <CWD>/homeassistant/components/iperf3/sensor.py:53:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ipma/sensor.py
  <CWD>/homeassistant/components/ipma/sensor.py:102:7 - error: Base classes for class "IPMASensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/sensor.py:102:7 - error: Base classes for class "IPMASensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/sensor.py:102:7 - error: Base classes for class "IPMASensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/sensor.py:102:7 - error: Base classes for class "IPMASensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/sensor.py:102:7 - error: Base classes for class "IPMASensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/sensor.py:102:7 - error: Base classes for class "IPMASensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/sensor.py:102:7 - error: Base classes for class "IPMASensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/sensor.py:116:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IPMASensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/sensor.py:116:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IPMASensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ipma/weather.py
  <CWD>/homeassistant/components/ipma/weather.py:55:7 - error: Base classes for class "IPMAWeather" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/weather.py:55:7 - error: Base classes for class "IPMAWeather" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/weather.py:55:7 - error: Base classes for class "IPMAWeather" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/weather.py:55:7 - error: Base classes for class "IPMAWeather" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/weather.py:132:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/weather.py:142:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/weather.py:150:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/weather.py:158:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/weather.py:166:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipma/weather.py:174:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ipp/sensor.py
  <CWD>/homeassistant/components/ipp/sensor.py:131:7 - error: Base classes for class "IPPSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipp/sensor.py:134:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IPPSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipp/sensor.py:137:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ipp/sensor.py:142:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iqvia/__init__.py
  <CWD>/homeassistant/components/iqvia/__init__.py:7:21 - error: "Client" is not exported from module "pyiqvia"
    Import from "pyiqvia.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/iqvia/config_flow.py
  <CWD>/homeassistant/components/iqvia/config_flow.py:7:21 - error: "Client" is not exported from module "pyiqvia"
    Import from "pyiqvia.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/iqvia/sensor.py
  <CWD>/homeassistant/components/iqvia/sensor.py:177:7 - error: Base classes for class "ForecastSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iqvia/sensor.py:222:7 - error: Base classes for class "IndexSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iqvia/sensor.py:250:37 - error: "data" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/irish_rail_transport/sensor.py
  <CWD>/homeassistant/components/irish_rail_transport/sensor.py:8:6 - error: Import "pyirishrail.pyirishrail" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/irish_rail_transport/sensor.py:98:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/irish_rail_transport/sensor.py:103:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/irish_rail_transport/sensor.py:108:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/irish_rail_transport/sensor.py:134:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/irm_kmi/config_flow.py
  <CWD>/homeassistant/components/irm_kmi/config_flow.py:48:9 - error: Method "async_get_options_flow" overrides class "ConfigFlow" in an incompatible manner
    Parameter 1 name mismatch: base parameter is named "config_entry", override parameter is named "_config_entry" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/irm_kmi/coordinator.py
  <CWD>/homeassistant/components/irm_kmi/coordinator.py:91:59 - error: Argument of type "ZoneInfo | None" cannot be assigned to parameter "tz" of type "ZoneInfo" in function "get_current_weather"
    Type "ZoneInfo | None" is not assignable to type "ZoneInfo"
      "None" is not assignable to "ZoneInfo" (reportArgumentType)
  <CWD>/homeassistant/components/irm_kmi/coordinator.py:92:57 - error: Argument of type "ZoneInfo | None" cannot be assigned to parameter "tz" of type "ZoneInfo" in function "get_daily_forecast"
    Type "ZoneInfo | None" is not assignable to type "ZoneInfo"
      "None" is not assignable to "ZoneInfo" (reportArgumentType)
  <CWD>/homeassistant/components/irm_kmi/coordinator.py:93:59 - error: Argument of type "ZoneInfo | None" cannot be assigned to parameter "tz" of type "ZoneInfo" in function "get_hourly_forecast"
    Type "ZoneInfo | None" is not assignable to type "ZoneInfo"
      "None" is not assignable to "ZoneInfo" (reportArgumentType)
  <CWD>/homeassistant/components/irm_kmi/coordinator.py:94:21 - error: Argument of type "str | None" cannot be assigned to parameter "country" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/irm_kmi/weather.py
  <CWD>/homeassistant/components/irm_kmi/weather.py:57:49 - error: Argument of type "Self@IrmKmiWeather" cannot be assigned to parameter "self" of type "SingleCoordinatorWeatherEntity[DataUpdateCoordinator[dict[str, Any]]]" in function "__init__"
    "IrmKmiWeather*" is not assignable to "SingleCoordinatorWeatherEntity[DataUpdateCoordinator[dict[str, Any]]]"
      Type parameter "_ObservationUpdateCoordinatorT@SingleCoordinatorWeatherEntity" is invariant, but "IrmKmiCoordinator" is not the same as "DataUpdateCoordinator[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/irm_kmi/weather.py:57:55 - error: Argument of type "IrmKmiCoordinator" cannot be assigned to parameter "coordinator" of type "DataUpdateCoordinator[dict[str, Any]]" in function "__init__"
    "IrmKmiCoordinator" is not assignable to "DataUpdateCoordinator[dict[str, Any]]"
      Type parameter "_DataT@DataUpdateCoordinator" is invariant, but "ProcessedCoordinatorData" is not the same as "dict[str, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/irm_kmi/weather.py:71:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/irm_kmi/weather.py:76:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/irm_kmi/weather.py:81:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/irm_kmi/weather.py:86:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/irm_kmi/weather.py:91:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/irm_kmi/weather.py:96:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/irm_kmi/weather.py:101:9 - error: "uv_index" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/irm_kmi/weather.py:107:16 - error: Type "list[ExtendedForecast]" is not assignable to return type "list[Forecast] | None"
    Type "list[ExtendedForecast]" is not assignable to type "list[Forecast] | None"
      "list[ExtendedForecast]" is not assignable to "list[Forecast]"
        Type parameter "_T@list" is invariant, but "ExtendedForecast" is not the same as "Forecast"
        Consider switching from "list" to "Sequence" which is covariant
      "list[ExtendedForecast]" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/irm_kmi/weather.py:119:32 - error: Type "list[ExtendedForecast]" is not assignable to declared type "list[Forecast]"
    "list[ExtendedForecast]" is not assignable to "list[Forecast]"
      Type parameter "_T@list" is invariant, but "ExtendedForecast" is not the same as "Forecast"
      Consider switching from "list" to "Sequence" which is covariant (reportAssignmentType)
  <CWD>/homeassistant/components/irm_kmi/weather.py:131:21 - error: Could not access item in TypedDict
    "native_temperature" is not a required key in "Forecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/irm_kmi/weather.py:132:49 - error: Could not access item in TypedDict
    "native_temperature" is not a required key in "Forecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/irm_kmi/weather.py:135:21 - error: Could not access item in TypedDict
    "native_temperature" is not a required key in "Forecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/irm_kmi/weather.py:150:21 - error: Could not access item in TypedDict
    "native_temperature" is not a required key in "Forecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/irm_kmi/weather.py:151:49 - error: Could not access item in TypedDict
    "native_temperature" is not a required key in "Forecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/irm_kmi/weather.py:154:21 - error: Could not access item in TypedDict
    "native_temperature" is not a required key in "Forecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/iron_os/binary_sensor.py
  <CWD>/homeassistant/components/iron_os/binary_sensor.py:46:7 - error: Base classes for class "IronOSBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/binary_sensor.py:52:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iron_os/button.py
  <CWD>/homeassistant/components/iron_os/button.py:67:7 - error: Base classes for class "IronOSButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/button.py:70:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "IronOSButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iron_os/number.py
  <CWD>/homeassistant/components/iron_os/number.py:391:7 - error: Base classes for class "IronOSNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/number.py:394:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "IronOSNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/number.py:414:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/number.py:436:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/number.py:446:9 - error: "native_min_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/number.py:457:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iron_os/select.py
  <CWD>/homeassistant/components/iron_os/select.py:199:7 - error: Base classes for class "IronOSSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/select.py:202:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "IronOSSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/select.py:215:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iron_os/sensor.py
  <CWD>/homeassistant/components/iron_os/sensor.py:198:7 - error: Base classes for class "IronOSSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/sensor.py:201:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IronOSSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/sensor.py:205:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iron_os/switch.py
  <CWD>/homeassistant/components/iron_os/switch.py:124:7 - error: Base classes for class "IronOSSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/switch.py:127:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "IronOSSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/switch.py:140:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iron_os/update.py
  <CWD>/homeassistant/components/iron_os/update.py:42:7 - error: Base classes for class "IronOSUpdate" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/update.py:42:7 - error: Base classes for class "IronOSUpdate" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/update.py:42:7 - error: Base classes for class "IronOSUpdate" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/update.py:42:7 - error: Base classes for class "IronOSUpdate" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/update.py:42:7 - error: Base classes for class "IronOSUpdate" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/update.py:42:7 - error: Base classes for class "IronOSUpdate" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/update.py:42:7 - error: Base classes for class "IronOSUpdate" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/update.py:42:7 - error: Base classes for class "IronOSUpdate" define variable "entity_category" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/update.py:58:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/update.py:64:9 - error: "title" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/update.py:70:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/update.py:76:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iron_os/update.py:100:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iskra/config_flow.py
  <CWD>/homeassistant/components/iskra/config_flow.py:147:37 - error: "device_info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/iskra/config_flow.py:183:33 - error: "device_info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/iskra/config_flow.py:219:33 - error: "device_info" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/iskra/sensor.py
  <CWD>/homeassistant/components/iskra/sensor.py:65:55 - error: Cannot access attribute "total" for class "None"
    Attribute "total" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:73:55 - error: Cannot access attribute "total" for class "None"
    Attribute "total" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:81:55 - error: Cannot access attribute "total" for class "None"
    Attribute "total" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:89:55 - error: Cannot access attribute "phases" for class "None"
    Attribute "phases" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:97:55 - error: Cannot access attribute "phases" for class "None"
    Attribute "phases" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:105:55 - error: Cannot access attribute "phases" for class "None"
    Attribute "phases" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:114:55 - error: Cannot access attribute "phases" for class "None"
    Attribute "phases" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:122:55 - error: Cannot access attribute "phases" for class "None"
    Attribute "phases" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:130:55 - error: Cannot access attribute "phases" for class "None"
    Attribute "phases" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:139:55 - error: Cannot access attribute "phases" for class "None"
    Attribute "phases" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:147:55 - error: Cannot access attribute "phases" for class "None"
    Attribute "phases" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:155:55 - error: Cannot access attribute "phases" for class "None"
    Attribute "phases" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:164:55 - error: Cannot access attribute "frequency" for class "None"
    Attribute "frequency" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:183:55 - error: Cannot access attribute "non_resettable" for class "None"
    Attribute "non_resettable" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:191:55 - error: Cannot access attribute "resettable" for class "None"
    Attribute "resettable" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:250:61 - error: Cannot access attribute "non_resettable" for class "None"
    Attribute "non_resettable" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:256:61 - error: Cannot access attribute "resettable" for class "None"
    Attribute "resettable" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/iskra/sensor.py:265:7 - error: Base classes for class "IskraSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iskra/sensor.py:277:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IskraSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iskra/sensor.py:277:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IskraSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iskra/sensor.py:281:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/islamic_prayer_times/__init__.py
  <CWD>/homeassistant/components/islamic_prayer_times/__init__.py:71:47 - error: "unique_id" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/islamic_prayer_times/sensor.py
  <CWD>/homeassistant/components/islamic_prayer_times/sensor.py:65:7 - error: Base classes for class "IslamicPrayerTimeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/islamic_prayer_times/sensor.py:89:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/israel_rail/sensor.py
  <CWD>/homeassistant/components/israel_rail/sensor.py:92:7 - error: Base classes for class "IsraelRailEntitySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/israel_rail/sensor.py:109:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IsraelRailSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/israel_rail/sensor.py:109:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IsraelRailSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/israel_rail/sensor.py:117:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/iss/sensor.py
  <CWD>/homeassistant/components/iss/sensor.py:38:7 - error: Base classes for class "IssSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iss/sensor.py:61:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/iss/sensor.py:66:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ista_ecotrend/__init__.py
  <CWD>/homeassistant/components/ista_ecotrend/__init__.py:26:9 - error: Argument of type "Logger" cannot be assigned to parameter "totp" of type "str | None" in function "__init__"
    Type "Logger" is not assignable to type "str | None"
      "Logger" is not assignable to "str"
      "Logger" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/ista_ecotrend/config_flow.py
  <CWD>/homeassistant/components/ista_ecotrend/config_flow.py:54:17 - error: Argument of type "Logger" cannot be assigned to parameter "totp" of type "str | None" in function "__init__"
    Type "Logger" is not assignable to type "str | None"
      "Logger" is not assignable to "str"
      "Logger" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/ista_ecotrend/config_flow.py:105:17 - error: Argument of type "Logger" cannot be assigned to parameter "totp" of type "str | None" in function "__init__"
    Type "Logger" is not assignable to type "str | None"
      "Logger" is not assignable to "str"
      "Logger" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/ista_ecotrend/sensor.py
  <CWD>/homeassistant/components/ista_ecotrend/sensor.py:175:7 - error: Base classes for class "IstaSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ista_ecotrend/sensor.py:180:5 - error: "device_entry" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DeviceEntry" is not the same as base type "DeviceEntry | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ista_ecotrend/sensor.py:191:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IstaSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ista_ecotrend/sensor.py:191:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IstaSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ista_ecotrend/sensor.py:204:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/isy994/__init__.py
  <CWD>/homeassistant/components/isy994/__init__.py:103:17 - error: Argument of type "Any | None" cannot be assigned to parameter "tls_ver" of type "float" in function "__init__"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/__init__.py:134:33 - error: Argument of type "Nodes | None" cannot be assigned to parameter "nodes" of type "Nodes" in function "_categorize_nodes"
    Type "Nodes | None" is not assignable to type "Nodes"
      "None" is not assignable to "Nodes" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/__init__.py:135:36 - error: Argument of type "Programs | None" cannot be assigned to parameter "programs" of type "Programs" in function "_categorize_programs"
    Type "Programs | None" is not assignable to type "Programs"
      "None" is not assignable to "Programs" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/__init__.py:137:22 - error: "children" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/__init__.py:142:44 - error: "children" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/__init__.py:143:28 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/isy994/__init__.py:143:28 - error: "__getitem__" method not defined on type "Variable" (reportIndexIssue)
  <CWD>/homeassistant/components/isy994/__init__.py:146:26 - error: "nobjs" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/__init__.py:150:40 - error: "nobjs" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/__init__.py:169:23 - error: "stop" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/__init__.py:172:19 - error: "start" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/__init__.py:222:39 - error: "stop" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/isy994/binary_sensor.py
  <CWD>/homeassistant/components/isy994/binary_sensor.py:87:35 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:127:70 - error: "address" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:146:35 - error: "parent_entity" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:149:35 - error: "parent_entity" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:168:31 - error: "parent_entity" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:221:28 - error: Cannot access attribute "type" for class "Group"
    Attribute "type" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:228:32 - error: Cannot access attribute "zwave_props" for class "Group"
    Attribute "zwave_props" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:228:44 - error: "category" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:230:21 - error: Cannot access attribute "zwave_props" for class "Group"
    Attribute "zwave_props" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:230:33 - error: "category" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:236:28 - error: "startswith" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:241:7 - error: Base classes for class "ISYBinarySensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:241:7 - error: Base classes for class "ISYBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:257:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:295:20 - error: Cannot access attribute "control_events" for class "Program"
    Attribute "control_events" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:295:20 - error: Cannot access attribute "control_events" for class "Variable"
    Attribute "control_events" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:414:7 - error: Base classes for class "ISYBinarySensorHeartbeat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:414:7 - error: Base classes for class "ISYBinarySensorHeartbeat" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:414:7 - error: Base classes for class "ISYBinarySensorHeartbeat" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:414:7 - error: Base classes for class "ISYBinarySensorHeartbeat" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:414:7 - error: Base classes for class "ISYBinarySensorHeartbeat" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:448:20 - error: Cannot access attribute "control_events" for class "Program"
    Attribute "control_events" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:448:20 - error: Cannot access attribute "control_events" for class "Variable"
    Attribute "control_events" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:504:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:514:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:521:7 - error: Base classes for class "ISYBinarySensorProgramEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/binary_sensor.py:529:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/isy994/button.py
  <CWD>/homeassistant/components/isy994/button.py:111:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/button.py:120:49 - error: Cannot access attribute "isy" for class "ISY"
    Attribute "isy" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/button.py:120:59 - error: "status_events" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/button.py:123:41 - error: Cannot access attribute "address" for class "ISY"
    Attribute "address" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/button.py:142:26 - error: Cannot access attribute "query" for class "NetworkCommand"
    Attribute "query" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/button.py:150:26 - error: Cannot access attribute "beep" for class "ISY"
    Attribute "beep" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/button.py:150:26 - error: Cannot access attribute "beep" for class "NetworkCommand"
    Attribute "beep" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/button.py:160:26 - error: Cannot access attribute "run" for class "Node"
    Attribute "run" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/button.py:160:26 - error: Cannot access attribute "run" for class "ISY"
    Attribute "run" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/isy994/climate.py
  <CWD>/homeassistant/components/isy994/climate.py:72:29 - error: Argument of type "Node | Group" cannot be assigned to parameter "node" of type "Node" in function "__init__"
    Type "Node | Group" is not assignable to type "Node"
      "Group" is not assignable to "Node" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/climate.py:72:47 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/climate.py:77:7 - error: Base classes for class "ISYThermostatEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/climate.py:77:7 - error: Base classes for class "ISYThermostatEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/climate.py:95:32 - error: Cannot access attribute "uom" for class "Program"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:95:32 - error: Cannot access attribute "uom" for class "Variable"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:97:25 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/isy994/climate.py:97:36 - error: Cannot access attribute "uom" for class "Program"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:97:36 - error: Cannot access attribute "uom" for class "Variable"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:100:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/climate.py:102:35 - error: Cannot access attribute "aux_properties" for class "Program"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:102:35 - error: Cannot access attribute "aux_properties" for class "Variable"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:111:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/climate.py:113:40 - error: Cannot access attribute "aux_properties" for class "Program"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:113:40 - error: Cannot access attribute "aux_properties" for class "Variable"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:120:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/climate.py:122:41 - error: Cannot access attribute "aux_properties" for class "Program"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:122:41 - error: Cannot access attribute "aux_properties" for class "Variable"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:140:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/climate.py:142:34 - error: Cannot access attribute "aux_properties" for class "Program"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:142:34 - error: Cannot access attribute "aux_properties" for class "Variable"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:150:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/climate.py:153:13 - error: Argument of type "float | int | object | None" cannot be assigned to parameter "value" of type "float | None" in function "convert_isy_value_to_hass"
    Type "float | int | object | None" is not assignable to type "float | None"
      Type "object" is not assignable to type "float | None"
        "object" is not assignable to "float"
        "object" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/climate.py:153:54 - error: Cannot access attribute "prec" for class "Program"
    Attribute "prec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:157:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/climate.py:166:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/climate.py:168:29 - error: Cannot access attribute "aux_properties" for class "Program"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:168:29 - error: Cannot access attribute "aux_properties" for class "Variable"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:174:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/climate.py:176:29 - error: Cannot access attribute "aux_properties" for class "Program"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:176:29 - error: Cannot access attribute "aux_properties" for class "Variable"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:182:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/climate.py:184:31 - error: Cannot access attribute "aux_properties" for class "Program"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:184:31 - error: Cannot access attribute "aux_properties" for class "Variable"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:200:30 - error: Cannot access attribute "set_climate_setpoint_heat" for class "Program"
    Attribute "set_climate_setpoint_heat" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:200:30 - error: Cannot access attribute "set_climate_setpoint_heat" for class "Variable"
    Attribute "set_climate_setpoint_heat" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:202:30 - error: Cannot access attribute "set_climate_setpoint_cool" for class "Program"
    Attribute "set_climate_setpoint_cool" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:202:30 - error: Cannot access attribute "set_climate_setpoint_cool" for class "Variable"
    Attribute "set_climate_setpoint_cool" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:208:26 - error: Cannot access attribute "set_fan_mode" for class "Program"
    Attribute "set_fan_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:208:26 - error: Cannot access attribute "set_fan_mode" for class "Variable"
    Attribute "set_fan_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:208:39 - error: Argument of type "str | None" cannot be assigned to parameter "cmd" of type "str" in function "set_fan_mode"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/climate.py:214:26 - error: Cannot access attribute "set_climate_mode" for class "Program"
    Attribute "set_climate_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:214:26 - error: Cannot access attribute "set_climate_mode" for class "Variable"
    Attribute "set_climate_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/climate.py:214:43 - error: Argument of type "str | None" cannot be assigned to parameter "cmd" of type "str" in function "set_climate_mode"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/isy994/config_flow.py
  <CWD>/homeassistant/components/isy994/config_flow.py:105:17 - error: Argument of type "Any | None" cannot be assigned to parameter "tls_ver" of type "float" in function "__init__"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/config_flow.py:275:63 - error: Could not access item in TypedDict
    "unique_id" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/isy994/cover.py
  <CWD>/homeassistant/components/isy994/cover.py:32:42 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/cover.py:44:7 - error: Base classes for class "ISYCoverEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/cover.py:44:7 - error: Base classes for class "ISYCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/cover.py:54:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/cover.py:58:23 - error: Cannot access attribute "uom" for class "Program"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/cover.py:58:23 - error: Cannot access attribute "uom" for class "Variable"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/cover.py:60:31 - error: Argument of type "tuple[Literal[0], float | int | object | None, Literal[100]]" cannot be assigned to parameter "iterable" of type "Iterable[SupportsRichComparisonT@sorted]" in function "sorted"
    Type "float | int | object | None" is not assignable to type "SupportsRichComparison"
      Type "float | int | object | None" is not assignable to type "SupportsRichComparison"
        Type "object" is not assignable to type "SupportsRichComparison"
          "object" is incompatible with protocol "SupportsDunderLT[Any]"
            "__lt__" is not present
          "object" is incompatible with protocol "SupportsDunderGT[Any]"
            "__gt__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/isy994/cover.py:63:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/cover.py:71:33 - error: Cannot access attribute "turn_on" for class "Program"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/cover.py:71:33 - error: Cannot access attribute "turn_on" for class "Variable"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/cover.py:76:33 - error: Cannot access attribute "turn_off" for class "Program"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/cover.py:76:33 - error: Cannot access attribute "turn_off" for class "Variable"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/cover.py:82:23 - error: Cannot access attribute "uom" for class "Program"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/cover.py:82:23 - error: Cannot access attribute "uom" for class "Variable"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/cover.py:84:33 - error: Cannot access attribute "turn_on" for class "Program"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/cover.py:84:33 - error: Cannot access attribute "turn_on" for class "Variable"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/cover.py:88:7 - error: Base classes for class "ISYCoverProgramEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/cover.py:92:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/isy994/entity.py
  <CWD>/homeassistant/components/isy994/entity.py:46:22 - error: Cannot assign to attribute "_node" for class "ISYEntity*"
    Type "Node | Group | Variable | Program" is not assignable to type "Node | Program | Variable"
      Type "Group" is not assignable to type "Node | Program | Variable"
        "Group" is not assignable to "Node"
        "Group" is not assignable to "Program"
        "Group" is not assignable to "Variable" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:61:48 - error: Cannot access attribute "control_events" for class "Program"
    Attribute "control_events" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:61:48 - error: Cannot access attribute "control_events" for class "Variable"
    Attribute "control_events" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:99:50 - error: Cannot access attribute "parent_node" for class "Group"
    Attribute "parent_node" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:99:50 - error: Cannot access attribute "parent_node" for class "Variable"
    Attribute "parent_node" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:99:50 - error: Cannot access attribute "parent_node" for class "Program"
    Attribute "parent_node" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:104:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/entity.py:109:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/entity.py:121:43 - error: Cannot access attribute "aux_properties" for class "Program"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:121:43 - error: Cannot access attribute "aux_properties" for class "Variable"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:127:54 - error: Cannot access attribute "group_all_on" for class "Node"
    Attribute "group_all_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:127:54 - error: Cannot access attribute "group_all_on" for class "Program"
    Attribute "group_all_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:127:54 - error: Cannot access attribute "group_all_on" for class "Variable"
    Attribute "group_all_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:151:26 - error: Cannot access attribute "send_cmd" for class "Variable"
    Attribute "send_cmd" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:151:44 - error: Expected 1 positional argument (reportCallIssue)
  <CWD>/homeassistant/components/isy994/entity.py:160:26 - error: Cannot access attribute "get_zwave_parameter" for class "Program"
    Attribute "get_zwave_parameter" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:160:26 - error: Cannot access attribute "get_zwave_parameter" for class "Variable"
    Attribute "get_zwave_parameter" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:171:26 - error: Cannot access attribute "set_zwave_parameter" for class "Program"
    Attribute "set_zwave_parameter" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:171:26 - error: Cannot access attribute "set_zwave_parameter" for class "Variable"
    Attribute "set_zwave_parameter" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:171:57 - error: Argument of type "Any | None" cannot be assigned to parameter "value" of type "int | str" in function "set_zwave_parameter"
    Type "Any | None" is not assignable to type "int | str"
      Type "None" is not assignable to type "int | str"
        "None" is not assignable to "int"
        "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/entity.py:171:64 - error: Argument of type "int | None" cannot be assigned to parameter "size" of type "int" in function "set_zwave_parameter"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/entity.py:172:26 - error: Cannot access attribute "get_zwave_parameter" for class "Program"
    Attribute "get_zwave_parameter" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:172:26 - error: Cannot access attribute "get_zwave_parameter" for class "Variable"
    Attribute "get_zwave_parameter" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:176:26 - error: Cannot access attribute "rename" for class "Program"
    Attribute "rename" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:176:26 - error: Cannot access attribute "rename" for class "Variable"
    Attribute "rename" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:184:5 - error: "_node" overrides symbol of same name in class "ISYEntity"
    Variable is mutable so its type is invariant
      Override type "Program" is not the same as base type "Node | Program | Variable" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/entity.py:186:71 - error: Expression of type "None" cannot be assigned to parameter of type "Program"
    "None" is not assignable to "Program" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/entity.py:193:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/entity.py:242:47 - error: Cannot assign to attribute "_change_handler" for class "ISYAuxControlEntity*"
    "None" is not assignable to "EventListener" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:243:53 - error: Cannot assign to attribute "_availability_handler" for class "ISYAuxControlEntity*"
    "None" is not assignable to "EventListener" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/entity.py:252:59 - error: "status_events" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/entity.py:267:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/isy994/fan.py
  <CWD>/homeassistant/components/isy994/fan.py:36:40 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/fan.py:48:7 - error: Base classes for class "ISYFanEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/fan.py:48:7 - error: Base classes for class "ISYFanEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/fan.py:58:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/fan.py:62:56 - error: Argument of type "float | int | object | None" cannot be assigned to parameter "value" of type "float" in function "ranged_value_to_percentage"
    Type "float | int | object | None" is not assignable to type "float"
      "object" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/fan.py:65:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/fan.py:81:30 - error: Cannot access attribute "turn_off" for class "Program"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/fan.py:81:30 - error: Cannot access attribute "turn_off" for class "Variable"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/fan.py:86:26 - error: Cannot access attribute "turn_on" for class "Program"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/fan.py:86:26 - error: Cannot access attribute "turn_on" for class "Variable"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/fan.py:99:26 - error: Cannot access attribute "turn_off" for class "Program"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/fan.py:99:26 - error: Cannot access attribute "turn_off" for class "Variable"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/fan.py:102:7 - error: Base classes for class "ISYFanProgramEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/fan.py:106:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/fan.py:113:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/isy994/helpers.py
  <CWD>/homeassistant/components/isy994/helpers.py:75:49 - error: Cannot access attribute "node_def_id" for class "Group"
    Attribute "node_def_id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:79:24 - error: Cannot access attribute "node_def_id" for class "Group"
    Attribute "node_def_id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:101:42 - error: Cannot access attribute "type" for class "Group"
    Attribute "type" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:105:24 - error: Cannot access attribute "type" for class "Group"
    Attribute "type" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:165:49 - error: Cannot access attribute "zwave_props" for class "Group"
    Attribute "zwave_props" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:169:24 - error: Cannot access attribute "zwave_props" for class "Group"
    Attribute "zwave_props" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:193:41 - error: Cannot access attribute "uom" for class "Group"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:198:21 - error: Cannot access attribute "uom" for class "Group"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:199:24 - error: Cannot access attribute "uom" for class "Group"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:200:25 - error: Cannot access attribute "uom" for class "Group"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:229:41 - error: Cannot access attribute "uom" for class "Group"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:234:28 - error: Cannot access attribute "uom" for class "Group"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:237:40 - error: Cannot access attribute "uom" for class "Group"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:287:8 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/helpers.py:298:36 - error: "title" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/helpers.py:401:41 - error: Cannot access attribute "children" for class "Program"
    Attribute "children" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:401:41 - error: Cannot access attribute "children" for class "Folder"
    Attribute "children" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:404:39 - error: "__getitem__" method not defined on type "Program" (reportIndexIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:404:39 - error: "__getitem__" method not defined on type "Folder" (reportIndexIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:404:39 - error: Type "Unknown | Program | Folder | None" is not assignable to declared type "Programs"
    Type "Unknown | Program | Folder | None" is not assignable to type "Programs"
      "Folder" is not assignable to "Programs" (reportAssignmentType)
  <CWD>/homeassistant/components/isy994/helpers.py:407:37 - error: Cannot access attribute "protocol" for class "Programs"
    Attribute "protocol" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:417:43 - error: Cannot access attribute "protocol" for class "Programs"
    Attribute "protocol" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/helpers.py:429:48 - error: Argument of type "tuple[str, Program | Folder | Programs, Program | Folder | Programs | None]" cannot be assigned to parameter "object" of type "tuple[str, Program, Program]" in function "append"
    "tuple[str, Program | Folder | Programs, Program | Folder | Programs | None]" is not assignable to "tuple[str, Program, Program]"
      Tuple entry 2 is incorrect type
        Type "Program | Folder | Programs" is not assignable to type "Program"
          "Folder" is not assignable to "Program" (reportArgumentType)
<CWD>/homeassistant/components/isy994/light.py
  <CWD>/homeassistant/components/isy994/light.py:37:24 - error: Argument of type "Node | Group" cannot be assigned to parameter "node" of type "Node" in function "__init__"
    Type "Node | Group" is not assignable to type "Node"
      "Group" is not assignable to "Node" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/light.py:37:63 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/light.py:42:7 - error: Base classes for class "ISYLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/light.py:42:7 - error: Base classes for class "ISYLightEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/light.py:42:7 - error: Base classes for class "ISYLightEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/light.py:42:7 - error: Base classes for class "ISYLightEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/light.py:42:7 - error: Base classes for class "ISYLightEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/light.py:42:7 - error: Base classes for class "ISYLightEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/light.py:42:7 - error: Base classes for class "ISYLightEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/light.py:60:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/light.py:64:20 - error: Argument of type "float | int | object | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "float | int | object | None" is not assignable to type "ConvertibleToInt"
      Type "object" is not assignable to type "ConvertibleToInt"
        "object" is not assignable to "str"
        "object" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "object" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "object" is incompatible with protocol "SupportsIndex"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/isy994/light.py:64:20 - error: Argument of type "float | int | object | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "float | int | object | None" is not assignable to type "ConvertibleToInt"
      Type "object" is not assignable to type "ConvertibleToInt"
        "object" is not assignable to "str"
        "object" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "object" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "object" is incompatible with protocol "SupportsIndex" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/light.py:67:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/light.py:72:23 - error: Cannot access attribute "uom" for class "Program"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/light.py:72:23 - error: Cannot access attribute "uom" for class "Variable"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/light.py:74:20 - error: Argument of type "float | int | object | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "float | int | object | None" is not assignable to type "ConvertibleToInt"
      Type "object" is not assignable to type "ConvertibleToInt"
        "object" is not assignable to "str"
        "object" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "object" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "object" is incompatible with protocol "SupportsIndex"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/isy994/light.py:74:20 - error: Argument of type "float | int | object | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "float | int | object | None" is not assignable to type "ConvertibleToInt"
      Type "object" is not assignable to type "ConvertibleToInt"
        "object" is not assignable to "str"
        "object" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "object" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "object" is incompatible with protocol "SupportsIndex" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/light.py:79:33 - error: Cannot access attribute "turn_off" for class "Program"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/light.py:79:33 - error: Cannot access attribute "turn_off" for class "Variable"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/light.py:86:37 - error: Cannot assign to attribute "_last_brightness" for class "ISYLightEntity*"
    Type "float | int | object | None" is not assignable to type "int | None"
      Type "object" is not assignable to type "int | None"
        "object" is not assignable to "int"
        "object" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/light.py:87:27 - error: Cannot access attribute "uom" for class "Program"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/light.py:87:27 - error: Cannot access attribute "uom" for class "Variable"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/light.py:88:47 - error: Operator "*" not supported for types "float | int | object | None" and "float"
    Operator "*" not supported for types "object" and "float"
    Operator "*" not supported for types "None" and "float" (reportOperatorIssue)
  <CWD>/homeassistant/components/isy994/light.py:90:41 - error: Cannot assign to attribute "_last_brightness" for class "ISYLightEntity*"
    Type "float | int | object | None" is not assignable to type "int | None"
      Type "object" is not assignable to type "int | None"
        "object" is not assignable to "int"
        "object" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/light.py:98:50 - error: Cannot access attribute "uom" for class "Program"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/light.py:98:50 - error: Cannot access attribute "uom" for class "Variable"
    Attribute "uom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/light.py:100:33 - error: Cannot access attribute "turn_on" for class "Program"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/light.py:100:33 - error: Cannot access attribute "turn_on" for class "Variable"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/light.py:104:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/isy994/lock.py
  <CWD>/homeassistant/components/isy994/lock.py:56:41 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/lock.py:69:7 - error: Base classes for class "ISYLockEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/lock.py:69:7 - error: Base classes for class "ISYLockEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/lock.py:73:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/lock.py:77:35 - error: Argument of type "float | int | object | None" cannot be assigned to parameter "key" of type "int" in function "get"
    Type "float | int | object | None" is not assignable to type "int"
      "object" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/lock.py:81:33 - error: Cannot access attribute "secure_lock" for class "Program"
    Attribute "secure_lock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/lock.py:81:33 - error: Cannot access attribute "secure_lock" for class "Variable"
    Attribute "secure_lock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/lock.py:86:33 - error: Cannot access attribute "secure_unlock" for class "Program"
    Attribute "secure_unlock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/lock.py:86:33 - error: Cannot access attribute "secure_unlock" for class "Variable"
    Attribute "secure_unlock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/lock.py:91:33 - error: Cannot access attribute "set_zwave_lock_code" for class "Program"
    Attribute "set_zwave_lock_code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/lock.py:91:33 - error: Cannot access attribute "set_zwave_lock_code" for class "Variable"
    Attribute "set_zwave_lock_code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/lock.py:98:33 - error: Cannot access attribute "delete_zwave_lock_code" for class "Program"
    Attribute "delete_zwave_lock_code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/lock.py:98:33 - error: Cannot access attribute "delete_zwave_lock_code" for class "Variable"
    Attribute "delete_zwave_lock_code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/lock.py:104:7 - error: Base classes for class "ISYLockProgramEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/lock.py:108:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/isy994/number.py
  <CWD>/homeassistant/components/isy994/number.py:130:44 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/number.py:139:7 - error: Base classes for class "ISYAuxControlNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/number.py:145:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/number.py:169:43 - error: Argument of type "float" cannot be assigned to parameter "val" of type "int" in function "set_on_level"
    "float" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/number.py:216:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/number.py:219:13 - error: Argument of type "object | None" cannot be assigned to parameter "value" of type "float | None" in function "convert_isy_value_to_hass"
    Type "object | None" is not assignable to type "float | None"
      Type "object" is not assignable to type "float | None"
        "object" is not assignable to "float"
        "object" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/number.py:225:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/number.py:239:7 - error: Base classes for class "ISYBacklightNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/number.py:267:60 - error: "status_events" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/isy994/select.py
  <CWD>/homeassistant/components/isy994/select.py:80:50 - error: Argument of type "Literal[True]" cannot be assigned to parameter "key" of type "str" in function "get"
    "Literal[True]" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/select.py:94:44 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/select.py:113:7 - error: Base classes for class "ISYRampRateSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/select.py:117:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/select.py:131:7 - error: Base classes for class "ISYAuxControlIndexSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/select.py:135:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/select.py:142:30 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/isy994/select.py:142:47 - error: Argument of type "int | float" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "int | float" is not assignable to type "str"
      "float" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/select.py:154:7 - error: Base classes for class "ISYBacklightSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/select.py:154:7 - error: Base classes for class "ISYBacklightSelectEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/select.py:154:7 - error: Base classes for class "ISYBacklightSelectEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/select.py:154:7 - error: Base classes for class "ISYBacklightSelectEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/select.py:154:7 - error: Base classes for class "ISYBacklightSelectEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/select.py:181:60 - error: "status_events" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/isy994/sensor.py
  <CWD>/homeassistant/components/isy994/sensor.py:120:59 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/sensor.py:134:41 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/sensor.py:141:7 - error: Base classes for class "ISYSensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/sensor.py:141:7 - error: Base classes for class "ISYSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/sensor.py:147:16 - error: Type "Node | Program | Variable" is not assignable to return type "Node | NodeProperty | None"
    Type "Node | Program | Variable" is not assignable to type "Node | NodeProperty | None"
      Type "Program" is not assignable to type "Node | NodeProperty | None"
        "Program" is not assignable to "Node"
        "Program" is not assignable to "NodeProperty"
        "Program" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/isy994/sensor.py:167:44 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/sensor.py:174:38 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/sensor.py:177:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/sensor.py:206:63 - error: Argument of type "Literal[UnitOfTemperature.CELSIUS, UnitOfTemperature.FAHRENHEIT] | None" cannot be assigned to parameter "from_unit" of type "str" in function "temperature"
    Type "Literal[UnitOfTemperature.CELSIUS, UnitOfTemperature.FAHRENHEIT] | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/sensor.py:212:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/sensor.py:246:47 - error: Cannot assign to attribute "_change_handler" for class "ISYAuxSensorEntity*"
    "None" is not assignable to "EventListener" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/sensor.py:247:53 - error: Cannot assign to attribute "_availability_handler" for class "ISYAuxSensorEntity*"
    "None" is not assignable to "EventListener" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/sensor.py:255:44 - error: Cannot access attribute "aux_properties" for class "Program"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/sensor.py:255:44 - error: Cannot access attribute "aux_properties" for class "Variable"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/sensor.py:258:46 - error: Cannot access attribute "aux_properties" for class "Program"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/sensor.py:258:46 - error: Cannot access attribute "aux_properties" for class "Variable"
    Attribute "aux_properties" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/sensor.py:263:61 - error: Cannot access attribute "value" for class "Node"
    Attribute "value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/sensor.py:273:14 - error: "_change_handler" overrides symbol of same name in class "ISYEntity"
    Variable is mutable so its type is invariant
      Override type "EventListener" is not the same as base type "EventListener | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/sensor.py:273:43 - error: Cannot access attribute "control_events" for class "Program"
    Attribute "control_events" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/sensor.py:273:43 - error: Cannot access attribute "control_events" for class "Variable"
    Attribute "control_events" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/sensor.py:276:59 - error: "status_events" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/sensor.py:292:38 - error: Cannot access attribute "enabled" for class "Variable"
    Attribute "enabled" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/isy994/services.py
  <CWD>/homeassistant/components/isy994/services.py:155:40 - error: "get_by_id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/services.py:157:40 - error: "get_by_name" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/isy994/switch.py
  <CWD>/homeassistant/components/isy994/switch.py:55:54 - error: Cannot access attribute "controllers" for class "Node"
    Attribute "controllers" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/switch.py:57:38 - error: "get_by_id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/switch.py:57:53 - error: Cannot access attribute "controllers" for class "Node"
    Attribute "controllers" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/switch.py:57:69 - error: Cannot access attribute "primary_node" for class "Nodes"
    Attribute "primary_node" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/switch.py:57:69 - error: "primary_node" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/switch.py:59:63 - error: Argument of type "str | Unknown | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/switch.py:79:45 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/isy994/switch.py:85:7 - error: Base classes for class "ISYSwitchEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/switch.py:85:7 - error: Base classes for class "ISYSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/switch.py:89:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/switch.py:97:33 - error: Cannot access attribute "turn_off" for class "Program"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/switch.py:97:33 - error: Cannot access attribute "turn_off" for class "Variable"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/switch.py:102:33 - error: Cannot access attribute "turn_on" for class "Program"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/switch.py:102:33 - error: Cannot access attribute "turn_on" for class "Variable"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/isy994/switch.py:106:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/switch.py:113:7 - error: Base classes for class "ISYSwitchProgramEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/switch.py:119:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/switch.py:163:14 - error: "_change_handler" overrides symbol of same name in class "ISYAuxControlEntity"
    Variable is mutable so its type is invariant
      Override type "EventListener | None" is not the same as base type "EventListener" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/switch.py:163:53 - error: "status_events" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/switch.py:173:9 - error: Method "async_on_update" overrides class "ISYAuxControlEntity" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "NodeProperty | NodeChangedEvent", override parameter is type "NodeChangedEvent"
      Type "NodeProperty | NodeChangedEvent" is not assignable to type "NodeChangedEvent"
        "NodeProperty" is not assignable to "NodeChangedEvent" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/isy994/switch.py:178:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/isy994/switch.py:183:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/isy994/system_health.py
  <CWD>/homeassistant/components/isy994/system_health.py:34:51 - error: "last_heartbeat" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/isy994/system_health.py:35:53 - error: "status" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/itach/remote.py
  <CWD>/homeassistant/components/itach/remote.py:9:8 - error: Import "pyitachip2ir" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/itach/remote.py:120:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itach/remote.py:125:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/itunes/media_player.py
  <CWD>/homeassistant/components/itunes/media_player.py:242:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:247:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:279:32 - error: "update_state" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/itunes/media_player.py:291:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:296:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:301:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:306:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:325:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:330:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:335:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:340:9 - error: "media_playlist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:345:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:449:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:454:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:462:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/itunes/media_player.py:473:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ituran/binary_sensor.py
  <CWD>/homeassistant/components/ituran/binary_sensor.py:56:7 - error: Base classes for class "IturanBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ituran/binary_sensor.py:69:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IturanBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ituran/binary_sensor.py:69:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "IturanBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ituran/binary_sensor.py:72:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ituran/device_tracker.py
  <CWD>/homeassistant/components/ituran/device_tracker.py:27:7 - error: Base classes for class "IturanDeviceTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ituran/device_tracker.py:42:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ituran/device_tracker.py:47:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ituran/sensor.py
  <CWD>/homeassistant/components/ituran/sensor.py:120:7 - error: Base classes for class "IturanSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ituran/sensor.py:133:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "IturanSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ituran/sensor.py:133:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "IturanSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ituran/sensor.py:136:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/izone/climate.py
  <CWD>/homeassistant/components/izone/climate.py:264:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:293:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:306:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:314:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:320:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:328:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:358:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:367:16 - error: Type "float | None" is not assignable to return type "float"
    Type "float | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportReturnType)
  <CWD>/homeassistant/components/izone/climate.py:370:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:375:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:381:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:387:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:510:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:516:9 - error: "supported_features" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[ClimateEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:523:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:532:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:537:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:539:16 - error: Type "float | None" is not assignable to return type "float"
    Type "float | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportReturnType)
  <CWD>/homeassistant/components/izone/climate.py:542:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:549:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:554:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/izone/climate.py:619:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/izone/config_flow.py
  <CWD>/homeassistant/components/izone/config_flow.py:32:27 - error: "controllers" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/izone/config_flow.py:37:52 - error: "controllers" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/jellyfin/media_player.py
  <CWD>/homeassistant/components/jellyfin/media_player.py:55:7 - error: Base classes for class "JellyfinMediaPlayer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jellyfin/media_player.py:170:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jellyfin/media_player.py:182:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jellyfin/media_player.py:182:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/jellyfin/media_source.py
  <CWD>/homeassistant/components/jellyfin/media_source.py:67:5 - error: "name" overrides symbol of same name in class "MediaSource"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/jellyfin/remote.py
  <CWD>/homeassistant/components/jellyfin/remote.py:52:7 - error: Base classes for class "JellyfinRemote" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jellyfin/remote.py:65:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/jellyfin/sensor.py
  <CWD>/homeassistant/components/jellyfin/sensor.py:56:7 - error: Base classes for class "JellyfinServerSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jellyfin/sensor.py:68:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "JellyfinSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jellyfin/sensor.py:68:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "JellyfinSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jellyfin/sensor.py:72:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/jewish_calendar/binary_sensor.py
  <CWD>/homeassistant/components/jewish_calendar/binary_sensor.py:70:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "JewishCalendarBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jewish_calendar/binary_sensor.py:73:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/jewish_calendar/sensor.py
  <CWD>/homeassistant/components/jewish_calendar/sensor.py:233:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "JewishCalendarBaseSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jewish_calendar/sensor.py:265:5 - error: "entity_description" overrides symbol of same name in class "JewishCalendarBaseSensor"
    Variable is mutable so its type is invariant
      Override type "JewishCalendarSensorDescription" is not the same as base type "JewishCalendarBaseSensorDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jewish_calendar/sensor.py:279:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jewish_calendar/sensor.py:284:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jewish_calendar/sensor.py:295:5 - error: "entity_description" overrides symbol of same name in class "JewishCalendarBaseSensor"
    Variable is mutable so its type is invariant
      Override type "JewishCalendarTimestampSensorDescription" is not the same as base type "JewishCalendarBaseSensorDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jewish_calendar/sensor.py:298:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/joaoapps_join/__init__.py
  <CWD>/homeassistant/components/joaoapps_join/__init__.py:5:6 - error: Import "pyjoin" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/joaoapps_join/notify.py
  <CWD>/homeassistant/components/joaoapps_join/notify.py:7:6 - error: Import "pyjoin" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/justnimbus/sensor.py
  <CWD>/homeassistant/components/justnimbus/sensor.py:117:7 - error: Base classes for class "JustNimbusSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/justnimbus/sensor.py:128:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "JustNimbusEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/justnimbus/sensor.py:128:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "JustNimbusEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/justnimbus/sensor.py:136:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/jvc_projector/__init__.py
  <CWD>/homeassistant/components/jvc_projector/__init__.py:5:26 - error: "JvcProjector" is not exported from module "jvcprojector"
    Import from "jvcprojector.projector" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/jvc_projector/__init__.py:5:40 - error: "JvcProjectorAuthError" is not exported from module "jvcprojector"
    Import from "jvcprojector.error" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/jvc_projector/__init__.py:5:63 - error: "JvcProjectorConnectError" is not exported from module "jvcprojector"
    Import from "jvcprojector.error" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/jvc_projector/binary_sensor.py
  <CWD>/homeassistant/components/jvc_projector/binary_sensor.py:28:7 - error: Base classes for class "JvcBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jvc_projector/binary_sensor.py:42:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/jvc_projector/config_flow.py
  <CWD>/homeassistant/components/jvc_projector/config_flow.py:8:26 - error: "JvcProjector" is not exported from module "jvcprojector"
    Import from "jvcprojector.projector" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/jvc_projector/config_flow.py:8:40 - error: "JvcProjectorAuthError" is not exported from module "jvcprojector"
    Import from "jvcprojector.error" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/jvc_projector/config_flow.py:8:63 - error: "JvcProjectorConnectError" is not exported from module "jvcprojector"
    Import from "jvcprojector.error" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/jvc_projector/coordinator.py
  <CWD>/homeassistant/components/jvc_projector/coordinator.py:10:5 - error: "JvcProjector" is not exported from module "jvcprojector"
    Import from "jvcprojector.projector" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/jvc_projector/coordinator.py:11:5 - error: "JvcProjectorAuthError" is not exported from module "jvcprojector"
    Import from "jvcprojector.error" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/jvc_projector/coordinator.py:12:5 - error: "JvcProjectorConnectError" is not exported from module "jvcprojector"
    Import from "jvcprojector.error" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/jvc_projector/entity.py
  <CWD>/homeassistant/components/jvc_projector/entity.py:7:26 - error: "JvcProjector" is not exported from module "jvcprojector"
    Import from "jvcprojector.projector" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/jvc_projector/remote.py
  <CWD>/homeassistant/components/jvc_projector/remote.py:66:7 - error: Base classes for class "JvcProjectorRemote" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jvc_projector/remote.py:72:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/jvc_projector/select.py
  <CWD>/homeassistant/components/jvc_projector/select.py:9:26 - error: "JvcProjector" is not exported from module "jvcprojector"
    Import from "jvcprojector.projector" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/jvc_projector/select.py:53:7 - error: Base classes for class "JvcProjectorSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jvc_projector/select.py:65:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "JvcProjectorSelectDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jvc_projector/select.py:65:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "JvcProjectorSelectDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jvc_projector/select.py:69:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/jvc_projector/sensor.py
  <CWD>/homeassistant/components/jvc_projector/sensor.py:49:7 - error: Base classes for class "JvcSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/jvc_projector/sensor.py:63:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kaiterra/air_quality.py
  <CWD>/homeassistant/components/kaiterra/air_quality.py:57:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaiterra/air_quality.py:62:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaiterra/air_quality.py:102:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaiterra/air_quality.py:107:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kaiterra/api_data.py
  <CWD>/homeassistant/components/kaiterra/api_data.py:7:6 - error: Import "kaiterra_async_client" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/kaiterra/sensor.py
  <CWD>/homeassistant/components/kaiterra/sensor.py:84:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaiterra/sensor.py:89:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaiterra/sensor.py:94:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kaleidescape/__init__.py
  <CWD>/homeassistant/components/kaleidescape/__init__.py:7:26 - error: "Device" is not exported from module "kaleidescape"
    Import from "kaleidescape.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/kaleidescape/__init__.py:7:56 - error: "KaleidescapeError" is not exported from module "kaleidescape"
    Import from "kaleidescape.error" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/kaleidescape/entity.py
  <CWD>/homeassistant/components/kaleidescape/entity.py:15:30 - error: "Device" is not exported from module "kaleidescape"
    Import from "kaleidescape.device" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/kaleidescape/media_player.py
  <CWD>/homeassistant/components/kaleidescape/media_player.py:87:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaleidescape/media_player.py:87:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaleidescape/media_player.py:98:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaleidescape/media_player.py:103:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaleidescape/media_player.py:110:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaleidescape/media_player.py:115:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaleidescape/media_player.py:122:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaleidescape/media_player.py:129:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaleidescape/media_player.py:136:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaleidescape/media_player.py:141:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kaleidescape/remote.py
  <CWD>/homeassistant/components/kaleidescape/remote.py:50:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kaleidescape/sensor.py
  <CWD>/homeassistant/components/kaleidescape/sensor.py:8:26 - error: "Device" is not exported from module "kaleidescape"
    Import from "kaleidescape.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/kaleidescape/sensor.py:152:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "KaleidescapeSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaleidescape/sensor.py:152:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "KaleidescapeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kaleidescape/sensor.py:156:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kankun/switch.py
  <CWD>/homeassistant/components/kankun/switch.py:113:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kankun/switch.py:118:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/keba/__init__.py
  <CWD>/homeassistant/components/keba/__init__.py:6:6 - error: Import "keba_kecontact.connection" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/keba/binary_sensor.py
  <CWD>/homeassistant/components/keba/binary_sensor.py:86:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/keba/sensor.py
  <CWD>/homeassistant/components/keba/sensor.py:109:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/keenetic_ndms2/binary_sensor.py
  <CWD>/homeassistant/components/keenetic_ndms2/binary_sensor.py:37:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/keenetic_ndms2/config_flow.py
  <CWD>/homeassistant/components/keenetic_ndms2/config_flow.py:75:21 - error: Argument of type "str | Any | bytes" cannot be assigned to parameter "host" of type "str" in function "__init__"
    Type "str | Any | bytes" is not assignable to type "str"
      "bytes" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/keenetic_ndms2/config_flow.py:159:5 - error: "config_entry" incorrectly overrides property of same name in class "OptionsFlow" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/keenetic_ndms2/config_flow.py:187:31 - error: "lower" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/keenetic_ndms2/device_tracker.py
  <CWD>/homeassistant/components/keenetic_ndms2/device_tracker.py:56:34 - error: Argument of type "str | None" cannot be assigned to parameter "name" of type "str" in function "__new__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/keenetic_ndms2/device_tracker.py:57:32 - error: Argument of type "None" cannot be assigned to parameter "ip" of type "str" in function "__new__"
    "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/keenetic_ndms2/device_tracker.py:58:39 - error: Argument of type "None" cannot be assigned to parameter "interface" of type "str" in function "__new__"
    "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/keenetic_ndms2/device_tracker.py:104:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/keenetic_ndms2/device_tracker.py:114:9 - error: "ip_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/keenetic_ndms2/device_tracker.py:119:9 - error: "mac_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/keenetic_ndms2/device_tracker.py:124:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/keenetic_ndms2/device_tracker.py:129:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kef/media_player.py
  <CWD>/homeassistant/components/kef/media_player.py:10:6 - error: Import "aiokef" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/kef/media_player.py:11:6 - error: Import "aiokef.aiokef" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/kef/media_player.py:345:9 - error: Object of type "None" cannot be called (reportOptionalCall)
  <CWD>/homeassistant/components/kef/media_player.py:349:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kegtron/sensor.py
  <CWD>/homeassistant/components/kegtron/sensor.py:124:7 - error: Base classes for class "KegtronBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kegtron/sensor.py:133:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/keyboard_remote/__init__.py
  <CWD>/homeassistant/components/keyboard_remote/__init__.py:12:6 - error: Import "evdev" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/keymitt_ble/config_flow.py
  <CWD>/homeassistant/components/keymitt_ble/config_flow.py:68:41 - error: Argument of type "MicroBotAdvertisement | None" cannot be assigned to parameter "discovery" of type "MicroBotAdvertisement" in function "name_from_discovery"
    Type "MicroBotAdvertisement | None" is not assignable to type "MicroBotAdvertisement"
      "None" is not assignable to "MicroBotAdvertisement" (reportArgumentType)
  <CWD>/homeassistant/components/keymitt_ble/config_flow.py:105:46 - error: Argument of type "MicroBotAdvertisement | None" cannot be assigned to parameter "discovery" of type "MicroBotAdvertisement" in function "name_from_discovery"
    Type "MicroBotAdvertisement | None" is not assignable to type "MicroBotAdvertisement"
      "None" is not assignable to "MicroBotAdvertisement" (reportArgumentType)
  <CWD>/homeassistant/components/keymitt_ble/config_flow.py:133:20 - error: Argument of type "BLEDevice | None" cannot be assigned to parameter "device" of type "BLEDevice" in function "__init__"
    Type "BLEDevice | None" is not assignable to type "BLEDevice"
      "None" is not assignable to "BLEDevice" (reportArgumentType)
<CWD>/homeassistant/components/keymitt_ble/switch.py
  <CWD>/homeassistant/components/keymitt_ble/switch.py:44:7 - error: Base classes for class "MicroBotBinarySwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/keymitt_ble/switch.py:60:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kitchen_sink/__init__.py
  <CWD>/homeassistant/components/kitchen_sink/__init__.py:236:16 - error: Could not access item in TypedDict
    "sum" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/kitchen_sink/lock.py
  <CWD>/homeassistant/components/kitchen_sink/lock.py:80:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kitchen_sink/lock.py:85:9 - error: "is_open" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kitchen_sink/weather.py
  <CWD>/homeassistant/components/kitchen_sink/weather.py:286:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kitchen_sink/weather.py:291:9 - error: "native_temperature_unit" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kitchen_sink/weather.py:296:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kitchen_sink/weather.py:301:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kitchen_sink/weather.py:306:9 - error: "native_wind_speed_unit" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kitchen_sink/weather.py:311:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kitchen_sink/weather.py:316:9 - error: "native_pressure_unit" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kitchen_sink/weather.py:321:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kiwi/lock.py
  <CWD>/homeassistant/components/kiwi/lock.py:8:6 - error: Import "kiwiki" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/kiwi/lock.py:89:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kiwi/lock.py:96:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kiwi/lock.py:101:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kmtronic/config_flow.py
  <CWD>/homeassistant/components/kmtronic/config_flow.py:50:38 - error: Cannot access attribute "ClientResponseError" for class "object"
    Attribute "ClientResponseError" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/kmtronic/config_flow.py:52:38 - error: Cannot access attribute "ClientConnectorError" for class "object"
    Attribute "ClientConnectorError" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/kmtronic/switch.py
  <CWD>/homeassistant/components/kmtronic/switch.py:35:7 - error: Base classes for class "KMtronicSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kmtronic/switch.py:59:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/__init__.py
  <CWD>/homeassistant/components/knx/__init__.py:203:9 - error: Could not access item in TypedDict
    "identifiers" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/knx/binary_sensor.py
  <CWD>/homeassistant/components/knx/binary_sensor.py:80:7 - error: Base classes for class "_KnxBinarySensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:80:7 - error: Base classes for class "_KnxBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:80:7 - error: Base classes for class "_KnxBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:80:7 - error: Base classes for class "_KnxBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:94:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:99:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:110:7 - error: Base classes for class "KnxYamlBinarySensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:110:7 - error: Base classes for class "KnxYamlBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:110:7 - error: Base classes for class "KnxYamlBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:110:7 - error: Base classes for class "KnxYamlBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:110:7 - error: Base classes for class "KnxYamlBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:137:7 - error: Base classes for class "KnxUiBinarySensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:137:7 - error: Base classes for class "KnxUiBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:137:7 - error: Base classes for class "KnxUiBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:137:7 - error: Base classes for class "KnxUiBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:137:7 - error: Base classes for class "KnxUiBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/binary_sensor.py:152:14 - error: "_device" overrides symbol of same name in class "_KnxEntityBase"
    Variable is mutable so its type is invariant
      Override type "BinarySensor" is not the same as base type "Device" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/button.py
  <CWD>/homeassistant/components/knx/button.py:31:7 - error: Base classes for class "KNXButton" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/button.py:31:7 - error: Base classes for class "KNXButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/climate.py
  <CWD>/homeassistant/components/knx/climate.py:320:7 - error: Base classes for class "_KnxClimate" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:320:7 - error: Base classes for class "_KnxClimate" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:320:7 - error: Base classes for class "_KnxClimate" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:320:7 - error: Base classes for class "_KnxClimate" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:320:7 - error: Base classes for class "_KnxClimate" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:323:5 - error: "_device" overrides symbol of same name in class "_KnxEntityBase"
    Variable is mutable so its type is invariant
      Override type "Climate" is not the same as base type "Device" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:405:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:410:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:415:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:421:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:464:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:475:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:497:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:527:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:548:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:591:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:598:9 - error: "swing_horizontal_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:605:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:610:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:643:7 - error: Base classes for class "KnxYamlClimate" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:643:7 - error: Base classes for class "KnxYamlClimate" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:643:7 - error: Base classes for class "KnxYamlClimate" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:643:7 - error: Base classes for class "KnxYamlClimate" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:643:7 - error: Base classes for class "KnxYamlClimate" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:643:7 - error: Base classes for class "KnxYamlClimate" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:673:7 - error: Base classes for class "KnxUiClimate" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:673:7 - error: Base classes for class "KnxUiClimate" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:673:7 - error: Base classes for class "KnxUiClimate" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:673:7 - error: Base classes for class "KnxUiClimate" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:673:7 - error: Base classes for class "KnxUiClimate" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:673:7 - error: Base classes for class "KnxUiClimate" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/climate.py:688:14 - error: "_device" overrides symbol of same name in class "_KnxEntityBase"
    Variable is mutable so its type is invariant
      Override type "Climate" is not the same as base type "Device" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/config_flow.py
  <CWD>/homeassistant/components/knx/config_flow.py:145:20 - error: Could not access item in TypedDict
    "connection_type" is not a required key in "KNXConfigEntryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/knx/config_flow.py:167:28 - error: Could not access item in TypedDict
    "connection_type" is not a required key in "KNXConfigEntryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/knx/config_flow.py:185:42 - error: Could not access item in TypedDict
    "connection_type" is not a required key in "KNXConfigEntryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/knx/config_flow.py:458:36 - error: "_host_ip" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/knx/config_flow.py:477:26 - error: "_host" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/knx/config_flow.py:492:26 - error: "_host" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/knx/config_flow.py:528:22 - error: Could not access item in TypedDict
    "connection_type" is not a required key in "KNXConfigEntryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/knx/config_flow.py:568:52 - error: Could not access item in TypedDict
    "host" is not a required key in "KNXConfigEntryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/knx/config_flow.py:623:55 - error: Could not access item in TypedDict
    "individual_address" is not a required key in "KNXConfigEntryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/knx/config_flow.py:806:18 - error: Could not access item in TypedDict
    "individual_address" is not a required key in "KNXConfigEntryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/knx/config_flow.py:811:18 - error: Could not access item in TypedDict
    "multicast_group" is not a required key in "KNXConfigEntryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/knx/config_flow.py:816:18 - error: Could not access item in TypedDict
    "multicast_port" is not a required key in "KNXConfigEntryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/knx/cover.py
  <CWD>/homeassistant/components/knx/cover.py:111:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:122:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:130:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:135:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:157:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:187:7 - error: Base classes for class "KnxYamlCover" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:187:7 - error: Base classes for class "KnxYamlCover" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:187:7 - error: Base classes for class "KnxYamlCover" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:187:7 - error: Base classes for class "KnxYamlCover" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:187:7 - error: Base classes for class "KnxYamlCover" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:187:7 - error: Base classes for class "KnxYamlCover" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:187:7 - error: Base classes for class "KnxYamlCover" define variable "supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:252:7 - error: Base classes for class "KnxUiCover" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:252:7 - error: Base classes for class "KnxUiCover" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:252:7 - error: Base classes for class "KnxUiCover" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:252:7 - error: Base classes for class "KnxUiCover" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:252:7 - error: Base classes for class "KnxUiCover" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:252:7 - error: Base classes for class "KnxUiCover" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:252:7 - error: Base classes for class "KnxUiCover" define variable "supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/cover.py:266:14 - error: "_device" overrides symbol of same name in class "_KnxEntityBase"
    Variable is mutable so its type is invariant
      Override type "Cover" is not the same as base type "Device" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/date.py
  <CWD>/homeassistant/components/knx/date.py:63:7 - error: Base classes for class "KNXDateEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/date.py:63:7 - error: Base classes for class "KNXDateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/date.py:63:7 - error: Base classes for class "KNXDateEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/date.py:63:7 - error: Base classes for class "KNXDateEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/date.py:63:7 - error: Base classes for class "KNXDateEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/date.py:63:7 - error: Base classes for class "KNXDateEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/date.py:90:9 - error: "native_value" overrides symbol of same name in class "DateEntity"
    "property" is not assignable to "cached_property[date | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/datetime.py
  <CWD>/homeassistant/components/knx/datetime.py:64:7 - error: Base classes for class "KNXDateTimeEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/datetime.py:64:7 - error: Base classes for class "KNXDateTimeEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/datetime.py:64:7 - error: Base classes for class "KNXDateTimeEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/datetime.py:64:7 - error: Base classes for class "KNXDateTimeEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/datetime.py:64:7 - error: Base classes for class "KNXDateTimeEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/datetime.py:64:7 - error: Base classes for class "KNXDateTimeEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/datetime.py:93:9 - error: "native_value" overrides symbol of same name in class "DateTimeEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/device.py
  <CWD>/homeassistant/components/knx/device.py:6:23 - error: "XknxConnectionState" is not exported from module "xknx.core"
    Import from "xknx.core.connection_state" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/knx/entity.py
  <CWD>/homeassistant/components/knx/entity.py:59:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/entity.py:64:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/entity.py:110:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/expose.py
  <CWD>/homeassistant/components/knx/expose.py:10:22 - error: "DPTNumeric" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/expose.py:10:34 - error: "DPTString" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt_16" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/expose.py:114:46 - error: Cannot assign to attribute "value" for class "RemoteValueSwitch"
    Type "bool | int | float | str | None" is not assignable to type "bool | None"
      Type "float" is not assignable to type "bool | None"
        "float" is not assignable to "bool"
        "float" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/knx/expose.py:218:23 - error: "xknx_device_cls" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/knx/fan.py
  <CWD>/homeassistant/components/knx/fan.py:42:7 - error: Base classes for class "KNXFan" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/fan.py:42:7 - error: Base classes for class "KNXFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/fan.py:81:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/fan.py:81:9 - error: "supported_features" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[FanEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/fan.py:95:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/fan.py:107:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/fan.py:134:9 - error: "oscillating" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/knx_module.py
  <CWD>/homeassistant/components/knx/knx_module.py:8:23 - error: "XknxConnectionState" is not exported from module "xknx.core"
    Import from "xknx.core.connection_state" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/knx_module.py:11:22 - error: "DPTBase" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/knx/light.py
  <CWD>/homeassistant/components/knx/light.py:9:74 - error: "XYYColor" is not exported from module "xknx.devices.light"
    Import from "xknx.dpt.dpt_242" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/light.py:324:5 - error: "_attr_max_color_temp_kelvin" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "int" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:325:5 - error: "_attr_min_color_temp_kelvin" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "int" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:329:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:334:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:350:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:364:9 - error: "rgbw_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:379:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:386:9 - error: "xy_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:554:7 - error: Base classes for class "KnxYamlLight" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:554:7 - error: Base classes for class "KnxYamlLight" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:554:7 - error: Base classes for class "KnxYamlLight" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:554:7 - error: Base classes for class "KnxYamlLight" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:554:7 - error: Base classes for class "KnxYamlLight" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:554:7 - error: Base classes for class "KnxYamlLight" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:582:7 - error: Base classes for class "KnxUiLight" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:582:7 - error: Base classes for class "KnxUiLight" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:582:7 - error: Base classes for class "KnxUiLight" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:582:7 - error: Base classes for class "KnxUiLight" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:582:7 - error: Base classes for class "KnxUiLight" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:582:7 - error: Base classes for class "KnxUiLight" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/light.py:596:14 - error: "_device" overrides symbol of same name in class "_KnxEntityBase"
    Variable is mutable so its type is invariant
      Override type "Light" is not the same as base type "Device" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/notify.py
  <CWD>/homeassistant/components/knx/notify.py:42:7 - error: Base classes for class "KNXNotify" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/notify.py:42:7 - error: Base classes for class "KNXNotify" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/number.py
  <CWD>/homeassistant/components/knx/number.py:55:7 - error: Base classes for class "KNXNumber" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/number.py:55:7 - error: Base classes for class "KNXNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/number.py:96:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/project.py
  <CWD>/homeassistant/components/knx/project.py:10:22 - error: "DPTBase" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/project.py:12:25 - error: "XKNXProj" is not exported from module "xknxproject"
    Import from "xknxproject.xknxproj" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/project.py:14:5 - error: "Device" is not exported from module "xknxproject.models"
    Import from "xknxproject.models.knxproject" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/project.py:15:5 - error: "DPTType" is not exported from module "xknxproject.models"
    Import from "xknxproject.models.knxproject" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/project.py:16:5 - error: "GroupAddress" is not exported from module "xknxproject.models"
    Import from "xknxproject.models.knxproject" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/project.py:17:5 - error: "GroupAddressStyle" is not exported from module "xknxproject.models"
    Import from "xknxproject.models.static" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/project.py:18:5 - error: "KNXProject" is not exported from module "xknxproject.models"
    Import from "xknxproject.models.knxproject" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/project.py:19:5 - error: "ProjectInfo" is not exported from module "xknxproject.models"
    Import from "xknxproject.models.knxproject" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/knx/scene.py
  <CWD>/homeassistant/components/knx/scene.py:34:7 - error: Base classes for class "KNXScene" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/scene.py:34:7 - error: Base classes for class "KNXScene" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/schema.py
  <CWD>/homeassistant/components/knx/schema.py:11:34 - error: "FanSpeedMode" is not exported from module "xknx.devices.climate"
    Import from "xknx.devices.fan" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/schema.py:11:48 - error: "SetpointShiftMode" is not exported from module "xknx.devices.climate"
    Import from "xknx.remote_value.remote_value_setpoint_shift" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/schema.py:12:22 - error: "DPTBase" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/schema.py:12:31 - error: "DPTNumeric" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/knx/select.py
  <CWD>/homeassistant/components/knx/select.py:61:7 - error: Base classes for class "KNXSelect" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/select.py:61:7 - error: Base classes for class "KNXSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/select.py:61:7 - error: Base classes for class "KNXSelect" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/select.py:61:7 - error: Base classes for class "KNXSelect" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/select.py:61:7 - error: Base classes for class "KNXSelect" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/select.py:61:7 - error: Base classes for class "KNXSelect" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/sensor.py
  <CWD>/homeassistant/components/knx/sensor.py:75:17 - error: Argument of type "list[str | None]" cannot be assigned to parameter "options" of type "list[str] | None" in function "__init__" (reportArgumentType)
  <CWD>/homeassistant/components/knx/sensor.py:146:7 - error: Base classes for class "KNXSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/sensor.py:146:7 - error: Base classes for class "KNXSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/sensor.py:206:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "KNXSystemEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/sensor.py:215:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/sensor.py:220:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/services.py
  <CWD>/homeassistant/components/knx/services.py:9:22 - error: "DPTArray" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.payload" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/services.py:9:32 - error: "DPTBase" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/services.py:9:41 - error: "DPTBinary" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.payload" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/knx/storage/knx_selector.py
  <CWD>/homeassistant/components/knx/storage/knx_selector.py:248:21 - error: Argument missing for parameter "v" (reportCallIssue)
<CWD>/homeassistant/components/knx/switch.py
  <CWD>/homeassistant/components/knx/switch.py:75:7 - error: Base classes for class "_KnxSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:75:7 - error: Base classes for class "_KnxSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:75:7 - error: Base classes for class "_KnxSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:75:7 - error: Base classes for class "_KnxSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:90:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:103:7 - error: Base classes for class "KnxYamlSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:103:7 - error: Base classes for class "KnxYamlSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:103:7 - error: Base classes for class "KnxYamlSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:103:7 - error: Base classes for class "KnxYamlSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:126:7 - error: Base classes for class "KnxUiSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:126:7 - error: Base classes for class "KnxUiSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:126:7 - error: Base classes for class "KnxUiSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:126:7 - error: Base classes for class "KnxUiSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/switch.py:141:14 - error: "_device" overrides symbol of same name in class "_KnxEntityBase"
    Variable is mutable so its type is invariant
      Override type "Switch" is not the same as base type "Device" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/telegrams.py
  <CWD>/homeassistant/components/knx/telegrams.py:9:22 - error: "DPTArray" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.payload" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/telegrams.py:9:32 - error: "DPTBase" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/telegrams.py:9:41 - error: "DPTBinary" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.payload" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/knx/text.py
  <CWD>/homeassistant/components/knx/text.py:7:22 - error: "DPTLatin1" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt_16" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/text.py:54:7 - error: Base classes for class "KNXText" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/text.py:54:7 - error: Base classes for class "KNXText" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/text.py:54:7 - error: Base classes for class "KNXText" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/text.py:54:7 - error: Base classes for class "KNXText" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/text.py:54:7 - error: Base classes for class "KNXText" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/text.py:54:7 - error: Base classes for class "KNXText" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/text.py:85:9 - error: "native_value" overrides symbol of same name in class "TextEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/time.py
  <CWD>/homeassistant/components/knx/time.py:63:7 - error: Base classes for class "KNXTimeEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/time.py:63:7 - error: Base classes for class "KNXTimeEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/time.py:63:7 - error: Base classes for class "KNXTimeEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/time.py:63:7 - error: Base classes for class "KNXTimeEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/time.py:63:7 - error: Base classes for class "KNXTimeEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/time.py:63:7 - error: Base classes for class "KNXTimeEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/time.py:90:9 - error: "native_value" overrides symbol of same name in class "TimeEntity"
    "property" is not assignable to "cached_property[time | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/trigger.py
  <CWD>/homeassistant/components/knx/trigger.py:6:22 - error: "DPTBase" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/knx/validation.py
  <CWD>/homeassistant/components/knx/validation.py:9:22 - error: "DPTBase" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/validation.py:9:31 - error: "DPTNumeric" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/knx/validation.py:9:43 - error: "DPTString" is not exported from module "xknx.dpt"
    Import from "xknx.dpt.dpt_16" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/knx/weather.py
  <CWD>/homeassistant/components/knx/weather.py:78:7 - error: Base classes for class "KNXWeather" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/weather.py:78:7 - error: Base classes for class "KNXWeather" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/weather.py:96:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/weather.py:101:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/weather.py:106:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/weather.py:111:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/weather.py:116:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/knx/weather.py:121:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/knx/websocket.py
  <CWD>/homeassistant/components/knx/websocket.py:124:19 - error: Function declaration "with_knx" is obscured by a declaration of the same name (reportRedeclaration)
<CWD>/homeassistant/components/kodi/media_player.py
  <CWD>/homeassistant/components/kodi/media_player.py:274:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:429:9 - error: "should_poll" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:434:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:441:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:446:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:451:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:462:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:477:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:485:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:490:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:498:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:505:9 - error: "media_series_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:510:9 - error: "media_season" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:515:9 - error: "media_episode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:520:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:525:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:533:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:541:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:566:15 - error: Method "async_volume_up" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:571:15 - error: Method "async_volume_down" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:576:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:581:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:586:15 - error: Method "async_media_play_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:591:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:596:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:601:15 - error: Method "async_media_stop" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:606:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:611:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:616:15 - error: Method "async_media_seek" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:621:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/kodi/media_player.py:665:15 - error: Method "async_set_shuffle" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/konnected/__init__.py
  <CWD>/homeassistant/components/konnected/__init__.py:207:50 - error: Argument missing for parameter "v" (reportCallIssue)
  <CWD>/homeassistant/components/konnected/__init__.py:355:28 - error: "payload" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/konnected/__init__.py:355:66 - error: "payload" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/konnected/__init__.py:356:13 - error: "payload" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/konnected/__init__.py:377:21 - error: "payload" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/konnected/__init__.py:380:65 - error: "payload" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/konnected/__init__.py:427:31 - error: "zone_num" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/konnected/__init__.py:428:14 - error: "zone_num" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/konnected/config_flow.py
  <CWD>/homeassistant/components/konnected/config_flow.py:186:5 - error: "unique_id" incorrectly overrides property of same name in class "ConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/konnected/switch.py
  <CWD>/homeassistant/components/konnected/switch.py:75:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kostal_plenticore/coordinator.py
  <CWD>/homeassistant/components/kostal_plenticore/coordinator.py:57:16 - error: Type "ExtendedApiClient | None" is not assignable to return type "ApiClient"
    Type "ExtendedApiClient | None" is not assignable to type "ApiClient"
      "None" is not assignable to "ApiClient" (reportReturnType)
  <CWD>/homeassistant/components/kostal_plenticore/coordinator.py:128:28 - error: "logout" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/kostal_plenticore/number.py
  <CWD>/homeassistant/components/kostal_plenticore/number.py:114:17 - error: Argument of type "DeviceInfo | dict[Unknown, Unknown]" cannot be assigned to parameter "device_info" of type "DeviceInfo" in function "__init__"
    Type "DeviceInfo | dict[Unknown, Unknown]" is not assignable to type "DeviceInfo"
      "dict[Unknown, Unknown]" is not assignable to "DeviceInfo" (reportArgumentType)
  <CWD>/homeassistant/components/kostal_plenticore/number.py:142:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PlenticoreNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/number.py:142:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "PlenticoreNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/number.py:170:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/number.py:192:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kostal_plenticore/select.py
  <CWD>/homeassistant/components/kostal_plenticore/select.py:74:29 - error: Argument of type "DeviceInfo | dict[Unknown, Unknown]" cannot be assigned to parameter "device_info" of type "DeviceInfo" in function "__init__"
    Type "DeviceInfo | dict[Unknown, Unknown]" is not assignable to type "DeviceInfo"
      "dict[Unknown, Unknown]" is not assignable to "DeviceInfo" (reportArgumentType)
  <CWD>/homeassistant/components/kostal_plenticore/select.py:99:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PlenticoreSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/select.py:99:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "PlenticoreSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/select.py:108:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/select.py:143:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kostal_plenticore/sensor.py
  <CWD>/homeassistant/components/kostal_plenticore/sensor.py:839:17 - error: Argument of type "DeviceInfo | dict[Unknown, Unknown]" cannot be assigned to parameter "device_info" of type "DeviceInfo" in function "__init__"
    Type "DeviceInfo | dict[Unknown, Unknown]" is not assignable to type "DeviceInfo"
      "dict[Unknown, Unknown]" is not assignable to "DeviceInfo" (reportArgumentType)
  <CWD>/homeassistant/components/kostal_plenticore/sensor.py:863:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PlenticoreSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/sensor.py:863:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PlenticoreSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/sensor.py:877:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/sensor.py:899:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kostal_plenticore/switch.py
  <CWD>/homeassistant/components/kostal_plenticore/switch.py:103:17 - error: Argument of type "DeviceInfo | dict[Unknown, Unknown]" cannot be assigned to parameter "device_info" of type "DeviceInfo" in function "__init__"
    Type "DeviceInfo | dict[Unknown, Unknown]" is not assignable to type "DeviceInfo"
      "dict[Unknown, Unknown]" is not assignable to "DeviceInfo" (reportArgumentType)
  <CWD>/homeassistant/components/kostal_plenticore/switch.py:148:21 - error: Argument of type "DeviceInfo | dict[Unknown, Unknown]" cannot be assigned to parameter "device_info" of type "DeviceInfo" in function "__init__"
    Type "DeviceInfo | dict[Unknown, Unknown]" is not assignable to type "DeviceInfo"
      "dict[Unknown, Unknown]" is not assignable to "DeviceInfo" (reportArgumentType)
  <CWD>/homeassistant/components/kostal_plenticore/switch.py:179:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PlenticoreSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/switch.py:179:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "PlenticoreSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/switch.py:194:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/switch.py:234:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/switch.py:284:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/switch.py:298:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kostal_plenticore/switch.py:335:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kraken/__init__.py
  <CWD>/homeassistant/components/kraken/__init__.py:78:28 - error: "pykrakenapi" is not a known attribute of module "pykrakenapi" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/kraken/__init__.py:89:28 - error: "pykrakenapi" is not a known attribute of module "pykrakenapi" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/kraken/sensor.py
  <CWD>/homeassistant/components/kraken/sensor.py:218:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "KrakenSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kraken/sensor.py:218:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "KrakenSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kraken/sensor.py:272:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kraken/sensor.py:287:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kulersky/light.py
  <CWD>/homeassistant/components/kulersky/light.py:75:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/kwb/sensor.py
  <CWD>/homeassistant/components/kwb/sensor.py:5:6 - error: Import "pykwb" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/kwb/sensor.py:99:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kwb/sensor.py:104:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kwb/sensor.py:109:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/kwb/sensor.py:116:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lacrosse/sensor.py
  <CWD>/homeassistant/components/lacrosse/sensor.py:9:8 - error: Import "pylacrosse" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/lacrosse/sensor.py:159:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lacrosse/sensor.py:203:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lacrosse/sensor.py:216:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lacrosse/sensor.py:225:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lacrosse/sensor.py:234:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lacrosse_view/sensor.py
  <CWD>/homeassistant/components/lacrosse_view/sensor.py:230:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LaCrosseSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lacrosse_view/sensor.py:230:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "LaCrosseSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lacrosse_view/sensor.py:241:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lacrosse_view/sensor.py:248:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lamarzocco/binary_sensor.py
  <CWD>/homeassistant/components/lamarzocco/binary_sensor.py:102:7 - error: Base classes for class "LaMarzoccoBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/binary_sensor.py:105:5 - error: "entity_description" overrides symbol of same name in class "LaMarzoccoEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoBinarySensorEntityDescription" is not the same as base type "LaMarzoccoEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/binary_sensor.py:105:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/binary_sensor.py:108:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lamarzocco/button.py
  <CWD>/homeassistant/components/lamarzocco/button.py:68:7 - error: Base classes for class "LaMarzoccoButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/button.py:71:5 - error: "entity_description" overrides symbol of same name in class "LaMarzoccoEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoButtonEntityDescription" is not the same as base type "LaMarzoccoEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/button.py:71:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lamarzocco/calendar.py
  <CWD>/homeassistant/components/lamarzocco/calendar.py:48:7 - error: Base classes for class "LaMarzoccoCalendarEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lamarzocco/entity.py
  <CWD>/homeassistant/components/lamarzocco/entity.py:104:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lamarzocco/number.py
  <CWD>/homeassistant/components/lamarzocco/number.py:218:7 - error: Base classes for class "LaMarzoccoNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/number.py:221:5 - error: "entity_description" overrides symbol of same name in class "LaMarzoccoEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoNumberEntityDescription" is not the same as base type "LaMarzoccoEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/number.py:221:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/number.py:224:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lamarzocco/select.py
  <CWD>/homeassistant/components/lamarzocco/select.py:137:7 - error: Base classes for class "LaMarzoccoSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/select.py:140:5 - error: "entity_description" overrides symbol of same name in class "LaMarzoccoEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoSelectEntityDescription" is not the same as base type "LaMarzoccoEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/select.py:140:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/select.py:143:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lamarzocco/sensor.py
  <CWD>/homeassistant/components/lamarzocco/sensor.py:192:7 - error: Base classes for class "LaMarzoccoSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/sensor.py:195:5 - error: "entity_description" overrides symbol of same name in class "LaMarzoccoEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoSensorEntityDescription" is not the same as base type "LaMarzoccoEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/sensor.py:195:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/sensor.py:198:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lamarzocco/switch.py
  <CWD>/homeassistant/components/lamarzocco/switch.py:122:7 - error: Base classes for class "LaMarzoccoSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/switch.py:125:5 - error: "entity_description" overrides symbol of same name in class "LaMarzoccoEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoSwitchEntityDescription" is not the same as base type "LaMarzoccoEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/switch.py:125:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/switch.py:152:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/switch.py:157:7 - error: Base classes for class "LaMarzoccoAutoOnOffSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/switch.py:198:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lamarzocco/update.py
  <CWD>/homeassistant/components/lamarzocco/update.py:72:7 - error: Base classes for class "LaMarzoccoUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/update.py:75:5 - error: "entity_description" overrides symbol of same name in class "LaMarzoccoEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoUpdateEntityDescription" is not the same as base type "LaMarzoccoEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/update.py:75:5 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "LaMarzoccoUpdateEntityDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/update.py:83:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/update.py:90:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lamarzocco/update.py:99:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lametric/button.py
  <CWD>/homeassistant/components/lametric/button.py:72:7 - error: Base classes for class "LaMetricButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/button.py:84:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LaMetricButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/button.py:84:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "LaMetricButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/button.py:88:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/lametric/number.py
  <CWD>/homeassistant/components/lametric/number.py:72:7 - error: Base classes for class "LaMetricNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/number.py:84:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LaMetricNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/number.py:84:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "LaMetricNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/number.py:88:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/number.py:93:9 - error: "native_min_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/number.py:100:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/number.py:107:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/lametric/select.py
  <CWD>/homeassistant/components/lametric/select.py:57:7 - error: Base classes for class "LaMetricSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/select.py:69:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LaMetricSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/select.py:69:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "LaMetricSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/select.py:73:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/select.py:78:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/lametric/sensor.py
  <CWD>/homeassistant/components/lametric/sensor.py:59:7 - error: Base classes for class "LaMetricSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/sensor.py:71:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LaMetricSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/sensor.py:71:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "LaMetricSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/sensor.py:75:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lametric/switch.py
  <CWD>/homeassistant/components/lametric/switch.py:75:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LaMetricSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/switch.py:75:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "LaMetricSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/switch.py:79:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/switch.py:86:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/switch.py:91:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/lametric/switch.py:97:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/lametric/update.py
  <CWD>/homeassistant/components/lametric/update.py:26:7 - error: Base classes for class "LaMetricUpdate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/update.py:37:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lametric/update.py:42:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/landisgyr_heat_meter/sensor.py
  <CWD>/homeassistant/components/landisgyr_heat_meter/sensor.py:292:7 - error: Base classes for class "HeatMeterSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/landisgyr_heat_meter/sensor.py:313:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "HeatMeterSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/landisgyr_heat_meter/sensor.py:313:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "HeatMeterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/landisgyr_heat_meter/sensor.py:325:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lastfm/config_flow.py
  <CWD>/homeassistant/components/lastfm/config_flow.py:165:5 - error: "config_entry" incorrectly overrides property of same name in class "OptionsFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/lastfm/sensor.py
  <CWD>/homeassistant/components/lastfm/sensor.py:74:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lastfm/sensor.py:79:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lastfm/sensor.py:86:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lastfm/sensor.py:93:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/launch_library/__init__.py
  <CWD>/homeassistant/components/launch_library/__init__.py:44:29 - error: Argument of type "dict[str, int | str]" cannot be assigned to parameter "filters" of type "Mapping[str, str] | None" in function "launch_upcoming"
    Type "dict[str, int | str]" is not assignable to type "Mapping[str, str] | None"
      "dict[str, int | str]" is not assignable to "Mapping[str, str]"
        Type parameter "_VT_co@Mapping" is covariant, but "int | str" is not a subtype of "str"
          Type "int | str" is not assignable to type "str"
            "int" is not assignable to "str"
      "dict[str, int | str]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/launch_library/diagnostics.py
  <CWD>/homeassistant/components/launch_library/diagnostics.py:30:16 - error: Type "Launch | Event" is not assignable to return type "dict[str, Any] | None"
    Type "Launch | Event" is not assignable to type "dict[str, Any] | None"
      Type "Event" is not assignable to type "dict[str, Any] | None"
        "Event" is not assignable to "dict[str, Any]"
        "Event" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/launch_library/diagnostics.py:33:39 - error: Argument of type "list[Launch]" cannot be assigned to parameter "data" of type "list[Launch | Event]" in function "_first_element"
    "list[Launch]" is not assignable to "list[Launch | Event]"
      Type parameter "_T@list" is invariant, but "Launch" is not the same as "Launch | Event"
      Consider switching from "list" to "Sequence" which is covariant (reportArgumentType)
  <CWD>/homeassistant/components/launch_library/diagnostics.py:35:49 - error: Cannot access attribute "upcoming" for class "StarshipResponse"
    Attribute "upcoming" is unknown
    Use ["upcoming"] to reference item in TypedDict (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/launch_library/diagnostics.py:38:49 - error: Cannot access attribute "upcoming" for class "StarshipResponse"
    Attribute "upcoming" is unknown
    Use ["upcoming"] to reference item in TypedDict (reportAttributeAccessIssue)
<CWD>/homeassistant/components/launch_library/sensor.py
  <CWD>/homeassistant/components/launch_library/sensor.py:49:25 - error: Could not access item in TypedDict
    "launch_service_provider" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:50:20 - error: Could not access item in TypedDict
    "pad" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:51:25 - error: Could not access item in TypedDict
    "pad" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:52:38 - error: Could not access item in TypedDict
    "pad" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:60:44 - error: Could not access item in TypedDict
    "net" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:62:29 - error: Could not access item in TypedDict
    "window_start" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:63:27 - error: Could not access item in TypedDict
    "window_end" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:64:28 - error: Could not access item in TypedDict
    "window_start" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:72:37 - error: Could not access item in TypedDict
    "probability" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:72:66 - error: Could not access item in TypedDict
    "probability" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:79:29 - error: Could not access item in TypedDict
    "status" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:86:29 - error: Could not access item in TypedDict
    "mission" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:88:29 - error: Could not access item in TypedDict
    "mission" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:89:29 - error: Could not access item in TypedDict
    "mission" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:90:28 - error: Could not access item in TypedDict
    "mission" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:98:44 - error: Could not access item in TypedDict
    "net" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:100:22 - error: Could not access item in TypedDict
    "mission" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:101:23 - error: Could not access item in TypedDict
    "status" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:102:29 - error: Could not access item in TypedDict
    "mission" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:103:28 - error: Could not access item in TypedDict
    "mission" is not a defined key in "Event" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:111:44 - error: Could not access item in TypedDict
    "date" is not a defined key in "Launch" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:114:25 - error: Could not access item in TypedDict
    "location" is not a defined key in "Launch" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:115:23 - error: Could not access item in TypedDict
    "video_url" is not a defined key in "Launch" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:116:28 - error: Could not access item in TypedDict
    "description" is not a defined key in "Launch" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/launch_library/sensor.py:162:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LaunchLibrarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/launch_library/sensor.py:162:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "LaunchLibrarySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/launch_library/sensor.py:170:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/launch_library/sensor.py:177:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/launch_library/sensor.py:184:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/laundrify/binary_sensor.py
  <CWD>/homeassistant/components/laundrify/binary_sensor.py:54:28 - error: Cannot access attribute "id" for class "LaundrifyDevice"
    Attribute "id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/laundrify/binary_sensor.py:55:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/laundrify/binary_sensor.py:58:25 - error: Cannot access attribute "name" for class "LaundrifyDevice"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/laundrify/binary_sensor.py:60:33 - error: Cannot access attribute "model" for class "LaundrifyDevice"
    Attribute "model" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/laundrify/binary_sensor.py:61:31 - error: Cannot access attribute "firmwareVersion" for class "LaundrifyDevice"
    Attribute "firmwareVersion" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/laundrify/binary_sensor.py:62:48 - error: Cannot access attribute "internalIP" for class "LaundrifyDevice"
    Attribute "internalIP" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/laundrify/binary_sensor.py:66:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/laundrify/binary_sensor.py:74:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/laundrify/binary_sensor.py:76:34 - error: Cannot access attribute "status" for class "LaundrifyDevice"
    Attribute "status" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/laundrify/sensor.py
  <CWD>/homeassistant/components/laundrify/sensor.py:50:74 - error: Cannot access attribute "id" for class "LaundrifyDevice"
    Attribute "id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/laundrify/sensor.py:51:42 - error: Cannot access attribute "id" for class "LaundrifyDevice"
    Attribute "id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/laundrify/sensor.py:76:7 - error: Base classes for class "LaundrifyEnergySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/laundrify/sensor.py:91:36 - error: Argument of type "Self@LaundrifyEnergySensor" cannot be assigned to parameter "self" of type "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" in function "__init__"
    "LaundrifyEnergySensor*" is not assignable to "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]"
      Type parameter "_DataUpdateCoordinatorT@CoordinatorEntity" is invariant, but "LaundrifyUpdateCoordinator" is not the same as "DataUpdateCoordinator[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/laundrify/sensor.py:95:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/laundrify/sensor.py:97:53 - error: Cannot access attribute "id" for class "LaundrifyDevice"
    Attribute "id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/laundrify/sensor.py:98:29 - error: Cannot access attribute "totalEnergy" for class "LaundrifyDevice"
    Attribute "totalEnergy" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/lawn_mower/__init__.py
  <CWD>/homeassistant/components/lawn_mower/__init__.py:83:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LawnMowerEntityEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lawn_mower/__init__.py:85:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LawnMowerEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lawn_mower/__init__.py:89:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lcn/__init__.py
  <CWD>/homeassistant/components/lcn/__init__.py:279:65 - error: Argument of type "ModStatusAccessControl" cannot be assigned to parameter "inp" of type "InputType" in function "_async_fire_access_control_event"
    Type "ModStatusAccessControl" is not assignable to type "InputType" (reportArgumentType)
  <CWD>/homeassistant/components/lcn/__init__.py:281:60 - error: Argument of type "ModSendKeysHost" cannot be assigned to parameter "inp" of type "InputType" in function "_async_fire_send_keys_event"
    Type "ModSendKeysHost" is not assignable to type "InputType" (reportArgumentType)
  <CWD>/homeassistant/components/lcn/__init__.py:294:21 - error: Cannot access attribute "code" for class "InputType"
    Attribute "code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/__init__.py:300:12 - error: Cannot access attribute "periphery" for class "InputType"
    Attribute "periphery" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/__init__.py:302:27 - error: Cannot access attribute "level" for class "InputType"
    Attribute "level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/__init__.py:302:45 - error: Cannot access attribute "key" for class "InputType"
    Attribute "key" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/__init__.py:302:64 - error: Cannot access attribute "action" for class "InputType"
    Attribute "action" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/__init__.py:305:29 - error: Cannot access attribute "periphery" for class "InputType"
    Attribute "periphery" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/__init__.py:316:40 - error: Cannot access attribute "actions" for class "InputType"
    Attribute "actions" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/__init__.py:320:44 - error: Cannot access attribute "keys" for class "InputType"
    Attribute "keys" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/lcn/binary_sensor.py
  <CWD>/homeassistant/components/lcn/binary_sensor.py:63:7 - error: Base classes for class "LcnBinarySensor" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/binary_sensor.py:63:7 - error: Base classes for class "LcnBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/binary_sensor.py:63:7 - error: Base classes for class "LcnBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/binary_sensor.py:76:38 - error: Cannot access attribute "request_status_binary_sensors" for class "GroupConnection"
    Attribute "request_status_binary_sensors" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/lcn/climate.py
  <CWD>/homeassistant/components/lcn/climate.py:82:7 - error: Base classes for class "LcnClimate" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/climate.py:82:7 - error: Base classes for class "LcnClimate" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/climate.py:82:7 - error: Base classes for class "LcnClimate" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/climate.py:117:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/climate.py:125:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/climate.py:130:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/climate.py:135:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/climate.py:145:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/climate.py:150:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/climate.py:187:36 - error: Cannot access attribute "request_status_variable" for class "GroupConnection"
    Attribute "request_status_variable" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/climate.py:190:36 - error: Cannot access attribute "request_status_variable" for class "GroupConnection"
    Attribute "request_status_variable" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/lcn/cover.py
  <CWD>/homeassistant/components/lcn/cover.py:76:7 - error: Base classes for class "LcnOutputsCover" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/cover.py:76:7 - error: Base classes for class "LcnOutputsCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/cover.py:76:7 - error: Base classes for class "LcnOutputsCover" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/cover.py:135:40 - error: Cannot access attribute "request_status_output" for class "GroupConnection"
    Attribute "request_status_output" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/cover.py:138:40 - error: Cannot access attribute "request_status_output" for class "GroupConnection"
    Attribute "request_status_output" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/cover.py:168:7 - error: Base classes for class "LcnRelayCover" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/cover.py:168:7 - error: Base classes for class "LcnRelayCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/cover.py:168:7 - error: Base classes for class "LcnRelayCover" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/cover.py:192:13 - error: Operator "|=" not supported for types "CoverEntityFeature | None" and "Literal[CoverEntityFeature.SET_POSITION]"
    Operator "|" not supported for types "None" and "Literal[CoverEntityFeature.SET_POSITION]" (reportOperatorIssue)
  <CWD>/homeassistant/components/lcn/cover.py:258:41 - error: Cannot access attribute "request_status_relays" for class "GroupConnection"
    Attribute "request_status_relays" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/cover.py:261:40 - error: Cannot access attribute "request_status_motor_position" for class "GroupConnection"
    Attribute "request_status_motor_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/cover.py:286:49 - error: Cannot assign to attribute "_attr_current_cover_position" for class "LcnRelayCover*"
    Type "float" is not assignable to type "int | None"
      "float" is not assignable to "int"
      "float" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/lcn/entity.py
  <CWD>/homeassistant/components/lcn/entity.py:49:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/entity.py:60:9 - error: "should_poll" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/entity.py:72:62 - error: Cannot access attribute "register_for_inputs" for class "GroupConnection"
    Attribute "register_for_inputs" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/entity.py:73:13 - error: Argument of type "(input_obj: InputType) -> None" cannot be assigned to parameter "callback" of type "(Input) -> None" in function "register_for_inputs"
    Type "(input_obj: InputType) -> None" is not assignable to type "(Input) -> None"
      Parameter 1: type "Input" is incompatible with type "InputType"
        Type "Input" is not assignable to type "InputType" (reportArgumentType)
  <CWD>/homeassistant/components/lcn/entity.py:84:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lcn/helpers.py
  <CWD>/homeassistant/components/lcn/helpers.py:254:33 - error: Cannot access attribute "serials_known" for class "GroupConnection"
    Attribute "serials_known" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/helpers.py:274:47 - error: Cannot access attribute "request_name" for class "GroupConnection"
    Attribute "request_name" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/lcn/light.py
  <CWD>/homeassistant/components/lcn/light.py:81:7 - error: Base classes for class "LcnOutputLight" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/light.py:81:7 - error: Base classes for class "LcnOutputLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/light.py:81:7 - error: Base classes for class "LcnOutputLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/light.py:152:38 - error: Cannot access attribute "request_status_output" for class "GroupConnection"
    Attribute "request_status_output" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/light.py:170:7 - error: Base classes for class "LcnRelayLight" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/light.py:170:7 - error: Base classes for class "LcnRelayLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/light.py:170:7 - error: Base classes for class "LcnRelayLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/light.py:203:38 - error: Cannot access attribute "request_status_relays" for class "GroupConnection"
    Attribute "request_status_relays" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/lcn/scene.py
  <CWD>/homeassistant/components/lcn/scene.py:66:7 - error: Base classes for class "LcnScene" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/scene.py:66:7 - error: Base classes for class "LcnScene" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/scene.py:66:7 - error: Base classes for class "LcnScene" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lcn/sensor.py
  <CWD>/homeassistant/components/lcn/sensor.py:117:7 - error: Base classes for class "LcnVariableSensor" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/sensor.py:117:7 - error: Base classes for class "LcnVariableSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/sensor.py:117:7 - error: Base classes for class "LcnVariableSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/sensor.py:136:38 - error: Cannot access attribute "request_status_variable" for class "GroupConnection"
    Attribute "request_status_variable" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/sensor.py:156:7 - error: Base classes for class "LcnLedLogicSensor" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/sensor.py:156:7 - error: Base classes for class "LcnLedLogicSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/sensor.py:156:7 - error: Base classes for class "LcnLedLogicSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/sensor.py:172:38 - error: Cannot access attribute "request_status_led_and_logic_ops" for class "GroupConnection"
    Attribute "request_status_led_and_logic_ops" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/lcn/switch.py
  <CWD>/homeassistant/components/lcn/switch.py:71:7 - error: Base classes for class "LcnOutputSwitch" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/switch.py:71:7 - error: Base classes for class "LcnOutputSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/switch.py:71:7 - error: Base classes for class "LcnOutputSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/switch.py:98:38 - error: Cannot access attribute "request_status_output" for class "GroupConnection"
    Attribute "request_status_output" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/switch.py:114:7 - error: Base classes for class "LcnRelaySwitch" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/switch.py:114:7 - error: Base classes for class "LcnRelaySwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/switch.py:114:7 - error: Base classes for class "LcnRelaySwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/switch.py:145:38 - error: Cannot access attribute "request_status_relays" for class "GroupConnection"
    Attribute "request_status_relays" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/switch.py:156:7 - error: Base classes for class "LcnRegulatorLockSwitch" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/switch.py:156:7 - error: Base classes for class "LcnRegulatorLockSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/switch.py:156:7 - error: Base classes for class "LcnRegulatorLockSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/switch.py:186:38 - error: Cannot access attribute "request_status_variable" for class "GroupConnection"
    Attribute "request_status_variable" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lcn/switch.py:202:7 - error: Base classes for class "LcnKeyLockSwitch" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/switch.py:202:7 - error: Base classes for class "LcnKeyLockSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/switch.py:202:7 - error: Base classes for class "LcnKeyLockSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lcn/switch.py:239:38 - error: Cannot access attribute "request_status_locked_keys" for class "GroupConnection"
    Attribute "request_status_locked_keys" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/ld2410_ble/__init__.py
  <CWD>/homeassistant/components/ld2410_ble/__init__.py:6:5 - error: "BleakError" is not exported from module "bleak_retry_connector"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/ld2410_ble/binary_sensor.py
  <CWD>/homeassistant/components/ld2410_ble/binary_sensor.py:76:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ld2410_ble/coordinator.py
  <CWD>/homeassistant/components/ld2410_ble/coordinator.py:74:46 - error: Argument of type "HassJob[(_now: datetime), None]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later"
    Type "HassJob[(_now: datetime), None]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(_now: datetime), None]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "None" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(_now: datetime), None]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
<CWD>/homeassistant/components/ld2410_ble/sensor.py
  <CWD>/homeassistant/components/ld2410_ble/sensor.py:172:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/leaone/sensor.py
  <CWD>/homeassistant/components/leaone/sensor.py:132:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/leaone/sensor.py:137:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/leaone/sensor.py:149:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/led_ble/light.py
  <CWD>/homeassistant/components/led_ble/light.py:41:7 - error: Base classes for class "LEDBLEEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lektrico/binary_sensor.py
  <CWD>/homeassistant/components/lektrico/binary_sensor.py:119:7 - error: Base classes for class "LektricoBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/binary_sensor.py:132:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LektricoBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/binary_sensor.py:132:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "LektricoBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/binary_sensor.py:137:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lektrico/button.py
  <CWD>/homeassistant/components/lektrico/button.py:90:7 - error: Base classes for class "LektricoButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/button.py:103:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LektricoButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/button.py:103:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "LektricoButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lektrico/number.py
  <CWD>/homeassistant/components/lektrico/number.py:76:7 - error: Base classes for class "LektricoNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/number.py:89:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LektricoNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/number.py:89:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "LektricoNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/number.py:93:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lektrico/select.py
  <CWD>/homeassistant/components/lektrico/select.py:65:7 - error: Base classes for class "LektricoSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/select.py:78:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LektricoSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/select.py:78:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "LektricoSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/select.py:82:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lektrico/sensor.py
  <CWD>/homeassistant/components/lektrico/sensor.py:317:7 - error: Base classes for class "LektricoSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/sensor.py:330:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LektricoSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/sensor.py:330:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "LektricoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/sensor.py:334:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lektrico/switch.py
  <CWD>/homeassistant/components/lektrico/switch.py:83:7 - error: Base classes for class "LektricoSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/switch.py:96:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LektricoSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/switch.py:96:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "LektricoSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lektrico/switch.py:100:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/letpot/binary_sensor.py
  <CWD>/homeassistant/components/letpot/binary_sensor.py:106:7 - error: Base classes for class "LetPotBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/binary_sensor.py:118:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LetPotBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/binary_sensor.py:118:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "LetPotBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/binary_sensor.py:122:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/letpot/number.py
  <CWD>/homeassistant/components/letpot/number.py:105:7 - error: Base classes for class "LetPotNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/number.py:117:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LetPotNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/number.py:117:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "LetPotNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/number.py:121:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/number.py:126:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/number.py:131:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/letpot/select.py
  <CWD>/homeassistant/components/letpot/select.py:136:7 - error: Base classes for class "LetPotSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/select.py:148:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LetPotSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/select.py:148:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "LetPotSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/select.py:152:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/select.py:157:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/letpot/sensor.py
  <CWD>/homeassistant/components/letpot/sensor.py:89:7 - error: Base classes for class "LetPotSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/sensor.py:101:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LetPotSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/sensor.py:101:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "LetPotSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/sensor.py:105:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/sensor.py:112:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/letpot/switch.py
  <CWD>/homeassistant/components/letpot/switch.py:96:7 - error: Base classes for class "LetPotSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/switch.py:108:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LetPotSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/switch.py:108:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "LetPotSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/switch.py:112:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/switch.py:117:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/letpot/switch.py:124:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/letpot/time.py
  <CWD>/homeassistant/components/letpot/time.py:72:7 - error: Base classes for class "LetPotTimeEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/time.py:84:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LetPotTimeEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/time.py:84:14 - error: "entity_description" overrides symbol of same name in class "TimeEntity"
    Variable is mutable so its type is invariant
      Override type "LetPotTimeEntityDescription" is not the same as base type "TimeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/time.py:88:9 - error: "native_value" overrides symbol of same name in class "TimeEntity"
    "property" is not assignable to "cached_property[time | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/letpot/time.py:93:15 - error: Method "async_set_value" overrides class "TimeEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/lg_netcast/media_player.py
  <CWD>/homeassistant/components/lg_netcast/media_player.py:164:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_netcast/media_player.py:169:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_netcast/media_player.py:174:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_netcast/media_player.py:179:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_netcast/media_player.py:184:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_netcast/media_player.py:189:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_netcast/media_player.py:194:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_netcast/media_player.py:199:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_netcast/media_player.py:206:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lg_soundbar/media_player.py
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:155:22 - error: "get_eq" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:156:22 - error: "get_info" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:157:22 - error: "get_func" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:158:22 - error: "get_settings" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:161:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:168:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:173:9 - error: "sound_mode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:180:9 - error: "sound_mode_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:189:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:196:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:207:22 - error: "set_volume" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:211:22 - error: "set_mute" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:215:22 - error: "set_func" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:219:22 - error: "set_eq" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/lg_soundbar/media_player.py:231:22 - error: "send_packet" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/lg_thinq/binary_sensor.py
  <CWD>/homeassistant/components/lg_thinq/binary_sensor.py:92:5 - error: Type "dict[str, tuple[ThinQBinarySensorEntityDescription] | tuple[ThinQBinarySensorEntityDescription, ThinQBinarySensorEntityDescription, ThinQBinarySensorEntityDescription, ThinQBinarySensorEntityDescription, ThinQBinarySensorEntityDescription, ThinQBinarySensorEntityDescription] | tuple[ThinQBinarySensorEntityDescription, ThinQBinarySensorEntityDescription, ThinQBinarySensorEntityDescription, ThinQBinarySensorEntityDescription]]" is not assignable to declared type "dict[DeviceType, tuple[ThinQBinarySensorEntityDescription, ...]]"
    "Literal['DEVICE_COOKTOP']" is not assignable to "DeviceType"
    "Literal['DEVICE_DISH_WASHER']" is not assignable to "DeviceType"
    "Literal['DEVICE_DRYER']" is not assignable to "DeviceType"
    "Literal['DEVICE_HOOD']" is not assignable to "DeviceType"
    "Literal['DEVICE_OVEN']" is not assignable to "DeviceType"
    "Literal['DEVICE_REFRIGERATOR']" is not assignable to "DeviceType"
    "Literal['DEVICE_KIMCHI_REFRIGERATOR']" is not assignable to "DeviceType"
    "Literal['DEVICE_STYLER']" is not assignable to "DeviceType" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/binary_sensor.py:147:17 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceType" in function "get"
    "str" is not assignable to "DeviceType" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/binary_sensor.py:162:7 - error: Base classes for class "ThinQBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_thinq/binary_sensor.py:165:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ThinQBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lg_thinq/climate.py
  <CWD>/homeassistant/components/lg_thinq/climate.py:32:83 - error: Type "dict[str, tuple[ClimateEntityDescription]]" is not assignable to declared type "dict[DeviceType, tuple[ClimateEntityDescription, ...]]"
    "Literal['DEVICE_AIR_CONDITIONER']" is not assignable to "DeviceType"
    "Literal['DEVICE_SYSTEM_BOILER']" is not assignable to "DeviceType" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/climate.py:87:17 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceType" in function "get"
    "str" is not assignable to "DeviceType" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/climate.py:100:7 - error: Base classes for class "ThinQClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_thinq/climate.py:141:22 - error: Cannot access attribute "support_temperature_range" for class "PropertyState"
    Attribute "support_temperature_range" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lg_thinq/climate.py:160:35 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/lg_thinq/climate.py:161:17 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/climate.py:164:54 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/climate.py:167:17 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/climate.py:253:35 - error: Argument of type "str | None" cannot be assigned to parameter "value" of type "str" in function "async_set_hvac_mode"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/climate.py:296:35 - error: Argument of type "str | None" cannot be assigned to parameter "value" of type "str" in function "async_set_swing_mode"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/climate.py:310:35 - error: Argument of type "str | None" cannot be assigned to parameter "value" of type "str" in function "async_set_swing_horizontal_mode"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/climate.py:338:16 - error: Operator ">=" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/lg_thinq/climate.py:351:16 - error: Operator ">=" not supported for "None" (reportOptionalOperand)
<CWD>/homeassistant/components/lg_thinq/coordinator.py
  <CWD>/homeassistant/components/lg_thinq/coordinator.py:41:21 - error: Cannot assign to attribute "data" for class "DeviceDataUpdateCoordinator*"
    Type "dict[str, PropertyState] | None" is not assignable to type "dict[str, Any]"
      "None" is not assignable to "dict[str, Any]" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/lg_thinq/event.py
  <CWD>/homeassistant/components/lg_thinq/event.py:30:79 - error: Type "dict[str, tuple[EventEntityDescription] | tuple[EventEntityDescription, EventEntityDescription]]" is not assignable to declared type "dict[DeviceType, tuple[EventEntityDescription, ...]]"
    "Literal['DEVICE_AIR_CONDITIONER']" is not assignable to "DeviceType"
    "Literal['DEVICE_AIR_PURIFIER_FAN']" is not assignable to "DeviceType"
    "Literal['DEVICE_AIR_PURIFIER']" is not assignable to "DeviceType"
    "Literal['DEVICE_DEHUMIDIFIER']" is not assignable to "DeviceType"
    "Literal['DEVICE_DISH_WASHER']" is not assignable to "DeviceType"
    "Literal['DEVICE_DRYER']" is not assignable to "DeviceType"
    "Literal['DEVICE_HUMIDIFIER']" is not assignable to "DeviceType"
    "Literal['DEVICE_KIMCHI_REFRIGERATOR']" is not assignable to "DeviceType" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/event.py:67:17 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceType" in function "get"
    "str" is not assignable to "DeviceType" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/event.py:82:7 - error: Base classes for class "ThinQEventEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_thinq/event.py:95:34 - error: Cannot assign to attribute "_attr_event_types" for class "ThinQEventEntity*"
    Type "list[str] | None" is not assignable to type "list[str]"
      "None" is not assignable to "list[str]" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/lg_thinq/fan.py
  <CWD>/homeassistant/components/lg_thinq/fan.py:38:80 - error: Type "dict[str, tuple[ThinQFanEntityDescription]]" is not assignable to declared type "dict[DeviceType, tuple[ThinQFanEntityDescription, ...]]"
    "Literal['DEVICE_CEILING_FAN']" is not assignable to "DeviceType"
    "Literal['DEVICE_VENTILATOR']" is not assignable to "DeviceType" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/fan.py:71:53 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceType" in function "get"
    "str" is not assignable to "DeviceType" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/fan.py:85:7 - error: Base classes for class "ThinQFanEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_thinq/fan.py:104:23 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
  <CWD>/homeassistant/components/lg_thinq/fan.py:115:29 - error: Operator "not in" not supported for types "str" and "list[str] | None"
    Operator "not in" not supported for types "str" and "None" (reportOperatorIssue)
<CWD>/homeassistant/components/lg_thinq/number.py
  <CWD>/homeassistant/components/lg_thinq/number.py:55:67 - error: Type "dict[Property | TimerProperty, NumberEntityDescription]" is not assignable to declared type "dict[Property, NumberEntityDescription]"
    "Literal[TimerProperty.RELATIVE_HOUR_TO_START_WM]" is not assignable to "Property"
    "Literal[TimerProperty.RELATIVE_HOUR_TO_STOP_WM]" is not assignable to "Property" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/number.py:85:5 - error: Argument of type "Literal[TimerProperty.RELATIVE_HOUR_TO_START_WM]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.RELATIVE_HOUR_TO_START_WM]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/number.py:86:5 - error: Argument of type "Literal[TimerProperty.RELATIVE_HOUR_TO_STOP_WM]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.RELATIVE_HOUR_TO_STOP_WM]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/number.py:89:81 - error: Type "dict[str, tuple[NumberEntityDescription, NumberEntityDescription, NumberEntityDescription] | tuple[NumberEntityDescription, NumberEntityDescription] | tuple[NumberEntityDescription]]" is not assignable to declared type "dict[DeviceType, tuple[NumberEntityDescription, ...]]"
    "Literal['DEVICE_AIR_CONDITIONER']" is not assignable to "DeviceType"
    "Literal['DEVICE_AIR_PURIFIER_FAN']" is not assignable to "DeviceType"
    "Literal['DEVICE_DRYER']" is not assignable to "DeviceType"
    "Literal['DEVICE_HOOD']" is not assignable to "DeviceType"
    "Literal['DEVICE_HUMIDIFIER']" is not assignable to "DeviceType"
    "Literal['DEVICE_MICROWAVE_OVEN']" is not assignable to "DeviceType"
    "Literal['DEVICE_OVEN']" is not assignable to "DeviceType"
    "Literal['DEVICE_REFRIGERATOR']" is not assignable to "DeviceType" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/number.py:114:25 - error: Argument of type "Literal[TimerProperty.RELATIVE_HOUR_TO_STOP_WM]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.RELATIVE_HOUR_TO_STOP_WM]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/number.py:144:17 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceType" in function "get"
    "str" is not assignable to "DeviceType" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/number.py:159:7 - error: Base classes for class "ThinQNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lg_thinq/select.py
  <CWD>/homeassistant/components/lg_thinq/select.py:86:81 - error: Type "dict[str, tuple[SelectEntityDescription, SelectEntityDescription] | tuple[SelectEntityDescription, SelectEntityDescription, SelectEntityDescription, SelectEntityDescription] | tuple[SelectEntityDescription]]" is not assignable to declared type "dict[DeviceType, tuple[SelectEntityDescription, ...]]"
    "Literal['DEVICE_AIR_CONDITIONER']" is not assignable to "DeviceType"
    "Literal['DEVICE_AIR_PURIFIER_FAN']" is not assignable to "DeviceType"
    "Literal['DEVICE_AIR_PURIFIER']" is not assignable to "DeviceType"
    "Literal['DEVICE_DEHUMIDIFIER']" is not assignable to "DeviceType"
    "Literal['DEVICE_DISH_WASHER']" is not assignable to "DeviceType"
    "Literal['DEVICE_DRYER']" is not assignable to "DeviceType"
    "Literal['DEVICE_HUMIDIFIER']" is not assignable to "DeviceType"
    "Literal['DEVICE_OVEN']" is not assignable to "DeviceType" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/select.py:164:17 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceType" in function "get"
    "str" is not assignable to "DeviceType" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/select.py:179:7 - error: Base classes for class "ThinQSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lg_thinq/sensor.py
  <CWD>/homeassistant/components/lg_thinq/sensor.py:133:5 - error: Type "dict[Property | ThinQPropertyEx, SensorEntityDescription]" is not assignable to declared type "dict[Property, SensorEntityDescription]"
    "Literal[ThinQPropertyEx.CURRENT_JOB_MODE_STICK_CLEANER]" is not assignable to "Property" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:262:73 - error: Type "dict[Property | ThinQPropertyEx, SensorEntityDescription]" is not assignable to declared type "dict[Property, SensorEntityDescription]"
    "Literal[ThinQPropertyEx.ROOM_AIR_CURRENT_TEMPERATURE]" is not assignable to "Property"
    "Literal[ThinQPropertyEx.ROOM_IN_WATER_CURRENT_TEMPERATURE]" is not assignable to "Property"
    "Literal[ThinQPropertyEx.ROOM_OUT_WATER_CURRENT_TEMPERATURE]" is not assignable to "Property" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:356:66 - error: Type "dict[TimerProperty, SensorEntityDescription]" is not assignable to declared type "dict[Property, SensorEntityDescription]"
    "Literal[TimerProperty.LIGHT_START]" is not assignable to "Property"
    "Literal[TimerProperty.ABSOLUTE_TO_START]" is not assignable to "Property"
    "Literal[TimerProperty.ABSOLUTE_TO_STOP]" is not assignable to "Property" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:373:67 - error: Type "dict[TimerProperty, SensorEntityDescription]" is not assignable to declared type "dict[Property, SensorEntityDescription]"
    "Literal[TimerProperty.TOTAL]" is not assignable to "Property"
    "Literal[TimerProperty.RELATIVE_TO_START]" is not assignable to "Property"
    "Literal[TimerProperty.RELATIVE_TO_STOP]" is not assignable to "Property"
    "Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]" is not assignable to "Property"
    "Literal[TimerProperty.RELATIVE_TO_START_WM]" is not assignable to "Property"
    "Literal[TimerProperty.RELATIVE_TO_STOP_WM]" is not assignable to "Property"
    "Literal[TimerProperty.REMAIN]" is not assignable to "Property"
    "Literal[TimerProperty.RUNNING]" is not assignable to "Property" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:426:5 - error: Argument of type "Literal[TimerProperty.TOTAL]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.TOTAL]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:427:5 - error: Argument of type "Literal[TimerProperty.RELATIVE_TO_START_WM]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.RELATIVE_TO_START_WM]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:428:5 - error: Argument of type "Literal[TimerProperty.RELATIVE_TO_STOP_WM]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.RELATIVE_TO_STOP_WM]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:429:5 - error: Argument of type "Literal[TimerProperty.REMAIN]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.REMAIN]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:431:81 - error: Type "dict[str, tuple[SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription] | tuple[SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription] | tuple[SensorEntityDescription, SensorEntityDescription, SensorEntityDescription] | tuple[SensorEntityDescription, SensorEntityDescription] | tuple[SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription] | tuple[SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription] | tuple[SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription] | tuple[SensorEntityDescription] | tuple[SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription] | tuple[SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription] | tuple[SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription, SensorEntityDescription]]" is not assignable to declared type "dict[DeviceType, tuple[SensorEntityDescription, ...]]"
    "Literal['DEVICE_AIR_CONDITIONER']" is not assignable to "DeviceType"
    "Literal['DEVICE_AIR_PURIFIER_FAN']" is not assignable to "DeviceType"
    "Literal['DEVICE_AIR_PURIFIER']" is not assignable to "DeviceType"
    "Literal['DEVICE_COOKTOP']" is not assignable to "DeviceType"
    "Literal['DEVICE_DEHUMIDIFIER']" is not assignable to "DeviceType"
    "Literal['DEVICE_DISH_WASHER']" is not assignable to "DeviceType"
    "Literal['DEVICE_DRYER']" is not assignable to "DeviceType"
    "Literal['DEVICE_HOME_BREW']" is not assignable to "DeviceType" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:441:9 - error: Argument of type "Literal[TimerProperty.RELATIVE_TO_START]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.RELATIVE_TO_START]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:442:9 - error: Argument of type "Literal[TimerProperty.RELATIVE_TO_STOP]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.RELATIVE_TO_STOP]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:443:9 - error: Argument of type "Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:444:9 - error: Argument of type "Literal[TimerProperty.ABSOLUTE_TO_START]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.ABSOLUTE_TO_START]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:445:9 - error: Argument of type "Literal[TimerProperty.ABSOLUTE_TO_STOP]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.ABSOLUTE_TO_STOP]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:456:9 - error: Argument of type "Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:457:9 - error: Argument of type "Literal[TimerProperty.ABSOLUTE_TO_START]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.ABSOLUTE_TO_START]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:458:9 - error: Argument of type "Literal[TimerProperty.ABSOLUTE_TO_STOP]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.ABSOLUTE_TO_STOP]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:472:9 - error: Argument of type "Literal[TimerProperty.ABSOLUTE_TO_START]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.ABSOLUTE_TO_START]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:473:9 - error: Argument of type "Literal[TimerProperty.ABSOLUTE_TO_STOP]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.ABSOLUTE_TO_STOP]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:478:9 - error: Argument of type "Literal[TimerProperty.REMAIN]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.REMAIN]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:489:9 - error: Argument of type "Literal[TimerProperty.TOTAL]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.TOTAL]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:490:9 - error: Argument of type "Literal[TimerProperty.RELATIVE_TO_START_WM]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.RELATIVE_TO_START_WM]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:491:9 - error: Argument of type "Literal[TimerProperty.REMAIN]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.REMAIN]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:517:9 - error: Argument of type "Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:518:9 - error: Argument of type "Literal[TimerProperty.ABSOLUTE_TO_START]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.ABSOLUTE_TO_START]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:519:9 - error: Argument of type "Literal[TimerProperty.ABSOLUTE_TO_STOP]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.ABSOLUTE_TO_STOP]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:542:9 - error: Argument of type "Literal[TimerProperty.LIGHT_START]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.LIGHT_START]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:556:9 - error: Argument of type "Literal[TimerProperty.RUNNING]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.RUNNING]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:557:9 - error: Argument of type "Literal[TimerProperty.ABSOLUTE_TO_START]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.ABSOLUTE_TO_START]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:561:9 - error: Argument of type "Literal[ThinQPropertyEx.CURRENT_JOB_MODE_STICK_CLEANER]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[ThinQPropertyEx.CURRENT_JOB_MODE_STICK_CLEANER]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:566:9 - error: Argument of type "Literal[ThinQPropertyEx.ROOM_AIR_CURRENT_TEMPERATURE]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[ThinQPropertyEx.ROOM_AIR_CURRENT_TEMPERATURE]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:567:9 - error: Argument of type "Literal[ThinQPropertyEx.ROOM_IN_WATER_CURRENT_TEMPERATURE]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[ThinQPropertyEx.ROOM_IN_WATER_CURRENT_TEMPERATURE]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:568:9 - error: Argument of type "Literal[ThinQPropertyEx.ROOM_OUT_WATER_CURRENT_TEMPERATURE]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[ThinQPropertyEx.ROOM_OUT_WATER_CURRENT_TEMPERATURE]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:576:9 - error: Argument of type "Literal[TimerProperty.ABSOLUTE_TO_START]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.ABSOLUTE_TO_START]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:577:9 - error: Argument of type "Literal[TimerProperty.ABSOLUTE_TO_STOP]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.ABSOLUTE_TO_STOP]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:578:9 - error: Argument of type "Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]" cannot be assigned to parameter "key" of type "Property" in function "__getitem__"
    "Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]" is not assignable to "Property" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:648:17 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceType" in function "get"
    "str" is not assignable to "DeviceType" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:687:7 - error: Base classes for class "ThinQSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:762:35 - error: Cannot assign to attribute "_attr_native_value" for class "ThinQSensorEntity*"
    Type "StateType | datetime | date | Decimal | time | Any" is not assignable to type "StateType | date | datetime | Decimal"
      Type "time" is not assignable to type "StateType | date | datetime | Decimal"
        "time" is not assignable to "str"
        "time" is not assignable to "int"
        "time" is not assignable to "float"
        "time" is not assignable to "None"
        "time" is not assignable to "date"
        "time" is not assignable to "datetime"
    ... (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:789:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ThinQEnergySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:815:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_thinq/sensor.py:838:39 - error: Cannot assign to attribute "_attr_native_value" for class "ThinQEnergySensorEntity*"
    Type "dict[Unknown, Unknown] | None" is not assignable to type "StateType | date | datetime | Decimal"
      Type "dict[Unknown, Unknown]" is not assignable to type "StateType | date | datetime | Decimal"
        "dict[Unknown, Unknown]" is not assignable to "str"
        "dict[Unknown, Unknown]" is not assignable to "int"
        "dict[Unknown, Unknown]" is not assignable to "float"
        "dict[Unknown, Unknown]" is not assignable to "None"
        "dict[Unknown, Unknown]" is not assignable to "date"
        "dict[Unknown, Unknown]" is not assignable to "datetime"
    ... (reportAttributeAccessIssue)
<CWD>/homeassistant/components/lg_thinq/switch.py
  <CWD>/homeassistant/components/lg_thinq/switch.py:43:86 - error: Type "dict[str, tuple[ThinQSwitchEntityDescription, ThinQSwitchEntityDescription, ThinQSwitchEntityDescription, ThinQSwitchEntityDescription] | tuple[ThinQSwitchEntityDescription, ThinQSwitchEntityDescription, ThinQSwitchEntityDescription] | tuple[ThinQSwitchEntityDescription] | tuple[ThinQSwitchEntityDescription, ThinQSwitchEntityDescription, ThinQSwitchEntityDescription, ThinQSwitchEntityDescription, ThinQSwitchEntityDescription] | tuple[ThinQSwitchEntityDescription, ThinQSwitchEntityDescription]]" is not assignable to declared type "dict[DeviceType, tuple[ThinQSwitchEntityDescription, ...]]"
    "Literal['DEVICE_AIR_CONDITIONER']" is not assignable to "DeviceType"
    "Literal['DEVICE_AIR_PURIFIER_FAN']" is not assignable to "DeviceType"
    "Literal['DEVICE_AIR_PURIFIER']" is not assignable to "DeviceType"
    "Literal['DEVICE_DEHUMIDIFIER']" is not assignable to "DeviceType"
    "Literal['DEVICE_DISH_WASHER']" is not assignable to "DeviceType"
    "Literal['DEVICE_DRYER']" is not assignable to "DeviceType"
    "Literal['DEVICE_HUMIDIFIER']" is not assignable to "DeviceType"
    "Literal['DEVICE_REFRIGERATOR']" is not assignable to "DeviceType" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/switch.py:226:17 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceType" in function "get"
    "str" is not assignable to "DeviceType" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/switch.py:242:7 - error: Base classes for class "ThinQSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_thinq/switch.py:245:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ThinQSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lg_thinq/vacuum.py
  <CWD>/homeassistant/components/lg_thinq/vacuum.py:25:5 - error: Type "dict[str, tuple[StateVacuumEntityDescription]]" is not assignable to declared type "dict[DeviceType, tuple[StateVacuumEntityDescription, ...]]"
    "Literal['DEVICE_ROBOT_CLEANER']" is not assignable to "DeviceType" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/vacuum.py:84:17 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceType" in function "get"
    "str" is not assignable to "DeviceType" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/vacuum.py:97:7 - error: Base classes for class "ThinQStateVacuumEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lg_thinq/vacuum.py:114:31 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/lg_thinq/water_heater.py
  <CWD>/homeassistant/components/lg_thinq/water_heater.py:29:70 - error: Type "dict[str, WaterHeaterEntityDescription]" is not assignable to declared type "dict[DeviceType, WaterHeaterEntityDescription]"
    "Literal['DEVICE_WATER_HEATER']" is not assignable to "DeviceType"
    "Literal['DEVICE_SYSTEM_BOILER']" is not assignable to "DeviceType" (reportAssignmentType)
  <CWD>/homeassistant/components/lg_thinq/water_heater.py:61:51 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceType" in function "get"
    "str" is not assignable to "DeviceType" (reportArgumentType)
  <CWD>/homeassistant/components/lg_thinq/water_heater.py:79:7 - error: Base classes for class "ThinQWaterHeaterEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/libre_hardware_monitor/config_flow.py
  <CWD>/homeassistant/components/libre_hardware_monitor/config_flow.py:9:5 - error: "LibreHardwareMonitorClient" is not exported from module "librehardwaremonitor_api"
    Import from "librehardwaremonitor_api.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/libre_hardware_monitor/config_flow.py:10:5 - error: "LibreHardwareMonitorConnectionError" is not exported from module "librehardwaremonitor_api"
    Import from "librehardwaremonitor_api.errors" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/libre_hardware_monitor/config_flow.py:11:5 - error: "LibreHardwareMonitorNoDevicesError" is not exported from module "librehardwaremonitor_api"
    Import from "librehardwaremonitor_api.errors" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/libre_hardware_monitor/coordinator.py
  <CWD>/homeassistant/components/libre_hardware_monitor/coordinator.py:10:5 - error: "LibreHardwareMonitorClient" is not exported from module "librehardwaremonitor_api"
    Import from "librehardwaremonitor_api.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/libre_hardware_monitor/coordinator.py:11:5 - error: "LibreHardwareMonitorConnectionError" is not exported from module "librehardwaremonitor_api"
    Import from "librehardwaremonitor_api.errors" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/libre_hardware_monitor/coordinator.py:12:5 - error: "LibreHardwareMonitorNoDevicesError" is not exported from module "librehardwaremonitor_api"
    Import from "librehardwaremonitor_api.errors" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/libre_hardware_monitor/sensor.py
  <CWD>/homeassistant/components/libre_hardware_monitor/sensor.py:38:7 - error: Base classes for class "LibreHardwareMonitorSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/libre_hardware_monitor/sensor.py:55:14 - error: "_attr_name" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/libre_hardware_monitor/sensor.py:62:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/libre_hardware_monitor/sensor.py:83:18 - error: "_attr_native_value" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "str | None" is not the same as base type "StateType | date | datetime | Decimal" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lidarr/sensor.py
  <CWD>/homeassistant/components/lidarr/sensor.py:134:7 - error: Base classes for class "LidarrSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lidarr/sensor.py:137:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "LidarrSensorEntityDescription[T@LidarrSensor]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lidarr/sensor.py:150:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lidarr/sensor.py:155:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lifx/binary_sensor.py
  <CWD>/homeassistant/components/lifx/binary_sensor.py:41:7 - error: Base classes for class "LIFXHevCycleBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lifx/button.py
  <CWD>/homeassistant/components/lifx/button.py:43:7 - error: Base classes for class "LIFXButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lifx/config_flow.py
  <CWD>/homeassistant/components/lifx/config_flow.py:107:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "LifXConfigFlow"
      "ConfigFlow" is not assignable to "LifXConfigFlow" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/lifx/config_flow.py:233:25 - error: Type "Any | None" is not assignable to declared type "Light"
    Type "Any | None" is not assignable to type "Light"
      "None" is not assignable to "Light" (reportAssignmentType)
<CWD>/homeassistant/components/lifx/coordinator.py
  <CWD>/homeassistant/components/lifx/coordinator.py:139:27 - error: Argument of type "Any | None" cannot be assigned to parameter "version" of type "str" in function "__new__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lifx/coordinator.py:147:52 - error: Argument of type "Any | None" cannot be assigned to parameter "value" of type "int" in function "infrared_brightness_value_to_option"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/lifx/coordinator.py:162:13 - error: Argument of type "Any | None" cannot be assigned to parameter "firmware" of type "str" in function "get_real_mac_addr"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lifx/coordinator.py:200:20 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/coordinator.py:201:27 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/coordinator.py:202:27 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/coordinator.py:203:23 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/coordinator.py:209:48 - error: Argument of type "Any | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
    Type "Any | None" is not assignable to type "Iterable[_T@enumerate]"
      "None" is incompatible with protocol "Iterable[_T@enumerate]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/lifx/coordinator.py:294:27 - error: Argument of type "Light" cannot be assigned to parameter of type "Message"
    "Light" is not assignable to "Message" (reportArgumentType)
  <CWD>/homeassistant/components/lifx/coordinator.py:294:33 - error: Argument of type "Message" cannot be assigned to parameter of type "dict[str, Any] | None"
    Type "Message" is not assignable to type "dict[str, Any] | None"
      "Message" is not assignable to "dict[str, Any]"
      "Message" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/lifx/coordinator.py:385:60 - error: Cannot access attribute "signal" for class "Message"
    Attribute "signal" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lifx/coordinator.py:388:34 - error: Argument of type "str | Any | None" cannot be assigned to parameter "name" of type "str" in function "__getitem__"
    Type "str | Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lifx/coordinator.py:427:60 - error: Argument of type "int | None" cannot be assigned to parameter "duration" of type "int" in function "set_power" (reportArgumentType)
  <CWD>/homeassistant/components/lifx/coordinator.py:435:59 - error: Argument of type "int | None" cannot be assigned to parameter "duration" of type "int" in function "set_color" (reportArgumentType)
  <CWD>/homeassistant/components/lifx/coordinator.py:453:26 - error: Argument of type "int | None" cannot be assigned to parameter "duration" of type "int" in function "set_color_zones" (reportArgumentType)
  <CWD>/homeassistant/components/lifx/coordinator.py:507:27 - error: Argument of type "float" cannot be assigned to parameter "speed" of type "int" in function "set_multizone_effect" (reportArgumentType)
  <CWD>/homeassistant/components/lifx/coordinator.py:532:28 - error: Type "Literal[0, 1, 2]" is not assignable to declared type "str | None"
    Type "Literal[0, 1, 2]" is not assignable to type "str | None"
      Type "Literal[0]" is not assignable to type "str | None"
        "Literal[0]" is not assignable to "str"
        "Literal[0]" is not assignable to "None" (reportAssignmentType)
<CWD>/homeassistant/components/lifx/entity.py
  <CWD>/homeassistant/components/lifx/entity.py:29:19 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/lifx/entity.py:29:44 - error: Argument of type "Any | None" cannot be assigned to parameter "key" of type "int" in function "get"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/lifx/light.py
  <CWD>/homeassistant/components/lifx/light.py:117:7 - error: Base classes for class "LIFXLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lifx/light.py:153:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lifx/light.py:156:43 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/light.py:161:20 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/light.py:164:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lifx/light.py:169:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lifx/light.py:315:34 - error: Argument of type "Any | None" cannot be assigned to parameter "base" of type "list[float | int | None]" in function "merge_hsbk"
    Type "Any | None" is not assignable to type "list[float | int | None]"
      "None" is not assignable to "list[float | int | None]" (reportArgumentType)
  <CWD>/homeassistant/components/lifx/light.py:376:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lifx/light.py:381:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lifx/light.py:383:19 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/light.py:387:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lifx/light.py:389:26 - error: "None" is not iterable
    "__iter__" method not defined (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/lifx/light.py:426:26 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/light.py:429:17 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/light.py:433:17 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/light.py:447:36 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/light.py:488:42 - error: Argument of type "Any | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
    Type "Any | None" is not assignable to type "Iterable[_T@enumerate]"
      "None" is incompatible with protocol "Iterable[_T@enumerate]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/lifx/light.py:489:17 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/light.py:492:42 - error: Argument of type "Any | None" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__new__"
    Type "Any | None" is not assignable to type "Iterable[_T@enumerate]"
      "None" is incompatible with protocol "Iterable[_T@enumerate]"
        "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/lifx/light.py:494:21 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lifx/light.py:499:17 - error: Argument of type "Any | None" cannot be assigned to parameter "colors" of type "list[tuple[int | float, int | float, int | float, int | float]]" in function "async_set_extended_color_zones"
    Type "Any | None" is not assignable to type "list[tuple[int | float, int | float, int | float, int | float]]"
      "None" is not assignable to "list[tuple[int | float, int | float, int | float, int | float]]" (reportArgumentType)
<CWD>/homeassistant/components/lifx/select.py
  <CWD>/homeassistant/components/lifx/select.py:58:7 - error: Base classes for class "LIFXInfraredBrightnessSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lifx/select.py:88:7 - error: Base classes for class "LIFXThemeSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lifx/sensor.py
  <CWD>/homeassistant/components/lifx/sensor.py:43:7 - error: Base classes for class "LIFXRssiSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lifx/util.py
  <CWD>/homeassistant/components/lifx/util.py:82:35 - error: Argument of type "Any | None" cannot be assigned to parameter "key" of type "int" in function "get"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/lifx_cloud/scene.py
  <CWD>/homeassistant/components/lifx_cloud/scene.py:83:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/light/__init__.py
  <CWD>/homeassistant/components/light/__init__.py:806:25 - error: "rec" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/light/__init__.py:903:5 - error: "entity_description" overrides symbol of same name in class "ToggleEntity"
    Variable is mutable so its type is invariant
      Override type "LightEntityDescription" is not the same as base type "ToggleEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/light/__init__.py:919:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LightEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/light/__init__.py:1100:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/light/__init__.py:1262:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/light/__init__.py:1435:1 - warning: Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
<CWD>/homeassistant/components/light/reproduce_state.py
  <CWD>/homeassistant/components/light/reproduce_state.py:166:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/lightwave/__init__.py
  <CWD>/homeassistant/components/lightwave/__init__.py:5:6 - error: Import "lightwave.lightwave" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/lightwave/climate.py
  <CWD>/homeassistant/components/lightwave/climate.py:93:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/limitlessled/light.py
  <CWD>/homeassistant/components/limitlessled/light.py:9:26 - error: "Color" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/limitlessled/light.py:10:6 - error: Import "limitlessled.bridge" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/limitlessled/light.py:11:6 - error: Import "limitlessled.group" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/limitlessled/light.py:12:6 - error: Import "limitlessled.group.dimmer" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/limitlessled/light.py:13:6 - error: Import "limitlessled.group.rgbw" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/limitlessled/light.py:14:6 - error: Import "limitlessled.group.rgbww" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/limitlessled/light.py:15:6 - error: Import "limitlessled.group.white" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/limitlessled/light.py:16:6 - error: Import "limitlessled.pipeline" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/limitlessled/light.py:17:6 - error: Import "limitlessled.presets" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/limitlessled/light.py:216:7 - error: Base classes for class "LimitlessLEDGroup" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/limitlessled/light.py:216:7 - error: Base classes for class "LimitlessLEDGroup" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/limitlessled/light.py:216:7 - error: Base classes for class "LimitlessLEDGroup" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/limitlessled/light.py:216:7 - error: Base classes for class "LimitlessLEDGroup" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/limitlessled/light.py:216:7 - error: Base classes for class "LimitlessLEDGroup" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/limitlessled/light.py:216:7 - error: Base classes for class "LimitlessLEDGroup" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/limitlessled/light.py:270:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/limitlessled/light.py:278:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/linkplay/__init__.py
  <CWD>/homeassistant/components/linkplay/__init__.py:53:22 - error: "add_bridge" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/linkplay/__init__.py:54:22 - error: "discover_multirooms" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/linkplay/button.py
  <CWD>/homeassistant/components/linkplay/button.py:76:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LinkPlayButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/linkplay/button.py:76:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "LinkPlayButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/linkplay/button.py:80:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/linkplay/entity.py
  <CWD>/homeassistant/components/linkplay/entity.py:42:53 - error: Argument of type "Literal['project']" cannot be assigned to parameter "key" of type "DeviceAttribute" in function "__getitem__"
    "Literal['project']" is not assignable to "DeviceAttribute" (reportArgumentType)
  <CWD>/homeassistant/components/linkplay/entity.py:45:24 - error: Argument of type "Literal['project']" cannot be assigned to parameter "key" of type "DeviceAttribute" in function "__getitem__"
    "Literal['project']" is not assignable to "DeviceAttribute" (reportArgumentType)
  <CWD>/homeassistant/components/linkplay/entity.py:50:45 - error: Argument of type "Literal['MAC']" cannot be assigned to parameter "key" of type "DeviceAttribute" in function "__getitem__"
    "Literal['MAC']" is not assignable to "DeviceAttribute" (reportArgumentType)
  <CWD>/homeassistant/components/linkplay/entity.py:54:31 - error: Argument of type "LinkPlayEndpoint" cannot be assigned to parameter "configuration_url" of type "str | URL | None" in function "__init__"
    Type "LinkPlayEndpoint" is not assignable to type "str | URL | None"
      "LinkPlayEndpoint" is not assignable to "str"
      "LinkPlayEndpoint" is not assignable to "URL"
      "LinkPlayEndpoint" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/linkplay/entity.py:56:24 - error: Argument of type "Literal['hardware']" cannot be assigned to parameter "key" of type "DeviceAttribute" in function "__getitem__"
    "Literal['hardware']" is not assignable to "DeviceAttribute" (reportArgumentType)
  <CWD>/homeassistant/components/linkplay/entity.py:62:24 - error: Argument of type "Literal['firmware']" cannot be assigned to parameter "key" of type "DeviceAttribute" in function "__getitem__"
    "Literal['firmware']" is not assignable to "DeviceAttribute" (reportArgumentType)
<CWD>/homeassistant/components/linkplay/media_player.py
  <CWD>/homeassistant/components/linkplay/media_player.py:181:15 - error: Method "async_select_source" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:186:15 - error: Method "async_select_sound_mode" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:191:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:199:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:204:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:209:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:214:15 - error: Method "async_media_stop" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:219:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:224:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:229:15 - error: Method "async_set_repeat" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:251:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:273:15 - error: Method "async_media_seek" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:278:15 - error: Method "async_join_players" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:311:9 - error: "group_members" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:333:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/linkplay/media_player.py:340:15 - error: Method "async_unjoin_player" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/linkplay/select.py
  <CWD>/homeassistant/components/linkplay/select.py:53:27 - error: Argument of type "(bridge: LinkPlayBridge) -> CoroutineType[Any, Any, str]" cannot be assigned to parameter "current_option_fn" of type "(LinkPlayPlayer) -> Awaitable[str]" in function "__init__"
    Type "(bridge: LinkPlayBridge) -> CoroutineType[Any, Any, str]" is not assignable to type "(LinkPlayPlayer) -> Awaitable[str]"
      Parameter 1: type "LinkPlayPlayer" is incompatible with type "LinkPlayBridge"
        "LinkPlayPlayer" is not assignable to "LinkPlayBridge" (reportArgumentType)
  <CWD>/homeassistant/components/linkplay/select.py:56:37 - error: Cannot access attribute "player" for class "LinkPlayPlayer"
    Attribute "player" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/linkplay/select.py:75:28 - error: Argument of type "LinkPlayBridge" cannot be assigned to parameter "bridge" of type "LinkPlayPlayer" in function "__init__"
    "LinkPlayBridge" is not assignable to "LinkPlayPlayer" (reportArgumentType)
  <CWD>/homeassistant/components/linkplay/select.py:91:26 - error: Argument of type "LinkPlayPlayer" cannot be assigned to parameter "bridge" of type "LinkPlayBridge" in function "__init__"
    "LinkPlayPlayer" is not assignable to "LinkPlayBridge" (reportArgumentType)
  <CWD>/homeassistant/components/linkplay/select.py:92:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LinkPlaySelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/linkplay/select.py:92:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "LinkPlaySelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/linkplay/select.py:93:42 - error: Cannot access attribute "device" for class "LinkPlayPlayer"
    Attribute "device" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/linkplay/select.py:100:17 - error: Argument of type "LinkPlayBridge" cannot be assigned to parameter of type "LinkPlayPlayer"
    "LinkPlayBridge" is not assignable to "LinkPlayPlayer" (reportArgumentType)
  <CWD>/homeassistant/components/linkplay/select.py:110:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/linkplay/select.py:112:53 - error: Argument of type "LinkPlayBridge" cannot be assigned to parameter of type "LinkPlayPlayer"
    "LinkPlayBridge" is not assignable to "LinkPlayPlayer" (reportArgumentType)
<CWD>/homeassistant/components/linode/__init__.py
  <CWD>/homeassistant/components/linode/__init__.py:49:19 - error: "errors" is not a known attribute of module "linode" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/linode/switch.py
  <CWD>/homeassistant/components/linode/switch.py:73:22 - error: "status" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/linode/switch.py:74:23 - error: "boot" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/linode/switch.py:78:22 - error: "status" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/linode/switch.py:79:23 - error: "shutdown" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/linux_battery/sensor.py
  <CWD>/homeassistant/components/linux_battery/sensor.py:8:6 - error: Import "batinfo" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/linux_battery/sensor.py:100:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/litejet/scene.py
  <CWD>/homeassistant/components/litejet/scene.py:71:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/litejet/switch.py
  <CWD>/homeassistant/components/litejet/switch.py:86:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/litterrobot/binary_sensor.py
  <CWD>/homeassistant/components/litterrobot/binary_sensor.py:90:7 - error: Base classes for class "LitterRobotBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/binary_sensor.py:95:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RobotBinarySensorEntityDescription[_WhiskerEntityT@LitterRobotBinarySensorEntity]" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/binary_sensor.py:98:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/litterrobot/button.py
  <CWD>/homeassistant/components/litterrobot/button.py:65:7 - error: Base classes for class "LitterRobotButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/button.py:68:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "RobotButtonEntityDescription[_WhiskerEntityT@LitterRobotButtonEntity]" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/litterrobot/entity.py
  <CWD>/homeassistant/components/litterrobot/entity.py:8:31 - error: "EVENT_UPDATE" is not exported from module "pylitterbot.robot"
    Import from "pylitterbot.event" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/litterrobot/select.py
  <CWD>/homeassistant/components/litterrobot/select.py:124:7 - error: Base classes for class "LitterRobotSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/select.py:131:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "RobotSelectEntityDescription[_WhiskerEntityT@LitterRobotSelectEntity, _CastTypeT@LitterRobotSelectEntity]" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/select.py:145:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/litterrobot/sensor.py
  <CWD>/homeassistant/components/litterrobot/sensor.py:248:7 - error: Base classes for class "LitterRobotSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/sensor.py:251:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RobotSensorEntityDescription[_WhiskerEntityT@LitterRobotSensorEntity]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/sensor.py:254:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/sensor.py:259:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/sensor.py:266:9 - error: "last_reset" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/litterrobot/switch.py
  <CWD>/homeassistant/components/litterrobot/switch.py:128:7 - error: Base classes for class "RobotSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/switch.py:131:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "RobotSwitchEntityDescription[_WhiskerEntityT@RobotSwitchEntity]" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/switch.py:134:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/litterrobot/time.py
  <CWD>/homeassistant/components/litterrobot/time.py:67:7 - error: Base classes for class "LitterRobotTimeEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/time.py:70:5 - error: "entity_description" overrides symbol of same name in class "TimeEntity"
    Variable is mutable so its type is invariant
      Override type "RobotTimeEntityDescription[_WhiskerEntityT@LitterRobotTimeEntity]" is not the same as base type "TimeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/time.py:73:9 - error: "native_value" overrides symbol of same name in class "TimeEntity"
    "property" is not assignable to "cached_property[time | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/litterrobot/update.py
  <CWD>/homeassistant/components/litterrobot/update.py:49:7 - error: Base classes for class "RobotUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/update.py:58:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/update.py:63:9 - error: "in_progress" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/update.py:68:9 - error: "should_poll" overrides symbol of same name in class "BaseCoordinatorEntity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/update.py:68:9 - error: "should_poll" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/litterrobot/vacuum.py
  <CWD>/homeassistant/components/litterrobot/vacuum.py:71:7 - error: Base classes for class "LitterRobotCleaner" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/litterrobot/vacuum.py:79:9 - error: "activity" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[VacuumActivity | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/livisi/binary_sensor.py
  <CWD>/homeassistant/components/livisi/binary_sensor.py:50:7 - error: Base classes for class "LivisiBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/livisi/climate.py
  <CWD>/homeassistant/components/livisi/climate.py:62:7 - error: Base classes for class "LivisiClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/livisi/climate.py:93:13 - error: Argument of type "Any | None" cannot be assigned to parameter "target_temperature" of type "float" in function "async_vrcc_set_temperature"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportArgumentType)
<CWD>/homeassistant/components/livisi/config_flow.py
  <CWD>/homeassistant/components/livisi/config_flow.py:25:38 - error: Cannot assign to attribute "aio_livisi" for class "LivisiFlowHandler*"
    "None" is not assignable to "AioLivisi" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/livisi/coordinator.py
  <CWD>/homeassistant/components/livisi/coordinator.py:98:36 - error: Type "dict[str, Any] | None" is not assignable to declared type "dict[str, Any]"
    Type "dict[str, Any] | None" is not assignable to type "dict[str, Any]"
      "None" is not assignable to "dict[str, Any]" (reportAssignmentType)
  <CWD>/homeassistant/components/livisi/coordinator.py:107:42 - error: Type "dict[str, Any]" is not assignable to declared type "list[dict[str, Any]]"
    "dict[str, Any]" is not assignable to "list[dict[str, Any]]" (reportAssignmentType)
<CWD>/homeassistant/components/livisi/switch.py
  <CWD>/homeassistant/components/livisi/switch.py:49:7 - error: Base classes for class "LivisiSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/local_calendar/calendar.py
  <CWD>/homeassistant/components/local_calendar/calendar.py:220:12 - error: Operator "-" not supported for types "datetime | date" and "date | datetime"
    Operator "-" not supported for types "datetime" and "date" (reportOperatorIssue)
<CWD>/homeassistant/components/local_file/camera.py
  <CWD>/homeassistant/components/local_file/camera.py:90:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/locative/device_tracker.py
  <CWD>/homeassistant/components/locative/device_tracker.py:46:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/locative/device_tracker.py:58:9 - error: Object of type "None" cannot be called (reportOptionalCall)
<CWD>/homeassistant/components/lock/__init__.py
  <CWD>/homeassistant/components/lock/__init__.py:116:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LockEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lock/__init__.py:125:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lock/__init__.py:126:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LockEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lock/__init__.py:247:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lock/__init__.py:257:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lock/device_action.py
  <CWD>/homeassistant/components/lock/device_action.py:89:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/lock/reproduce_state.py
  <CWD>/homeassistant/components/lock/reproduce_state.py:64:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/logbook/processor.py
  <CWD>/homeassistant/components/logbook/processor.py:257:38 - error: Argument of type "EventType[Any] | str | Any | None" cannot be assigned to parameter "key" of type "EventType[Any] | str" in function "__getitem__"
    Type "EventType[Any] | str | Any | None" is not assignable to type "EventType[Any] | str"
      Type "None" is not assignable to type "EventType[Any] | str"
        "None" is not assignable to "EventType[Any]"
        "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/logbook/processor.py:365:34 - error: Argument of type "Any | EventType[Any] | str | None" cannot be assigned to parameter "key" of type "EventType[Any] | str" in function "__getitem__"
    Type "Any | EventType[Any] | str | None" is not assignable to type "EventType[Any] | str"
      Type "None" is not assignable to type "EventType[Any] | str"
        "None" is not assignable to "EventType[Any]"
        "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/london_air/sensor.py
  <CWD>/homeassistant/components/london_air/sensor.py:117:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/london_air/sensor.py:122:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/london_air/sensor.py:132:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/london_air/sensor.py:137:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/london_underground/config_flow.py
  <CWD>/homeassistant/components/london_underground/config_flow.py:36:9 - error: Method "async_get_options_flow" overrides class "ConfigFlow" in an incompatible manner
    Parameter 1 name mismatch: base parameter is named "config_entry", override parameter is named "_" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/london_underground/sensor.py
  <CWD>/homeassistant/components/london_underground/sensor.py:95:7 - error: Base classes for class "LondonTubeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/london_underground/sensor.py:117:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/london_underground/sensor.py:122:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/london_underground/sensor.py:127:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lookin/__init__.py
  <CWD>/homeassistant/components/lookin/__init__.py:81:78 - error: Argument of type "None" cannot be assigned to parameter "device_id" of type "str" in function "start_lookin_udp"
    "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lookin/__init__.py:82:20 - error: Type "LookinUDPSubscriptions | None" is not assignable to return type "LookinUDPSubscriptions"
    Type "LookinUDPSubscriptions | None" is not assignable to type "LookinUDPSubscriptions"
      "None" is not assignable to "LookinUDPSubscriptions" (reportReturnType)
  <CWD>/homeassistant/components/lookin/__init__.py:156:30 - error: "meteo_coordinator" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/lookin/__init__.py:157:33 - error: Argument of type "str | None" cannot be assigned to parameter "value" of type "str" in function "update_from_value"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lookin/__init__.py:158:9 - error: "meteo_coordinator" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/lookin/__init__.py:178:27 - error: "meteo_coordinator" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/lookin/climate.py
  <CWD>/homeassistant/components/lookin/climate.py:91:7 - error: Base classes for class "ConditionerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lookin/climate.py:103:5 - error: "_attr_fan_modes" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "list[str]" is not the same as base type "list[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lookin/climate.py:104:5 - error: "_attr_swing_modes" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "list[str]" is not the same as base type "list[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lookin/climate.py:183:18 - error: Argument of type "str | None" cannot be assigned to parameter "uuid" of type "str" in function "update_conditioner"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lookin/climate.py:204:52 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lookin/climate.py:205:49 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/lookin/climate.py:217:42 - error: Argument of type "str | None" cannot be assigned to parameter "status" of type "str" in function "update_from_status"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/lookin/entity.py
  <CWD>/homeassistant/components/lookin/entity.py:161:34 - error: Argument of type "str | None" cannot be assigned to parameter "status" of type "str" in function "_update_from_status"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/lookin/entity.py:175:34 - error: Argument of type "str | None" cannot be assigned to parameter "status" of type "str" in function "_update_from_status"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/lookin/light.py
  <CWD>/homeassistant/components/lookin/light.py:47:7 - error: Base classes for class "LookinLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lookin/media_player.py
  <CWD>/homeassistant/components/lookin/media_player.py:71:7 - error: Base classes for class "LookinMedia" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lookin/media_player.py:93:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lookin/sensor.py
  <CWD>/homeassistant/components/lookin/sensor.py:58:7 - error: Base classes for class "LookinSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/loqed/lock.py
  <CWD>/homeassistant/components/loqed/lock.py:29:7 - error: Base classes for class "LoqedLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/loqed/lock.py:42:9 - error: "changed_by" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/loqed/lock.py:47:9 - error: "is_locking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/loqed/lock.py:52:9 - error: "is_unlocking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/loqed/lock.py:57:9 - error: "is_jammed" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/loqed/lock.py:62:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/loqed/sensor.py
  <CWD>/homeassistant/components/loqed/sensor.py:53:7 - error: Base classes for class "LoqedSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/loqed/sensor.py:67:16 - error: Type "Lock" is not assignable to return type "StatusMessage"
    "Lock" is not assignable to "StatusMessage" (reportReturnType)
  <CWD>/homeassistant/components/loqed/sensor.py:70:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lovelace/resources.py
  <CWD>/homeassistant/components/lovelace/resources.py:153:15 - error: Method "ws_list_item" overrides class "StorageCollectionWebsocket" in an incompatible manner
    Base method is declared as an instance method but override is not
    Positional parameter count mismatch; base method has 4, but override has 3
    Parameter 1 mismatch: base parameter "self" is keyword parameter, override parameter is position-only
    Parameter 2 mismatch: base parameter "hass" is keyword parameter, override parameter is position-only
    Parameter 3 mismatch: base parameter "connection" is keyword parameter, override parameter is position-only
    Parameter 4 mismatch: base parameter "msg" is keyword parameter, override parameter is position-only (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/lovelace/websocket.py
  <CWD>/homeassistant/components/lovelace/websocket.py:61:43 - error: "result" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/luci/device_tracker.py
  <CWD>/homeassistant/components/luci/device_tracker.py:7:6 - error: Import "openwrt_luci_rpc" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/luftdaten/sensor.py
  <CWD>/homeassistant/components/luftdaten/sensor.py:91:7 - error: Base classes for class "SensorCommunitySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/luftdaten/sensor.py:131:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lunatone/__init__.py
  <CWD>/homeassistant/components/lunatone/__init__.py:45:34 - error: "device" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/lunatone/__init__.py:50:30 - error: "device" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/lunatone/__init__.py:50:67 - error: "device" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/lunatone/light.py
  <CWD>/homeassistant/components/lunatone/light.py:73:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lunatone/light.py:84:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lunatone/light.py:89:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lunatone/light.py:94:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lunatone/light.py:101:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lunatone/light.py:108:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lupusec/alarm_control_panel.py
  <CWD>/homeassistant/components/lupusec/alarm_control_panel.py:49:52 - error: "devices" is not a known attribute of module "lupupy" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lupusec/alarm_control_panel.py:62:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lupusec/binary_sensor.py
  <CWD>/homeassistant/components/lupusec/binary_sensor.py:51:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lupusec/binary_sensor.py:56:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lupusec/binary_sensor.py:56:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lupusec/entity.py
  <CWD>/homeassistant/components/lupusec/entity.py:16:39 - error: "devices" is not a known attribute of module "lupupy" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lupusec/entity.py:29:39 - error: "devices" is not a known attribute of module "lupupy" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lupusec/entity.py:44:16 - error: Type "str | None" is not assignable to return type "str"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportReturnType)
<CWD>/homeassistant/components/lupusec/switch.py
  <CWD>/homeassistant/components/lupusec/switch.py:54:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron/__init__.py
  <CWD>/homeassistant/components/lutron/__init__.py:127:74 - error: Argument of type "tuple[Unknown, Unknown, Unknown, Unknown | None]" cannot be assigned to parameter "object" of type "tuple[str, Keypad, Button, Led]" in function "append"
    Type "Unknown | None" is not assignable to type "Led"
      "None" is not assignable to "Led" (reportArgumentType)
<CWD>/homeassistant/components/lutron/binary_sensor.py
  <CWD>/homeassistant/components/lutron/binary_sensor.py:41:7 - error: Base classes for class "LutronOccupancySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron/binary_sensor.py:53:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron/config_flow.py
  <CWD>/homeassistant/components/lutron/config_flow.py:62:48 - error: "guid" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/lutron/cover.py
  <CWD>/homeassistant/components/lutron/cover.py:45:7 - error: Base classes for class "LutronCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron/cover.py:82:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron/entity.py
  <CWD>/homeassistant/components/lutron/entity.py:44:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron/entity.py:92:13 - error: Could not access item in TypedDict
    "identifiers" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/lutron/event.py
  <CWD>/homeassistant/components/lutron/event.py:46:7 - error: Base classes for class "LutronEventEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron/event.py:77:60 - error: Argument of type "(button: Button, _context: None, event: LutronEvent, _params: dict[Unknown, Unknown]) -> None" cannot be assigned to parameter "handler" of type "LutronEventHandler" in function "subscribe"
    Type "(button: Button, _context: None, event: LutronEvent, _params: dict[Unknown, Unknown]) -> None" is not assignable to type "LutronEventHandler"
      Parameter 1: type "LutronEntity" is incompatible with type "Button"
        "LutronEntity" is not assignable to "Button" (reportArgumentType)
<CWD>/homeassistant/components/lutron/fan.py
  <CWD>/homeassistant/components/lutron/fan.py:37:7 - error: Base classes for class "LutronFan" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron/light.py
  <CWD>/homeassistant/components/lutron/light.py:58:7 - error: Base classes for class "LutronLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron/light.py:106:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron/scene.py
  <CWD>/homeassistant/components/lutron/scene.py:35:7 - error: Base classes for class "LutronScene" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron/switch.py
  <CWD>/homeassistant/components/lutron/switch.py:42:7 - error: Base classes for class "LutronSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron/switch.py:57:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron/switch.py:70:7 - error: Base classes for class "LutronLed" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron/switch.py:90:37 - error: Cannot assign to attribute "state" for class "Led"
    "Literal[1]" is not assignable to "bool" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lutron/switch.py:94:37 - error: Cannot assign to attribute "state" for class "Led"
    "Literal[0]" is not assignable to "bool" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/lutron/switch.py:97:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron_caseta/binary_sensor.py
  <CWD>/homeassistant/components/lutron_caseta/binary_sensor.py:64:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/binary_sensor.py:81:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/binary_sensor.py:86:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron_caseta/button.py
  <CWD>/homeassistant/components/lutron_caseta/button.py:68:7 - error: Base classes for class "LutronCasetaButton" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/button.py:68:7 - error: Base classes for class "LutronCasetaButton" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron_caseta/cover.py
  <CWD>/homeassistant/components/lutron_caseta/cover.py:29:7 - error: Base classes for class "LutronCasetaShade" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/cover.py:29:7 - error: Base classes for class "LutronCasetaShade" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/cover.py:43:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/cover.py:48:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/cover.py:104:7 - error: Base classes for class "LutronCasetaTiltOnlyBlind" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/cover.py:104:7 - error: Base classes for class "LutronCasetaTiltOnlyBlind" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/cover.py:116:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/cover.py:121:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron_caseta/entity.py
  <CWD>/homeassistant/components/lutron_caseta/entity.py:91:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/entity.py:96:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron_caseta/fan.py
  <CWD>/homeassistant/components/lutron_caseta/fan.py:44:7 - error: Base classes for class "LutronCasetaFan" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/fan.py:44:7 - error: Base classes for class "LutronCasetaFan" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/fan.py:55:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron_caseta/light.py
  <CWD>/homeassistant/components/lutron_caseta/light.py:84:7 - error: Base classes for class "LutronCasetaLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/light.py:84:7 - error: Base classes for class "LutronCasetaLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/light.py:140:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/light.py:169:29 - error: Argument of type "int | None" cannot be assigned to parameter "enabled" of type "bool" in function "set_warm_dim"
    Type "int | None" is not assignable to type "bool"
      "int" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/lutron_caseta/light.py:185:36 - error: Argument of type "float" cannot be assigned to parameter "hue" of type "int" in function "__init__"
    "float" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/lutron_caseta/light.py:185:49 - error: Argument of type "float" cannot be assigned to parameter "saturation" of type "int" in function "__init__"
    "float" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/lutron_caseta/light.py:200:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/light.py:217:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/light.py:222:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lutron_caseta/logbook.py
  <CWD>/homeassistant/components/lutron_caseta/logbook.py:49:25 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/homeassistant/components/lutron_caseta/switch.py
  <CWD>/homeassistant/components/lutron_caseta/switch.py:31:7 - error: Base classes for class "LutronCasetaLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/switch.py:31:7 - error: Base classes for class "LutronCasetaLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lutron_caseta/switch.py:61:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lw12wifi/light.py
  <CWD>/homeassistant/components/lw12wifi/light.py:8:8 - error: Import "lw12" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/lw12wifi/light.py:81:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lw12wifi/light.py:86:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lw12wifi/light.py:91:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lw12wifi/light.py:96:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lw12wifi/light.py:103:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lw12wifi/light.py:108:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lw12wifi/light.py:116:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lyric/climate.py
  <CWD>/homeassistant/components/lyric/climate.py:161:7 - error: Base classes for class "LyricClimate" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:161:7 - error: Base classes for class "LyricClimate" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:161:7 - error: Base classes for class "LyricClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:247:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ClimateEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:250:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:255:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:263:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:268:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:281:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:292:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:303:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:308:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:316:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/climate.py:324:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lyric/entity.py
  <CWD>/homeassistant/components/lyric/entity.py:37:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/entity.py:56:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/lyric/sensor.py
  <CWD>/homeassistant/components/lyric/sensor.py:192:7 - error: Base classes for class "LyricSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/sensor.py:192:7 - error: Base classes for class "LyricSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/sensor.py:192:7 - error: Base classes for class "LyricSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/sensor.py:211:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LyricSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/sensor.py:211:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "LyricSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/sensor.py:219:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/sensor.py:224:7 - error: Base classes for class "LyricAccessorySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/sensor.py:224:7 - error: Base classes for class "LyricAccessorySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/sensor.py:224:7 - error: Base classes for class "LyricAccessorySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/sensor.py:247:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "LyricSensorAccessoryEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/sensor.py:247:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "LyricSensorAccessoryEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/lyric/sensor.py:255:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/madvr/binary_sensor.py
  <CWD>/homeassistant/components/madvr/binary_sensor.py:67:7 - error: Base classes for class "MadvrBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/madvr/binary_sensor.py:79:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MadvrBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/madvr/binary_sensor.py:79:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "MadvrBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/madvr/binary_sensor.py:83:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/madvr/config_flow.py
  <CWD>/homeassistant/components/madvr/config_flow.py:8:25 - error: "HeartBeatError" is not exported from module "madvr.madvr"
    Import from "madvr.errors" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/madvr/remote.py
  <CWD>/homeassistant/components/madvr/remote.py:33:7 - error: Base classes for class "MadvrRemote" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/madvr/remote.py:48:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/madvr/sensor.py
  <CWD>/homeassistant/components/madvr/sensor.py:263:7 - error: Base classes for class "MadvrSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/madvr/sensor.py:273:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MadvrSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/madvr/sensor.py:273:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MadvrSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/madvr/sensor.py:277:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mailgun/notify.py
  <CWD>/homeassistant/components/mailgun/notify.py:36:36 - error: Argument missing for parameter "v" (reportCallIssue)
  <CWD>/homeassistant/components/mailgun/notify.py:36:76 - error: Argument missing for parameter "v" (reportCallIssue)
<CWD>/homeassistant/components/manual/alarm_control_panel.py
  <CWD>/homeassistant/components/manual/alarm_control_panel.py:205:7 - error: Base classes for class "ManualAlarm" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/manual/alarm_control_panel.py:205:7 - error: Base classes for class "ManualAlarm" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/manual/alarm_control_panel.py:205:7 - error: Base classes for class "ManualAlarm" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/manual/alarm_control_panel.py:205:7 - error: Base classes for class "ManualAlarm" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/manual/alarm_control_panel.py:258:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/manual/alarm_control_panel.py:310:9 - error: "code_format" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[CodeFormat | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/manual/alarm_control_panel.py:432:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/manual_mqtt/alarm_control_panel.py
  <CWD>/homeassistant/components/manual_mqtt/alarm_control_panel.py:309:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/manual_mqtt/alarm_control_panel.py:321:24 - error: Type "Any | AlarmControlPanelState | str" is not assignable to return type "AlarmControlPanelState"
    Type "Any | AlarmControlPanelState | str" is not assignable to type "AlarmControlPanelState"
      "str" is not assignable to "AlarmControlPanelState" (reportReturnType)
  <CWD>/homeassistant/components/manual_mqtt/alarm_control_panel.py:328:16 - error: Type "str | Any | Literal[AlarmControlPanelState.TRIGGERED, AlarmControlPanelState.DISARMED, AlarmControlPanelState.ARMED_HOME, AlarmControlPanelState.ARMED_AWAY, AlarmControlPanelState.ARMED_NIGHT, AlarmControlPanelState.ARMED_VACATION, AlarmControlPanelState.ARMED_CUSTOM_BYPASS, AlarmControlPanelState.PENDING, AlarmControlPanelState.ARMING, AlarmControlPanelState.DISARMING]" is not assignable to return type "AlarmControlPanelState"
    Type "str | Any | Literal[AlarmControlPanelState.TRIGGERED, AlarmControlPanelState.DISARMED, AlarmControlPanelState.ARMED_HOME, AlarmControlPanelState.ARMED_AWAY, AlarmControlPanelState.ARMED_NIGHT, AlarmControlPanelState.ARMED_VACATION, AlarmControlPanelState.ARMED_CUSTOM_BYPASS, AlarmControlPanelState.PENDING, AlarmControlPanelState.ARMING, AlarmControlPanelState.DISARMING]" is not assignable to type "AlarmControlPanelState"
      "str" is not assignable to "AlarmControlPanelState" (reportReturnType)
  <CWD>/homeassistant/components/manual_mqtt/alarm_control_panel.py:349:9 - error: "code_format" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[CodeFormat | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/manual_mqtt/alarm_control_panel.py:446:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mastodon/sensor.py
  <CWD>/homeassistant/components/mastodon/sensor.py:73:7 - error: Base classes for class "MastodonSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mastodon/sensor.py:76:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MastodonSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mastodon/sensor.py:79:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mastodon/services.py
  <CWD>/homeassistant/components/mastodon/services.py:146:42 - error: Argument of type "MaybeSnowflakeIdType | None" cannot be assigned to parameter "media_ids" of type "List[IdType | MediaAttachment] | None" in function "status_post"
    Type "MaybeSnowflakeIdType | None" is not assignable to type "List[IdType | MediaAttachment] | None"
      Type "MaybeSnowflakeIdType" is not assignable to type "List[IdType | MediaAttachment] | None"
        "MaybeSnowflakeIdType" is not assignable to "List[IdType | MediaAttachment]"
        "MaybeSnowflakeIdType" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/matrix/__init__.py
  <CWD>/homeassistant/components/matrix/__init__.py:208:44 - error: Argument of type "tuple[type[ReactionEvent], type[RoomMessageText]]" cannot be assigned to parameter "filter" of type "type[Event] | Tuple[type[Event], None]" in function "add_event_callback"
    Type "tuple[type[ReactionEvent], type[RoomMessageText]]" is not assignable to type "type[Event] | Tuple[type[Event], None]"
      Type "tuple[type[ReactionEvent], type[RoomMessageText]]" is not assignable to type "type[Event]"
      "tuple[type[ReactionEvent], type[RoomMessageText]]" is not assignable to "Tuple[type[Event], None]"
        Tuple entry 2 is incorrect type
          Type is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/matrix/__init__.py:232:32 - error: Could not access item in TypedDict
    "rooms" is not a required key in "ConfigCommand", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/matrix/__init__.py:236:32 - error: Could not access item in TypedDict
    "rooms" is not a required key in "ConfigCommand", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/matrix/__init__.py:240:32 - error: Could not access item in TypedDict
    "rooms" is not a required key in "ConfigCommand", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/matrix/__init__.py:259:72 - error: Argument of type "str" cannot be assigned to parameter "key" of type "ReactionCommand" in function "get"
    "str" is not assignable to "ReactionCommand" (reportArgumentType)
  <CWD>/homeassistant/components/matrix/__init__.py:294:21 - error: Could not access item in TypedDict
    "expression" is not a required key in "ConfigCommand", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/matrix/__init__.py:348:35 - error: "room_id" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/matrix/__init__.py:422:27 - error: Argument of type "str | None" cannot be assigned to parameter "device_id" of type "str" in function "restore_login"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/matrix/__init__.py:423:30 - error: Argument of type "dict[str, JsonValueType] | list[JsonValueType] | str | int | float | bool" cannot be assigned to parameter "access_token" of type "str" in function "restore_login"
    Type "dict[str, JsonValueType] | list[JsonValueType] | str | int | float | bool" is not assignable to type "str"
      "float" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/matrix/__init__.py:516:30 - error: Argument of type "str | None" cannot be assigned to parameter "content_type" of type "str" in function "upload"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/matter/binary_sensor.py
  <CWD>/homeassistant/components/matter/binary_sensor.py:48:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "MatterBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/matter/button.py
  <CWD>/homeassistant/components/matter/button.py:46:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "MatterButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/matter/climate.py
  <CWD>/homeassistant/components/matter/climate.py:311:26 - error: "_attr_hvac_mode" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "HVACMode" is not the same as base type "HVACMode | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/matter/cover.py
  <CWD>/homeassistant/components/matter/cover.py:73:5 - error: "entity_description" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "MatterCoverEntityDescription" is not the same as base type "CoverEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/matter/cover.py:76:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/matter/discovery.py
  <CWD>/homeassistant/components/matter/discovery.py:140:25 - error: Argument of type "classproperty" cannot be assigned to parameter "cluster" of type "type[_CLUSTER_T@get_attribute_value] | int | None" in function "get_attribute_value"
    Type "classproperty" is not assignable to type "type[_CLUSTER_T@get_attribute_value] | int | None"
      Type "classproperty" is not assignable to type "type[_CLUSTER_T@get_attribute_value]"
      "classproperty" is not assignable to "int"
      "classproperty" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/matter/entity.py
  <CWD>/homeassistant/components/matter/entity.py:142:25 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/matter/entity.py:142:50 - error: Argument of type "uint | None" cannot be assigned to parameter "key" of type "int" in function "get"
    Type "uint | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/matter/entity.py:208:32 - error: Argument of type "classproperty" cannot be assigned to parameter "cluster_id" of type "int | None" in function "create_attribute_path"
    Type "classproperty" is not assignable to type "int | None"
      "classproperty" is not assignable to "int"
      "classproperty" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/matter/entity.py:275:41 - error: Argument of type "classproperty" cannot be assigned to parameter "cluster_id" of type "int | None" in function "create_attribute_path"
    Type "classproperty" is not assignable to type "int | None"
      "classproperty" is not assignable to "int"
      "classproperty" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/matter/entity.py:275:63 - error: Argument of type "classproperty" cannot be assigned to parameter "attribute_id" of type "int | None" in function "create_attribute_path"
    Type "classproperty" is not assignable to type "int | None"
      "classproperty" is not assignable to "int"
      "classproperty" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/matter/light.py
  <CWD>/homeassistant/components/matter/light.py:97:5 - error: "entity_description" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "MatterLightEntityDescription" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/matter/light.py:271:17 - error: Argument of type "Nullable | uint" cannot be assigned to parameter "number" of type "float" in function "renormalize"
    Type "Nullable | uint" is not assignable to type "float"
      "Nullable" is not assignable to "float" (reportArgumentType)
<CWD>/homeassistant/components/matter/lock.py
  <CWD>/homeassistant/components/matter/lock.py:115:9 - error: "code_format" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/matter/number.py
  <CWD>/homeassistant/components/matter/number.py:76:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "MatterNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/matter/number.py:97:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "MatterRangeNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/matter/number.py:138:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "MatterNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/matter/select.py
  <CWD>/homeassistant/components/matter/select.py:74:5 - error: "device_to_ha" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/matter/select.py:75:5 - error: "ha_to_device" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/matter/select.py:96:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "MatterSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/matter/select.py:121:5 - error: "entity_description" overrides symbol of same name in class "MatterAttributeSelectEntity"
    Variable is mutable so its type is invariant
      Override type "MatterMapSelectEntityDescription" is not the same as base type "MatterSelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/matter/select.py:146:34 - error: Type "None" is not assignable to declared type "SelectCluster"
    Type "None" is not assignable to type "SelectCluster"
      "None" is not assignable to "ModeSelect"
      "None" is not assignable to "OvenMode"
      "None" is not assignable to "LaundryWasherMode"
      "None" is not assignable to "RefrigeratorAndTemperatureControlledCabinetMode"
      "None" is not assignable to "RvcRunMode"
      "None" is not assignable to "RvcCleanMode"
      "None" is not assignable to "DishwasherMode"
    ... (reportAssignmentType)
  <CWD>/homeassistant/components/matter/select.py:147:13 - error: Argument of type "classproperty" cannot be assigned to parameter "cluster" of type "type[_CLUSTER_T@get_cluster] | int" in function "get_cluster"
    Type "classproperty" is not assignable to type "type[_CLUSTER_T@get_cluster] | int"
      Type "classproperty" is not assignable to type "type[_CLUSTER_T@get_cluster]"
      "classproperty" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/matter/select.py:163:34 - error: Type "None" is not assignable to declared type "SelectCluster"
    Type "None" is not assignable to type "SelectCluster"
      "None" is not assignable to "ModeSelect"
      "None" is not assignable to "OvenMode"
      "None" is not assignable to "LaundryWasherMode"
      "None" is not assignable to "RefrigeratorAndTemperatureControlledCabinetMode"
      "None" is not assignable to "RvcRunMode"
      "None" is not assignable to "RvcCleanMode"
      "None" is not assignable to "DishwasherMode"
    ... (reportAssignmentType)
  <CWD>/homeassistant/components/matter/select.py:164:13 - error: Argument of type "classproperty" cannot be assigned to parameter "cluster" of type "type[_CLUSTER_T@get_cluster] | int" in function "get_cluster"
    Type "classproperty" is not assignable to type "type[_CLUSTER_T@get_cluster] | int"
      Type "classproperty" is not assignable to type "type[_CLUSTER_T@get_cluster]"
      "classproperty" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/matter/select.py:177:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "MatterListSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/matter/sensor.py
  <CWD>/homeassistant/components/matter/sensor.py:232:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MatterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/matter/sensor.py:243:35 - error: Cannot assign to attribute "_attr_native_value" for class "MatterSensor*"
    Type "Nullable | float | None" is not assignable to type "StateType | date | datetime | Decimal"
      Type "Nullable" is not assignable to type "StateType | date | datetime | Decimal"
        "Nullable" is not assignable to "str"
        "Nullable" is not assignable to "int"
        "Nullable" is not assignable to "float"
        "Nullable" is not assignable to "None"
        "Nullable" is not assignable to "date"
        "Nullable" is not assignable to "datetime"
    ... (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/matter/sensor.py:249:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MatterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/matter/sensor.py:272:45 - error: Operator "/" not supported for types "Nullable | float" and "Nullable | float | None"
    Operator "/" not supported for types "Nullable" and "Nullable"
    Operator "/" not supported for types "Nullable" and "float"
    Operator "/" not supported for types "Nullable" and "None"
    Operator "/" not supported for types "float" and "Nullable"
    Operator "/" not supported for types "float" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/matter/sensor.py:272:45 - error: Operator "*" not supported for types "Unknown | float" and "Nullable | float | None"
    Operator "*" not supported for types "float" and "Nullable" when expected type is "_SupportsRound2[float]"
    Operator "*" not supported for types "float" and "None" when expected type is "_SupportsRound2[float]" (reportOperatorIssue)
  <CWD>/homeassistant/components/matter/sensor.py:278:5 - error: "entity_description" overrides symbol of same name in class "MatterSensor"
    Variable is mutable so its type is invariant
      Override type "MatterOperationalStateSensorEntityDescription" is not the same as base type "MatterSensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/matter/sensor.py:316:5 - error: "entity_description" overrides symbol of same name in class "MatterSensor"
    Variable is mutable so its type is invariant
      Override type "MatterListSensorEntityDescription" is not the same as base type "MatterSensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/matter/switch.py
  <CWD>/homeassistant/components/matter/switch.py:152:19 - error: "send_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/matter/update.py
  <CWD>/homeassistant/components/matter/update.py:195:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/matter/vacuum.py
  <CWD>/homeassistant/components/matter/vacuum.py:76:5 - error: "entity_description" overrides symbol of same name in class "StateVacuumEntity"
    Variable is mutable so its type is invariant
      Override type "MatterStateVacuumEntityDescription" is not the same as base type "StateVacuumEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/matter/valve.py
  <CWD>/homeassistant/components/matter/valve.py:48:5 - error: "entity_description" overrides symbol of same name in class "ValveEntity"
    Variable is mutable so its type is invariant
      Override type "MatterValveEntityDescription" is not the same as base type "ValveEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/matter/water_heater.py
  <CWD>/homeassistant/components/matter/water_heater.py:129:13 - error: Type "WaterHeaterBoostInfoStruct" is not assignable to declared type "type[WaterHeaterBoostInfoStruct]"
    Type "WaterHeaterBoostInfoStruct" is not assignable to type "type[WaterHeaterBoostInfoStruct]" (reportAssignmentType)
  <CWD>/homeassistant/components/matter/water_heater.py:177:18 - error: "_attr_current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/maxcube/binary_sensor.py
  <CWD>/homeassistant/components/maxcube/binary_sensor.py:64:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/maxcube/binary_sensor.py:82:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/maxcube/climate.py
  <CWD>/homeassistant/components/maxcube/climate.py:96:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/maxcube/climate.py:104:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/maxcube/climate.py:109:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/maxcube/climate.py:114:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/maxcube/climate.py:156:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/maxcube/climate.py:179:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/maxcube/climate.py:195:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/maxcube/climate.py:228:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mcp/config_flow.py
  <CWD>/homeassistant/components/mcp/config_flow.py:152:5 - error: "logger" incorrectly overrides property of same name in class "AbstractOAuth2FlowHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/mcp/config_flow.py:152:14 - error: Type "Logger" is not assignable to declared type "property"
    "Logger" is not assignable to "property" (reportAssignmentType)
<CWD>/homeassistant/components/mcp_server/http.py
  <CWD>/homeassistant/components/mcp_server/http.py:278:47 - error: "session_message" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/mcp_server/http.py:280:18 - error: "session_message" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/mealie/calendar.py
  <CWD>/homeassistant/components/mealie/calendar.py:48:7 - error: Base classes for class "MealieMealplanCalendarEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mealie/sensor.py
  <CWD>/homeassistant/components/mealie/sensor.py:72:7 - error: Base classes for class "MealieStatisticSensors" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mealie/sensor.py:85:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MealieStatisticsSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mealie/sensor.py:85:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MealieStatisticsSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mealie/sensor.py:89:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mealie/todo.py
  <CWD>/homeassistant/components/mealie/todo.py:119:9 - error: "todo_items" overrides symbol of same name in class "TodoListEntity"
    "property" is not assignable to "cached_property[list[TodoItem] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mealie/todo.py:265:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/meater/sensor.py
  <CWD>/homeassistant/components/meater/sensor.py:190:7 - error: Base classes for class "MeaterProbeTemperature" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meater/sensor.py:190:7 - error: Base classes for class "MeaterProbeTemperature" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meater/sensor.py:190:7 - error: Base classes for class "MeaterProbeTemperature" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meater/sensor.py:190:7 - error: Base classes for class "MeaterProbeTemperature" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meater/sensor.py:190:7 - error: Base classes for class "MeaterProbeTemperature" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meater/sensor.py:190:7 - error: Base classes for class "MeaterProbeTemperature" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meater/sensor.py:190:7 - error: Base classes for class "MeaterProbeTemperature" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meater/sensor.py:216:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MeaterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meater/sensor.py:216:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MeaterSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meater/sensor.py:224:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meater/sensor.py:229:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/medcom_ble/config_flow.py
  <CWD>/homeassistant/components/medcom_ble/config_flow.py:8:19 - error: "BleakError" is not exported from module "bleak"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/medcom_ble/coordinator.py
  <CWD>/homeassistant/components/medcom_ble/coordinator.py:8:19 - error: "BleakError" is not exported from module "bleak"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/medcom_ble/coordinator.py:46:50 - error: Argument of type "BLEDevice | None" cannot be assigned to parameter "ble_device" of type "BLEDevice" in function "update_device"
    Type "BLEDevice | None" is not assignable to type "BLEDevice"
      "None" is not assignable to "BLEDevice" (reportArgumentType)
<CWD>/homeassistant/components/medcom_ble/sensor.py
  <CWD>/homeassistant/components/medcom_ble/sensor.py:59:7 - error: Base classes for class "MedcomSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/medcom_ble/sensor.py:94:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/medcom_ble/sensor.py:96:16 - error: Type "str | float | None" is not assignable to return type "float"
    Type "str | float | None" is not assignable to type "float"
      "str" is not assignable to "float" (reportReturnType)
<CWD>/homeassistant/components/media_extractor/__init__.py
  <CWD>/homeassistant/components/media_extractor/__init__.py:61:17 - error: Argument of type "dict[str, bool | Logger | Any]" cannot be assigned to parameter "params" of type "_Params | None" in function "__init__"
    Type "dict[str, bool | Logger | Any]" is not assignable to type "_Params | None"
      "dict[str, bool | Logger | Any]" is not assignable to "_Params"
      "dict[str, bool | Logger | Any]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/media_extractor/__init__.py:186:25 - error: Argument of type "dict[str, Unknown]" cannot be assigned to parameter "params" of type "_Params | None" in function "__init__"
    Type "dict[str, Unknown]" is not assignable to type "_Params | None"
      "dict[str, Unknown]" is not assignable to "_Params"
      "dict[str, Unknown]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/media_extractor/__init__.py:215:20 - error: Could not access item in TypedDict
    "extractor" is not a defined key in "_InfoDict" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/media_extractor/__init__.py:216:52 - error: Argument of type "list[dict[str, Any]] | None" cannot be assigned to parameter "formats" of type "list[dict[str, Any]]" in function "get_best_stream_youtube"
    Type "list[dict[str, Any]] | None" is not assignable to type "list[dict[str, Any]]"
      "None" is not assignable to "list[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/media_extractor/__init__.py:217:40 - error: Argument of type "list[dict[str, Any]] | None" cannot be assigned to parameter "formats" of type "list[dict[str, Any]]" in function "get_best_stream"
    Type "list[dict[str, Any]] | None" is not assignable to type "list[dict[str, Any]]"
      "None" is not assignable to "list[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/media_extractor/__init__.py:218:30 - error: Could not access item in TypedDict
    "url" is not a required key in "_InfoDict", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/media_player/__init__.py
  <CWD>/homeassistant/components/media_player/__init__.py:553:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MediaPlayerEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/media_player/__init__.py:558:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MediaPlayerDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/media_player/__init__.py:585:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MediaPlayerState | None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/media_player/__init__.py:586:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MediaPlayerEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/media_player/__init__.py:1024:57 - error: Cannot access attribute "toggle" for class "MediaPlayerEntity*"
    Attribute "toggle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/media_player/__init__.py:1042:57 - error: Cannot access attribute "volume_up" for class "MediaPlayerEntity*"
    Attribute "volume_up" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/media_player/__init__.py:1060:57 - error: Cannot access attribute "volume_down" for class "MediaPlayerEntity*"
    Attribute "volume_down" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/media_player/__init__.py:1075:57 - error: Cannot access attribute "media_play_pause" for class "MediaPlayerEntity*"
    Attribute "media_play_pause" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/media_player/__init__.py:1084:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/media_player/__init__.py:1106:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/media_player/__init__.py:1125:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/media_player/__init__.py:1214:24 - error: Could not access item in TypedDict
    "content" is not a required key in "_CacheImage", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/media_player/intent.py
  <CWD>/homeassistant/components/media_player/intent.py:254:34 - error: Argument missing for parameter "v" (reportCallIssue)
  <CWD>/homeassistant/components/media_player/intent.py:281:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/media_player/intent.py:281:19 - error: Type "dict[Required | Optional, ((value: Any) -> str) | In]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/media_player/intent.py:408:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/media_player/intent.py:408:19 - error: Type "dict[Required | Optional, Any | ((value: Any) -> str)]" is not assignable to declared type "property" (reportAssignmentType)
<CWD>/homeassistant/components/media_source/__init__.py
  <CWD>/homeassistant/components/media_source/__init__.py:51:68 - error: Function with declared return type "MediaSource" must return value on all code paths
    "None" is not assignable to "MediaSource" (reportReturnType)
  <CWD>/homeassistant/components/media_source/__init__.py:70:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/media_source/__init__.py:70:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, MediaSource]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, MediaSource]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "MediaSource"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
<CWD>/homeassistant/components/mediaroom/media_player.py
  <CWD>/homeassistant/components/mediaroom/media_player.py:8:6 - error: Import "pymediaroom" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/mediaroom/media_player.py:168:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mediaroom/media_player.py:225:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mediaroom/media_player.py:230:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mediaroom/media_player.py:235:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/melcloud/__init__.py
  <CWD>/homeassistant/components/melcloud/__init__.py:105:51 - error: Argument of type "set[tuple[Literal['mac'], Any | None]]" cannot be assigned to parameter "connections" of type "set[tuple[str, str]]" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/melcloud/climate.py
  <CWD>/homeassistant/components/melcloud/climate.py:83:63 - error: Type "list[AtaDeviceClimate]" is not assignable to declared type "list[AtaDeviceClimate | AtwDeviceZoneClimate]" (reportAssignmentType)
  <CWD>/homeassistant/components/melcloud/climate.py:84:38 - error: Argument of type "Device" cannot be assigned to parameter "ata_device" of type "AtaDevice" in function "__init__"
    "Device" is not assignable to "AtaDevice" (reportArgumentType)
  <CWD>/homeassistant/components/melcloud/climate.py:89:46 - error: Argument of type "Device" cannot be assigned to parameter "atw_device" of type "AtwDevice" in function "__init__"
    "Device" is not assignable to "AtwDevice" (reportArgumentType)
  <CWD>/homeassistant/components/melcloud/climate.py:91:43 - error: Cannot access attribute "zones" for class "Device"
    Attribute "zones" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/melcloud/climate.py:129:9 - error: "target_temperature_step" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:162:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:184:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:214:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:223:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:228:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:247:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:256:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:262:12 - error: Operator "not in" not supported for types "str" and "List[str] | None"
    Operator "not in" not supported for types "str" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/melcloud/climate.py:271:12 - error: Operator "not in" not supported for types "str" and "List[str] | None"
    Operator "not in" not supported for types "str" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/melcloud/climate.py:279:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:284:9 - error: "swing_horizontal_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:297:9 - error: "swing_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:302:9 - error: "swing_horizontal_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:315:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:324:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:352:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:361:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:383:13 - error: Argument of type "Literal[True]" cannot be assigned to parameter "value" of type "str" in function "__setitem__"
    "Literal[True]" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/melcloud/climate.py:387:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:392:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:396:48 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/melcloud/climate.py:399:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/climate.py:404:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/melcloud/config_flow.py
  <CWD>/homeassistant/components/melcloud/config_flow.py:50:25 - error: Argument of type "str | None" cannot be assigned to parameter "password" of type "str" in function "login"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/melcloud/sensor.py
  <CWD>/homeassistant/components/melcloud/sensor.py:136:43 - error: Cannot access attribute "zones" for class "Device"
    Attribute "zones" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/melcloud/sensor.py:157:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MelcloudSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/sensor.py:163:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/melcloud/water_heater.py
  <CWD>/homeassistant/components/melcloud/water_heater.py:37:40 - error: Argument of type "Device" cannot be assigned to parameter "device" of type "AtwDevice" in function "__init__"
    "Device" is not assignable to "AtwDevice" (reportArgumentType)
  <CWD>/homeassistant/components/melcloud/water_heater.py:75:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/water_heater.py:80:9 - error: "temperature_unit" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/water_heater.py:85:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/water_heater.py:90:9 - error: "operation_list" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/water_heater.py:95:9 - error: "current_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melcloud/water_heater.py:100:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/melissa/climate.py
  <CWD>/homeassistant/components/melissa/climate.py:83:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melissa/climate.py:90:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melissa/climate.py:97:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melissa/climate.py:104:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melissa/climate.py:120:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/melnor/number.py
  <CWD>/homeassistant/components/melnor/number.py:86:7 - error: Base classes for class "MelnorZoneNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melnor/number.py:89:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "MelnorZoneNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melnor/number.py:102:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/melnor/sensor.py
  <CWD>/homeassistant/components/melnor/sensor.py:133:7 - error: Base classes for class "MelnorSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melnor/sensor.py:148:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MelnorSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melnor/sensor.py:148:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MelnorSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melnor/sensor.py:151:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melnor/sensor.py:156:7 - error: Base classes for class "MelnorZoneSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melnor/sensor.py:159:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MelnorZoneSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melnor/sensor.py:171:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/melnor/switch.py
  <CWD>/homeassistant/components/melnor/switch.py:70:7 - error: Base classes for class "MelnorZoneSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melnor/switch.py:73:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "MelnorSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melnor/switch.py:85:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/melnor/time.py
  <CWD>/homeassistant/components/melnor/time.py:58:7 - error: Base classes for class "MelnorZoneTime" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melnor/time.py:61:5 - error: "entity_description" overrides symbol of same name in class "TimeEntity"
    Variable is mutable so its type is invariant
      Override type "MelnorZoneTimeEntityDescription" is not the same as base type "TimeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/melnor/time.py:73:9 - error: "native_value" overrides symbol of same name in class "TimeEntity"
    "property" is not assignable to "cached_property[time | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/message_bird/notify.py
  <CWD>/homeassistant/components/message_bird/notify.py:7:8 - error: Import "messagebird" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/message_bird/notify.py:8:6 - error: Import "messagebird.client" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/met/weather.py
  <CWD>/homeassistant/components/met/weather.py:144:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met/weather.py:156:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met/weather.py:163:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met/weather.py:170:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met/weather.py:177:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met/weather.py:184:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met/weather.py:191:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met/weather.py:198:9 - error: "cloud_coverage" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met/weather.py:205:9 - error: "native_dew_point" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met/weather.py:212:9 - error: "uv_index" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/met_eireann/weather.py
  <CWD>/homeassistant/components/met_eireann/weather.py:110:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met_eireann/weather.py:117:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met_eireann/weather.py:122:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met_eireann/weather.py:127:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met_eireann/weather.py:132:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met_eireann/weather.py:137:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met_eireann/weather.py:142:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/met_eireann/weather.py:147:9 - error: "cloud_coverage" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/meteo_france/sensor.py
  <CWD>/homeassistant/components/meteo_france/sensor.py:229:7 - error: Base classes for class "MeteoFranceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/sensor.py:244:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MeteoFranceSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/sensor.py:244:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MeteoFranceSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/sensor.py:246:42 - error: Cannot access attribute "position" for class "CurrentPhenomenons*"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/meteo_france/sensor.py:248:56 - error: Cannot access attribute "position" for class "CurrentPhenomenons*"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/meteo_france/sensor.py:248:91 - error: Cannot access attribute "position" for class "CurrentPhenomenons*"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/meteo_france/sensor.py:251:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/sensor.py:263:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/sensor.py:302:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/sensor.py:336:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/meteo_france/weather.py
  <CWD>/homeassistant/components/meteo_france/weather.py:89:7 - error: Base classes for class "MeteoFranceWeather" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/weather.py:122:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/weather.py:127:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/weather.py:132:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/weather.py:144:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/weather.py:151:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/weather.py:156:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/weather.py:161:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/weather.py:166:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/weather.py:171:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_france/weather.py:176:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/meteo_lt/weather.py
  <CWD>/homeassistant/components/meteo_lt/weather.py:40:7 - error: Base classes for class "MeteoLtWeatherEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_lt/weather.py:69:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_lt/weather.py:74:9 - error: "native_apparent_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_lt/weather.py:79:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_lt/weather.py:81:16 - error: Type "float" is not assignable to return type "int | None"
    Type "float" is not assignable to type "int | None"
      "float" is not assignable to "int"
      "float" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/meteo_lt/weather.py:84:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_lt/weather.py:89:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_lt/weather.py:94:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_lt/weather.py:96:16 - error: Type "float" is not assignable to return type "int | None"
    Type "float" is not assignable to type "int | None"
      "float" is not assignable to "int"
      "float" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/meteo_lt/weather.py:99:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_lt/weather.py:104:9 - error: "cloud_coverage" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteo_lt/weather.py:106:16 - error: Type "float" is not assignable to return type "int | None"
    Type "float" is not assignable to type "int | None"
      "float" is not assignable to "int"
      "float" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/meteo_lt/weather.py:109:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/meteoalarm/binary_sensor.py
  <CWD>/homeassistant/components/meteoalarm/binary_sensor.py:8:6 - error: Import "meteoalertapi" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/meteoclimatic/sensor.py
  <CWD>/homeassistant/components/meteoclimatic/sensor.py:128:7 - error: Base classes for class "MeteoclimaticSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteoclimatic/sensor.py:148:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteoclimatic/sensor.py:159:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/meteoclimatic/weather.py
  <CWD>/homeassistant/components/meteoclimatic/weather.py:37:7 - error: Base classes for class "MeteoclimaticWeather" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteoclimatic/weather.py:54:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteoclimatic/weather.py:59:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteoclimatic/weather.py:64:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteoclimatic/weather.py:75:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteoclimatic/weather.py:80:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteoclimatic/weather.py:85:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteoclimatic/weather.py:90:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteoclimatic/weather.py:95:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/meteoclimatic/weather.py:100:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/metoffice/sensor.py
  <CWD>/homeassistant/components/metoffice/sensor.py:222:7 - error: Base classes for class "MetOfficeCurrentSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/sensor.py:241:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MetOfficeSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/sensor.py:241:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MetOfficeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/sensor.py:249:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/sensor.py:263:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/sensor.py:277:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/metoffice/weather.py
  <CWD>/homeassistant/components/metoffice/weather.py:200:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/weather.py:210:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/weather.py:217:9 - error: "native_dew_point" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/weather.py:224:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/weather.py:231:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/weather.py:238:9 - error: "uv_index" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/weather.py:245:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/weather.py:252:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/metoffice/weather.py:259:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mfi/sensor.py
  <CWD>/homeassistant/components/mfi/sensor.py:77:58 - error: Argument of type "Any | None" cannot be assigned to parameter "use_tls" of type "bool" in function "__init__"
    Type "Any | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/mfi/sensor.py:77:74 - error: Argument of type "Any | None" cannot be assigned to parameter "verify" of type "bool" in function "__init__"
    Type "Any | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/mfi/sensor.py:100:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mfi/sensor.py:105:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mfi/sensor.py:119:9 - error: "device_class" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[SensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mfi/sensor.py:132:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mfi/switch.py
  <CWD>/homeassistant/components/mfi/switch.py:65:74 - error: Argument of type "Any | None" cannot be assigned to parameter "verify" of type "bool" in function "__init__"
    Type "Any | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/mfi/switch.py:88:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mfi/switch.py:93:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mfi/switch.py:98:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/microbees/binary_sensor.py
  <CWD>/homeassistant/components/microbees/binary_sensor.py:56:7 - error: Base classes for class "MBBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/binary_sensor.py:73:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/binary_sensor.py:78:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/binary_sensor.py:80:16 - error: Type "float" is not assignable to return type "bool"
    "float" is not assignable to "bool" (reportReturnType)
<CWD>/homeassistant/components/microbees/button.py
  <CWD>/homeassistant/components/microbees/button.py:34:7 - error: Base classes for class "MBButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/button.py:48:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/microbees/climate.py
  <CWD>/homeassistant/components/microbees/climate.py:58:7 - error: Base classes for class "MBClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/climate.py:86:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/climate.py:91:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/climate.py:98:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/climate.py:112:44 - error: Cannot assign to attribute "targetTemp" for class "InstanceData"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/microbees/cover.py
  <CWD>/homeassistant/components/microbees/cover.py:53:7 - error: Base classes for class "MBCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/cover.py:69:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/microbees/light.py
  <CWD>/homeassistant/components/microbees/light.py:33:7 - error: Base classes for class "MBLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/light.py:46:33 - error: Cannot assign to attribute "_attr_rgbw_color" for class "MBLight*"
    Type "List[int]" is not assignable to type "tuple[int, int, int, int] | None"
      "List[int]" is not assignable to "tuple[int, int, int, int]"
      "List[int]" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/microbees/light.py:49:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/light.py:54:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/light.py:56:16 - error: Type "int" is not assignable to return type "bool"
    "int" is not assignable to "bool" (reportReturnType)
<CWD>/homeassistant/components/microbees/sensor.py
  <CWD>/homeassistant/components/microbees/sensor.py:81:7 - error: Base classes for class "MBSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/sensor.py:98:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/sensor.py:103:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/microbees/switch.py
  <CWD>/homeassistant/components/microbees/switch.py:35:7 - error: Base classes for class "MBSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/switch.py:49:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/switch.py:54:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microbees/switch.py:56:16 - error: Type "int" is not assignable to return type "bool"
    "int" is not assignable to "bool" (reportReturnType)
<CWD>/homeassistant/components/microsoft_face/__init__.py
  <CWD>/homeassistant/components/microsoft_face/__init__.py:235:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/microsoft_face/__init__.py:240:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/miele/binary_sensor.py
  <CWD>/homeassistant/components/miele/binary_sensor.py:287:7 - error: Base classes for class "MieleBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/binary_sensor.py:290:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "MieleBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/binary_sensor.py:293:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/miele/button.py
  <CWD>/homeassistant/components/miele/button.py:137:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "MieleButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/button.py:140:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/miele/climate.py
  <CWD>/homeassistant/components/miele/climate.py:168:7 - error: Base classes for class "MieleClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/climate.py:171:5 - error: "entity_description" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "MieleClimateDescription" is not the same as base type "ClimateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/climate.py:180:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/climate.py:220:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/climate.py:226:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/climate.py:236:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/miele/const.py
  <CWD>/homeassistant/components/miele/const.py:174:19 - error: Argument of type "Literal[256]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[256]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:174:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:175:16 - error: Argument of type "Literal[259]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[259]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:189:23 - error: Argument of type "Literal[295]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[295]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:198:19 - error: Argument of type "Literal[512]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[512]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:198:19 - error: Argument of type "Literal[535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:198:19 - error: Argument of type "Literal[536]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[536]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:198:19 - error: Argument of type "Literal[537]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[537]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:198:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:227:19 - error: Argument of type "Literal[256]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[256]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:227:19 - error: Argument of type "Literal[512]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[512]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:227:19 - error: Argument of type "Literal[535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:227:19 - error: Argument of type "Literal[536]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[536]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:227:19 - error: Argument of type "Literal[537]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[537]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:227:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:228:16 - error: Argument of type "Literal[259]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[259]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:234:20 - error: Argument of type "Literal[519]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[519]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:237:19 - error: Argument of type "Literal[521]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[521]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:238:16 - error: Argument of type "Literal[522]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[522]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:242:23 - error: Argument of type "Literal[295]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[295]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:242:23 - error: Argument of type "Literal[530]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[530]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:244:14 - error: Argument of type "Literal[514]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[514]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:270:19 - error: Argument of type "Literal[1792]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[1792]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:270:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:272:20 - error: Argument of type "Literal[1801]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[1801]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:284:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:295:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:305:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:315:19 - error: Argument of type "Literal[4352]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[4352]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:315:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:320:18 - error: Argument of type "Literal[4404]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[4404]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:332:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:345:14 - error: Argument of type "Literal[5904]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[5904]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:352:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:363:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:374:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:376:23 - error: Argument of type "Literal[7938]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[7938]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:377:24 - error: Argument of type "Literal[7942]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[7942]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:389:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[65535]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:392:23 - error: Argument of type "Literal[7938]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[7938]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:392:23 - error: Argument of type "Literal[7942]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[7942]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:1404:26 - error: Argument of type "Literal[220]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[220]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:1423:24 - error: Argument of type "Literal[118]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[118]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/const.py:1423:24 - error: Argument of type "Literal[218]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[218]" is not assignable to "list[int]" (reportArgumentType)
<CWD>/homeassistant/components/miele/fan.py
  <CWD>/homeassistant/components/miele/fan.py:88:7 - error: Base classes for class "MieleFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/fan.py:101:14 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "FanEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/fan.py:119:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/fan.py:124:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/miele/light.py
  <CWD>/homeassistant/components/miele/light.py:108:7 - error: Base classes for class "MieleLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/light.py:111:5 - error: "entity_description" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "MieleLightDescription" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/light.py:116:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/miele/sensor.py
  <CWD>/homeassistant/components/miele/sensor.py:122:31 - error: "duration" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/miele/sensor.py:822:7 - error: Base classes for class "MieleSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/sensor.py:825:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MieleSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/sensor.py:839:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/sensor.py:844:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/sensor.py:854:7 - error: Base classes for class "MieleRestorableSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/sensor.py:854:7 - error: Base classes for class "MieleRestorableSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/sensor.py:854:7 - error: Base classes for class "MieleRestorableSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/sensor.py:869:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/sensor.py:880:14 - error: "_attr_native_value" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "StateType | datetime" is not the same as base type "StateType | date | datetime | Decimal" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/sensor.py:968:9 - error: "options" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/sensor.py:994:9 - error: "options" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/miele/switch.py
  <CWD>/homeassistant/components/miele/switch.py:151:7 - error: Base classes for class "MieleSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/switch.py:154:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "MieleSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/switch.py:185:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/switch.py:221:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/miele/vacuum.py
  <CWD>/homeassistant/components/miele/vacuum.py:83:14 - error: Argument of type "Literal[5904]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__"
    "Literal[5904]" is not assignable to "list[int]" (reportArgumentType)
  <CWD>/homeassistant/components/miele/vacuum.py:163:5 - error: "entity_description" overrides symbol of same name in class "StateVacuumEntity"
    Variable is mutable so its type is invariant
      Override type "MieleVacuumDescription" is not the same as base type "StateVacuumEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/vacuum.py:169:9 - error: "activity" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[VacuumActivity | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/vacuum.py:176:9 - error: "fan_speed" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/miele/vacuum.py:181:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mikrotik/coordinator.py
  <CWD>/homeassistant/components/mikrotik/coordinator.py:230:25 - error: "exceptions" is not a known attribute of module "librouteros" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mikrotik/coordinator.py:239:28 - error: "exceptions" is not a known attribute of module "librouteros" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mikrotik/coordinator.py:335:21 - error: "exceptions" is not a known attribute of module "librouteros" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mikrotik/coordinator.py:345:12 - error: Type "type[Api]" is not assignable to return type "Api"
    Type "type[Api]" is not assignable to type "Api" (reportReturnType)
<CWD>/homeassistant/components/mikrotik/device_tracker.py
  <CWD>/homeassistant/components/mikrotik/device_tracker.py:70:7 - error: Base classes for class "MikrotikDataUpdateCoordinatorTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mikrotik/device_tracker.py:96:9 - error: "hostname" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mikrotik/device_tracker.py:101:9 - error: "mac_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mikrotik/device_tracker.py:106:9 - error: "ip_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mikrotik/device_tracker.py:111:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mill/climate.py
  <CWD>/homeassistant/components/mill/climate.py:91:7 - error: Base classes for class "MillHeater" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mill/climate.py:117:53 - error: Cannot access attribute "set_heater_temp" for class "Mill"
    Attribute "set_heater_temp" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/climate.py:118:13 - error: Argument of type "str | None" cannot be assigned to parameter "device_id" of type "str" in function "set_heater_temp"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/mill/climate.py:125:57 - error: Cannot access attribute "heater_control" for class "Mill"
    Attribute "heater_control" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/climate.py:126:17 - error: Argument of type "str | None" cannot be assigned to parameter "device_id" of type "str" in function "heater_control"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/mill/climate.py:130:57 - error: Cannot access attribute "heater_control" for class "Mill"
    Attribute "heater_control" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/climate.py:131:17 - error: Argument of type "str | None" cannot be assigned to parameter "device_id" of type "str" in function "heater_control"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/mill/climate.py:136:9 - error: Method "_update_attr" overrides class "MillBaseEntity" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "MillDevice", override parameter is type "Heater"
      "MillDevice" is not assignable to "Heater" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/mill/climate.py:159:7 - error: Base classes for class "LocalMillHeater" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mill/climate.py:178:52 - error: Cannot access attribute "mac_address" for class "Mill"
    Attribute "mac_address" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/climate.py:182:73 - error: Cannot access attribute "url" for class "Mill"
    Attribute "url" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/climate.py:185:55 - error: Cannot access attribute "name" for class "Mill"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/climate.py:186:61 - error: Cannot access attribute "version" for class "Mill"
    Attribute "version" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/climate.py:195:53 - error: Cannot access attribute "set_target_temperature" for class "Mill"
    Attribute "set_target_temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/climate.py:203:57 - error: Cannot access attribute "set_operation_mode_control_individually" for class "Mill"
    Attribute "set_operation_mode_control_individually" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/climate.py:206:57 - error: Cannot access attribute "set_operation_mode_off" for class "Mill"
    Attribute "set_operation_mode_off" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/mill/entity.py
  <CWD>/homeassistant/components/mill/entity.py:33:35 - error: Argument of type "set[tuple[Literal['mill'], str | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/mill/entity.py:43:27 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/mill/number.py
  <CWD>/homeassistant/components/mill/number.py:36:7 - error: Base classes for class "MillNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mill/number.py:56:35 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/mill/number.py:63:53 - error: Cannot access attribute "max_heating_power" for class "Mill"
    Attribute "max_heating_power" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/number.py:63:71 - error: Argument of type "str | None" cannot be assigned to parameter "device_id" of type "str" in function "max_heating_power"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/mill/sensor.py
  <CWD>/homeassistant/components/mill/sensor.py:187:7 - error: Base classes for class "MillSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mill/sensor.py:207:7 - error: Base classes for class "LocalMillSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mill/sensor.py:221:52 - error: Cannot access attribute "mac_address" for class "Mill"
    Attribute "mac_address" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/sensor.py:225:73 - error: Cannot access attribute "url" for class "Mill"
    Attribute "url" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/sensor.py:228:55 - error: Cannot access attribute "name" for class "Mill"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/sensor.py:229:61 - error: Cannot access attribute "version" for class "Mill"
    Attribute "version" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mill/sensor.py:233:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/min_max/sensor.py
  <CWD>/homeassistant/components/min_max/sensor.py:265:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/min_max/sensor.py:273:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/min_max/sensor.py:280:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/minecraft_server/api.py
  <CWD>/homeassistant/components/minecraft_server/api.py:88:22 - error: "timeout" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/minecraft_server/binary_sensor.py
  <CWD>/homeassistant/components/minecraft_server/binary_sensor.py:62:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/minecraft_server/binary_sensor.py:67:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/minecraft_server/sensor.py
  <CWD>/homeassistant/components/minecraft_server/sensor.py:180:7 - error: Base classes for class "MinecraftServerSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/minecraft_server/sensor.py:193:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MinecraftServerSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/minecraft_server/sensor.py:193:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MinecraftServerSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/moat/sensor.py
  <CWD>/homeassistant/components/moat/sensor.py:123:7 - error: Base classes for class "MoatBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/moat/sensor.py:132:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mobile_app/binary_sensor.py
  <CWD>/homeassistant/components/mobile_app/binary_sensor.py:73:7 - error: Base classes for class "MobileAppBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mobile_app/device_tracker.py
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:53:7 - error: Base classes for class "MobileAppEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:53:7 - error: Base classes for class "MobileAppEntity" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:53:7 - error: Base classes for class "MobileAppEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:53:7 - error: Base classes for class "MobileAppEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:53:7 - error: Base classes for class "MobileAppEntity" define variable "force_update" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:63:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:68:9 - error: "battery_level" overrides symbol of same name in class "BaseTrackerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:73:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:83:9 - error: "location_accuracy" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:88:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:96:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:104:9 - error: "location_name" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:117:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mobile_app/device_tracker.py:122:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mobile_app/entity.py
  <CWD>/homeassistant/components/mobile_app/entity.py:81:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mobile_app/sensor.py
  <CWD>/homeassistant/components/mobile_app/sensor.py:84:7 - error: Base classes for class "MobileAppSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mobile_app/webhook.py
  <CWD>/homeassistant/components/mobile_app/webhook.py:212:19 - error: "humanize" is not a known attribute of module "voluptuous" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mobile_app/webhook.py:674:27 - error: "humanize" is not a known attribute of module "voluptuous" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/mochad/light.py
  <CWD>/homeassistant/components/mochad/light.py:72:14 - error: "_attr_name" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mochad/switch.py
  <CWD>/homeassistant/components/mochad/switch.py:60:14 - error: "_attr_name" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/modbus/binary_sensor.py
  <CWD>/homeassistant/components/modbus/binary_sensor.py:62:7 - error: Base classes for class "ModbusBinarySensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/binary_sensor.py:62:7 - error: Base classes for class "ModbusBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/binary_sensor.py:62:7 - error: Base classes for class "ModbusBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/binary_sensor.py:62:7 - error: Base classes for class "ModbusBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/binary_sensor.py:126:7 - error: Base classes for class "SlaveSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/binary_sensor.py:126:7 - error: Base classes for class "SlaveSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/binary_sensor.py:126:7 - error: Base classes for class "SlaveSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/binary_sensor.py:126:7 - error: Base classes for class "SlaveSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/binary_sensor.py:126:7 - error: Base classes for class "SlaveSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/modbus/climate.py
  <CWD>/homeassistant/components/modbus/climate.py:140:7 - error: Base classes for class "ModbusThermostat" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/climate.py:140:7 - error: Base classes for class "ModbusThermostat" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/climate.py:140:7 - error: Base classes for class "ModbusThermostat" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/climate.py:140:7 - error: Base classes for class "ModbusThermostat" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/climate.py:140:7 - error: Base classes for class "ModbusThermostat" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/modbus/cover.py
  <CWD>/homeassistant/components/modbus/cover.py:45:7 - error: Base classes for class "ModbusCover" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/cover.py:45:7 - error: Base classes for class "ModbusCover" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/cover.py:45:7 - error: Base classes for class "ModbusCover" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/cover.py:45:7 - error: Base classes for class "ModbusCover" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/cover.py:45:7 - error: Base classes for class "ModbusCover" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/cover.py:45:7 - error: Base classes for class "ModbusCover" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/cover.py:45:7 - error: Base classes for class "ModbusCover" define variable "supported_features" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/modbus/entity.py
  <CWD>/homeassistant/components/modbus/entity.py:267:41 - error: Index 0 is out of range for type tuple[()] (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/modbus/entity.py:270:7 - error: Base classes for class "ModbusToggleEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/entity.py:270:7 - error: Base classes for class "ModbusToggleEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/entity.py:270:7 - error: Base classes for class "ModbusToggleEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/modbus/fan.py
  <CWD>/homeassistant/components/modbus/fan.py:57:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/modbus/light.py
  <CWD>/homeassistant/components/modbus/light.py:70:18 - error: "_attr_min_color_temp_kelvin" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "int" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modbus/light.py:73:18 - error: "_attr_max_color_temp_kelvin" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "int" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/modbus/sensor.py
  <CWD>/homeassistant/components/modbus/sensor.py:167:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/modern_forms/binary_sensor.py
  <CWD>/homeassistant/components/modern_forms/binary_sensor.py:37:7 - error: Base classes for class "ModernFormsBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/binary_sensor.py:37:7 - error: Base classes for class "ModernFormsBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/binary_sensor.py:70:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/binary_sensor.py:101:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/modern_forms/coordinator.py
  <CWD>/homeassistant/components/modern_forms/coordinator.py:46:15 - error: Method "_async_update_data" overrides class "DataUpdateCoordinator" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, Device]", override returns type "CoroutineType[Any, Any, ModernFormsDevice]"
      "CoroutineType[Any, Any, ModernFormsDevice]" is not assignable to "CoroutineType[Any, Any, Device]"
        Type parameter "_ReturnT_nd_co@CoroutineType" is covariant, but "ModernFormsDevice" is not a subtype of "Device"
          "ModernFormsDevice" is not assignable to "Device" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/modern_forms/coordinator.py:49:20 - error: Type "Device" is not assignable to return type "ModernFormsDevice"
    "Device" is not assignable to "ModernFormsDevice" (reportReturnType)
<CWD>/homeassistant/components/modern_forms/entity.py
  <CWD>/homeassistant/components/modern_forms/entity.py:30:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/modern_forms/fan.py
  <CWD>/homeassistant/components/modern_forms/fan.py:69:7 - error: Base classes for class "ModernFormsFanEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/fan.py:69:7 - error: Base classes for class "ModernFormsFanEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/fan.py:69:7 - error: Base classes for class "ModernFormsFanEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/fan.py:69:7 - error: Base classes for class "ModernFormsFanEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/fan.py:69:7 - error: Base classes for class "ModernFormsFanEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/fan.py:69:7 - error: Base classes for class "ModernFormsFanEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/fan.py:93:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/fan.py:103:9 - error: "current_direction" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/fan.py:108:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/fan.py:118:15 - error: Method "async_set_direction" overrides class "FanEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/modern_forms/fan.py:123:15 - error: Method "async_set_percentage" overrides class "FanEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/modern_forms/fan.py:131:15 - error: Method "async_turn_on" overrides class "FanEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/modern_forms/fan.py:141:13 - error: Argument of type "int" cannot be assigned to parameter "value" of type "bool" in function "__setitem__"
    "int" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/modern_forms/fan.py:144:51 - error: Argument of type "bool" cannot be assigned to parameter "direction" of type "str | None" in function "fan"
    Type "bool" is not assignable to type "str | None"
      "bool" is not assignable to "str"
      "bool" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/modern_forms/fan.py:147:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/modern_forms/light.py
  <CWD>/homeassistant/components/modern_forms/light.py:78:7 - error: Base classes for class "ModernFormsLightEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/light.py:78:7 - error: Base classes for class "ModernFormsLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/light.py:96:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/light.py:105:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/light.py:110:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/modern_forms/light.py:115:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/modern_forms/light.py:120:13 - error: Argument of type "int" cannot be assigned to parameter "value" of type "bool" in function "__setitem__"
    "int" is not assignable to "bool" (reportArgumentType)
<CWD>/homeassistant/components/modern_forms/sensor.py
  <CWD>/homeassistant/components/modern_forms/sensor.py:40:7 - error: Base classes for class "ModernFormsSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/sensor.py:40:7 - error: Base classes for class "ModernFormsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/sensor.py:73:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/sensor.py:103:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/modern_forms/switch.py
  <CWD>/homeassistant/components/modern_forms/switch.py:33:7 - error: Base classes for class "ModernFormsSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/switch.py:33:7 - error: Base classes for class "ModernFormsSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/switch.py:65:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/switch.py:70:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/modern_forms/switch.py:75:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/modern_forms/switch.py:96:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/modern_forms/switch.py:101:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/modern_forms/switch.py:106:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/moehlenhoff_alpha2/binary_sensor.py
  <CWD>/homeassistant/components/moehlenhoff_alpha2/binary_sensor.py:34:7 - error: Base classes for class "Alpha2IODeviceBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/moehlenhoff_alpha2/binary_sensor.py:54:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/moehlenhoff_alpha2/button.py
  <CWD>/homeassistant/components/moehlenhoff_alpha2/button.py:27:7 - error: Base classes for class "Alpha2TimeSyncButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/moehlenhoff_alpha2/climate.py
  <CWD>/homeassistant/components/moehlenhoff_alpha2/climate.py:39:7 - error: Base classes for class "Alpha2Climate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/moehlenhoff_alpha2/climate.py:42:31 - error: Type "float" is not assignable to declared type "cached_property"
    "float" is not assignable to "cached_property[float | None]" (reportAssignmentType)
  <CWD>/homeassistant/components/moehlenhoff_alpha2/climate.py:64:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/moehlenhoff_alpha2/climate.py:69:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/moehlenhoff_alpha2/climate.py:74:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/moehlenhoff_alpha2/climate.py:79:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/moehlenhoff_alpha2/climate.py:90:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/moehlenhoff_alpha2/climate.py:99:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/moehlenhoff_alpha2/climate.py:113:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/moehlenhoff_alpha2/config_flow.py
  <CWD>/homeassistant/components/moehlenhoff_alpha2/config_flow.py:29:39 - error: Cannot access attribute "ClientConnectorError" for class "object"
    Attribute "ClientConnectorError" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/moehlenhoff_alpha2/sensor.py
  <CWD>/homeassistant/components/moehlenhoff_alpha2/sensor.py:33:7 - error: Base classes for class "Alpha2HeatControlValveOpeningSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/moehlenhoff_alpha2/sensor.py:55:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mold_indicator/sensor.py
  <CWD>/homeassistant/components/mold_indicator/sensor.py:478:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/monarch_money/config_flow.py
  <CWD>/homeassistant/components/monarch_money/config_flow.py:71:60 - error: Argument of type "str | None" cannot be assigned to parameter "email" of type "str" in function "multi_factor_authenticate"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/monarch_money/config_flow.py:71:67 - error: Argument of type "str | None" cannot be assigned to parameter "password" of type "str" in function "multi_factor_authenticate"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/monarch_money/sensor.py
  <CWD>/homeassistant/components/monarch_money/sensor.py:156:7 - error: Base classes for class "MonarchMoneyCashFlowSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/monarch_money/sensor.py:159:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MonarchMoneyCashflowSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/monarch_money/sensor.py:162:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/monarch_money/sensor.py:167:7 - error: Base classes for class "MonarchMoneySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/monarch_money/sensor.py:170:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MonarchMoneyAccountSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/monarch_money/sensor.py:173:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/monarch_money/sensor.py:178:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/monoprice/media_player.py
  <CWD>/homeassistant/components/monoprice/media_player.py:173:9 - error: "entity_registry_enabled_default" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/monoprice/media_player.py:178:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/monzo/api.py
  <CWD>/homeassistant/components/monzo/api.py:4:21 - error: "AbstractMonzoApi" is not exported from module "monzopy"
    Import from "monzopy.monzopy" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/monzo/coordinator.py
  <CWD>/homeassistant/components/monzo/coordinator.py:9:21 - error: "AuthorisationExpiredError" is not exported from module "monzopy"
    Import from "monzopy.monzopy" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/monzo/coordinator.py:9:48 - error: "InvalidMonzoAPIResponseError" is not exported from module "monzopy"
    Import from "monzopy.monzopy" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/monzo/sensor.py
  <CWD>/homeassistant/components/monzo/sensor.py:94:7 - error: Base classes for class "MonzoSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/monzo/sensor.py:109:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MonzoSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/monzo/sensor.py:109:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MonzoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/monzo/sensor.py:113:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mopeka/sensor.py
  <CWD>/homeassistant/components/mopeka/sensor.py:131:7 - error: Base classes for class "MopekaBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mopeka/sensor.py:140:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motion_blinds/button.py
  <CWD>/homeassistant/components/motion_blinds/button.py:42:7 - error: Base classes for class "MotionGoFavoriteButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motion_blinds/button.py:57:64 - error: Cannot access attribute "Go_favorite_position" for class "MotionGateway"
    Attribute "Go_favorite_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/button.py:61:7 - error: Base classes for class "MotionSetFavoriteButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motion_blinds/button.py:77:64 - error: Cannot access attribute "Set_favorite_position" for class "MotionGateway"
    Attribute "Set_favorite_position" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/motion_blinds/cover.py
  <CWD>/homeassistant/components/motion_blinds/cover.py:185:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motion_blinds/cover.py:196:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motion_blinds/cover.py:201:24 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:203:34 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:206:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motion_blinds/cover.py:208:24 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:210:28 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:215:64 - error: Cannot access attribute "Open" for class "MotionGateway"
    Attribute "Open" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:221:64 - error: Cannot access attribute "Close" for class "MotionGateway"
    Attribute "Close" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:229:29 - error: Cannot access attribute "Set_position" for class "MotionGateway"
    Attribute "Set_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:255:64 - error: Cannot access attribute "Stop" for class "MotionGateway"
    Attribute "Stop" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:272:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motion_blinds/cover.py:277:24 - error: Cannot access attribute "angle" for class "MotionGateway"
    Attribute "angle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:279:35 - error: Cannot access attribute "angle" for class "MotionGateway"
    Attribute "angle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:284:24 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:286:28 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:291:64 - error: Cannot access attribute "Set_angle" for class "MotionGateway"
    Attribute "Set_angle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:298:64 - error: Cannot access attribute "Set_angle" for class "MotionGateway"
    Attribute "Set_angle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:306:64 - error: Cannot access attribute "Set_angle" for class "MotionGateway"
    Attribute "Set_angle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:313:64 - error: Cannot access attribute "Stop" for class "MotionGateway"
    Attribute "Stop" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:348:24 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:349:28 - error: Cannot access attribute "angle" for class "MotionGateway"
    Attribute "angle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:351:39 - error: Cannot access attribute "angle" for class "MotionGateway"
    Attribute "angle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:353:34 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:358:24 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:359:28 - error: Cannot access attribute "angle" for class "MotionGateway"
    Attribute "angle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:361:32 - error: Cannot access attribute "angle" for class "MotionGateway"
    Attribute "angle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:363:28 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:368:64 - error: Cannot access attribute "Open" for class "MotionGateway"
    Attribute "Open" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:375:64 - error: Cannot access attribute "Close" for class "MotionGateway"
    Attribute "Close" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:382:24 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:386:33 - error: Cannot access attribute "Set_angle" for class "MotionGateway"
    Attribute "Set_angle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:391:33 - error: Cannot access attribute "Set_position" for class "MotionGateway"
    Attribute "Set_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:437:24 - error: Cannot access attribute "scaled_position" for class "MotionGateway"
    Attribute "scaled_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:437:24 - error: Cannot access attribute "scaled_position" for class "MotionBlind"
    Attribute "scaled_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:440:34 - error: Cannot access attribute "scaled_position" for class "MotionGateway"
    Attribute "scaled_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:440:34 - error: Cannot access attribute "scaled_position" for class "MotionBlind"
    Attribute "scaled_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:445:24 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:449:32 - error: Cannot access attribute "width" for class "MotionGateway"
    Attribute "width" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:449:32 - error: Cannot access attribute "width" for class "MotionBlind"
    Attribute "width" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:451:28 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:454:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motion_blinds/cover.py:457:24 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:459:35 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:461:24 - error: Cannot access attribute "width" for class "MotionGateway"
    Attribute "width" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:461:24 - error: Cannot access attribute "width" for class "MotionBlind"
    Attribute "width" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:462:50 - error: Cannot access attribute "width" for class "MotionGateway"
    Attribute "width" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:462:50 - error: Cannot access attribute "width" for class "MotionBlind"
    Attribute "width" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:468:19 - error: Argument of type "tuple[Unknown]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[Unknown]" is not assignable to type "*tuple[()]"
      "*tuple[Unknown]" is not assignable to "*tuple[()]"
        Tuple size mismatch; expected 0 but received 1 (reportArgumentType)
  <CWD>/homeassistant/components/motion_blinds/cover.py:468:64 - error: Cannot access attribute "Open" for class "MotionGateway"
    Attribute "Open" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:474:19 - error: Argument of type "tuple[Unknown]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[Unknown]" is not assignable to type "*tuple[()]"
      "*tuple[Unknown]" is not assignable to "*tuple[()]"
        Tuple size mismatch; expected 0 but received 1 (reportArgumentType)
  <CWD>/homeassistant/components/motion_blinds/cover.py:474:64 - error: Cannot access attribute "Close" for class "MotionGateway"
    Attribute "Close" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:482:29 - error: Cannot access attribute "Set_scaled_position" for class "MotionGateway"
    Attribute "Set_scaled_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:482:29 - error: Cannot access attribute "Set_scaled_position" for class "MotionBlind"
    Attribute "Set_scaled_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/cover.py:501:19 - error: Argument of type "tuple[Unknown]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[Unknown]" is not assignable to type "*tuple[()]"
      "*tuple[Unknown]" is not assignable to "*tuple[()]"
        Tuple size mismatch; expected 0 but received 1 (reportArgumentType)
  <CWD>/homeassistant/components/motion_blinds/cover.py:501:64 - error: Cannot access attribute "Stop" for class "MotionGateway"
    Attribute "Stop" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/motion_blinds/entity.py
  <CWD>/homeassistant/components/motion_blinds/entity.py:55:29 - error: Cannot access attribute "_gateway" for class "MotionGateway"
    Attribute "_gateway" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:56:20 - error: Cannot access attribute "firmware" for class "MotionBlind"
    Attribute "firmware" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:57:37 - error: Cannot access attribute "firmware" for class "MotionBlind"
    Attribute "firmware" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:57:67 - error: Cannot access attribute "protocol" for class "MotionBlind"
    Attribute "protocol" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:59:47 - error: Cannot access attribute "protocol" for class "MotionBlind"
    Attribute "protocol" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:75:29 - error: Cannot access attribute "blind_type" for class "MotionGateway"
    Attribute "blind_type" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:78:34 - error: Cannot access attribute "wireless_name" for class "MotionGateway"
    Attribute "wireless_name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:84:29 - error: Cannot access attribute "blind_type" for class "MotionGateway"
    Attribute "blind_type" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:86:43 - error: Cannot access attribute "_gateway" for class "MotionGateway"
    Attribute "_gateway" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:87:34 - error: Cannot access attribute "wireless_name" for class "MotionGateway"
    Attribute "wireless_name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:115:53 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:116:50 - error: Cannot access attribute "angle" for class "MotionGateway"
    Attribute "angle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:123:64 - error: Cannot access attribute "Update_trigger" for class "MotionGateway"
    Attribute "Update_trigger" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:130:29 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:135:29 - error: Cannot access attribute "angle" for class "MotionGateway"
    Attribute "angle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:156:24 - error: Cannot access attribute "position" for class "MotionGateway"
    Attribute "position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/motion_blinds/entity.py:156:57 - error: Cannot access attribute "angle" for class "MotionGateway"
    Attribute "angle" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/motion_blinds/sensor.py
  <CWD>/homeassistant/components/motion_blinds/sensor.py:52:7 - error: Base classes for class "MotionBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motion_blinds/sensor.py:66:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motion_blinds/sensor.py:71:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motion_blinds/sensor.py:105:7 - error: Base classes for class "MotionSignalStrengthSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motion_blinds/sensor.py:119:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motionblinds_ble/__init__.py
  <CWD>/homeassistant/components/motionblinds_ble/__init__.py:72:9 - error: Argument of type "partial[Task[Any]]" cannot be assigned to parameter "_create_task" of type "CreateTask" in function "set_create_task_factory"
    "partial[Task[Any]]" is incompatible with protocol "CreateTask"
      "__call__" is an incompatible type
        Type "(target: Coroutine[Any, Any, _R@async_create_background_task], eager_start: bool = ..., hass: HomeAssistant = ..., name: str = ...) -> Task[_R@async_create_background_task]" is not assignable to type "(target: Coroutine[Unknown, Unknown, Unknown]) -> None"
          Function return type "Task[Unknown]" is incompatible with type "None"
            "Task[Unknown]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/motionblinds_ble/__init__.py:78:35 - error: Argument of type "partial[CALLBACK_TYPE]" cannot be assigned to parameter "_call_later" of type "CallLater" in function "set_call_later_factory"
    "partial[CALLBACK_TYPE]" is incompatible with protocol "CallLater"
      "__call__" is an incompatible type
        Type "(delay: float | timedelta, action: HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None)), hass: HomeAssistant = ...) -> CALLBACK_TYPE" is not assignable to type "(target: Coroutine[Unknown, Unknown, Unknown]) -> ((...) -> Unknown)"
          Parameter name mismatch: "target" versus "delay"
          Parameter 1: type "Coroutine[Unknown, Unknown, Unknown]" is incompatible with type "float | timedelta"
            Type "Coroutine[Unknown, Unknown, Unknown]" is not assignable to type "float | timedelta"
          Extra parameter "action" (reportArgumentType)
<CWD>/homeassistant/components/motionblinds_ble/button.py
  <CWD>/homeassistant/components/motionblinds_ble/button.py:38:17 - error: Argument of type "(device: MotionDevice) -> CoroutineType[Any, Any, bool]" cannot be assigned to parameter "command" of type "(MotionDevice) -> Coroutine[Any, Any, None]" in function "__init__"
    Type "(device: MotionDevice) -> CoroutineType[Any, Any, bool]" is not assignable to type "(MotionDevice) -> Coroutine[Any, Any, None]"
      Function return type "CoroutineType[Any, Any, bool]" is incompatible with type "Coroutine[Any, Any, None]"
        "CoroutineType[Any, Any, bool]" is not assignable to "Coroutine[Any, Any, None]"
          Type parameter "_ReturnT_nd_co@Coroutine" is covariant, but "bool" is not a subtype of "None"
            "bool" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/motionblinds_ble/button.py:78:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "MotionblindsBLEButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motionblinds_ble/cover.py
  <CWD>/homeassistant/components/motionblinds_ble/cover.py:205:32 - error: Expected 0 positional arguments (reportCallIssue)
<CWD>/homeassistant/components/motionblinds_ble/sensor.py
  <CWD>/homeassistant/components/motionblinds_ble/sensor.py:115:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MotionblindsBLESensorEntityDescription[_T@MotionblindsBLESensorEntity]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motioneye/camera.py
  <CWD>/homeassistant/components/motioneye/camera.py:142:7 - error: Base classes for class "MotionEyeMjpegCamera" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motioneye/camera.py:142:7 - error: Base classes for class "MotionEyeMjpegCamera" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motioneye/camera.py:253:9 - error: "motion_detection_enabled" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motioneye/entity.py
  <CWD>/homeassistant/components/motioneye/entity.py:61:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motioneye/entity.py:66:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motioneye/media_source.py
  <CWD>/homeassistant/components/motioneye/media_source.py:56:5 - error: "name" overrides symbol of same name in class "MediaSource"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motioneye/sensor.py
  <CWD>/homeassistant/components/motioneye/sensor.py:52:7 - error: Base classes for class "MotionEyeActionSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motioneye/sensor.py:52:7 - error: Base classes for class "MotionEyeActionSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motioneye/sensor.py:52:7 - error: Base classes for class "MotionEyeActionSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motioneye/sensor.py:79:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motioneye/sensor.py:84:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motioneye/switch.py
  <CWD>/homeassistant/components/motioneye/switch.py:97:7 - error: Base classes for class "MotionEyeSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motioneye/switch.py:97:7 - error: Base classes for class "MotionEyeSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motioneye/switch.py:97:7 - error: Base classes for class "MotionEyeSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motioneye/switch.py:121:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motionmount/binary_sensor.py
  <CWD>/homeassistant/components/motionmount/binary_sensor.py:30:7 - error: Base classes for class "MotionMountMovingSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motionmount/binary_sensor.py:46:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motionmount/entity.py
  <CWD>/homeassistant/components/motionmount/entity.py:59:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motionmount/number.py
  <CWD>/homeassistant/components/motionmount/number.py:36:7 - error: Base classes for class "MotionMountExtension" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motionmount/number.py:52:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motionmount/number.py:67:7 - error: Base classes for class "MotionMountTurn" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motionmount/number.py:83:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motionmount/select.py
  <CWD>/homeassistant/components/motionmount/select.py:34:7 - error: Base classes for class "MotionMountPresets" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motionmount/select.py:108:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/motionmount/sensor.py
  <CWD>/homeassistant/components/motionmount/sensor.py:38:7 - error: Base classes for class "MotionMountErrorStatusSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/motionmount/sensor.py:62:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mpd/config_flow.py
  <CWD>/homeassistant/components/mpd/config_flow.py:39:20 - error: Cannot assign to attribute "timeout" for class "MPDClient"
    Attribute "timeout" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/config_flow.py:40:20 - error: Cannot assign to attribute "idletimeout" for class "MPDClient"
    Attribute "idletimeout" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/config_flow.py:45:38 - error: Cannot access attribute "password" for class "MPDClient"
    Attribute "password" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/mpd/media_player.py
  <CWD>/homeassistant/components/mpd/media_player.py:120:22 - error: Cannot assign to attribute "timeout" for class "MPDClient"
    Attribute "timeout" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:121:22 - error: Cannot assign to attribute "idletimeout" for class "MPDClient"
    Attribute "idletimeout" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:128:6 - error: Argument of type "(self: Self@MpdDevice) -> CoroutineType[Any, Any, Unknown]" cannot be assigned to parameter "func" of type "(**_P@asynccontextmanager) -> AsyncIterator[_T_co@asynccontextmanager]" in function "asynccontextmanager"
    Type "(self: Self@MpdDevice) -> CoroutineType[Any, Any, Unknown]" is not assignable to type "(**_P@asynccontextmanager) -> AsyncIterator[_T_co@asynccontextmanager]"
      Function return type "CoroutineType[Any, Any, Unknown]" is incompatible with type "AsyncIterator[_T_co@asynccontextmanager]"
        "CoroutineType[Any, Any, Unknown]" is incompatible with protocol "AsyncIterator[_T_co@asynccontextmanager]"
          "__anext__" is not present
          "__aiter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/mpd/media_player.py:175:51 - error: Cannot access attribute "status" for class "MPDClient"
    Attribute "status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:176:56 - error: Cannot access attribute "currentsong" for class "MPDClient"
    Attribute "currentsong" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:194:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mpd/media_player.py:208:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mpd/media_player.py:213:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mpd/media_player.py:225:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mpd/media_player.py:243:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mpd/media_player.py:251:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mpd/media_player.py:268:16 - error: "response" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/mpd/media_player.py:271:27 - error: "response" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/mpd/media_player.py:272:20 - error: "response" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/mpd/media_player.py:345:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mpd/media_player.py:352:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mpd/media_player.py:370:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mpd/media_player.py:384:57 - error: Cannot access attribute "listplaylists" for class "MPDClient"
    Attribute "listplaylists" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:394:36 - error: Cannot access attribute "setvol" for class "MPDClient"
    Attribute "setvol" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:403:34 - error: Cannot access attribute "setvol" for class "MPDClient"
    Attribute "setvol" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:412:40 - error: Cannot access attribute "setvol" for class "MPDClient"
    Attribute "setvol" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:418:36 - error: Cannot access attribute "pause" for class "MPDClient"
    Attribute "pause" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:420:36 - error: Cannot access attribute "play" for class "MPDClient"
    Attribute "play" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:425:32 - error: Cannot access attribute "pause" for class "MPDClient"
    Attribute "pause" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:430:32 - error: Cannot access attribute "stop" for class "MPDClient"
    Attribute "stop" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:435:32 - error: Cannot access attribute "next" for class "MPDClient"
    Attribute "next" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:440:32 - error: Cannot access attribute "previous" for class "MPDClient"
    Attribute "previous" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:471:36 - error: Cannot access attribute "clear" for class "MPDClient"
    Attribute "clear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:472:36 - error: Cannot access attribute "load" for class "MPDClient"
    Attribute "load" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:473:36 - error: Cannot access attribute "play" for class "MPDClient"
    Attribute "play" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:475:36 - error: Cannot access attribute "clear" for class "MPDClient"
    Attribute "clear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:477:36 - error: Cannot access attribute "add" for class "MPDClient"
    Attribute "add" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:478:36 - error: Cannot access attribute "play" for class "MPDClient"
    Attribute "play" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:481:9 - error: "repeat" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[RepeatMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mpd/media_player.py:493:36 - error: Cannot access attribute "repeat" for class "MPDClient"
    Attribute "repeat" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:494:36 - error: Cannot access attribute "single" for class "MPDClient"
    Attribute "single" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:496:36 - error: Cannot access attribute "repeat" for class "MPDClient"
    Attribute "repeat" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:498:40 - error: Cannot access attribute "single" for class "MPDClient"
    Attribute "single" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:500:40 - error: Cannot access attribute "single" for class "MPDClient"
    Attribute "single" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:503:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mpd/media_player.py:510:32 - error: Cannot access attribute "random" for class "MPDClient"
    Attribute "random" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:515:32 - error: Cannot access attribute "stop" for class "MPDClient"
    Attribute "stop" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:520:32 - error: Cannot access attribute "play" for class "MPDClient"
    Attribute "play" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:526:32 - error: Cannot access attribute "clear" for class "MPDClient"
    Attribute "clear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mpd/media_player.py:531:32 - error: Cannot access attribute "seekcur" for class "MPDClient"
    Attribute "seekcur" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/mqtt/alarm_control_panel.py
  <CWD>/homeassistant/components/mqtt/alarm_control_panel.py:126:7 - error: Base classes for class "MqttAlarm" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/alarm_control_panel.py:126:7 - error: Base classes for class "MqttAlarm" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/async_client.py
  <CWD>/homeassistant/components/mqtt/async_client.py:54:5 - error: "on_connect" incorrectly overrides property of same name in class "Client" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/mqtt/async_client.py:55:5 - error: "on_disconnect" incorrectly overrides property of same name in class "Client" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/mqtt/async_client.py:56:5 - error: "on_publish" incorrectly overrides property of same name in class "Client" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/mqtt/async_client.py:57:5 - error: "on_subscribe" incorrectly overrides property of same name in class "Client" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/mqtt/async_client.py:58:5 - error: "on_unsubscribe" incorrectly overrides property of same name in class "Client" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/mqtt/binary_sensor.py
  <CWD>/homeassistant/components/mqtt/binary_sensor.py:85:7 - error: Base classes for class "MqttBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/binary_sensor.py:85:7 - error: Base classes for class "MqttBinarySensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/binary_sensor.py:85:7 - error: Base classes for class "MqttBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/binary_sensor.py:85:7 - error: Base classes for class "MqttBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/binary_sensor.py:85:7 - error: Base classes for class "MqttBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/binary_sensor.py:253:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/button.py
  <CWD>/homeassistant/components/mqtt/button.py:64:7 - error: Base classes for class "MqttButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/button.py:64:7 - error: Base classes for class "MqttButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/camera.py
  <CWD>/homeassistant/components/mqtt/camera.py:77:7 - error: Base classes for class "MqttCamera" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/client.py
  <CWD>/homeassistant/components/mqtt/client.py:315:38 - error: Argument of type "property" cannot be assigned to parameter "num" of type "int" in function "_base62"
    "property" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/mqtt/client.py:318:39 - error: "CallbackAPIVersion" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/mqtt/client.py:546:25 - error: Cannot access attribute "_socket" for class "socket"
    Attribute "_socket" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mqtt/client.py:546:25 - error: Cannot access attribute "_socket" for class "SSLSocket"
    Attribute "_socket" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mqtt/client.py:1013:27 - error: "ReasonCode" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/mqtt/client.py:1014:27 - error: "Properties" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/mqtt/client.py:1186:28 - error: "ReasonCode" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/mqtt/client.py:1187:27 - error: "Properties" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/mqtt/client.py:1198:33 - error: "ReasonCode" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/mqtt/client.py:1199:27 - error: "Properties" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/mqtt/client.py:1223:61 - error: "MQTTErrorCode" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/mqtt/client.py:1240:27 - error: "ReasonCode" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/mqtt/client.py:1241:26 - error: "Properties" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage)
<CWD>/homeassistant/components/mqtt/climate.py
  <CWD>/homeassistant/components/mqtt/climate.py:528:7 - error: Base classes for class "MqttClimate" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/climate.py:528:7 - error: Base classes for class "MqttClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/config_flow.py
  <CWD>/homeassistant/components/mqtt/config_flow.py:924:46 - error: Argument of type "Any | None" cannot be assigned to parameter "key" of type "SensorStateClass | str" in function "__getitem__"
    Type "Any | None" is not assignable to type "SensorStateClass | str"
      Type "None" is not assignable to type "SensorStateClass | str"
        "None" is not assignable to "SensorStateClass"
        "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/mqtt/config_flow.py:1140:13 - error: "unit_of_measurement" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/mqtt/config_flow.py:3847:13 - error: "reconfigure_entry" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/mqtt/config_flow.py:3854:21 - error: "reconfigure_entry" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/mqtt/config_flow.py:3865:25 - error: "reconfigure_entry" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4093:26 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4114:23 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4114:23 - error: Could not access item in TypedDict
    "name" is not a required key in "MqttDeviceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4115:27 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4130:26 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4143:23 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4173:23 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4215:30 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4217:33 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4227:17 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4236:23 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4236:23 - error: Could not access item in TypedDict
    "name" is not a required key in "MqttDeviceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4252:23 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4252:23 - error: Could not access item in TypedDict
    "name" is not a required key in "MqttDeviceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4259:40 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4282:16 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4284:44 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4293:17 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4303:26 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4360:26 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4409:31 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4436:23 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4436:23 - error: Could not access item in TypedDict
    "name" is not a required key in "MqttDeviceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4438:18 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4450:19 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4450:19 - error: Could not access item in TypedDict
    "name" is not a required key in "MqttDeviceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4500:23 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4500:23 - error: Could not access item in TypedDict
    "name" is not a required key in "MqttDeviceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4504:35 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4510:16 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4546:36 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4557:19 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4557:19 - error: Could not access item in TypedDict
    "name" is not a required key in "MqttDeviceData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4580:45 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4585:35 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4591:17 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4629:31 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4635:45 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:4640:17 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/config_flow.py:5092:27 - error: "ReasonCode" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/mqtt/config_flow.py:5093:27 - error: "Properties" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage)
<CWD>/homeassistant/components/mqtt/cover.py
  <CWD>/homeassistant/components/mqtt/cover.py:234:7 - error: Base classes for class "MqttCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/cover.py:234:7 - error: Base classes for class "MqttCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/device_tracker.py
  <CWD>/homeassistant/components/mqtt/device_tracker.py:101:7 - error: Base classes for class "MqttDeviceTracker" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/device_tracker.py:101:7 - error: Base classes for class "MqttDeviceTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/device_tracker.py:155:9 - error: Method "_process_update_extra_state_attributes" overrides class "MqttAttributesMixin" in an incompatible manner
    Positional parameter count mismatch; base method has 1, but override has 2 (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/mqtt/discovery.py
  <CWD>/homeassistant/components/mqtt/discovery.py:142:12 - error: Could not access item in TypedDict
    "name" is not a required key in "MqttOriginInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/mqtt/entity.py
  <CWD>/homeassistant/components/mqtt/entity.py:370:29 - error: Could not access item in TypedDict
    "device" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/entity.py:373:49 - error: Could not access item in TypedDict
    "components" is not a required key in "MqttSubentryData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/mqtt/entity.py:687:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/entity.py:1360:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/entity.py:1365:7 - error: Base classes for class "MqttEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/entity.py:1365:7 - error: Base classes for class "MqttEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/entity.py:1642:9 - error: Method "_message_callback" overrides class "MqttAttributesMixin" in an incompatible manner
    Positional parameter count mismatch; base method has 3, but override has 4
    Parameter 2 type mismatch: base parameter is type "set[str] | None", override parameter is type "MessageCallbackType"
    Parameter 3 type mismatch: base parameter is type "ReceiveMessage", override parameter is type "set[str] | None"
      Type "set[str] | None" is not assignable to type "MessageCallbackType"
        Type "set[str]" is not assignable to type "MessageCallbackType"
      Type "ReceiveMessage" is not assignable to type "set[str] | None"
        "ReceiveMessage" is not assignable to "set[str]"
        "ReceiveMessage" is not assignable to "None" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/mqtt/entity.py:1642:9 - error: Method "_message_callback" overrides class "MqttAvailabilityMixin" in an incompatible manner
    Positional parameter count mismatch; base method has 3, but override has 4
    Parameter 2 type mismatch: base parameter is type "set[str] | None", override parameter is type "MessageCallbackType"
    Parameter 3 type mismatch: base parameter is type "ReceiveMessage", override parameter is type "set[str] | None"
      Type "set[str] | None" is not assignable to type "MessageCallbackType"
        Type "set[str]" is not assignable to type "MessageCallbackType"
      Type "ReceiveMessage" is not assignable to type "set[str] | None"
        "ReceiveMessage" is not assignable to "set[str]"
        "ReceiveMessage" is not assignable to "None" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/mqtt/entity.py:1667:64 - error: "attrs_snapshot" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/mqtt/event.py
  <CWD>/homeassistant/components/mqtt/event.py:90:7 - error: Base classes for class "MqttEvent" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/event.py:90:7 - error: Base classes for class "MqttEvent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/fan.py
  <CWD>/homeassistant/components/mqtt/fan.py:205:7 - error: Base classes for class "MqttFan" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/fan.py:205:7 - error: Base classes for class "MqttFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/humidifier.py
  <CWD>/homeassistant/components/mqtt/humidifier.py:200:7 - error: Base classes for class "MqttHumidifier" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/humidifier.py:200:7 - error: Base classes for class "MqttHumidifier" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/image.py
  <CWD>/homeassistant/components/mqtt/image.py:100:7 - error: Base classes for class "MqttImage" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/image.py:100:7 - error: Base classes for class "MqttImage" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/lawn_mower.py
  <CWD>/homeassistant/components/mqtt/lawn_mower.py:97:7 - error: Base classes for class "MqttLawnMower" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/lawn_mower.py:97:7 - error: Base classes for class "MqttLawnMower" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/lawn_mower.py:97:7 - error: Base classes for class "MqttLawnMower" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/lawn_mower.py:97:7 - error: Base classes for class "MqttLawnMower" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/lawn_mower.py:97:7 - error: Base classes for class "MqttLawnMower" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/light/schema_basic.py
  <CWD>/homeassistant/components/mqtt/light/schema_basic.py:238:7 - error: Base classes for class "MqttLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_basic.py:238:7 - error: Base classes for class "MqttLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_basic.py:238:7 - error: Base classes for class "MqttLight" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_basic.py:238:7 - error: Base classes for class "MqttLight" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_basic.py:238:7 - error: Base classes for class "MqttLight" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_basic.py:238:7 - error: Base classes for class "MqttLight" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_basic.py:238:7 - error: Base classes for class "MqttLight" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_basic.py:238:7 - error: Base classes for class "MqttLight" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_basic.py:684:30 - error: Operator "*" not supported for types "int" and "int | None"
    Operator "*" not supported for types "int" and "None" (reportOperatorIssue)
<CWD>/homeassistant/components/mqtt/light/schema_json.py
  <CWD>/homeassistant/components/mqtt/light/schema_json.py:163:7 - error: Base classes for class "MqttLightJson" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_json.py:163:7 - error: Base classes for class "MqttLightJson" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_json.py:163:7 - error: Base classes for class "MqttLightJson" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_json.py:163:7 - error: Base classes for class "MqttLightJson" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_json.py:163:7 - error: Base classes for class "MqttLightJson" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_json.py:163:7 - error: Base classes for class "MqttLightJson" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_json.py:163:7 - error: Base classes for class "MqttLightJson" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/light/schema_template.py
  <CWD>/homeassistant/components/mqtt/light/schema_template.py:120:7 - error: Base classes for class "MqttLightTemplate" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_template.py:120:7 - error: Base classes for class "MqttLightTemplate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_template.py:120:7 - error: Base classes for class "MqttLightTemplate" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_template.py:120:7 - error: Base classes for class "MqttLightTemplate" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_template.py:120:7 - error: Base classes for class "MqttLightTemplate" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_template.py:120:7 - error: Base classes for class "MqttLightTemplate" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_template.py:120:7 - error: Base classes for class "MqttLightTemplate" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/light/schema_template.py:120:7 - error: Base classes for class "MqttLightTemplate" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/lock.py
  <CWD>/homeassistant/components/mqtt/lock.py:128:7 - error: Base classes for class "MqttLock" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/lock.py:128:7 - error: Base classes for class "MqttLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/models.py
  <CWD>/homeassistant/components/mqtt/models.py:161:14 - error: "_message" overrides symbol of same name in class "HomeAssistantError"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/models.py:247:14 - error: "_message" overrides symbol of same name in class "HomeAssistantError"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/notify.py
  <CWD>/homeassistant/components/mqtt/notify.py:56:7 - error: Base classes for class "MqttNotify" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/notify.py:56:7 - error: Base classes for class "MqttNotify" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/number.py
  <CWD>/homeassistant/components/mqtt/number.py:132:7 - error: Base classes for class "MqttNumber" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/number.py:132:7 - error: Base classes for class "MqttNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/scene.py
  <CWD>/homeassistant/components/mqtt/scene.py:60:7 - error: Base classes for class "MqttScene" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/scene.py:60:7 - error: Base classes for class "MqttScene" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/select.py
  <CWD>/homeassistant/components/mqtt/select.py:80:7 - error: Base classes for class "MqttSelect" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/select.py:80:7 - error: Base classes for class "MqttSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/select.py:80:7 - error: Base classes for class "MqttSelect" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/select.py:80:7 - error: Base classes for class "MqttSelect" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/select.py:80:7 - error: Base classes for class "MqttSelect" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/select.py:80:7 - error: Base classes for class "MqttSelect" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/sensor.py
  <CWD>/homeassistant/components/mqtt/sensor.py:187:7 - error: Base classes for class "MqttSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/sensor.py:395:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/siren.py
  <CWD>/homeassistant/components/mqtt/siren.py:129:7 - error: Base classes for class "MqttSiren" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/siren.py:129:7 - error: Base classes for class "MqttSiren" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/siren.py:276:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/subscription.py
  <CWD>/homeassistant/components/mqtt/subscription.py:165:10 - error: Function with declared return type "dict[str, EntitySubscription]" must return value on all code paths
    "None" is not assignable to "dict[str, EntitySubscription]" (reportReturnType)
<CWD>/homeassistant/components/mqtt/switch.py
  <CWD>/homeassistant/components/mqtt/switch.py:87:7 - error: Base classes for class "MqttSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/switch.py:87:7 - error: Base classes for class "MqttSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/switch.py:87:7 - error: Base classes for class "MqttSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/switch.py:87:7 - error: Base classes for class "MqttSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/switch.py:87:7 - error: Base classes for class "MqttSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/switch.py:87:7 - error: Base classes for class "MqttSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/tag.py
  <CWD>/homeassistant/components/mqtt/tag.py:90:9 - error: "tags" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/mqtt/text.py
  <CWD>/homeassistant/components/mqtt/text.py:112:7 - error: Base classes for class "MqttTextEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/text.py:112:7 - error: Base classes for class "MqttTextEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/update.py
  <CWD>/homeassistant/components/mqtt/update.py:99:7 - error: Base classes for class "MqttUpdate" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/update.py:99:7 - error: Base classes for class "MqttUpdate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/update.py:99:7 - error: Base classes for class "MqttUpdate" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/update.py:99:7 - error: Base classes for class "MqttUpdate" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/update.py:99:7 - error: Base classes for class "MqttUpdate" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/update.py:99:7 - error: Base classes for class "MqttUpdate" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/update.py:99:7 - error: Base classes for class "MqttUpdate" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/update.py:99:7 - error: Base classes for class "MqttUpdate" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/update.py:99:7 - error: Base classes for class "MqttUpdate" define variable "entity_category" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/update.py:106:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/update.py:269:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/update.py:269:9 - error: "supported_features" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[UpdateEntityFeature]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/vacuum.py
  <CWD>/homeassistant/components/mqtt/vacuum.py:193:7 - error: Base classes for class "MqttStateVacuum" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/vacuum.py:193:7 - error: Base classes for class "MqttStateVacuum" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/valve.py
  <CWD>/homeassistant/components/mqtt/valve.py:153:7 - error: Base classes for class "MqttValve" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/valve.py:153:7 - error: Base classes for class "MqttValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt/water_heater.py
  <CWD>/homeassistant/components/mqtt/water_heater.py:183:7 - error: Base classes for class "MqttWaterHeater" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt/water_heater.py:183:7 - error: Base classes for class "MqttWaterHeater" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mqtt_room/sensor.py
  <CWD>/homeassistant/components/mqtt_room/sensor.py:171:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt_room/sensor.py:176:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mqtt_room/sensor.py:181:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/msteams/notify.py
  <CWD>/homeassistant/components/msteams/notify.py:7:8 - error: Import "pymsteams" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/mullvad/binary_sensor.py
  <CWD>/homeassistant/components/mullvad/binary_sensor.py:42:7 - error: Base classes for class "MullvadBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mullvad/binary_sensor.py:64:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/music_assistant/__init__.py
  <CWD>/homeassistant/components/music_assistant/__init__.py:10:36 - error: "MusicAssistantClient" is not exported from module "music_assistant_client"
    Import from "music_assistant_client.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/music_assistant/button.py
  <CWD>/homeassistant/components/music_assistant/button.py:36:7 - error: Base classes for class "MusicAssistantFavoriteButton" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/music_assistant/button.py:36:7 - error: Base classes for class "MusicAssistantFavoriteButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/music_assistant/button.py:45:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/music_assistant/config_flow.py
  <CWD>/homeassistant/components/music_assistant/config_flow.py:7:36 - error: "MusicAssistantClient" is not exported from module "music_assistant_client"
    Import from "music_assistant_client.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/music_assistant/entity.py
  <CWD>/homeassistant/components/music_assistant/entity.py:17:40 - error: "MusicAssistantClient" is not exported from module "music_assistant_client"
    Import from "music_assistant_client.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/music_assistant/entity.py:62:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/music_assistant/entity.py:70:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/music_assistant/media_browser.py
  <CWD>/homeassistant/components/music_assistant/media_browser.py:26:40 - error: "MusicAssistantClient" is not exported from module "music_assistant_client"
    Import from "music_assistant_client.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/music_assistant/media_player.py
  <CWD>/homeassistant/components/music_assistant/media_player.py:185:7 - error: Base classes for class "MusicAssistantPlayer" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:185:7 - error: Base classes for class "MusicAssistantPlayer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:243:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:307:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:312:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:317:15 - error: Method "async_media_stop" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:322:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:327:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:332:15 - error: Method "async_media_seek" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:338:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:343:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:349:15 - error: Method "async_volume_up" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:354:15 - error: Method "async_volume_down" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:359:15 - error: Method "async_turn_on" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:364:15 - error: Method "async_turn_off" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:369:15 - error: Method "async_set_shuffle" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:378:15 - error: Method "async_set_repeat" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:387:15 - error: Method "async_clear_playlist" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:395:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:429:15 - error: Method "async_join_players" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:442:15 - error: Method "async_unjoin_player" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/music_assistant/media_player.py:447:15 - error: Method "async_select_source" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/music_assistant/schemas.py
  <CWD>/homeassistant/components/music_assistant/schemas.py:57:40 - error: "MusicAssistantClient" is not exported from module "music_assistant_client"
    Import from "music_assistant_client.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/music_assistant/services.py
  <CWD>/homeassistant/components/music_assistant/services.py:52:40 - error: "MusicAssistantClient" is not exported from module "music_assistant_client"
    Import from "music_assistant_client.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/mutesync/binary_sensor.py
  <CWD>/homeassistant/components/mutesync/binary_sensor.py:30:7 - error: Base classes for class "MuteStatus" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mutesync/binary_sensor.py:51:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mutesync/config_flow.py
  <CWD>/homeassistant/components/mutesync/config_flow.py:41:12 - error: Type "str" is not assignable to return type "dict[str, Any]"
    "str" is not assignable to "dict[str, Any]" (reportReturnType)
<CWD>/homeassistant/components/mvglive/sensor.py
  <CWD>/homeassistant/components/mvglive/sensor.py:11:6 - error: Import "mvg" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/mvglive/sensor.py:126:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mvglive/sensor.py:133:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mvglive/sensor.py:138:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mvglive/sensor.py:147:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mvglive/sensor.py:152:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mycroft/notify.py
  <CWD>/homeassistant/components/mycroft/notify.py:7:6 - error: Import "mycroftapi" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/mysensors/__init__.py
  <CWD>/homeassistant/components/mysensors/__init__.py:140:27 - error: Object of type "Mapping[SensorType, type[MySensorsChildEntity]]" is not callable
    Attribute "__call__" is unknown (reportCallIssue)
  <CWD>/homeassistant/components/mysensors/__init__.py:140:27 - error: Expected 5 positional arguments (reportCallIssue)
<CWD>/homeassistant/components/mysensors/binary_sensor.py
  <CWD>/homeassistant/components/mysensors/binary_sensor.py:97:7 - error: Base classes for class "MySensorsBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/binary_sensor.py:97:7 - error: Base classes for class "MySensorsBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/binary_sensor.py:97:7 - error: Base classes for class "MySensorsBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/binary_sensor.py:97:7 - error: Base classes for class "MySensorsBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/binary_sensor.py:97:7 - error: Base classes for class "MySensorsBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/binary_sensor.py:106:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MySensorsBinarySensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/binary_sensor.py:106:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "MySensorsBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/binary_sensor.py:109:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mysensors/climate.py
  <CWD>/homeassistant/components/mysensors/climate.py:68:7 - error: Base classes for class "MySensorsHVAC" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:68:7 - error: Base classes for class "MySensorsHVAC" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:68:7 - error: Base classes for class "MySensorsHVAC" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:68:7 - error: Base classes for class "MySensorsHVAC" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:68:7 - error: Base classes for class "MySensorsHVAC" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:74:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:74:9 - error: "supported_features" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[ClimateEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:93:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:102:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:113:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:125:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:131:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:137:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:142:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:147:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/climate.py:168:29 - error: "value_type" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/mysensors/cover.py
  <CWD>/homeassistant/components/mysensors/cover.py:56:7 - error: Base classes for class "MySensorsCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/cover.py:56:7 - error: Base classes for class "MySensorsCover" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/cover.py:56:7 - error: Base classes for class "MySensorsCover" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/cover.py:56:7 - error: Base classes for class "MySensorsCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/cover.py:56:7 - error: Base classes for class "MySensorsCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/cover.py:84:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/cover.py:89:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/cover.py:94:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/cover.py:99:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mysensors/device_tracker.py
  <CWD>/homeassistant/components/mysensors/device_tracker.py:44:7 - error: Base classes for class "MySensorsDeviceTracker" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/device_tracker.py:44:7 - error: Base classes for class "MySensorsDeviceTracker" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/device_tracker.py:44:7 - error: Base classes for class "MySensorsDeviceTracker" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/device_tracker.py:44:7 - error: Base classes for class "MySensorsDeviceTracker" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/device_tracker.py:44:7 - error: Base classes for class "MySensorsDeviceTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mysensors/entity.py
  <CWD>/homeassistant/components/mysensors/entity.py:88:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/entity.py:98:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/entity.py:183:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/entity.py:188:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/entity.py:207:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mysensors/gateway.py
  <CWD>/homeassistant/components/mysensors/gateway.py:107:17 - error: Cannot assign to attribute "on_conn_made" for class "BaseAsyncGateway"
    Expression of type "(_: BaseAsyncGateway) -> None" cannot be assigned to attribute "on_conn_made" of class "BaseAsyncGateway"
      "FunctionType" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/mysensors/gateway.py:201:23 - error: Argument of type "str | None" cannot be assigned to parameter "in_prefix" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/mysensors/gateway.py:202:24 - error: Argument of type "str | None" cannot be assigned to parameter "out_prefix" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/mysensors/gateway.py:285:13 - error: Cannot assign to attribute "on_conn_made" for class "BaseAsyncGateway"
    Expression of type "(_: BaseAsyncGateway) -> None" cannot be assigned to attribute "on_conn_made" of class "BaseAsyncGateway"
      "FunctionType" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/mysensors/light.py
  <CWD>/homeassistant/components/mysensors/light.py:57:7 - error: Base classes for class "MySensorsLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/light.py:57:7 - error: Base classes for class "MySensorsLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/light.py:57:7 - error: Base classes for class "MySensorsLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/light.py:57:7 - error: Base classes for class "MySensorsLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/light.py:57:7 - error: Base classes for class "MySensorsLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/light.py:66:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mysensors/remote.py
  <CWD>/homeassistant/components/mysensors/remote.py:51:7 - error: Base classes for class "MySensorsRemote" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/remote.py:51:7 - error: Base classes for class "MySensorsRemote" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/remote.py:51:7 - error: Base classes for class "MySensorsRemote" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/remote.py:51:7 - error: Base classes for class "MySensorsRemote" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/remote.py:51:7 - error: Base classes for class "MySensorsRemote" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/remote.py:57:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/remote.py:66:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/remote.py:66:9 - error: "supported_features" overrides symbol of same name in class "RemoteEntity"
    "property" is not assignable to "cached_property[RemoteEntityFeature]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mysensors/sensor.py
  <CWD>/homeassistant/components/mysensors/sensor.py:253:7 - error: Base classes for class "MyBatterySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/sensor.py:253:7 - error: Base classes for class "MyBatterySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/sensor.py:262:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/sensor.py:267:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/sensor.py:278:7 - error: Base classes for class "MySensorsSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/sensor.py:278:7 - error: Base classes for class "MySensorsSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/sensor.py:278:7 - error: Base classes for class "MySensorsSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/sensor.py:278:7 - error: Base classes for class "MySensorsSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/sensor.py:278:7 - error: Base classes for class "MySensorsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/sensor.py:290:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/sensor.py:295:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mysensors/switch.py
  <CWD>/homeassistant/components/mysensors/switch.py:59:7 - error: Base classes for class "MySensorsSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/switch.py:59:7 - error: Base classes for class "MySensorsSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/switch.py:59:7 - error: Base classes for class "MySensorsSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/switch.py:59:7 - error: Base classes for class "MySensorsSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/switch.py:59:7 - error: Base classes for class "MySensorsSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/switch.py:63:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mysensors/text.py
  <CWD>/homeassistant/components/mysensors/text.py:44:7 - error: Base classes for class "MySensorsText" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/text.py:44:7 - error: Base classes for class "MySensorsText" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/text.py:44:7 - error: Base classes for class "MySensorsText" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/text.py:44:7 - error: Base classes for class "MySensorsText" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/text.py:44:7 - error: Base classes for class "MySensorsText" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mysensors/text.py:50:9 - error: "native_value" overrides symbol of same name in class "TextEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mystrom/binary_sensor.py
  <CWD>/homeassistant/components/mystrom/binary_sensor.py:87:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mystrom/binary_sensor.py:92:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/mystrom/sensor.py
  <CWD>/homeassistant/components/mystrom/sensor.py:63:29 - error: Type "MyStromSwitch | MyStromBulb" is not assignable to declared type "MyStromSwitch"
    Type "MyStromSwitch | MyStromBulb" is not assignable to type "MyStromSwitch"
      "MyStromBulb" is not assignable to "MyStromSwitch" (reportAssignmentType)
  <CWD>/homeassistant/components/mystrom/sensor.py:87:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "MyStromSwitchSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/mystrom/sensor.py:91:35 - error: Argument of type "set[tuple[Literal['mystrom'], str | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/mystrom/sensor.py:98:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/myuplink/__init__.py
  <CWD>/homeassistant/components/myuplink/__init__.py:10:22 - error: "MyUplinkAPI" is not exported from module "myuplink"
    Import from "myuplink.api" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/myuplink/__init__.py:10:35 - error: "get_manufacturer" is not exported from module "myuplink"
    Import from "myuplink.names" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/myuplink/__init__.py:10:53 - error: "get_model" is not exported from module "myuplink"
    Import from "myuplink.names" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/myuplink/__init__.py:10:64 - error: "get_system_name" is not exported from module "myuplink"
    Import from "myuplink.names" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/myuplink/binary_sensor.py
  <CWD>/homeassistant/components/myuplink/binary_sensor.py:3:22 - error: "DeviceConnectionState" is not exported from module "myuplink"
    Import from "myuplink.models" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/myuplink/binary_sensor.py:3:45 - error: "DevicePoint" is not exported from module "myuplink"
    Import from "myuplink.models" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/myuplink/binary_sensor.py:137:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/myuplink/binary_sensor.py:143:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/myuplink/binary_sensor.py:151:7 - error: Base classes for class "MyUplinkDeviceBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/myuplink/binary_sensor.py:171:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/myuplink/binary_sensor.py:179:7 - error: Base classes for class "MyUplinkSystemBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/myuplink/binary_sensor.py:201:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/myuplink/coordinator.py
  <CWD>/homeassistant/components/myuplink/coordinator.py:8:22 - error: "Device" is not exported from module "myuplink"
    Import from "myuplink.models" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/myuplink/coordinator.py:8:30 - error: "DevicePoint" is not exported from module "myuplink"
    Import from "myuplink.models" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/myuplink/coordinator.py:8:43 - error: "MyUplinkAPI" is not exported from module "myuplink"
    Import from "myuplink.api" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/myuplink/coordinator.py:8:56 - error: "System" is not exported from module "myuplink"
    Import from "myuplink.models" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/myuplink/helpers.py
  <CWD>/homeassistant/components/myuplink/helpers.py:3:22 - error: "DevicePoint" is not exported from module "myuplink"
    Import from "myuplink.models" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/myuplink/number.py
  <CWD>/homeassistant/components/myuplink/number.py:4:22 - error: "DevicePoint" is not exported from module "myuplink"
    Import from "myuplink.models" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/myuplink/number.py:92:7 - error: Base classes for class "MyUplinkNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/myuplink/number.py:127:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/myuplink/select.py
  <CWD>/homeassistant/components/myuplink/select.py:6:22 - error: "DevicePoint" is not exported from module "myuplink"
    Import from "myuplink.models" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/myuplink/select.py:47:7 - error: Base classes for class "MyUplinkSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/myuplink/select.py:76:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/myuplink/sensor.py
  <CWD>/homeassistant/components/myuplink/sensor.py:3:22 - error: "DevicePoint" is not exported from module "myuplink"
    Import from "myuplink.models" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/myuplink/sensor.py:265:7 - error: Base classes for class "MyUplinkDevicePointSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/myuplink/sensor.py:294:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/myuplink/switch.py
  <CWD>/homeassistant/components/myuplink/switch.py:6:22 - error: "DevicePoint" is not exported from module "myuplink"
    Import from "myuplink.models" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/myuplink/switch.py:85:7 - error: Base classes for class "MyUplinkDevicePointSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/myuplink/switch.py:111:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/myuplink/update.py
  <CWD>/homeassistant/components/myuplink/update.py:39:7 - error: Base classes for class "MyUplinkDeviceUpdate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/myuplink/update.py:59:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/myuplink/update.py:64:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nad/media_player.py
  <CWD>/homeassistant/components/nad/media_player.py:5:6 - error: Import "nad_receiver" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/nad/media_player.py:138:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nad/media_player.py:143:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nad/media_player.py:240:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nam/__init__.py
  <CWD>/homeassistant/components/nam/__init__.py:9:5 - error: "ApiError" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nam/__init__.py:10:5 - error: "AuthFailedError" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nam/__init__.py:11:5 - error: "ConnectionOptions" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.model" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/nam/button.py
  <CWD>/homeassistant/components/nam/button.py:8:33 - error: "ApiError" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nam/button.py:8:43 - error: "AuthFailedError" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nam/button.py:49:7 - error: Base classes for class "NAMButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nam/config_flow.py
  <CWD>/homeassistant/components/nam/config_flow.py:11:5 - error: "ApiError" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nam/config_flow.py:12:5 - error: "AuthFailedError" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nam/config_flow.py:13:5 - error: "CannotGetMacError" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nam/config_flow.py:14:5 - error: "ConnectionOptions" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.model" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/nam/coordinator.py
  <CWD>/homeassistant/components/nam/coordinator.py:7:5 - error: "ApiError" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nam/coordinator.py:8:5 - error: "InvalidSensorDataError" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nam/coordinator.py:9:5 - error: "NAMSensors" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.model" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/nam/sensor.py
  <CWD>/homeassistant/components/nam/sensor.py:10:33 - error: "NAMSensors" is not exported from module "nettigo_air_monitor"
    Import from "nettigo_air_monitor.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nam/sensor.py:415:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NAMSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nam/sensor.py:415:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NAMSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nam/sensor.py:418:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nam/sensor.py:431:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nanoleaf/__init__.py
  <CWD>/homeassistant/components/nanoleaf/__init__.py:73:28 - error: "touch_event_callback" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/nanoleaf/button.py
  <CWD>/homeassistant/components/nanoleaf/button.py:21:7 - error: Base classes for class "NanoleafIdentifyButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nanoleaf/event.py
  <CWD>/homeassistant/components/nanoleaf/event.py:24:7 - error: Base classes for class "NanoleafGestureEvent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nanoleaf/light.py
  <CWD>/homeassistant/components/nanoleaf/light.py:36:7 - error: Base classes for class "NanoleafLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nanoleaf/light.py:52:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nanoleaf/light.py:62:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nanoleaf/light.py:73:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nanoleaf/light.py:78:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nanoleaf/light.py:83:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nanoleaf/light.py:88:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nasweb/alarm_control_panel.py
  <CWD>/homeassistant/components/nasweb/alarm_control_panel.py:83:7 - error: Base classes for class "ZoneEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/alarm_control_panel.py:83:7 - error: Base classes for class "ZoneEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/alarm_control_panel.py:83:7 - error: Base classes for class "ZoneEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/alarm_control_panel.py:83:7 - error: Base classes for class "ZoneEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/alarm_control_panel.py:124:34 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/nasweb/alarm_control_panel.py:144:9 - error: "supported_features" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/alarm_control_panel.py:144:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nasweb/coordinator.py
  <CWD>/homeassistant/components/nasweb/coordinator.py:176:13 - error: Argument of type "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_at"
    Type "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "CoroutineType[Any, Any, None]" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(now: datetime), CoroutineType[Any, Any, None]]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
<CWD>/homeassistant/components/nasweb/sensor.py
  <CWD>/homeassistant/components/nasweb/sensor.py:88:7 - error: Base classes for class "BaseSensorEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/sensor.py:88:7 - error: Base classes for class "BaseSensorEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/sensor.py:88:7 - error: Base classes for class "BaseSensorEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/sensor.py:88:7 - error: Base classes for class "BaseSensorEntity" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/sensor.py:88:7 - error: Base classes for class "BaseSensorEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/sensor.py:88:7 - error: Base classes for class "BaseSensorEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/sensor.py:88:7 - error: Base classes for class "BaseSensorEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/sensor.py:88:7 - error: Base classes for class "BaseSensorEntity" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/sensor.py:126:5 - error: "_attr_options" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "list[str]" is not the same as base type "list[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/sensor.py:159:18 - error: "_attr_native_value" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "str | None" is not the same as base type "StateType | date | datetime | Decimal" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nasweb/switch.py
  <CWD>/homeassistant/components/nasweb/switch.py:85:7 - error: Base classes for class "RelaySwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/switch.py:85:7 - error: Base classes for class "RelaySwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/switch.py:85:7 - error: Base classes for class "RelaySwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nasweb/switch.py:85:7 - error: Base classes for class "RelaySwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/neato/api.py
  <CWD>/homeassistant/components/neato/api.py:31:9 - error: Method "refresh_tokens" overrides class "OAuthSession" in an incompatible manner
    Return type mismatch: base method returns type "dict[Unknown, Unknown]", override returns type "str"
      "str" is not assignable to "dict[Unknown, Unknown]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/neato/button.py
  <CWD>/homeassistant/components/neato/button.py:28:7 - error: Base classes for class "NeatoDismissAlertButton" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/neato/camera.py
  <CWD>/homeassistant/components/neato/camera.py:49:7 - error: Base classes for class "NeatoCleaningMap" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/neato/camera.py:94:26 - error: "map_data" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/neato/camera.py:114:30 - error: "map_data" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/neato/camera.py:118:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/neato/camera.py:123:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/neato/entity.py
  <CWD>/homeassistant/components/neato/entity.py:21:14 - error: "_attr_device_info" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DeviceInfo" is not the same as base type "DeviceInfo | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/neato/sensor.py
  <CWD>/homeassistant/components/neato/sensor.py:45:7 - error: Base classes for class "NeatoSensor" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/neato/sensor.py:77:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/neato/switch.py
  <CWD>/homeassistant/components/neato/switch.py:51:7 - error: Base classes for class "NeatoConnectedSwitch" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/neato/switch.py:94:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/neato/vacuum.py
  <CWD>/homeassistant/components/neato/vacuum.py:95:7 - error: Base classes for class "NeatoConnectedVacuum" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/neato/vacuum.py:125:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/neato/vacuum.py:264:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/neato/vacuum.py:294:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/neato/vacuum.py:384:39 - error: Argument of type "str" cannot be assigned to parameter "mode" of type "int" in function "start_cleaning"
    "str" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/neato/vacuum.py:384:45 - error: Argument of type "str" cannot be assigned to parameter "navigation_mode" of type "int" in function "start_cleaning"
    "str" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/nederlandse_spoorwegen/sensor.py
  <CWD>/homeassistant/components/nederlandse_spoorwegen/sensor.py:129:7 - error: Base classes for class "NSDepartureSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nederlandse_spoorwegen/sensor.py:154:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nederlandse_spoorwegen/sensor.py:159:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nederlandse_spoorwegen/sensor.py:171:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ness_alarm/alarm_control_panel.py
  <CWD>/homeassistant/components/ness_alarm/alarm_control_panel.py:74:35 - error: Argument of type "str | None" cannot be assigned to parameter "code" of type "str" in function "disarm"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/ness_alarm/alarm_control_panel.py:86:34 - error: Argument of type "str | None" cannot be assigned to parameter "code" of type "str" in function "panic"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/ness_alarm/alarm_control_panel.py:101:38 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/ness_alarm/alarm_control_panel.py:102:17 - error: Argument of type "ArmingMode | None" cannot be assigned to parameter "key" of type "ArmingMode" in function "get"
    Type "ArmingMode | None" is not assignable to type "ArmingMode"
      "None" is not assignable to "ArmingMode" (reportArgumentType)
<CWD>/homeassistant/components/ness_alarm/binary_sensor.py
  <CWD>/homeassistant/components/ness_alarm/binary_sensor.py:68:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ness_alarm/binary_sensor.py:73:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ness_alarm/binary_sensor.py:78:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nest/camera.py
  <CWD>/homeassistant/components/nest/camera.py:175:9 - error: "use_stream_for_stills" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nest/climate.py
  <CWD>/homeassistant/components/nest/climate.py:119:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/climate.py:131:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/climate.py:139:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/climate.py:147:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/climate.py:158:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/climate.py:167:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/climate.py:195:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/climate.py:205:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/climate.py:213:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/climate.py:221:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/climate.py:232:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/climate.py:243:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nest/event.py
  <CWD>/homeassistant/components/nest/event.py:37:5 - error: "event_types" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/nest/event.py:92:14 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "NestEventEntityDescription" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nest/media_source.py
  <CWD>/homeassistant/components/nest/media_source.py:384:5 - error: "name" overrides symbol of same name in class "MediaSource"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nest/sensor.py
  <CWD>/homeassistant/components/nest/sensor.py:64:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/sensor.py:82:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nest/sensor.py:98:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netatmo/button.py
  <CWD>/homeassistant/components/netatmo/button.py:46:5 - error: "device" overrides symbol of same name in class "NetatmoModuleEntity"
    Variable is mutable so its type is invariant
      Override type "Shutter" is not the same as base type "Module" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netatmo/camera.py
  <CWD>/homeassistant/components/netatmo/camera.py:91:5 - error: "device" overrides symbol of same name in class "NetatmoModuleEntity"
    Variable is mutable so its type is invariant
      Override type "Camera" is not the same as base type "Module" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/camera.py:184:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/camera.py:184:9 - error: "supported_features" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[CameraEntityFeature]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netatmo/climate.py
  <CWD>/homeassistant/components/netatmo/climate.py:330:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/climate.py:406:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netatmo/cover.py
  <CWD>/homeassistant/components/netatmo/cover.py:58:5 - error: "device" overrides symbol of same name in class "NetatmoModuleEntity"
    Variable is mutable so its type is invariant
      Override type "Shutter" is not the same as base type "Module" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netatmo/entity.py
  <CWD>/homeassistant/components/netatmo/entity.py:193:45 - error: Cannot access attribute "place" for class "Module"
    Attribute "place" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/netatmo/fan.py
  <CWD>/homeassistant/components/netatmo/fan.py:53:5 - error: "device" overrides symbol of same name in class "NetatmoModuleEntity"
    Variable is mutable so its type is invariant
      Override type "Fan" is not the same as base type "Module" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netatmo/light.py
  <CWD>/homeassistant/components/netatmo/light.py:70:5 - error: "device" overrides symbol of same name in class "NetatmoModuleEntity"
    Variable is mutable so its type is invariant
      Override type "NOC" is not the same as base type "Module" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/light.py:125:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/light.py:151:5 - error: "device" overrides symbol of same name in class "NetatmoModuleEntity"
    Variable is mutable so its type is invariant
      Override type "NLFN" is not the same as base type "Module" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netatmo/media_source.py
  <CWD>/homeassistant/components/netatmo/media_source.py:38:5 - error: "name" overrides symbol of same name in class "MediaSource"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netatmo/sensor.py
  <CWD>/homeassistant/components/netatmo/sensor.py:528:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NetatmoSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/sensor.py:528:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NetatmoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/sensor.py:533:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/sensor.py:556:5 - error: "device" overrides symbol of same name in class "NetatmoModuleEntity"
    Variable is mutable so its type is invariant
      Override type "NRV" is not the same as base type "Module" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/sensor.py:562:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NetatmoSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/sensor.py:562:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NetatmoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/sensor.py:608:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NetatmoSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/sensor.py:608:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NetatmoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/sensor.py:653:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NetatmoSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/sensor.py:653:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NetatmoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/sensor.py:693:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NetatmoPublicWeatherSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netatmo/sensor.py:693:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NetatmoPublicWeatherSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netatmo/switch.py
  <CWD>/homeassistant/components/netatmo/switch.py:46:5 - error: "device" overrides symbol of same name in class "NetatmoModuleEntity"
    Variable is mutable so its type is invariant
      Override type "Switch" is not the same as base type "Module" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netdata/sensor.py
  <CWD>/homeassistant/components/netdata/sensor.py:7:21 - error: "Netdata" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/netdata/sensor.py:8:6 - error: Import "netdata.exceptions" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/netdata/sensor.py:126:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netdata/sensor.py:131:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netdata/sensor.py:136:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netdata/sensor.py:141:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netdata/sensor.py:146:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netdata/sensor.py:171:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netdata/sensor.py:176:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netdata/sensor.py:181:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netdata/sensor.py:192:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netgear/button.py
  <CWD>/homeassistant/components/netgear/button.py:54:7 - error: Base classes for class "NetgearRouterButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/button.py:67:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NetgearButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/button.py:67:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "NetgearButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netgear/device_tracker.py
  <CWD>/homeassistant/components/netgear/device_tracker.py:53:7 - error: Base classes for class "NetgearScannerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/device_tracker.py:87:9 - error: "ip_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/device_tracker.py:92:9 - error: "mac_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/device_tracker.py:97:9 - error: "hostname" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/device_tracker.py:102:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netgear/router.py
  <CWD>/homeassistant/components/netgear/router.py:84:29 - error: Cannot assign to attribute "api" for class "NetgearRouter*"
    "None" is not assignable to "Netgear" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/netgear/sensor.py
  <CWD>/homeassistant/components/netgear/sensor.py:350:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/sensor.py:355:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/sensor.py:368:7 - error: Base classes for class "NetgearRouterSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/sensor.py:382:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NetgearSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/sensor.py:382:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NetgearSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/sensor.py:389:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/sensor.py:401:23 - error: "Never" is not awaitable (reportGeneralTypeIssues)
<CWD>/homeassistant/components/netgear/switch.py
  <CWD>/homeassistant/components/netgear/switch.py:145:7 - error: Base classes for class "NetgearAllowBlock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/switch.py:197:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NetgearSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/switch.py:197:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "NetgearSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netgear/update.py
  <CWD>/homeassistant/components/netgear/update.py:38:7 - error: Base classes for class "NetgearUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/update.py:54:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/update.py:61:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear/update.py:72:9 - error: "release_summary" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netgear_lte/__init__.py
  <CWD>/homeassistant/components/netgear_lte/__init__.py:76:32 - error: No parameter named "hostname" (reportCallIssue)
  <CWD>/homeassistant/components/netgear_lte/__init__.py:76:47 - error: No parameter named "websession" (reportCallIssue)
<CWD>/homeassistant/components/netgear_lte/binary_sensor.py
  <CWD>/homeassistant/components/netgear_lte/binary_sensor.py:50:7 - error: Base classes for class "NetgearLTEBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear_lte/binary_sensor.py:54:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netgear_lte/config_flow.py
  <CWD>/homeassistant/components/netgear_lte/config_flow.py:66:13 - error: No parameter named "hostname" (reportCallIssue)
  <CWD>/homeassistant/components/netgear_lte/config_flow.py:67:13 - error: No parameter named "password" (reportCallIssue)
  <CWD>/homeassistant/components/netgear_lte/config_flow.py:68:13 - error: No parameter named "websession" (reportCallIssue)
<CWD>/homeassistant/components/netgear_lte/sensor.py
  <CWD>/homeassistant/components/netgear_lte/sensor.py:136:7 - error: Base classes for class "NetgearLTESensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear_lte/sensor.py:139:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NetgearLTESensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netgear_lte/sensor.py:142:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/netio/switch.py
  <CWD>/homeassistant/components/netio/switch.py:10:6 - error: Import "pynetio" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/netio/switch.py:151:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netio/switch.py:156:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/netio/switch.py:177:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/network/__init__.py
  <CWD>/homeassistant/components/network/__init__.py:90:12 - error: Type "str | Unknown | None" is not assignable to return type "str"
    Type "str | Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportReturnType)
<CWD>/homeassistant/components/neurio_energy/sensor.py
  <CWD>/homeassistant/components/neurio_energy/sensor.py:8:8 - error: Import "neurio" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/neurio_energy/sensor.py:161:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/neurio_energy/sensor.py:166:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/neurio_energy/sensor.py:171:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nexia/binary_sensor.py
  <CWD>/homeassistant/components/nexia/binary_sensor.py:41:7 - error: Base classes for class "NexiaBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/binary_sensor.py:56:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nexia/climate.py
  <CWD>/homeassistant/components/nexia/climate.py:161:7 - error: Base classes for class "NexiaZone" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/climate.py:170:45 - error: Argument of type "str | int" cannot be assigned to parameter "unique_id" of type "str" in function "__init__"
    Type "str | int" is not assignable to type "str"
      "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/nexia/climate.py:187:35 - error: Cannot assign to attribute "_attr_min_humidity" for class "NexiaZone*"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/nexia/climate.py:188:35 - error: Cannot assign to attribute "_attr_max_humidity" for class "NexiaZone*"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/nexia/climate.py:202:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/climate.py:207:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/climate.py:228:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/climate.py:254:9 - error: "target_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/climate.py:278:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/climate.py:285:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/climate.py:296:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/climate.py:305:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/climate.py:314:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/climate.py:332:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/climate.py:368:17 - error: Operator "-" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/nexia/climate.py:375:17 - error: Operator "-" not supported for types "int | Any" and "int | Any | None"
    Operator "-" not supported for types "int" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/nexia/climate.py:387:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nexia/config_flow.py
  <CWD>/homeassistant/components/nexia/config_flow.py:103:52 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/nexia/config_flow.py:105:54 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/nexia/coordinator.py
  <CWD>/homeassistant/components/nexia/coordinator.py:44:16 - error: Type "dict[str, Any] | None" is not assignable to return type "dict[str, Any]"
    Type "dict[str, Any] | None" is not assignable to type "dict[str, Any]"
      "None" is not assignable to "dict[str, Any]" (reportReturnType)
<CWD>/homeassistant/components/nexia/entity.py
  <CWD>/homeassistant/components/nexia/entity.py:59:35 - error: Argument of type "set[tuple[Literal['nexia'], int | str]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "int | str" is not assignable to type "str"
      "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/nexia/entity.py:110:14 - error: Cannot assign to attribute "_attr_device_info" for class "NexiaThermostatZoneEntity*"
    Expression of type "dict[str, object]" cannot be assigned to attribute "_attr_device_info" of class "NexiaThermostatZoneEntity"
      Type "dict[str, object]" is not assignable to type "DeviceInfo | None"
        "dict[str, object]" is not assignable to "DeviceInfo"
        "dict[str, object]" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/nexia/number.py
  <CWD>/homeassistant/components/nexia/number.py:39:7 - error: Base classes for class "NexiaFanSpeedEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/number.py:58:39 - error: Cannot assign to attribute "_attr_native_min_value" for class "NexiaFanSpeedEntity*"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/nexia/number.py:59:39 - error: Cannot assign to attribute "_attr_native_max_value" for class "NexiaFanSpeedEntity*"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/nexia/number.py:62:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/number.py:65:16 - error: Type "Any | None" is not assignable to return type "float"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportReturnType)
<CWD>/homeassistant/components/nexia/scene.py
  <CWD>/homeassistant/components/nexia/scene.py:36:7 - error: Base classes for class "NexiaAutomationScene" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/scene.py:45:39 - error: Argument of type "int" cannot be assigned to parameter "unique_id" of type "str" in function "__init__"
    "int" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/nexia/sensor.py
  <CWD>/homeassistant/components/nexia/sensor.py:189:7 - error: Base classes for class "NexiaThermostatSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/sensor.py:218:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/sensor.py:228:7 - error: Base classes for class "NexiaThermostatZoneSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/sensor.py:258:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nexia/switch.py
  <CWD>/homeassistant/components/nexia/switch.py:64:7 - error: Base classes for class "NexiaHoldSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/switch.py:74:45 - error: Argument of type "str | int" cannot be assigned to parameter "unique_id" of type "str" in function "__init__"
    Type "str | int" is not assignable to type "str"
      "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/nexia/switch.py:77:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/switch.py:95:7 - error: Base classes for class "NexiaRoomIQSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/switch.py:117:13 - error: Argument of type "str | int" cannot be assigned to parameter "key" of type "int" in function "__setitem__"
    Type "str | int" is not assignable to type "int"
      "str" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/nexia/switch.py:120:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/switch.py:138:7 - error: Base classes for class "NexiaEmergencyHeatSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nexia/switch.py:154:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nextbus/coordinator.py
  <CWD>/homeassistant/components/nextbus/coordinator.py:118:29 - error: Argument of type "StopPrediction" cannot be assigned to parameter "value" of type "dict[str, Any]" in function "__setitem__"
    "StopPrediction" is not assignable to "dict[str, Any]" (reportArgumentType)
<CWD>/homeassistant/components/nextbus/sensor.py
  <CWD>/homeassistant/components/nextbus/sensor.py:50:7 - error: Base classes for class "NextBusDepartureSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nextcloud/binary_sensor.py
  <CWD>/homeassistant/components/nextcloud/binary_sensor.py:68:7 - error: Base classes for class "NextcloudBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nextcloud/binary_sensor.py:72:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nextcloud/sensor.py
  <CWD>/homeassistant/components/nextcloud/sensor.py:616:7 - error: Base classes for class "NextcloudSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nextcloud/sensor.py:619:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NextcloudSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nextcloud/sensor.py:622:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nextcloud/update.py
  <CWD>/homeassistant/components/nextcloud/update.py:31:7 - error: Base classes for class "NextcloudUpdateSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nextcloud/update.py:35:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nextcloud/update.py:40:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nextcloud/update.py:47:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nextdns/__init__.py
  <CWD>/homeassistant/components/nextdns/__init__.py:10:5 - error: "AnalyticsDnssec" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/__init__.py:11:5 - error: "AnalyticsEncryption" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/__init__.py:12:5 - error: "AnalyticsIpVersions" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/__init__.py:13:5 - error: "AnalyticsProtocols" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/__init__.py:14:5 - error: "AnalyticsStatus" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/__init__.py:15:5 - error: "ApiError" is not exported from module "nextdns"
    Import from "nextdns.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/__init__.py:16:5 - error: "ConnectionStatus" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/__init__.py:17:5 - error: "InvalidApiKeyError" is not exported from module "nextdns"
    Import from "nextdns.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/__init__.py:19:5 - error: "Settings" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/nextdns/binary_sensor.py
  <CWD>/homeassistant/components/nextdns/binary_sensor.py:8:21 - error: "ConnectionStatus" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/binary_sensor.py:63:7 - error: Base classes for class "NextDnsBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nextdns/binary_sensor.py:66:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "NextDnsBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nextdns/binary_sensor.py:69:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nextdns/button.py
  <CWD>/homeassistant/components/nextdns/button.py:7:21 - error: "ApiError" is not exported from module "nextdns"
    Import from "nextdns.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/button.py:7:31 - error: "InvalidApiKeyError" is not exported from module "nextdns"
    Import from "nextdns.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/button.py:40:7 - error: Base classes for class "NextDnsButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nextdns/config_flow.py
  <CWD>/homeassistant/components/nextdns/config_flow.py:10:21 - error: "ApiError" is not exported from module "nextdns"
    Import from "nextdns.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/config_flow.py:10:31 - error: "InvalidApiKeyError" is not exported from module "nextdns"
    Import from "nextdns.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/nextdns/coordinator.py
  <CWD>/homeassistant/components/nextdns/coordinator.py:11:5 - error: "AnalyticsDnssec" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/coordinator.py:12:5 - error: "AnalyticsEncryption" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/coordinator.py:13:5 - error: "AnalyticsIpVersions" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/coordinator.py:14:5 - error: "AnalyticsProtocols" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/coordinator.py:15:5 - error: "AnalyticsStatus" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/coordinator.py:16:5 - error: "ApiError" is not exported from module "nextdns"
    Import from "nextdns.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/coordinator.py:17:5 - error: "ConnectionStatus" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/coordinator.py:18:5 - error: "InvalidApiKeyError" is not exported from module "nextdns"
    Import from "nextdns.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/coordinator.py:20:5 - error: "Settings" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/nextdns/sensor.py
  <CWD>/homeassistant/components/nextdns/sensor.py:9:5 - error: "AnalyticsDnssec" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/sensor.py:10:5 - error: "AnalyticsEncryption" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/sensor.py:11:5 - error: "AnalyticsIpVersions" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/sensor.py:12:5 - error: "AnalyticsProtocols" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/sensor.py:13:5 - error: "AnalyticsStatus" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/sensor.py:299:7 - error: Base classes for class "NextDnsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nextdns/sensor.py:304:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NextDnsSensorEntityDescription[CoordinatorDataT@NextDnsSensor]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nextdns/sensor.py:307:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nextdns/switch.py
  <CWD>/homeassistant/components/nextdns/switch.py:11:21 - error: "ApiError" is not exported from module "nextdns"
    Import from "nextdns.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/switch.py:11:31 - error: "InvalidApiKeyError" is not exported from module "nextdns"
    Import from "nextdns.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/switch.py:11:51 - error: "Settings" is not exported from module "nextdns"
    Import from "nextdns.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nextdns/switch.py:545:7 - error: Base classes for class "NextDnsSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nextdns/switch.py:548:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "NextDnsSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nibe_heatpump/__init__.py
  <CWD>/homeassistant/components/nibe_heatpump/__init__.py:7:44 - error: "ProductInfo" is not exported from module "nibe.connection.nibegw"
    Import from "nibe.heatpump" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/nibe_heatpump/__init__.py:105:20 - error: Cannot access attribute "subscribe" for class "Modbus"
    Attribute "subscribe" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/nibe_heatpump/__init__.py:105:41 - error: Cannot access attribute "PRODUCT_INFO_EVENT" for class "Modbus"
    Attribute "PRODUCT_INFO_EVENT" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/nibe_heatpump/binary_sensor.py
  <CWD>/homeassistant/components/nibe_heatpump/binary_sensor.py:34:7 - error: Base classes for class "BinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nibe_heatpump/button.py
  <CWD>/homeassistant/components/nibe_heatpump/button.py:60:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nibe_heatpump/climate.py
  <CWD>/homeassistant/components/nibe_heatpump/climate.py:190:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nibe_heatpump/number.py
  <CWD>/homeassistant/components/nibe_heatpump/number.py:43:7 - error: Base classes for class "Number" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nibe_heatpump/select.py
  <CWD>/homeassistant/components/nibe_heatpump/select.py:34:7 - error: Base classes for class "Select" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nibe_heatpump/sensor.py
  <CWD>/homeassistant/components/nibe_heatpump/sensor.py:202:7 - error: Base classes for class "Sensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nibe_heatpump/switch.py
  <CWD>/homeassistant/components/nibe_heatpump/switch.py:36:7 - error: Base classes for class "Switch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nibe_heatpump/water_heater.py
  <CWD>/homeassistant/components/nibe_heatpump/water_heater.py:169:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nice_go/coordinator.py
  <CWD>/homeassistant/components/nice_go/coordinator.py:159:25 - error: Argument of type "Any | str | None" cannot be assigned to parameter "refresh_token" of type "str" in function "authenticate_refresh"
    Type "Any | str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/nice_go/cover.py
  <CWD>/homeassistant/components/nice_go/cover.py:39:7 - error: Base classes for class "NiceGOCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nice_go/cover.py:46:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nice_go/cover.py:46:9 - error: "device_class" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[CoverDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nice_go/cover.py:51:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nice_go/cover.py:61:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nice_go/cover.py:66:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nice_go/cover.py:71:15 - error: Method "async_close_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/nice_go/cover.py:79:15 - error: Method "async_open_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/nice_go/event.py
  <CWD>/homeassistant/components/nice_go/event.py:34:7 - error: Base classes for class "NiceGOEventEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nice_go/light.py
  <CWD>/homeassistant/components/nice_go/light.py:48:7 - error: Base classes for class "NiceGOLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nice_go/light.py:56:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nice_go/light.py:63:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/nice_go/light.py:69:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/nice_go/switch.py
  <CWD>/homeassistant/components/nice_go/switch.py:51:7 - error: Base classes for class "NiceGOSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nice_go/switch.py:58:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nice_go/switch.py:65:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/nice_go/switch.py:71:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/nightscout/__init__.py
  <CWD>/homeassistant/components/nightscout/__init__.py:39:21 - error: Cannot access attribute "name" for class "ServerStatus"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/nightscout/__init__.py:40:27 - error: Cannot access attribute "version" for class "ServerStatus"
    Attribute "version" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/nightscout/config_flow.py
  <CWD>/homeassistant/components/nightscout/config_flow.py:29:19 - error: Cannot access attribute "settings" for class "ServerStatus"
    Attribute "settings" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/nightscout/config_flow.py:37:29 - error: Cannot access attribute "name" for class "ServerStatus"
    Attribute "name" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/niko_home_control/climate.py
  <CWD>/homeassistant/components/niko_home_control/climate.py:44:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ClimateEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/niko_home_control/climate.py:97:38 - error: Argument of type "str | int" cannot be assigned to parameter "key" of type "int" in function "__getitem__"
    Type "str | int" is not assignable to type "int"
      "str" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/niko_home_control/cover.py
  <CWD>/homeassistant/components/niko_home_control/cover.py:35:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/niko_home_control/cover.py:35:5 - error: "_attr_supported_features" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "CoverEntityFeature | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/niko_home_control/light.py
  <CWD>/homeassistant/components/niko_home_control/light.py:52:37 - error: Cannot assign to attribute "_attr_brightness" for class "NikoHomeControlLight*"
    Type "str | int" is not assignable to type "int | None"
      Type "str" is not assignable to type "int | None"
        "str" is not assignable to "int"
        "str" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/niko_home_control/light.py:65:28 - error: Operator ">" not supported for types "str | int" and "Literal[0]"
    Operator ">" not supported for types "str" and "Literal[0]" when expected type is "bool | None" (reportOperatorIssue)
  <CWD>/homeassistant/components/niko_home_control/light.py:67:37 - error: Cannot assign to attribute "_attr_brightness" for class "NikoHomeControlLight*"
    Type "str | int" is not assignable to type "int | None"
      Type "str" is not assignable to type "int | None"
        "str" is not assignable to "int"
        "str" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/niko_home_control/scene.py
  <CWD>/homeassistant/components/niko_home_control/scene.py:36:28 - error: Cannot access attribute "activate" for class "NHCAction"
    Attribute "activate" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/nilu/air_quality.py
  <CWD>/homeassistant/components/nilu/air_quality.py:8:6 - error: Import "niluclient" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/nilu/air_quality.py:193:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nilu/air_quality.py:198:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nina/binary_sensor.py
  <CWD>/homeassistant/components/nina/binary_sensor.py:58:7 - error: Base classes for class "NINAMessage" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nina/binary_sensor.py:87:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nina/binary_sensor.py:97:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nintendo_parental_controls/__init__.py
  <CWD>/homeassistant/components/nintendo_parental_controls/__init__.py:5:32 - error: "Authenticator" is not exported from module "pynintendoparental"
    Import from "pynintendoparental.authenticator" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/nintendo_parental_controls/config_flow.py
  <CWD>/homeassistant/components/nintendo_parental_controls/config_flow.py:9:32 - error: "Authenticator" is not exported from module "pynintendoparental"
    Import from "pynintendoparental.authenticator" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/nintendo_parental_controls/coordinator.py
  <CWD>/homeassistant/components/nintendo_parental_controls/coordinator.py:8:32 - error: "Authenticator" is not exported from module "pynintendoparental"
    Import from "pynintendoparental.authenticator" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/nintendo_parental_controls/number.py
  <CWD>/homeassistant/components/nintendo_parental_controls/number.py:69:7 - error: Base classes for class "NintendoParentalControlsNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nintendo_parental_controls/number.py:82:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NintendoParentalControlsNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nintendo_parental_controls/number.py:82:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "NintendoParentalControlsNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nintendo_parental_controls/number.py:85:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nintendo_parental_controls/sensor.py
  <CWD>/homeassistant/components/nintendo_parental_controls/sensor.py:73:7 - error: Base classes for class "NintendoParentalControlsSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nintendo_parental_controls/sensor.py:86:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NintendoParentalControlsSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nintendo_parental_controls/sensor.py:86:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NintendoParentalControlsSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nintendo_parental_controls/sensor.py:89:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nintendo_parental_controls/services.py
  <CWD>/homeassistant/components/nintendo_parental_controls/services.py:68:8 - error: "config_entry" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/nintendo_parental_controls/switch.py
  <CWD>/homeassistant/components/nintendo_parental_controls/switch.py:68:7 - error: Base classes for class "NintendoParentalControlsSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nintendo_parental_controls/switch.py:81:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NintendoParentalControlsSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nintendo_parental_controls/switch.py:81:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "NintendoParentalControlsSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nintendo_parental_controls/switch.py:84:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nintendo_parental_controls/time.py
  <CWD>/homeassistant/components/nintendo_parental_controls/time.py:66:7 - error: Base classes for class "NintendoParentalControlsTimeEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nintendo_parental_controls/time.py:79:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NintendoParentalControlsTimeEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nintendo_parental_controls/time.py:79:14 - error: "entity_description" overrides symbol of same name in class "TimeEntity"
    Variable is mutable so its type is invariant
      Override type "NintendoParentalControlsTimeEntityDescription" is not the same as base type "TimeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nintendo_parental_controls/time.py:82:9 - error: "native_value" overrides symbol of same name in class "TimeEntity"
    "property" is not assignable to "cached_property[time | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nissan_leaf/__init__.py
  <CWD>/homeassistant/components/nissan_leaf/__init__.py:12:6 - error: Import "pycarwings2" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/nissan_leaf/__init__.py:13:6 - error: Import "pycarwings2.responses" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/nissan_leaf/binary_sensor.py
  <CWD>/homeassistant/components/nissan_leaf/binary_sensor.py:41:7 - error: Base classes for class "LeafPluggedInSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/binary_sensor.py:52:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/binary_sensor.py:57:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/binary_sensor.py:62:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/binary_sensor.py:67:7 - error: Base classes for class "LeafChargingSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/binary_sensor.py:78:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/binary_sensor.py:83:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/binary_sensor.py:88:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nissan_leaf/button.py
  <CWD>/homeassistant/components/nissan_leaf/button.py:36:7 - error: Base classes for class "LeafChargingButton" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/button.py:42:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/button.py:47:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nissan_leaf/entity.py
  <CWD>/homeassistant/components/nissan_leaf/entity.py:34:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nissan_leaf/sensor.py
  <CWD>/homeassistant/components/nissan_leaf/sensor.py:49:7 - error: Base classes for class "LeafBatterySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/sensor.py:61:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/sensor.py:66:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/sensor.py:73:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/sensor.py:79:7 - error: Base classes for class "LeafRangeSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/sensor.py:94:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/sensor.py:108:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/sensor.py:127:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nissan_leaf/switch.py
  <CWD>/homeassistant/components/nissan_leaf/switch.py:47:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/switch.py:59:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nissan_leaf/switch.py:66:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nmap_tracker/__init__.py
  <CWD>/homeassistant/components/nmap_tracker/__init__.py:131:24 - error: "new_options" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/nmap_tracker/device_tracker.py
  <CWD>/homeassistant/components/nmap_tracker/device_tracker.py:74:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmap_tracker/device_tracker.py:84:9 - error: "ip_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmap_tracker/device_tracker.py:89:9 - error: "mac_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmap_tracker/device_tracker.py:94:9 - error: "hostname" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmap_tracker/device_tracker.py:106:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nmbs/sensor.py
  <CWD>/homeassistant/components/nmbs/sensor.py:84:48 - error: Argument of type "Any | None" cannot be assigned to parameter "station_from" of type "StationDetails" in function "__init__"
    Type "Any | None" is not assignable to type "StationDetails"
      "None" is not assignable to "StationDetails" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:84:62 - error: Argument of type "Any | None" cannot be assigned to parameter "station_to" of type "StationDetails" in function "__init__"
    Type "Any | None" is not assignable to type "StationDetails"
      "None" is not assignable to "StationDetails" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:87:29 - error: Argument of type "Any | None" cannot be assigned to parameter "live_station" of type "StationDetails" in function "__init__"
    Type "Any | None" is not assignable to type "StationDetails"
      "None" is not assignable to "StationDetails" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:87:43 - error: Argument of type "Any | None" cannot be assigned to parameter "station_from" of type "StationDetails" in function "__init__"
    Type "Any | None" is not assignable to type "StationDetails"
      "None" is not assignable to "StationDetails" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:87:57 - error: Argument of type "Any | None" cannot be assigned to parameter "station_to" of type "StationDetails" in function "__init__"
    Type "Any | None" is not assignable to type "StationDetails"
      "None" is not assignable to "StationDetails" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:89:39 - error: Argument of type "Any | None" cannot be assigned to parameter "live_station" of type "StationDetails" in function "__init__"
    Type "Any | None" is not assignable to type "StationDetails"
      "None" is not assignable to "StationDetails" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:89:51 - error: Argument of type "Any | None" cannot be assigned to parameter "station_from" of type "StationDetails" in function "__init__"
    Type "Any | None" is not assignable to type "StationDetails"
      "None" is not assignable to "StationDetails" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:89:65 - error: Argument of type "Any | None" cannot be assigned to parameter "station_to" of type "StationDetails" in function "__init__"
    Type "Any | None" is not assignable to type "StationDetails"
      "None" is not assignable to "StationDetails" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:121:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmbs/sensor.py:126:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmbs/sensor.py:134:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmbs/sensor.py:142:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmbs/sensor.py:147:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmbs/sensor.py:218:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmbs/sensor.py:226:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmbs/sensor.py:233:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmbs/sensor.py:243:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nmbs/sensor.py:259:9 - error: Argument of type "bool" cannot be assigned to parameter "value" of type "str" in function "__setitem__"
    "bool" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:261:13 - error: Argument of type "None" cannot be assigned to parameter "value" of type "str" in function "__setitem__"
    "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:262:13 - error: Argument of type "None" cannot be assigned to parameter "value" of type "str" in function "__setitem__"
    "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:265:13 - error: Argument of type "int" cannot be assigned to parameter "value" of type "str" in function "__setitem__"
    "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:268:13 - error: Argument of type "float" cannot be assigned to parameter "value" of type "str" in function "__setitem__"
    "float" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:269:13 - error: Argument of type "float" cannot be assigned to parameter "value" of type "str" in function "__setitem__"
    "float" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/nmbs/sensor.py:272:19 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/nmbs/sensor.py:287:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/noaa_tides/sensor.py
  <CWD>/homeassistant/components/noaa_tides/sensor.py:9:8 - error: Import "noaa_coops" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/noaa_tides/sensor.py:113:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/noaa_tides/sensor.py:118:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/noaa_tides/sensor.py:144:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nordpool/sensor.py
  <CWD>/homeassistant/components/nordpool/sensor.py:321:7 - error: Base classes for class "NordpoolSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nordpool/sensor.py:324:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NordpoolDefaultSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nordpool/sensor.py:327:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nordpool/sensor.py:332:7 - error: Base classes for class "NordpoolPriceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nordpool/sensor.py:335:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NordpoolPricesSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nordpool/sensor.py:349:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nordpool/sensor.py:354:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nordpool/sensor.py:359:7 - error: Base classes for class "NordpoolBlockPriceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nordpool/sensor.py:362:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NordpoolBlockPricesSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nordpool/sensor.py:381:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nordpool/sensor.py:388:7 - error: Base classes for class "NordpoolDailyAveragePriceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nordpool/sensor.py:405:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/norway_air/air_quality.py
  <CWD>/homeassistant/components/norway_air/air_quality.py:97:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/norway_air/air_quality.py:105:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/notify/__init__.py
  <CWD>/homeassistant/components/notify/__init__.py:132:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NotifyEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/notify/__init__.py:133:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NotifyEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/notify/__init__.py:135:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/notify/__init__.py:136:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/notify_events/notify.py
  <CWD>/homeassistant/components/notify_events/notify.py:76:61 - error: Argument of type "Unknown | None" cannot be assigned to parameter "file_name" of type "str" in function "add_image_from_url"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/notify_events/notify.py:76:72 - error: Argument of type "Unknown | None" cannot be assigned to parameter "mime_type" of type "str" in function "add_image_from_url"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/notify_events/notify.py:78:60 - error: Argument of type "Unknown | None" cannot be assigned to parameter "file_name" of type "str" in function "add_file_from_url"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/notify_events/notify.py:78:71 - error: Argument of type "Unknown | None" cannot be assigned to parameter "mime_type" of type "str" in function "add_file_from_url"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/notify_events/notify.py:82:46 - error: Argument of type "Unknown | None" cannot be assigned to parameter "file_name" of type "str" in function "add_image_from_content"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/notify_events/notify.py:82:57 - error: Argument of type "Unknown | None" cannot be assigned to parameter "mime_type" of type "str" in function "add_image_from_content"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/notify_events/notify.py:85:68 - error: Argument of type "Unknown | None" cannot be assigned to parameter "file_name" of type "str" in function "add_file_from_content"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/notify_events/notify.py:85:79 - error: Argument of type "Unknown | None" cannot be assigned to parameter "mime_type" of type "str" in function "add_file_from_content"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/notify_events/notify.py:91:57 - error: Argument of type "Unknown | None" cannot be assigned to parameter "file_name" of type "str" in function "add_image"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/notify_events/notify.py:91:68 - error: Argument of type "Unknown | None" cannot be assigned to parameter "mime_type" of type "str" in function "add_image"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/notify_events/notify.py:93:56 - error: Argument of type "Unknown | None" cannot be assigned to parameter "file_name" of type "str" in function "add_file"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/notify_events/notify.py:93:67 - error: Argument of type "Unknown | None" cannot be assigned to parameter "mime_type" of type "str" in function "add_file"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/notion/binary_sensor.py
  <CWD>/homeassistant/components/notion/binary_sensor.py:134:7 - error: Base classes for class "NotionBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/notion/binary_sensor.py:137:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "NotionBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/notion/binary_sensor.py:140:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/notion/config_flow.py
  <CWD>/homeassistant/components/notion/config_flow.py:62:19 - error: "client" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/notion/config_flow.py:62:51 - error: "client" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/notion/coordinator.py
  <CWD>/homeassistant/components/notion/coordinator.py:159:29 - error: "bridges" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/notion/coordinator.py:160:31 - error: "listeners" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/notion/coordinator.py:161:29 - error: "sensors" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/notion/coordinator.py:162:38 - error: "user_preferences" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/notion/sensor.py
  <CWD>/homeassistant/components/notion/sensor.py:69:7 - error: Base classes for class "NotionSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/notion/sensor.py:73:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/notion/sensor.py:84:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/notion/util.py
  <CWD>/homeassistant/components/notion/util.py:4:5 - error: "async_get_client_with_credentials" is not exported from module "aionotion"
    Import from "aionotion.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/notion/util.py:5:5 - error: "async_get_client_with_refresh_token" is not exported from module "aionotion"
    Import from "aionotion.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/nsw_fuel_station/__init__.py
  <CWD>/homeassistant/components/nsw_fuel_station/__init__.py:64:20 - error: Argument of type "dict[tuple[int | None, str], float]" cannot be assigned to parameter "prices" of type "dict[tuple[int, str], float]" in function "__init__" (reportArgumentType)
<CWD>/homeassistant/components/nsw_fuel_station/sensor.py
  <CWD>/homeassistant/components/nsw_fuel_station/sensor.py:89:7 - error: Base classes for class "StationPriceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nsw_fuel_station/sensor.py:109:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nsw_fuel_station/sensor.py:115:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nsw_fuel_station/sensor.py:124:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nsw_fuel_station/sensor.py:132:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nsw_fuel_station/sensor.py:148:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nsw_rural_fire_service_feed/geo_location.py
  <CWD>/homeassistant/components/nsw_rural_fire_service_feed/geo_location.py:166:16 - error: Type "FeedEntry | None" is not assignable to return type "NswRuralFireServiceIncidentsFeedEntry | None"
    Type "FeedEntry | None" is not assignable to type "NswRuralFireServiceIncidentsFeedEntry | None"
      Type "FeedEntry" is not assignable to type "NswRuralFireServiceIncidentsFeedEntry | None"
        "FeedEntry" is not assignable to "NswRuralFireServiceIncidentsFeedEntry"
        "FeedEntry" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/nsw_rural_fire_service_feed/geo_location.py:249:31 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/nsw_rural_fire_service_feed/geo_location.py:250:32 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/nsw_rural_fire_service_feed/geo_location.py:263:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nsw_rural_fire_service_feed/geo_location.py:270:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ntfy/event.py
  <CWD>/homeassistant/components/ntfy/event.py:169:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ntfy/notify.py
  <CWD>/homeassistant/components/ntfy/notify.py:54:43 - error: Argument missing for parameter "v" (reportCallIssue)
  <CWD>/homeassistant/components/ntfy/notify.py:59:44 - error: Argument missing for parameter "v" (reportCallIssue)
  <CWD>/homeassistant/components/ntfy/notify.py:60:35 - error: Argument missing for parameter "v" (reportCallIssue)
  <CWD>/homeassistant/components/ntfy/notify.py:62:42 - error: Argument missing for parameter "v" (reportCallIssue)
<CWD>/homeassistant/components/ntfy/sensor.py
  <CWD>/homeassistant/components/ntfy/sensor.py:243:7 - error: Base classes for class "NtfySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ntfy/sensor.py:258:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NtfySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ntfy/sensor.py:258:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NtfySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ntfy/sensor.py:269:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nuheat/climate.py
  <CWD>/homeassistant/components/nuheat/climate.py:93:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuheat/climate.py:101:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuheat/climate.py:109:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuheat/climate.py:121:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuheat/climate.py:128:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuheat/climate.py:133:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuheat/climate.py:141:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuheat/climate.py:149:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuheat/climate.py:157:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuheat/climate.py:251:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nuheat/config_flow.py
  <CWD>/homeassistant/components/nuheat/config_flow.py:87:48 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/nuheat/config_flow.py:89:54 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/nuki/binary_sensor.py
  <CWD>/homeassistant/components/nuki/binary_sensor.py:45:7 - error: Base classes for class "NukiDoorsensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:53:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:58:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:60:56 - error: Cannot access attribute "is_door_sensor_activated" for class "NukiDevice"
    Attribute "is_door_sensor_activated" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:73:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:78:7 - error: Base classes for class "NukiRingactionEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:78:7 - error: Base classes for class "NukiRingactionEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:85:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:90:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:92:34 - error: Cannot access attribute "ring_action_state" for class "NukiDevice"
    Attribute "ring_action_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:95:7 - error: Base classes for class "NukiBatteryCriticalEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:95:7 - error: Base classes for class "NukiBatteryCriticalEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:103:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:108:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:113:7 - error: Base classes for class "NukiBatteryChargingEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:113:7 - error: Base classes for class "NukiBatteryChargingEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:122:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:127:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/binary_sensor.py:129:34 - error: Cannot access attribute "battery_charging" for class "NukiDevice"
    Attribute "battery_charging" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/nuki/config_flow.py
  <CWD>/homeassistant/components/nuki/config_flow.py:132:26 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/nuki/config_flow.py:171:38 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/nuki/coordinator.py
  <CWD>/homeassistant/components/nuki/coordinator.py:65:32 - error: Argument of type "tuple[list[NukiOpener | NukiLock]]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[list[NukiOpener | NukiLock]]" is not assignable to type "*tuple[list[NukiDevice]]"
      "*tuple[list[NukiOpener | NukiLock]]" is not assignable to "*tuple[list[NukiDevice]]"
        Tuple entry 1 is incorrect type
          "list[NukiOpener | NukiLock]" is not assignable to "list[NukiDevice]"
            Type parameter "_T@list" is invariant, but "NukiOpener | NukiLock" is not the same as "NukiDevice"
            Consider switching from "list" to "Sequence" which is covariant (reportArgumentType)
<CWD>/homeassistant/components/nuki/entity.py
  <CWD>/homeassistant/components/nuki/entity.py:32:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nuki/lock.py
  <CWD>/homeassistant/components/nuki/lock.py:61:7 - error: Base classes for class "NukiDeviceEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/lock.py:70:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/lock.py:75:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/lock.py:96:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/lock.py:137:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nuki/sensor.py
  <CWD>/homeassistant/components/nuki/sensor.py:31:7 - error: Base classes for class "NukiBatterySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/sensor.py:31:7 - error: Base classes for class "NukiBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/sensor.py:40:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/sensor.py:45:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nuki/sensor.py:47:34 - error: Cannot access attribute "battery_charge" for class "NukiDevice"
    Attribute "battery_charge" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/numato/binary_sensor.py
  <CWD>/homeassistant/components/numato/binary_sensor.py:124:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/number/__init__.py
  <CWD>/homeassistant/components/number/__init__.py:189:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:190:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NumberDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:194:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:196:5 - error: "_attr_unit_of_measurement" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:243:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:358:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:386:9 - error: "unit_of_measurement" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:472:36 - error: Argument of type "NumberDeviceClass | None" cannot be assigned to parameter "key" of type "NumberDeviceClass" in function "__getitem__"
    Type "NumberDeviceClass | None" is not assignable to type "NumberDeviceClass"
      "None" is not assignable to "NumberDeviceClass" (reportArgumentType)
  <CWD>/homeassistant/components/number/__init__.py:496:20 - error: Argument of type "NumberDeviceClass | None" cannot be assigned to parameter "key" of type "NumberDeviceClass" in function "__getitem__"
    Type "NumberDeviceClass | None" is not assignable to type "NumberDeviceClass"
      "None" is not assignable to "NumberDeviceClass" (reportArgumentType)
  <CWD>/homeassistant/components/number/__init__.py:513:16 - error: Argument of type "NumberDeviceClass | None" cannot be assigned to parameter "key" of type "NumberDeviceClass" in function "__getitem__"
    Type "NumberDeviceClass | None" is not assignable to type "NumberDeviceClass"
      "None" is not assignable to "NumberDeviceClass" (reportArgumentType)
  <CWD>/homeassistant/components/number/__init__.py:514:32 - error: Argument of type "NumberDeviceClass | None" cannot be assigned to parameter "key" of type "NumberDeviceClass" in function "__getitem__"
    Type "NumberDeviceClass | None" is not assignable to type "NumberDeviceClass"
      "None" is not assignable to "NumberDeviceClass" (reportArgumentType)
  <CWD>/homeassistant/components/number/__init__.py:551:7 - error: Base classes for class "RestoreNumber" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:551:7 - error: Base classes for class "RestoreNumber" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:551:7 - error: Base classes for class "RestoreNumber" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:551:7 - error: Base classes for class "RestoreNumber" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:551:7 - error: Base classes for class "RestoreNumber" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:551:7 - error: Base classes for class "RestoreNumber" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/number/__init__.py:551:7 - error: Base classes for class "RestoreNumber" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nut/button.py
  <CWD>/homeassistant/components/nut/button.py:60:7 - error: Base classes for class "NUTButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nut/sensor.py
  <CWD>/homeassistant/components/nut/sensor.py:1137:7 - error: Base classes for class "NUTSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nut/sensor.py:1141:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nut/switch.py
  <CWD>/homeassistant/components/nut/switch.py:66:7 - error: Base classes for class "NUTSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nut/switch.py:70:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nws/__init__.py
  <CWD>/homeassistant/components/nws/__init__.py:76:21 - error: Argument of type "(*, raise_no_data: bool = False) -> CoroutineType[Any, Any, None]" cannot be assigned to parameter "func" of type "(Any, Any) -> Awaitable[Any]" in function "call_with_retry"
    Type "(*, raise_no_data: bool = False) -> CoroutineType[Any, Any, None]" is not assignable to type "(Any, Any) -> Awaitable[Any]"
      Function accepts too many positional parameters; expected 0 but received 2 (reportArgumentType)
  <CWD>/homeassistant/components/nws/__init__.py:94:21 - error: Argument of type "(*, raise_no_data: bool = False) -> CoroutineType[Any, Any, None]" cannot be assigned to parameter "func" of type "(Any, Any) -> Awaitable[Any]" in function "call_with_retry"
    Type "(*, raise_no_data: bool = False) -> CoroutineType[Any, Any, None]" is not assignable to type "(Any, Any) -> Awaitable[Any]"
      Function accepts too many positional parameters; expected 0 but received 2 (reportArgumentType)
<CWD>/homeassistant/components/nws/config_flow.py
  <CWD>/homeassistant/components/nws/config_flow.py:45:22 - error: Type "dict[str, str | None]" is not assignable to return type "dict[str, str]"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportReturnType)
<CWD>/homeassistant/components/nws/sensor.py
  <CWD>/homeassistant/components/nws/sensor.py:173:7 - error: Base classes for class "NWSSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nws/sensor.py:193:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NWSSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nws/sensor.py:193:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NWSSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nws/sensor.py:204:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nws/weather.py
  <CWD>/homeassistant/components/nws/weather.py:187:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nws/weather.py:194:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nws/weather.py:201:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nws/weather.py:208:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nws/weather.py:215:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nws/weather.py:222:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nws/weather.py:230:38 - error: "time" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/nws/weather.py:234:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nws/weather.py:323:31 - error: Argument of type "List[Dict[str, Any]] | None" cannot be assigned to parameter "nws_forecast" of type "list[dict[str, Any]]" in function "_forecast"
    Type "List[Dict[str, Any]] | None" is not assignable to type "list[dict[str, Any]]"
      "None" is not assignable to "list[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/nws/weather.py:328:31 - error: Argument of type "List[Dict[str, Any]] | None" cannot be assigned to parameter "nws_forecast" of type "list[dict[str, Any]]" in function "_forecast"
    Type "List[Dict[str, Any]] | None" is not assignable to type "list[dict[str, Any]]"
      "None" is not assignable to "list[dict[str, Any]]" (reportArgumentType)
<CWD>/homeassistant/components/nx584/alarm_control_panel.py
  <CWD>/homeassistant/components/nx584/alarm_control_panel.py:130:16 - error: "part" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/nx584/alarm_control_panel.py:137:21 - error: "part" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/nx584/binary_sensor.py
  <CWD>/homeassistant/components/nx584/binary_sensor.py:99:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nx584/binary_sensor.py:104:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nx584/binary_sensor.py:109:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nx584/binary_sensor.py:115:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nyt_games/sensor.py
  <CWD>/homeassistant/components/nyt_games/sensor.py:172:7 - error: Base classes for class "NYTGamesWordleSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nyt_games/sensor.py:184:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NYTGamesWordleSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nyt_games/sensor.py:184:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NYTGamesWordleSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nyt_games/sensor.py:190:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nyt_games/sensor.py:195:7 - error: Base classes for class "NYTGamesSpellingBeeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nyt_games/sensor.py:207:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NYTGamesSpellingBeeSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nyt_games/sensor.py:207:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NYTGamesSpellingBeeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nyt_games/sensor.py:213:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nyt_games/sensor.py:219:7 - error: Base classes for class "NYTGamesConnectionsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nyt_games/sensor.py:231:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "NYTGamesConnectionsSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nyt_games/sensor.py:231:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "NYTGamesConnectionsSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nyt_games/sensor.py:237:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nzbget/sensor.py
  <CWD>/homeassistant/components/nzbget/sensor.py:110:7 - error: Base classes for class "NZBGetSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nzbget/sensor.py:131:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/nzbget/switch.py
  <CWD>/homeassistant/components/nzbget/switch.py:39:7 - error: Base classes for class "NZBGetDownloadSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/nzbget/switch.py:60:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/oasa_telematics/sensor.py
  <CWD>/homeassistant/components/oasa_telematics/sensor.py:9:8 - error: Import "oasatelematics" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/oasa_telematics/sensor.py:82:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/oasa_telematics/sensor.py:87:9 - error: "device_class" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[SensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/oasa_telematics/sensor.py:92:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/oasa_telematics/sensor.py:97:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/obihai/connectivity.py
  <CWD>/homeassistant/components/obihai/connectivity.py:55:35 - error: Cannot assign to attribute "pyobihai" for class "ObihaiConnection*"
    "None" is not assignable to "PyObihai" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/obihai/connectivity.py:62:29 - error: Cannot assign to attribute "pyobihai" for class "ObihaiConnection*"
    Type "PyObihai | None" is not assignable to type "PyObihai"
      "None" is not assignable to "PyObihai" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/obihai/connectivity.py:68:25 - error: Cannot assign to attribute "services" for class "ObihaiConnection*"
    "dict[str, Any]" is not assignable to "list[Unknown]" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/obihai/connectivity.py:69:30 - error: Cannot assign to attribute "line_services" for class "ObihaiConnection*"
    "dict[str, Any]" is not assignable to "list[Unknown]" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/obihai/connectivity.py:70:31 - error: Cannot assign to attribute "call_direction" for class "ObihaiConnection*"
    "dict[str, str]" is not assignable to "list[Unknown]" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/obihai/sensor.py
  <CWD>/homeassistant/components/obihai/sensor.py:58:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/octoprint/binary_sensor.py
  <CWD>/homeassistant/components/octoprint/binary_sensor.py:59:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/octoprint/binary_sensor.py:67:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/octoprint/button.py
  <CWD>/homeassistant/components/octoprint/button.py:64:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/octoprint/button.py:92:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/octoprint/config_flow.py
  <CWD>/homeassistant/components/octoprint/config_flow.py:97:25 - error: Argument of type "Any | None" cannot be assigned to parameter "username" of type "str" in function "_schema_with_defaults"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/octoprint/config_flow.py:158:50 - error: "upnp_uuid" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/octoprint/config_flow.py:191:18 - error: Argument of type "int | None" cannot be assigned to parameter "port" of type "int" in function "_schema_with_defaults"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/octoprint/config_flow.py:214:18 - error: Argument of type "str | None" cannot be assigned to parameter "host" of type "str" in function "_schema_with_defaults"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/octoprint/config_flow.py:216:18 - error: Argument of type "int | None" cannot be assigned to parameter "port" of type "int" in function "_schema_with_defaults"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/octoprint/number.py
  <CWD>/homeassistant/components/octoprint/number.py:82:7 - error: Base classes for class "OctoPrintTemperatureNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/octoprint/number.py:118:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/octoprint/sensor.py
  <CWD>/homeassistant/components/octoprint/sensor.py:94:7 - error: Base classes for class "OctoPrintSensorBase" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/octoprint/sensor.py:125:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/octoprint/sensor.py:152:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/octoprint/sensor.py:176:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/octoprint/sensor.py:205:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/octoprint/sensor.py:243:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/octoprint/sensor.py:281:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/octoprint/sensor.py:285:29 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/octoprint/sensor.py:293:16 - error: Type "str | None" is not assignable to return type "bool"
    Type "str | None" is not assignable to type "bool"
      "str" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/components/octoprint/sensor.py:293:37 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/octoprint/sensor.py:312:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/octoprint/sensor.py:316:29 - error: "size" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/octoprint/sensor.py:324:37 - error: "size" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/oem/climate.py
  <CWD>/homeassistant/components/oem/climate.py:7:6 - error: Import "oemthermostat" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/oem/climate.py:89:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/oem/climate.py:101:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/oem/climate.py:106:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/oem/climate.py:115:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/oem/climate.py:120:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ohmconnect/sensor.py
  <CWD>/homeassistant/components/ohmconnect/sensor.py:61:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohmconnect/sensor.py:66:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohmconnect/sensor.py:73:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohmconnect/sensor.py:88:60 - error: "url" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/ohme/button.py
  <CWD>/homeassistant/components/ohme/button.py:56:7 - error: Base classes for class "OhmeButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/button.py:59:5 - error: "entity_description" overrides symbol of same name in class "OhmeEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeButtonDescription" is not the same as base type "OhmeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/button.py:59:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ohme/entity.py
  <CWD>/homeassistant/components/ohme/entity.py:38:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "OhmeEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ohme/number.py
  <CWD>/homeassistant/components/ohme/number.py:72:7 - error: Base classes for class "OhmeNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/number.py:75:5 - error: "entity_description" overrides symbol of same name in class "OhmeEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeNumberDescription" is not the same as base type "OhmeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/number.py:75:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeNumberDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/number.py:78:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ohme/select.py
  <CWD>/homeassistant/components/ohme/select.py:68:7 - error: Base classes for class "OhmeSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/select.py:71:5 - error: "entity_description" overrides symbol of same name in class "OhmeEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeSelectDescription" is not the same as base type "OhmeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/select.py:71:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeSelectDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/select.py:84:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/select.py:92:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ohme/sensor.py
  <CWD>/homeassistant/components/ohme/sensor.py:127:7 - error: Base classes for class "OhmeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/sensor.py:130:5 - error: "entity_description" overrides symbol of same name in class "OhmeEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeSensorDescription" is not the same as base type "OhmeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/sensor.py:130:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/sensor.py:133:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ohme/switch.py
  <CWD>/homeassistant/components/ohme/switch.py:95:7 - error: Base classes for class "OhmeSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/switch.py:98:5 - error: "entity_description" overrides symbol of same name in class "OhmeEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeSwitchDescription" is not the same as base type "OhmeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/switch.py:98:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/switch.py:101:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/switch.py:116:7 - error: Base classes for class "OhmeConfigSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/switch.py:119:5 - error: "entity_description" overrides symbol of same name in class "OhmeEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeConfigSwitchDescription" is not the same as base type "OhmeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/switch.py:119:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeConfigSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/switch.py:122:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ohme/time.py
  <CWD>/homeassistant/components/ohme/time.py:60:7 - error: Base classes for class "OhmeTime" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/time.py:63:5 - error: "entity_description" overrides symbol of same name in class "OhmeEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeTimeDescription" is not the same as base type "OhmeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/time.py:63:5 - error: "entity_description" overrides symbol of same name in class "TimeEntity"
    Variable is mutable so its type is invariant
      Override type "OhmeTimeDescription" is not the same as base type "TimeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ohme/time.py:66:9 - error: "native_value" overrides symbol of same name in class "TimeEntity"
    "property" is not assignable to "cached_property[time | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ollama/ai_task.py
  <CWD>/homeassistant/components/ollama/ai_task.py:36:7 - error: Base classes for class "OllamaTaskEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ollama/conversation.py
  <CWD>/homeassistant/components/ollama/conversation.py:34:7 - error: Base classes for class "OllamaConversationEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ombi/__init__.py
  <CWD>/homeassistant/components/ombi/__init__.py:5:8 - error: Import "pyombi" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/ombi/sensor.py
  <CWD>/homeassistant/components/ombi/sensor.py:8:6 - error: Import "pyombi" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/omnilogic/entity.py
  <CWD>/homeassistant/components/omnilogic/entity.py:66:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/entity.py:71:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/entity.py:76:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/entity.py:81:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/entity.py:86:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/omnilogic/sensor.py
  <CWD>/homeassistant/components/omnilogic/sensor.py:66:7 - error: Base classes for class "OmnilogicSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/sensor.py:66:7 - error: Base classes for class "OmnilogicSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/sensor.py:66:7 - error: Base classes for class "OmnilogicSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/sensor.py:66:7 - error: Base classes for class "OmnilogicSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/sensor.py:66:7 - error: Base classes for class "OmnilogicSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/sensor.py:66:7 - error: Base classes for class "OmnilogicSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/sensor.py:102:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/sensor.py:130:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/sensor.py:165:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/sensor.py:183:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/sensor.py:192:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/sensor.py:236:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/omnilogic/switch.py
  <CWD>/homeassistant/components/omnilogic/switch.py:73:7 - error: Base classes for class "OmniLogicSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/switch.py:73:7 - error: Base classes for class "OmniLogicSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/switch.py:73:7 - error: Base classes for class "OmniLogicSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/switch.py:73:7 - error: Base classes for class "OmniLogicSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/switch.py:73:7 - error: Base classes for class "OmniLogicSwitch" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/switch.py:73:7 - error: Base classes for class "OmniLogicSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/omnilogic/switch.py:100:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onboarding/views.py
  <CWD>/homeassistant/components/onboarding/views.py:195:28 - error: Cannot access attribute "async_add_auth" for class "AuthProvider"
    Attribute "async_add_auth" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/ondilo_ico/coordinator.py
  <CWD>/homeassistant/components/ondilo_ico/coordinator.py:181:55 - error: Argument of type "str" cannot be assigned to parameter "pool_id" of type "int" in function "get_last_pool_measures"
    "str" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/ondilo_ico/sensor.py
  <CWD>/homeassistant/components/ondilo_ico/sensor.py:124:7 - error: Base classes for class "OndiloICO" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ondilo_ico/sensor.py:148:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onedrive/__init__.py
  <CWD>/homeassistant/components/onedrive/__init__.py:11:35 - error: "OneDriveClient" is not exported from module "onedrive_personal_sdk"
    Import from "onedrive_personal_sdk.clients.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/onedrive/backup.py
  <CWD>/homeassistant/components/onedrive/backup.py:136:15 - error: Method "async_download_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, AsyncIterator[bytes]]", override returns type "Coroutine[Any, Any, AsyncIterator[bytes]]"
      "Coroutine[Any, Any, AsyncIterator[bytes]]" is not assignable to "CoroutineType[Any, Any, AsyncIterator[bytes]]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/onedrive/backup.py:150:15 - error: Method "async_upload_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/onedrive/backup.py:219:15 - error: Method "async_delete_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/onedrive/backup.py:240:15 - error: Method "async_list_backups" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, list[AgentBackup]]", override returns type "Coroutine[Any, Any, list[AgentBackup]]"
      "Coroutine[Any, Any, list[AgentBackup]]" is not assignable to "CoroutineType[Any, Any, list[AgentBackup]]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/onedrive/backup.py:247:15 - error: Method "async_get_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, AgentBackup]", override returns type "Coroutine[Any, Any, AgentBackup]"
      "Coroutine[Any, Any, AgentBackup]" is not assignable to "CoroutineType[Any, Any, AgentBackup]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/onedrive/config_flow.py
  <CWD>/homeassistant/components/onedrive/config_flow.py:146:41 - error: "folder" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/onedrive/coordinator.py
  <CWD>/homeassistant/components/onedrive/coordinator.py:10:35 - error: "OneDriveClient" is not exported from module "onedrive_personal_sdk"
    Import from "onedrive_personal_sdk.clients.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/onedrive/sensor.py
  <CWD>/homeassistant/components/onedrive/sensor.py:101:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "OneDriveSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onedrive/sensor.py:101:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "OneDriveSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onedrive/sensor.py:114:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onedrive/sensor.py:120:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onewire/binary_sensor.py
  <CWD>/homeassistant/components/onewire/binary_sensor.py:150:7 - error: Base classes for class "OneWireBinarySensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onewire/binary_sensor.py:154:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onewire/entity.py
  <CWD>/homeassistant/components/onewire/entity.py:40:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onewire/select.py
  <CWD>/homeassistant/components/onewire/select.py:91:7 - error: Base classes for class "OneWireSelectEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onewire/select.py:95:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onewire/sensor.py
  <CWD>/homeassistant/components/onewire/sensor.py:451:7 - error: Base classes for class "OneWireSensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onewire/sensor.py:455:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onewire/switch.py
  <CWD>/homeassistant/components/onewire/switch.py:203:7 - error: Base classes for class "OneWireSwitchEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onewire/switch.py:207:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onkyo/media_player.py
  <CWD>/homeassistant/components/onkyo/media_player.py:9:34 - error: "Status" is not exported from module "aioonkyo"
    Import from "..status" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:118:39 - error: "Raw" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:127:45 - error: "NotAvailable" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:237:41 - error: "Power" is not exported from module "..query" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:238:41 - error: "Volume" is not exported from module "..query" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:239:41 - error: "Muting" is not exported from module "..query" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:240:41 - error: "InputSource" is not exported from module "..query" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:241:41 - error: "TunerPreset" is not exported from module "..query" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:243:45 - error: "ListeningMode" is not exported from module "..query" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:245:45 - error: "HDMIOutput" is not exported from module "..query" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:246:45 - error: "AudioInformation" is not exported from module "..query" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:247:45 - error: "VideoInformation" is not exported from module "..query" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:251:27 - error: "Power" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:251:53 - error: "Power" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:256:27 - error: "Power" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:256:53 - error: "Power" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:270:27 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:275:27 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:275:54 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:280:27 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:280:54 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:285:27 - error: "Muting" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:286:33 - error: "Muting" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:286:70 - error: "Muting" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:302:27 - error: "InputSource" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:317:27 - error: "ListeningMode" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:324:27 - error: "HDMIOutput" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:338:27 - error: "TunerPreset" is not exported from module "..command" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:341:46 - error: "Known" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:344:25 - error: "Power" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:344:44 - error: "Power" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:346:25 - error: "Power" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:346:44 - error: "Power" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:349:25 - error: "Volume" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:359:25 - error: "Muting" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:360:68 - error: "Muting" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:362:25 - error: "InputSource" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:376:25 - error: "ListeningMode" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:396:25 - error: "HDMIOutput" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:402:25 - error: "TunerPreset" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:405:25 - error: "AudioInformation" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:416:25 - error: "VideoInformation" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:427:25 - error: "FLDisplay" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:430:25 - error: "NotAvailable" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:434:25 - error: "NotAvailable" is not exported from module ".export.status" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:446:53 - error: "AudioInformation" is not exported from module "..query" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/media_player.py:448:53 - error: "VideoInformation" is not exported from module "..query" (reportPrivateImportUsage)
<CWD>/homeassistant/components/onkyo/receiver.py
  <CWD>/homeassistant/components/onkyo/receiver.py:13:22 - error: "Instruction" is not exported from module "aioonkyo"
    Import from "...instruction" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/receiver.py:13:59 - error: "Status" is not exported from module "aioonkyo"
    Import from "..status" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/onkyo/receiver.py:107:36 - error: "Power" is not exported from module "..query" (reportPrivateImportUsage)
<CWD>/homeassistant/components/onvif/binary_sensor.py
  <CWD>/homeassistant/components/onvif/binary_sensor.py:71:7 - error: Base classes for class "ONVIFBinarySensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/binary_sensor.py:71:7 - error: Base classes for class "ONVIFBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/binary_sensor.py:71:7 - error: Base classes for class "ONVIFBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/binary_sensor.py:71:7 - error: Base classes for class "ONVIFBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/binary_sensor.py:71:7 - error: Base classes for class "ONVIFBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/binary_sensor.py:71:7 - error: Base classes for class "ONVIFBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/binary_sensor.py:85:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/binary_sensor.py:107:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onvif/button.py
  <CWD>/homeassistant/components/onvif/button.py:24:7 - error: Base classes for class "RebootButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/button.py:24:7 - error: Base classes for class "RebootButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/button.py:42:7 - error: Base classes for class "SetSystemDateAndTimeButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/button.py:42:7 - error: Base classes for class "SetSystemDateAndTimeButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onvif/camera.py
  <CWD>/homeassistant/components/onvif/camera.py:95:7 - error: Base classes for class "ONVIFCameraEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/camera.py:124:9 - error: "use_stream_for_stills" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onvif/device.py
  <CWD>/homeassistant/components/onvif/device.py:189:20 - error: Object of type "None" cannot be called (reportOptionalCall)
  <CWD>/homeassistant/components/onvif/device.py:480:15 - error: Object of type "None" cannot be called (reportOptionalCall)
  <CWD>/homeassistant/components/onvif/device.py:508:30 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/onvif/device.py:508:45 - error: Argument of type "Unknown | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/onvif/device.py:509:31 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/onvif/device.py:509:47 - error: Argument of type "Unknown | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/onvif/device.py:510:31 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/onvif/device.py:510:47 - error: Argument of type "Unknown | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "Unknown | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/onvif/device.py:526:19 - error: Object of type "None" cannot be called (reportOptionalCall)
  <CWD>/homeassistant/components/onvif/device.py:546:23 - error: Object of type "None" cannot be called (reportOptionalCall)
  <CWD>/homeassistant/components/onvif/device.py:636:19 - error: Object of type "None" cannot be called (reportOptionalCall)
  <CWD>/homeassistant/components/onvif/device.py:664:19 - error: Object of type "None" cannot be called (reportOptionalCall)
<CWD>/homeassistant/components/onvif/entity.py
  <CWD>/homeassistant/components/onvif/entity.py:20:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/entity.py:40:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onvif/event.py
  <CWD>/homeassistant/components/onvif/event.py:477:35 - error: Argument of type "HassJob[(_now: datetime | None = None), None]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later"
    Type "HassJob[(_now: datetime | None = None), None]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(_now: datetime | None = None), None]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_P@HassJob" is invariant, but "(_now: datetime | None = None)" is not the same as "(datetime)"
        Type parameter "_R_co@HassJob" is invariant, but "None" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(_now: datetime | None = None), None]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
  <CWD>/homeassistant/components/onvif/event.py:558:25 - error: Argument of type "str | None" cannot be assigned to parameter "address" of type "str" in function "create_notification_manager"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/onvif/sensor.py
  <CWD>/homeassistant/components/onvif/sensor.py:68:7 - error: Base classes for class "ONVIFSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/sensor.py:68:7 - error: Base classes for class "ONVIFSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/sensor.py:105:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/onvif/switch.py
  <CWD>/homeassistant/components/onvif/switch.py:81:7 - error: Base classes for class "ONVIFSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/switch.py:81:7 - error: Base classes for class "ONVIFSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/switch.py:93:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ONVIFSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/onvif/switch.py:93:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ONVIFSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/open_meteo/weather.py
  <CWD>/homeassistant/components/open_meteo/weather.py:73:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/open_meteo/weather.py:82:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/open_meteo/weather.py:89:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/open_meteo/weather.py:96:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/open_router/ai_task.py
  <CWD>/homeassistant/components/open_router/ai_task.py:36:7 - error: Base classes for class "OpenRouterAITaskEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/openai_conversation/ai_task.py
  <CWD>/homeassistant/components/openai_conversation/ai_task.py:52:7 - error: Base classes for class "OpenAITaskEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openai_conversation/ai_task.py:134:41 - error: Cannot access attribute "output_format" for class "ImageGenerationCall"
    Attribute "output_format" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/openai_conversation/ai_task.py:140:64 - error: Cannot access attribute "size" for class "ImageGenerationCall"
    Attribute "size" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/openai_conversation/ai_task.py:152:39 - error: Cannot access attribute "revised_prompt" for class "ImageGenerationCall"
    Attribute "revised_prompt" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/openai_conversation/conversation.py
  <CWD>/homeassistant/components/openai_conversation/conversation.py:34:7 - error: Base classes for class "OpenAIConversationEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/openai_conversation/entity.py
  <CWD>/homeassistant/components/openai_conversation/entity.py:390:13 - error: "current_tool_call" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/openai_conversation/entity.py:392:13 - error: "current_tool_call" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/openai_conversation/entity.py:396:28 - error: "current_tool_call" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/openai_conversation/entity.py:397:35 - error: "current_tool_call" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/openai_conversation/entity.py:398:46 - error: "current_tool_call" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/openai_conversation/entity.py:497:12 - error: Could not access item in TypedDict
    "model" is not a required key in "ResponseCreateParamsStreaming", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/openai_conversation/entity.py:502:24 - error: Could not access item in TypedDict
    "model" is not a required key in "ResponseCreateParamsStreaming", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/openai_conversation/entity.py:508:12 - error: Could not access item in TypedDict
    "model" is not a required key in "ResponseCreateParamsStreaming", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/openai_conversation/entity.py:513:12 - error: Could not access item in TypedDict
    "model" is not a required key in "ResponseCreateParamsStreaming", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/openai_conversation/entity.py:599:17 - error: Could not access item in TypedDict
    "type" is not a required key in "EasyInputMessageParam", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/openai_conversation/entity.py:599:17 - error: Could not access item in TypedDict
    "type" is not a required key in "Message", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/openai_conversation/entity.py:599:17 - error: Could not access item in TypedDict
    "type" is not a required key in "ItemReference", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ResponseFileSearchToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ResponseComputerToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ComputerCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ResponseFunctionWebSearchParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ResponseFunctionToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "FunctionCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ResponseReasoningItemParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ImageGenerationCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ResponseCodeInterpreterToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "LocalShellCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "LocalShellCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ShellCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ShellCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ApplyPatchCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ApplyPatchCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "McpListTools" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "McpApprovalRequest" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "McpApprovalResponse" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "McpCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ResponseCustomToolCallOutputParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ResponseCustomToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict
    "role" is not a defined key in "ItemReference" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ResponseFileSearchToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ResponseComputerToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ComputerCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ResponseFunctionWebSearchParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ResponseFunctionToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "FunctionCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a required key in "ResponseReasoningItemParam", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ImageGenerationCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ResponseCodeInterpreterToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "LocalShellCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "LocalShellCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ShellCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ShellCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ApplyPatchCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ApplyPatchCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "McpListTools" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "McpApprovalRequest" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "McpApprovalResponse" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "McpCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ResponseCustomToolCallOutputParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ResponseCustomToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict
    "content" is not a defined key in "ItemReference" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ResponseFileSearchToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ResponseComputerToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ComputerCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ResponseFunctionWebSearchParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ResponseFunctionToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "FunctionCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ImageGenerationCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ResponseCodeInterpreterToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "LocalShellCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "LocalShellCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ShellCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ShellCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ApplyPatchCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ApplyPatchCallOutput" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "McpListTools" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "McpApprovalRequest" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "McpApprovalResponse" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "McpCall" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ResponseCustomToolCallOutputParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ResponseCustomToolCallParam" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict
    "content" is not a defined key in "ItemReference" (reportGeneralTypeIssues)
<CWD>/homeassistant/components/openalpr_cloud/image_processing.py
  <CWD>/homeassistant/components/openalpr_cloud/image_processing.py:104:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openalpr_cloud/image_processing.py:117:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/openerz/sensor.py
  <CWD>/homeassistant/components/openerz/sensor.py:55:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openerz/sensor.py:60:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/openevse/sensor.py
  <CWD>/homeassistant/components/openevse/sensor.py:7:8 - error: Import "openevsewifi" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/openexchangerates/sensor.py
  <CWD>/homeassistant/components/openexchangerates/sensor.py:36:7 - error: Base classes for class "OpenexchangeratesSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openexchangerates/sensor.py:66:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opengarage/binary_sensor.py
  <CWD>/homeassistant/components/opengarage/binary_sensor.py:50:7 - error: Base classes for class "OpenGarageBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opengarage/binary_sensor.py:64:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opengarage/button.py
  <CWD>/homeassistant/components/opengarage/button.py:61:7 - error: Base classes for class "OpenGarageButtonEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opengarage/button.py:61:7 - error: Base classes for class "OpenGarageButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opengarage/button.py:64:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "OpenGarageButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opengarage/cover.py
  <CWD>/homeassistant/components/opengarage/cover.py:38:7 - error: Base classes for class "OpenGarageCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opengarage/cover.py:38:7 - error: Base classes for class "OpenGarageCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opengarage/cover.py:55:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opengarage/cover.py:62:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opengarage/cover.py:69:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opengarage/entity.py
  <CWD>/homeassistant/components/opengarage/entity.py:48:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opengarage/sensor.py
  <CWD>/homeassistant/components/opengarage/sensor.py:81:7 - error: Base classes for class "OpenGarageSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opengarage/sensor.py:81:7 - error: Base classes for class "OpenGarageSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/openhardwaremonitor/sensor.py
  <CWD>/homeassistant/components/openhardwaremonitor/sensor.py:77:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openhardwaremonitor/sensor.py:82:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openhardwaremonitor/sensor.py:87:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openhardwaremonitor/sensor.py:94:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/openhome/__init__.py
  <CWD>/homeassistant/components/openhome/__init__.py:6:38 - error: "UpnpError" is not exported from module "async_upnp_client.client"
    Import from "async_upnp_client.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/openhome/media_player.py
  <CWD>/homeassistant/components/openhome/media_player.py:11:38 - error: "UpnpError" is not exported from module "async_upnp_client.client"
    Import from "async_upnp_client.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/openhome/media_player.py:186:15 - error: Method "async_turn_on" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/openhome/media_player.py:191:15 - error: Method "async_turn_off" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/openhome/media_player.py:196:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/openhome/media_player.py:221:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/openhome/media_player.py:226:15 - error: Method "async_media_stop" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/openhome/media_player.py:231:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/openhome/media_player.py:236:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/openhome/media_player.py:241:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/openhome/media_player.py:246:15 - error: Method "async_select_source" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/openhome/media_player.py:262:15 - error: Method "async_volume_up" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/openhome/media_player.py:267:15 - error: Method "async_volume_down" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/openhome/media_player.py:272:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/openhome/media_player.py:277:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/openhome/update.py
  <CWD>/homeassistant/components/openhome/update.py:9:38 - error: "UpnpError" is not exported from module "async_upnp_client.client"
    Import from "async_upnp_client.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/openrgb/light.py
  <CWD>/homeassistant/components/openrgb/light.py:239:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opensensemap/air_quality.py
  <CWD>/homeassistant/components/opensensemap/air_quality.py:8:6 - error: Import "opensensemap_api" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/opensensemap/air_quality.py:9:6 - error: Import "opensensemap_api.exceptions" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/opensensemap/air_quality.py:73:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opensky/sensor.py
  <CWD>/homeassistant/components/opensky/sensor.py:34:7 - error: Base classes for class "OpenSkySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opensky/sensor.py:62:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opentherm_gw/binary_sensor.py
  <CWD>/homeassistant/components/opentherm_gw/binary_sensor.py:407:7 - error: Base classes for class "OpenThermBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/binary_sensor.py:411:5 - error: "entity_description" overrides symbol of same name in class "OpenThermEntity"
    Variable is mutable so its type is invariant
      Override type "OpenThermBinarySensorEntityDescription" is not the same as base type "OpenThermEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/binary_sensor.py:411:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "OpenThermBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opentherm_gw/button.py
  <CWD>/homeassistant/components/opentherm_gw/button.py:66:7 - error: Base classes for class "OpenThermButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/button.py:70:5 - error: "entity_description" overrides symbol of same name in class "OpenThermEntity"
    Variable is mutable so its type is invariant
      Override type "OpenThermButtonEntityDescription" is not the same as base type "OpenThermEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/button.py:70:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "OpenThermButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opentherm_gw/climate.py
  <CWD>/homeassistant/components/opentherm_gw/climate.py:73:7 - error: Base classes for class "OpenThermClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/climate.py:93:5 - error: "entity_description" overrides symbol of same name in class "OpenThermEntity"
    Variable is mutable so its type is invariant
      Override type "OpenThermClimateEntityDescription" is not the same as base type "OpenThermEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/climate.py:93:5 - error: "entity_description" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "OpenThermClimateEntityDescription" is not the same as base type "ClimateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/climate.py:178:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/climate.py:183:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opentherm_gw/entity.py
  <CWD>/homeassistant/components/opentherm_gw/entity.py:43:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "OpenThermEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/entity.py:56:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opentherm_gw/select.py
  <CWD>/homeassistant/components/opentherm_gw/select.py:247:7 - error: Base classes for class "OpenThermSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/select.py:252:5 - error: "entity_description" overrides symbol of same name in class "OpenThermEntity"
    Variable is mutable so its type is invariant
      Override type "OpenThermSelectEntityDescription" is not the same as base type "OpenThermEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/select.py:252:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "OpenThermSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opentherm_gw/sensor.py
  <CWD>/homeassistant/components/opentherm_gw/sensor.py:892:7 - error: Base classes for class "OpenThermSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/sensor.py:896:5 - error: "entity_description" overrides symbol of same name in class "OpenThermEntity"
    Variable is mutable so its type is invariant
      Override type "OpenThermSensorEntityDescription" is not the same as base type "OpenThermEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/sensor.py:896:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "OpenThermSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opentherm_gw/switch.py
  <CWD>/homeassistant/components/opentherm_gw/switch.py:61:7 - error: Base classes for class "OpenThermSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/switch.py:67:5 - error: "entity_description" overrides symbol of same name in class "OpenThermEntity"
    Variable is mutable so its type is invariant
      Override type "OpenThermSwitchEntityDescription" is not the same as base type "OpenThermEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opentherm_gw/switch.py:67:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "OpenThermSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/openuv/__init__.py
  <CWD>/homeassistant/components/openuv/__init__.py:8:22 - error: "Client" is not exported from module "pyopenuv"
    Import from "pyopenuv.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/openuv/binary_sensor.py
  <CWD>/homeassistant/components/openuv/binary_sensor.py:46:7 - error: Base classes for class "OpenUvBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/openuv/config_flow.py
  <CWD>/homeassistant/components/openuv/config_flow.py:9:22 - error: "Client" is not exported from module "pyopenuv"
    Import from "pyopenuv.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/openuv/sensor.py
  <CWD>/homeassistant/components/openuv/sensor.py:184:7 - error: Base classes for class "OpenUvSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openuv/sensor.py:187:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "OpenUvSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openuv/sensor.py:190:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openuv/sensor.py:199:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/openweathermap/coordinator.py
  <CWD>/homeassistant/components/openweathermap/coordinator.py:190:25 - error: Argument of type "Decimal" cannot be assigned to parameter "temperature" of type "None" in function "__init__"
    "Decimal" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:191:41 - error: Argument of type "Decimal" cannot be assigned to parameter "native_apparent_temperature" of type "float | None" in function "__init__"
    Type "Decimal" is not assignable to type "float | None"
      "Decimal" is not assignable to "float"
      "Decimal" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:192:22 - error: Argument of type "int" cannot be assigned to parameter "pressure" of type "None" in function "__init__"
    "int" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:194:30 - error: Argument of type "Decimal | None" cannot be assigned to parameter "native_dew_point" of type "float | None" in function "__init__"
    Type "Decimal | None" is not assignable to type "float | None"
      Type "Decimal" is not assignable to type "float | None"
        "Decimal" is not assignable to "float"
        "Decimal" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:196:24 - error: Argument of type "Decimal" cannot be assigned to parameter "wind_speed" of type "None" in function "__init__"
    "Decimal" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:197:36 - error: Argument of type "Decimal | None" cannot be assigned to parameter "native_wind_gust_speed" of type "float | None" in function "__init__"
    Type "Decimal | None" is not assignable to type "float | None"
      Type "Decimal" is not assignable to type "float | None"
        "Decimal" is not assignable to "float"
        "Decimal" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:210:25 - error: Argument of type "Decimal" cannot be assigned to parameter "temperature" of type "None" in function "__init__"
    "Decimal" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:211:21 - error: Argument of type "Decimal" cannot be assigned to parameter "templow" of type "None" in function "__init__"
    "Decimal" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:212:41 - error: Argument of type "DailyTemperature" cannot be assigned to parameter "native_apparent_temperature" of type "float | None" in function "__init__"
    Type "DailyTemperature" is not assignable to type "float | None"
      "DailyTemperature" is not assignable to "float"
      "DailyTemperature" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:213:22 - error: Argument of type "int" cannot be assigned to parameter "pressure" of type "None" in function "__init__"
    "int" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:215:30 - error: Argument of type "Decimal" cannot be assigned to parameter "native_dew_point" of type "float | None" in function "__init__"
    Type "Decimal" is not assignable to type "float | None"
      "Decimal" is not assignable to "float"
      "Decimal" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:217:24 - error: Argument of type "Decimal" cannot be assigned to parameter "wind_speed" of type "None" in function "__init__"
    "Decimal" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:218:36 - error: Argument of type "Decimal | None" cannot be assigned to parameter "native_wind_gust_speed" of type "float | None" in function "__init__"
    Type "Decimal | None" is not assignable to type "float | None"
      Type "Decimal" is not assignable to type "float | None"
        "Decimal" is not assignable to "float"
        "Decimal" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/openweathermap/coordinator.py:222:27 - error: Argument of type "Decimal" cannot be assigned to parameter "precipitation" of type "None" in function "__init__"
    "Decimal" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/openweathermap/sensor.py
  <CWD>/homeassistant/components/openweathermap/sensor.py:283:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openweathermap/sensor.py:302:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/openweathermap/weather.py
  <CWD>/homeassistant/components/openweathermap/weather.py:129:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openweathermap/weather.py:134:9 - error: "cloud_coverage" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openweathermap/weather.py:139:9 - error: "native_apparent_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openweathermap/weather.py:146:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openweathermap/weather.py:151:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openweathermap/weather.py:156:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openweathermap/weather.py:161:9 - error: "native_dew_point" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openweathermap/weather.py:166:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openweathermap/weather.py:171:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openweathermap/weather.py:176:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/openweathermap/weather.py:181:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opower/coordinator.py
  <CWD>/homeassistant/components/opower/coordinator.py:231:21 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/opower/coordinator.py:265:24 - error: "stats" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/opower/coordinator.py:278:35 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/opower/coordinator.py:409:52 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/opower/coordinator.py:410:40 - error: Could not access item in TypedDict
    "sum" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/opower/sensor.py
  <CWD>/homeassistant/components/opower/sensor.py:231:7 - error: Base classes for class "OpowerSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opower/sensor.py:247:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "OpowerEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opower/sensor.py:247:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "OpowerEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opower/sensor.py:253:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/opple/light.py
  <CWD>/homeassistant/components/opple/light.py:8:6 - error: Import "pyoppleio.OppleLightDevice" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/opple/light.py:70:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opple/light.py:75:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opple/light.py:80:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opple/light.py:85:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/opple/light.py:90:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/oralb/sensor.py
  <CWD>/homeassistant/components/oralb/sensor.py:154:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/oralb/sensor.py:167:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/oralb/sensor.py:179:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/oru/sensor.py
  <CWD>/homeassistant/components/oru/sensor.py:8:17 - error: "Meter" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/oru/sensor.py:8:24 - error: "MeterError" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/oru/sensor.py:68:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/orvibo/switch.py
  <CWD>/homeassistant/components/orvibo/switch.py:8:6 - error: Import "orvibo.s20" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/orvibo/switch.py:92:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/orvibo/switch.py:97:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/osoenergy/binary_sensor.py
  <CWD>/homeassistant/components/osoenergy/binary_sensor.py:32:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/binary_sensor.py:37:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/binary_sensor.py:42:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/binary_sensor.py:81:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "OSOEnergyBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/binary_sensor.py:81:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "OSOEnergyBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/binary_sensor.py:84:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/binary_sensor.py:86:49 - error: Argument of type "OSOEnergyBinarySensorData" cannot be assigned to parameter of type "OSOEnergy"
    "OSOEnergyBinarySensorData" is not assignable to "OSOEnergy" (reportArgumentType)
<CWD>/homeassistant/components/osoenergy/sensor.py
  <CWD>/homeassistant/components/osoenergy/sensor.py:52:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:59:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:66:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:73:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:80:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:87:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:94:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:101:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:107:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:114:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:121:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:128:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:135:50 - error: Cannot access attribute "state" for class "OSOEnergy"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/osoenergy/sensor.py:176:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "OSOEnergySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/sensor.py:176:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "OSOEnergySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/sensor.py:179:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/sensor.py:181:49 - error: Argument of type "OSOEnergySensorData" cannot be assigned to parameter of type "OSOEnergy"
    "OSOEnergySensorData" is not assignable to "OSOEnergy" (reportArgumentType)
<CWD>/homeassistant/components/osoenergy/water_heater.py
  <CWD>/homeassistant/components/osoenergy/water_heater.py:195:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/water_heater.py:200:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/water_heater.py:216:9 - error: "current_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/water_heater.py:221:9 - error: "is_away_mode_on" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/water_heater.py:226:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/water_heater.py:231:9 - error: "target_temperature_high" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/water_heater.py:236:9 - error: "target_temperature_low" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osoenergy/water_heater.py:271:69 - error: Argument of type "list[int]" cannot be assigned to parameter "profile" of type "array[Unknown]" in function "set_profile"
    "list[int]" is not assignable to "array[Unknown]" (reportArgumentType)
  <CWD>/homeassistant/components/osoenergy/water_heater.py:289:69 - error: Argument of type "list[float]" cannot be assigned to parameter "profile" of type "array[Unknown]" in function "set_profile"
    "list[float]" is not assignable to "array[Unknown]" (reportArgumentType)
<CWD>/homeassistant/components/osramlightify/light.py
  <CWD>/homeassistant/components/osramlightify/light.py:9:6 - error: Import "lightify" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/osramlightify/light.py:247:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osramlightify/light.py:252:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osramlightify/light.py:257:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osramlightify/light.py:262:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osramlightify/light.py:267:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osramlightify/light.py:272:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osramlightify/light.py:277:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/osramlightify/light.py:282:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/otbr/__init__.py
  <CWD>/homeassistant/components/otbr/__init__.py:40:57 - error: Argument of type "Module("..homeassistant_hardware")" cannot be assigned to parameter "platform" of type "HardwareFirmwareInfoModule" in function "async_register_firmware_info_provider"
    Type "Module("..homeassistant_hardware")" is not assignable to type "HardwareFirmwareInfoModule"
      "get_firmware_info" is not present
      "async_get_firmware_info" is an incompatible type
        Type "(hass: HomeAssistant, config_entry: OTBRConfigEntry) -> CoroutineType[Any, Any, FirmwareInfo | None]" is not assignable to type "(hass: HomeAssistant, entry: ConfigEntry[Any]) -> CoroutineType[Any, Any, FirmwareInfo | None]"
          Parameter name mismatch: "entry" versus "config_entry" (reportArgumentType)
<CWD>/homeassistant/components/otbr/config_flow.py
  <CWD>/homeassistant/components/otbr/config_flow.py:113:37 - error: "ActiveDataSet" is not exported from module "python_otbr_api" (reportPrivateImportUsage)
<CWD>/homeassistant/components/otbr/util.py
  <CWD>/homeassistant/components/otbr/util.py:117:59 - error: "ActiveDataSet" is not exported from module "python_otbr_api" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/otbr/util.py:133:40 - error: "ActiveDataSet" is not exported from module "python_otbr_api" (reportPrivateImportUsage)
<CWD>/homeassistant/components/otbr/websocket_api.py
  <CWD>/homeassistant/components/otbr/websocket_api.py:169:29 - error: "ActiveDataSet" is not exported from module "python_otbr_api" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/otbr/websocket_api.py:230:28 - error: "thread_dataset_channel" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/otbr/websocket_api.py:234:52 - error: "thread_dataset_channel" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/otp/sensor.py
  <CWD>/homeassistant/components/otp/sensor.py:63:14 - error: "_attr_native_value" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "StateType" is not the same as base type "StateType | date | datetime | Decimal" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ourgroceries/todo.py
  <CWD>/homeassistant/components/ourgroceries/todo.py:40:7 - error: Base classes for class "OurGroceriesTodoListEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/alarm_control_panel.py
  <CWD>/homeassistant/components/overkiz/alarm_control_panel.py:231:7 - error: Base classes for class "OverkizAlarmControlPanel" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/alarm_control_panel.py:234:5 - error: "entity_description" overrides symbol of same name in class "AlarmControlPanelEntity"
    Variable is mutable so its type is invariant
      Override type "OverkizAlarmDescription" is not the same as base type "AlarmControlPanelEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/alarm_control_panel.py:249:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/binary_sensor.py
  <CWD>/homeassistant/components/overkiz/binary_sensor.py:173:7 - error: Base classes for class "OverkizBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/binary_sensor.py:176:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "OverkizBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/binary_sensor.py:179:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/button.py
  <CWD>/homeassistant/components/overkiz/button.py:129:7 - error: Base classes for class "OverkizButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/button.py:132:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "OverkizButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/__init__.py
  <CWD>/homeassistant/components/overkiz/climate/__init__.py:112:9 - error: Argument of type "Protocol | None" cannot be assigned to parameter "key" of type "Protocol" in function "__getitem__"
    Type "Protocol | None" is not assignable to type "Protocol"
      "None" is not assignable to "Protocol" (reportArgumentType)
<CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_heater.py
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_heater.py:45:7 - error: Base classes for class "AtlanticElectricalHeater" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_heater.py:59:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_heater.py:75:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_heater_with_adjustable_temperature_setpoint.py
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_heater_with_adjustable_temperature_setpoint.py:76:7 - error: Base classes for class "AtlanticElectricalHeaterWithAdjustableTemperatureSetpoint" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_heater_with_adjustable_temperature_setpoint.py:102:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_heater_with_adjustable_temperature_setpoint.py:118:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_heater_with_adjustable_temperature_setpoint.py:126:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_heater_with_adjustable_temperature_setpoint.py:156:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_heater_with_adjustable_temperature_setpoint.py:163:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:43:7 - error: Base classes for class "AtlanticElectricalTowelDryer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:70:13 - error: Operator "+=" not supported for types "list[str] | None" and "list[str]"
    Operator "+" not supported for types "None" and "list[str]" (reportOperatorIssue)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:73:20 - error: Operator "not in" not supported for types "str" and "list[str] | None"
    Operator "not in" not supported for types "str" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:77:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:94:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:105:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:128:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:137:12 - error: Operator "in" not supported for types "Literal['drying']" and "list[str] | None"
    Operator "in" not supported for types "Literal['drying']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:175:14 - error: Operator "in" not supported for types "Literal['drying']" and "list[str] | None"
    Operator "in" not supported for types "Literal['drying']" and "None" (reportOperatorIssue)
<CWD>/homeassistant/components/overkiz/climate/atlantic_heat_recovery_ventilation.py
  <CWD>/homeassistant/components/overkiz/climate/atlantic_heat_recovery_ventilation.py:43:7 - error: Base classes for class "AtlanticHeatRecoveryVentilation" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_heat_recovery_ventilation.py:69:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_heat_recovery_ventilation.py:82:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_heat_recovery_ventilation.py:135:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_heat_pump_main_component.py
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_heat_pump_main_component.py:29:7 - error: Base classes for class "AtlanticPassAPCHeatPumpMainComponent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_heat_pump_main_component.py:46:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_heating_zone.py
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_heating_zone.py:82:7 - error: Base classes for class "AtlanticPassAPCHeatingZone" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_heating_zone.py:108:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_heating_zone.py:118:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_heating_zone.py:161:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_heating_zone.py:181:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_zone_control.py
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_zone_control.py:27:7 - error: Base classes for class "AtlanticPassAPCZoneControl" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_zone_control.py:56:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_zone_control_zone.py
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_zone_control_zone.py:183:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_zone_control_zone.py:339:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_zone_control_zone.py:351:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_zone_control_zone.py:434:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/atlantic_pass_apc_zone_control_zone.py:458:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/evo_home_controller.py
  <CWD>/homeassistant/components/overkiz/climate/evo_home_controller.py:34:7 - error: Base classes for class "EvoHomeController" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/evo_home_controller.py:54:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/evo_home_controller.py:74:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/evo_home_controller.py:100:13 - error: "time_interval" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_hlrrwifi.py
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_hlrrwifi.py:85:7 - error: Base classes for class "HitachiAirToAirHeatPumpHLRRWIFI" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_hlrrwifi.py:116:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_hlrrwifi.py:143:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_hlrrwifi.py:151:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_hlrrwifi.py:160:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_hlrrwifi.py:172:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_hlrrwifi.py:182:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_hlrrwifi.py:195:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_ovp.py
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_ovp.py:88:7 - error: Base classes for class "HitachiAirToAirHeatPumpOVP" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_ovp.py:120:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_ovp.py:149:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_ovp.py:163:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_ovp.py:175:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_ovp.py:185:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_ovp.py:199:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_ovp.py:247:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_ovp.py:254:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_water_heating_zone.py
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_water_heating_zone.py:37:7 - error: Base classes for class "HitachiAirToWaterHeatingZone" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_water_heating_zone.py:62:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_water_heating_zone.py:78:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_water_heating_zone.py:94:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/hitachi_air_to_water_heating_zone.py:106:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/somfy_heating_temperature_interface.py
  <CWD>/homeassistant/components/overkiz/climate/somfy_heating_temperature_interface.py:60:7 - error: Base classes for class "SomfyHeatingTemperatureInterface" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/somfy_heating_temperature_interface.py:96:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/somfy_heating_temperature_interface.py:123:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/somfy_heating_temperature_interface.py:141:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/somfy_heating_temperature_interface.py:153:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/somfy_heating_temperature_interface.py:171:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/somfy_thermostat.py
  <CWD>/homeassistant/components/overkiz/climate/somfy_thermostat.py:55:7 - error: Base classes for class "SomfyThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/somfy_thermostat.py:80:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/somfy_thermostat.py:90:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/somfy_thermostat.py:103:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/somfy_thermostat.py:112:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/climate/valve_heating_temperature_interface.py
  <CWD>/homeassistant/components/overkiz/climate/valve_heating_temperature_interface.py:48:7 - error: Base classes for class "ValveHeatingTemperatureInterface" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/valve_heating_temperature_interface.py:77:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/valve_heating_temperature_interface.py:84:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/valve_heating_temperature_interface.py:91:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/climate/valve_heating_temperature_interface.py:115:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/cover/awning.py
  <CWD>/homeassistant/components/overkiz/cover/awning.py:48:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/cover/awning.py:74:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/cover/awning.py:90:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/cover/generic_cover.py
  <CWD>/homeassistant/components/overkiz/cover/generic_cover.py:47:7 - error: Base classes for class "OverkizGenericCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/cover/generic_cover.py:51:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/cover/generic_cover.py:73:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/cover/generic_cover.py:125:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/cover/vertical_cover.py
  <CWD>/homeassistant/components/overkiz/cover/vertical_cover.py:80:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/cover/vertical_cover.py:112:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/cover/vertical_cover.py:128:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/light.py
  <CWD>/homeassistant/components/overkiz/light.py:38:7 - error: Base classes for class "OverkizLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/light.py:55:14 - error: "_attr_supported_color_modes" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "set[ColorMode]" is not the same as base type "set[ColorMode] | set[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/light.py:58:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/light.py:66:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/light.py:78:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/lock.py
  <CWD>/homeassistant/components/overkiz/lock.py:32:7 - error: Base classes for class "OverkizLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/lock.py:44:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/number.py
  <CWD>/homeassistant/components/overkiz/number.py:224:7 - error: Base classes for class "OverkizNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/number.py:227:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "OverkizNumberDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/number.py:253:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/select.py
  <CWD>/homeassistant/components/overkiz/select.py:155:7 - error: Base classes for class "OverkizSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/select.py:158:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "OverkizSelectDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/select.py:161:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/sensor.py
  <CWD>/homeassistant/components/overkiz/sensor.py:560:7 - error: Base classes for class "OverkizStateSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/sensor.py:563:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "OverkizSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/sensor.py:566:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/sensor.py:591:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/sensor.py:614:7 - error: Base classes for class "OverkizHomeKitSetupCodeSensor" define variable "_attr_name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/sensor.py:614:7 - error: Base classes for class "OverkizHomeKitSetupCodeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/sensor.py:628:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/sensor.py:635:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/siren.py
  <CWD>/homeassistant/components/overkiz/siren.py:35:7 - error: Base classes for class "OverkizSiren" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/siren.py:45:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/switch.py
  <CWD>/homeassistant/components/overkiz/switch.py:141:7 - error: Base classes for class "OverkizSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/switch.py:144:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "OverkizSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/switch.py:147:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/water_heater/atlantic_domestic_hot_water_production_mlb_component.py
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_domestic_hot_water_production_mlb_component.py:22:7 - error: Base classes for class "AtlanticDomesticHotWaterProductionMBLComponent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_domestic_hot_water_production_mlb_component.py:58:9 - error: "current_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_domestic_hot_water_production_mlb_component.py:68:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_domestic_hot_water_production_mlb_component.py:99:9 - error: "is_away_mode_on" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_domestic_hot_water_production_mlb_component.py:107:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/water_heater/atlantic_domestic_hot_water_production_v2_io_component.py
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_domestic_hot_water_production_v2_io_component.py:30:7 - error: Base classes for class "AtlanticDomesticHotWaterProductionV2IOComponent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_domestic_hot_water_production_v2_io_component.py:66:9 - error: "current_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_domestic_hot_water_production_v2_io_component.py:77:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_domestic_hot_water_production_v2_io_component.py:125:9 - error: "is_away_mode_on" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_domestic_hot_water_production_v2_io_component.py:142:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/water_heater/atlantic_pass_apc_dhw.py
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_pass_apc_dhw.py:20:7 - error: Base classes for class "AtlanticPassAPCDHW" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_pass_apc_dhw.py:32:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_pass_apc_dhw.py:94:9 - error: "is_away_mode_on" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/atlantic_pass_apc_dhw.py:102:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/water_heater/domestic_hot_water_production.py
  <CWD>/homeassistant/components/overkiz/water_heater/domestic_hot_water_production.py:43:7 - error: Base classes for class "DomesticHotWaterProduction" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/domestic_hot_water_production.py:117:9 - error: "is_away_mode_on" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/domestic_hot_water_production.py:175:9 - error: "current_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/domestic_hot_water_production.py:190:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/domestic_hot_water_production.py:212:9 - error: "target_temperature_high" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/domestic_hot_water_production.py:222:9 - error: "target_temperature_low" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/domestic_hot_water_production.py:254:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overkiz/water_heater/hitachi_dhw.py
  <CWD>/homeassistant/components/overkiz/water_heater/hitachi_dhw.py:33:7 - error: Base classes for class "HitachiDHW" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/hitachi_dhw.py:48:9 - error: "current_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/hitachi_dhw.py:58:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overkiz/water_heater/hitachi_dhw.py:77:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overseerr/event.py
  <CWD>/homeassistant/components/overseerr/event.py:76:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "OverseerrEventEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overseerr/event.py:76:14 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "OverseerrEventEntityDescription" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overseerr/event.py:104:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/overseerr/sensor.py
  <CWD>/homeassistant/components/overseerr/sensor.py:89:7 - error: Base classes for class "OverseerrSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overseerr/sensor.py:101:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "OverseerrSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overseerr/sensor.py:101:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "OverseerrSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/overseerr/sensor.py:105:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ovo_energy/config_flow.py
  <CWD>/homeassistant/components/ovo_energy/config_flow.py:66:31 - error: Argument of type "str | None" cannot be assigned to parameter "title" of type "str" in function "async_create_entry"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/ovo_energy/config_flow.py:111:21 - error: Argument of type "Any | None" cannot be assigned to parameter "username" of type "str" in function "authenticate"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/ovo_energy/entity.py
  <CWD>/homeassistant/components/ovo_energy/entity.py:36:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ovo_energy/entity.py:40:35 - error: Argument of type "set[tuple[Literal['ovo_energy'], int | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "int | None" is not assignable to type "str"
      "int" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/ovo_energy/sensor.py
  <CWD>/homeassistant/components/ovo_energy/sensor.py:41:62 - error: Type "Overload[(number: _SupportsRound1[_T@round], ndigits: None = None) -> _T@round, (number: _SupportsRound2[_T@round], ndigits: SupportsIndex) -> _T@round]" is not assignable to declared type "(OVODailyUsage) -> (StateType | datetime)"
    No overloaded function matches type "(OVODailyUsage) -> (StateType | datetime)" (reportAssignmentType)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:51:29 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:58:29 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:59:12 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:67:44 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:67:75 - error: "start" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:74:44 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:74:75 - error: "end" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:85:29 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:92:29 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:93:12 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:101:44 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:101:67 - error: "start" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:108:44 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:108:67 - error: "end" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:159:7 - error: Base classes for class "OVOEnergySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:159:7 - error: Base classes for class "OVOEnergySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:174:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "OVOEnergySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:174:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "OVOEnergySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:177:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ovo_energy/sensor.py:180:46 - error: Argument of type "DataUpdateCoordinator[OVODailyUsage]" cannot be assigned to parameter of type "OVODailyUsage"
    "DataUpdateCoordinator[OVODailyUsage]" is not assignable to "OVODailyUsage" (reportArgumentType)
<CWD>/homeassistant/components/owntracks/device_tracker.py
  <CWD>/homeassistant/components/owntracks/device_tracker.py:63:7 - error: Base classes for class "OwnTracksEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/owntracks/device_tracker.py:63:7 - error: Base classes for class "OwnTracksEntity" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/owntracks/device_tracker.py:63:7 - error: Base classes for class "OwnTracksEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/owntracks/device_tracker.py:63:7 - error: Base classes for class "OwnTracksEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/owntracks/device_tracker.py:63:7 - error: Base classes for class "OwnTracksEntity" define variable "force_update" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/owntracks/device_tracker.py:76:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/owntracks/device_tracker.py:81:9 - error: "battery_level" overrides symbol of same name in class "BaseTrackerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/owntracks/device_tracker.py:86:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/owntracks/device_tracker.py:91:9 - error: "location_accuracy" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/owntracks/device_tracker.py:96:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/owntracks/device_tracker.py:105:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/owntracks/device_tracker.py:114:9 - error: "location_name" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/owntracks/device_tracker.py:124:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/p1_monitor/sensor.py
  <CWD>/homeassistant/components/p1_monitor/sensor.py:284:7 - error: Base classes for class "P1MonitorSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/p1_monitor/sensor.py:319:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/palazzetti/button.py
  <CWD>/homeassistant/components/palazzetti/button.py:29:7 - error: Base classes for class "PalazzettiSilentButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/palazzetti/climate.py
  <CWD>/homeassistant/components/palazzetti/climate.py:32:7 - error: Base classes for class "PalazzettiClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/palazzetti/climate.py:65:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/palazzetti/climate.py:70:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/palazzetti/climate.py:93:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/palazzetti/climate.py:98:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/palazzetti/climate.py:122:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/palazzetti/number.py
  <CWD>/homeassistant/components/palazzetti/number.py:38:7 - error: Base classes for class "PalazzettiCombustionPowerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/palazzetti/number.py:56:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/palazzetti/number.py:80:7 - error: Base classes for class "PalazzettiFanEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/palazzetti/number.py:101:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/palazzetti/sensor.py
  <CWD>/homeassistant/components/palazzetti/sensor.py:96:7 - error: Base classes for class "PalazzettiSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/palazzetti/sensor.py:108:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PropertySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/palazzetti/sensor.py:108:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PropertySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/palazzetti/sensor.py:112:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/panasonic_bluray/media_player.py
  <CWD>/homeassistant/components/panasonic_bluray/media_player.py:7:6 - error: Import "panacotta" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/panasonic_viera/__init__.py
  <CWD>/homeassistant/components/panasonic_viera/__init__.py:198:37 - error: Cannot access attribute "upper" for class "Keys"
    Attribute "upper" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/panasonic_viera/media_player.py
  <CWD>/homeassistant/components/panasonic_viera/media_player.py:93:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/panasonic_viera/media_player.py:98:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/panasonic_viera/media_player.py:103:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/panasonic_viera/media_player.py:108:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/panasonic_viera/remote.py
  <CWD>/homeassistant/components/panasonic_viera/remote.py:57:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/panasonic_viera/remote.py:64:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/panasonic_viera/remote.py:76:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/panasonic_viera/remote.py:81:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/panasonic_viera/remote.py:86:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/paperless_ngx/sensor.py
  <CWD>/homeassistant/components/paperless_ngx/sensor.py:267:7 - error: Base classes for class "PaperlessSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/paperless_ngx/sensor.py:272:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PaperlessEntityDescription[Unknown]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/paperless_ngx/sensor.py:275:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/paperless_ngx/update.py
  <CWD>/homeassistant/components/paperless_ngx/update.py:55:19 - error: Type "Literal['https://docs.paperless-ngx.com/changelog/']" is not assignable to declared type "cached_property"
    "Literal['https://docs.paperless-ngx.com/changelog/']" is not assignable to "cached_property[str | None]" (reportAssignmentType)
  <CWD>/homeassistant/components/paperless_ngx/update.py:58:9 - error: "should_poll" overrides symbol of same name in class "BaseCoordinatorEntity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/paperless_ngx/update.py:58:9 - error: "should_poll" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/paperless_ngx/update.py:63:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/paperless_ngx/update.py:68:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/peblar/binary_sensor.py
  <CWD>/homeassistant/components/peblar/binary_sensor.py:66:7 - error: Base classes for class "PeblarBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/binary_sensor.py:72:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "PeblarBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/binary_sensor.py:75:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/peblar/button.py
  <CWD>/homeassistant/components/peblar/button.py:68:7 - error: Base classes for class "PeblarButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/button.py:74:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "PeblarButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/button.py:77:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/peblar/coordinator.py
  <CWD>/homeassistant/components/peblar/coordinator.py:130:15 - error: Method "_async_update_data" overrides class "DataUpdateCoordinator" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, PeblarVersionInformation]", override returns type "Coroutine[Any, Any, Any]"
      "Coroutine[Any, Any, Any]" is not assignable to "CoroutineType[Any, Any, PeblarVersionInformation]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/peblar/coordinator.py:157:15 - error: Method "_async_update_data" overrides class "DataUpdateCoordinator" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, PeblarData]", override returns type "Coroutine[Any, Any, Any]"
      "Coroutine[Any, Any, Any]" is not assignable to "CoroutineType[Any, Any, PeblarData]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/peblar/coordinator.py:185:15 - error: Method "_async_update_data" overrides class "DataUpdateCoordinator" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, PeblarUserConfiguration]", override returns type "Coroutine[Any, Any, Any]"
      "Coroutine[Any, Any, Any]" is not assignable to "CoroutineType[Any, Any, PeblarUserConfiguration]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/peblar/number.py
  <CWD>/homeassistant/components/peblar/number.py:42:7 - error: Base classes for class "PeblarChargeCurrentLimitNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/number.py:117:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/peblar/select.py
  <CWD>/homeassistant/components/peblar/select.py:65:7 - error: Base classes for class "PeblarSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/select.py:71:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "PeblarSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/select.py:74:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/select.py:79:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/peblar/sensor.py
  <CWD>/homeassistant/components/peblar/sensor.py:248:7 - error: Base classes for class "PeblarSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/sensor.py:251:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PeblarSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/sensor.py:254:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/peblar/switch.py
  <CWD>/homeassistant/components/peblar/switch.py:88:7 - error: Base classes for class "PeblarSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/switch.py:94:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "PeblarSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/switch.py:97:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/switch.py:102:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/peblar/switch.py:108:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/peblar/update.py
  <CWD>/homeassistant/components/peblar/update.py:70:7 - error: Base classes for class "PeblarUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/update.py:76:5 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "PeblarUpdateEntityDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/update.py:79:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peblar/update.py:84:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/peco/binary_sensor.py
  <CWD>/homeassistant/components/peco/binary_sensor.py:41:7 - error: Base classes for class "PecoBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peco/binary_sensor.py:58:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/peco/sensor.py
  <CWD>/homeassistant/components/peco/sensor.py:90:7 - error: Base classes for class "PecoSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peco/sensor.py:111:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PECOSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peco/sensor.py:111:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PECOSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peco/sensor.py:114:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/peco/sensor.py:119:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pegel_online/config_flow.py
  <CWD>/homeassistant/components/pegel_online/config_flow.py:7:28 - error: "CONNECT_ERRORS" is not exported from module "aiopegelonline"
    Import from "aiopegelonline.const" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/pegel_online/coordinator.py
  <CWD>/homeassistant/components/pegel_online/coordinator.py:5:28 - error: "CONNECT_ERRORS" is not exported from module "aiopegelonline"
    Import from "aiopegelonline.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/pegel_online/coordinator.py:5:57 - error: "Station" is not exported from module "aiopegelonline"
    Import from "aiopegelonline.models" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/pegel_online/coordinator.py:5:66 - error: "StationMeasurements" is not exported from module "aiopegelonline"
    Import from "aiopegelonline.models" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/pegel_online/sensor.py
  <CWD>/homeassistant/components/pegel_online/sensor.py:114:7 - error: Base classes for class "PegelOnlineSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pegel_online/sensor.py:126:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PegelOnlineSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pegel_online/sensor.py:126:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PegelOnlineSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pegel_online/sensor.py:148:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pencom/switch.py
  <CWD>/homeassistant/components/pencom/switch.py:8:6 - error: Import "pencompy.pencompy" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/pencom/switch.py:89:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pencom/switch.py:94:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pencom/switch.py:111:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/permobil/__init__.py
  <CWD>/homeassistant/components/permobil/__init__.py:7:24 - error: "MyPermobil" is not exported from module "mypermobil"
    Import from "mypermobil.mypermobil" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/permobil/__init__.py:7:36 - error: "MyPermobilClientException" is not exported from module "mypermobil"
    Import from "mypermobil.mypermobil" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/permobil/binary_sensor.py
  <CWD>/homeassistant/components/permobil/binary_sensor.py:60:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "PermobilBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/permobil/binary_sensor.py:63:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/permobil/binary_sensor.py:68:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/permobil/config_flow.py
  <CWD>/homeassistant/components/permobil/config_flow.py:10:5 - error: "MyPermobil" is not exported from module "mypermobil"
    Import from "mypermobil.mypermobil" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/permobil/config_flow.py:11:5 - error: "MyPermobilAPIException" is not exported from module "mypermobil"
    Import from "mypermobil.mypermobil" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/permobil/config_flow.py:12:5 - error: "MyPermobilClientException" is not exported from module "mypermobil"
    Import from "mypermobil.mypermobil" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/permobil/config_flow.py:13:5 - error: "MyPermobilEulaException" is not exported from module "mypermobil"
    Import from "mypermobil.mypermobil" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/permobil/coordinator.py
  <CWD>/homeassistant/components/permobil/coordinator.py:8:24 - error: "MyPermobil" is not exported from module "mypermobil"
    Import from "mypermobil.mypermobil" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/permobil/coordinator.py:8:36 - error: "MyPermobilAPIException" is not exported from module "mypermobil"
    Import from "mypermobil.mypermobil" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/permobil/sensor.py
  <CWD>/homeassistant/components/permobil/sensor.py:197:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PermobilSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/permobil/sensor.py:200:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/permobil/sensor.py:209:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/permobil/sensor.py:216:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/person/__init__.py
  <CWD>/homeassistant/components/person/__init__.py:567:14 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str | None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pglab/__init__.py
  <CWD>/homeassistant/components/pglab/__init__.py:48:38 - error: Argument of type "ReceivePayloadType" cannot be assigned to parameter of type "str"
    Type "ReceivePayloadType" is not assignable to type "str"
      "bytearray" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/pglab/__init__.py:69:36 - error: Argument of type "(topic: str, payload: str, qos: int, retain: bool) -> CoroutineType[Any, Any, None]" cannot be assigned to parameter "publish" of type "(str, str, int | None, bool | None) -> Coroutine[Any, Any, dict[Unknown, Unknown]]" in function "__init__"
    Type "(topic: str, payload: str, qos: int, retain: bool) -> CoroutineType[Any, Any, None]" is not assignable to type "(str, str, int | None, bool | None) -> Coroutine[Any, Any, dict[Unknown, Unknown]]"
      Parameter 3: type "int | None" is incompatible with type "int"
        Type "int | None" is not assignable to type "int"
          "None" is not assignable to "int"
      Parameter 4: type "bool | None" is incompatible with type "bool"
        Type "bool | None" is not assignable to type "bool"
          "None" is not assignable to "bool"
      Function return type "CoroutineType[Any, Any, None]" is incompatible with type "Coroutine[Any, Any, dict[Unknown, Unknown]]"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/pglab/__init__.py:69:66 - error: Argument of type "(sub_state: Sub_State) -> CoroutineType[Any, Any, None]" cannot be assigned to parameter "unsubscribe" of type "(Sub_State) -> Coroutine[Any, Any, dict[Unknown, Unknown]]" in function "__init__"
    Type "(sub_state: Sub_State) -> CoroutineType[Any, Any, None]" is not assignable to type "(Sub_State) -> Coroutine[Any, Any, dict[Unknown, Unknown]]"
      Function return type "CoroutineType[Any, Any, None]" is incompatible with type "Coroutine[Any, Any, dict[Unknown, Unknown]]"
        "CoroutineType[Any, Any, None]" is not assignable to "Coroutine[Any, Any, dict[Unknown, Unknown]]"
          Type parameter "_ReturnT_nd_co@Coroutine" is covariant, but "None" is not a subtype of "dict[Unknown, Unknown]"
            "None" is not assignable to "dict[Unknown, Unknown]" (reportArgumentType)
<CWD>/homeassistant/components/pglab/cover.py
  <CWD>/homeassistant/components/pglab/cover.py:67:62 - error: Cannot assign to attribute "_attr_translation_placeholders" for class "PGLabCover*"
    "int" is not assignable to "str" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/pglab/cover.py:89:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pglab/cover.py:96:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pglab/cover.py:103:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pglab/entity.py
  <CWD>/homeassistant/components/pglab/entity.py:92:44 - error: Argument of type "None" cannot be assigned to parameter "on_state_update" of type "State_Update" in function "set_on_state_callback"
    Type "None" is not assignable to type "State_Update" (reportArgumentType)
  <CWD>/homeassistant/components/pglab/entity.py:112:36 - error: Argument of type "Self@PGLabSensorEntity" cannot be assigned to parameter "self" of type "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" in function "__init__"
    "PGLabSensorEntity*" is not assignable to "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]"
      Type parameter "_DataUpdateCoordinatorT@CoordinatorEntity" is invariant, but "PGLabSensorsCoordinator" is not the same as "DataUpdateCoordinator[dict[str, Any]]" (reportArgumentType)
<CWD>/homeassistant/components/pglab/sensor.py
  <CWD>/homeassistant/components/pglab/sensor.py:107:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pglab/switch.py
  <CWD>/homeassistant/components/pglab/switch.py:61:60 - error: Cannot assign to attribute "_attr_translation_placeholders" for class "PGLabSwitch*"
    "int" is not assignable to "str" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/pglab/switch.py:74:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/philips_js/binary_sensor.py
  <CWD>/homeassistant/components/philips_js/binary_sensor.py:66:7 - error: Base classes for class "PhilipsTVBinarySensorEntityRecordingType" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/philips_js/binary_sensor.py:77:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PhilipsTVBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/philips_js/binary_sensor.py:77:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "PhilipsTVBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/philips_js/coordinator.py
  <CWD>/homeassistant/components/philips_js/coordinator.py:66:18 - error: Could not access item in TypedDict
    "name" is not a required key in "SystemType", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/philips_js/light.py
  <CWD>/homeassistant/components/philips_js/light.py:46:8 - error: Could not access item in TypedDict
    "styleName" is not a required key in "AmbilightCurrentConfiguration", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/philips_js/light.py:47:16 - error: Could not access item in TypedDict
    "colorSettings" is not a required key in "AmbilightCurrentConfiguration", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/philips_js/light.py:48:8 - error: Could not access item in TypedDict
    "styleName" is not a required key in "AmbilightCurrentConfiguration", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/philips_js/light.py:49:16 - error: Could not access item in TypedDict
    "audioSettings" is not a required key in "AmbilightCurrentConfiguration", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/philips_js/light.py:201:45 - error: Argument of type "str | None" cannot be assigned to parameter "style" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/philips_js/light.py:204:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/philips_js/light.py:216:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/philips_js/light.py:306:13 - error: Could not assign item in TypedDict
    "dict[str, Unknown]" is not assignable to "AmbilightColorSettingsType" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/philips_js/light.py:307:13 - error: Could not assign item in TypedDict
    "speed" is not a defined key in "AmbilightCurrentConfiguration" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/philips_js/light.py:310:13 - error: Could not assign item in TypedDict
    "dict[str, Unknown]" is not assignable to "AmbilightAudioSettingsType" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/philips_js/light.py:311:13 - error: Could not assign item in TypedDict
    "tuning" is not a defined key in "AmbilightCurrentConfiguration" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/philips_js/light.py:321:28 - error: Type "dict[str, str | bool | None]" is not assignable to declared type "AmbilightCurrentConfiguration"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportAssignmentType)
  <CWD>/homeassistant/components/philips_js/light.py:383:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/philips_js/media_player.py
  <CWD>/homeassistant/components/philips_js/media_player.py:65:7 - error: Base classes for class "PhilipsTVMediaPlayer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/philips_js/media_player.py:102:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/philips_js/media_player.py:102:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/philips_js/media_player.py:196:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/philips_js/media_player.py:203:17 - error: Argument of type "Literal[MediaType.APP, MediaType.CHANNEL] | None" cannot be assigned to parameter "media_content_type" of type "str" in function "get_browse_image_url"
    Type "Literal[MediaType.APP, MediaType.CHANNEL] | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/philips_js/media_player.py:219:43 - error: Could not access item in TypedDict
    "ccid" is not a required key in "ChannelType", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/philips_js/media_player.py:247:59 - error: Could not access item in TypedDict
    "ccid" is not a required key in "ChannelType", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/philips_js/media_player.py:249:68 - error: Could not access item in TypedDict
    "ccid" is not a required key in "ChannelType", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/philips_js/remote.py
  <CWD>/homeassistant/components/philips_js/remote.py:35:7 - error: Base classes for class "PhilipsTVRemote" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/philips_js/remote.py:62:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/philips_js/switch.py
  <CWD>/homeassistant/components/philips_js/switch.py:48:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/philips_js/switch.py:57:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/philips_js/switch.py:86:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/philips_js/switch.py:95:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pi_hole/__init__.py
  <CWD>/homeassistant/components/pi_hole/__init__.py:52:10 - error: Expected class but received "(..., version: int = 6) -> Unknown" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/pi_hole/__init__.py:207:22 - error: Cannot access attribute "authenticate" for class "HoleV5"
    Attribute "authenticate" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/pi_hole/binary_sensor.py
  <CWD>/homeassistant/components/pi_hole/binary_sensor.py:28:28 - error: Expected class but received "(..., version: int = 6) -> Unknown" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/pi_hole/binary_sensor.py:29:28 - error: Expected class but received "(..., version: int = 6) -> Unknown" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/pi_hole/binary_sensor.py:64:7 - error: Base classes for class "PiHoleBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/binary_sensor.py:64:7 - error: Base classes for class "PiHoleBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/binary_sensor.py:72:14 - error: Expected class but received "(..., version: int = 6) -> Unknown" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/pi_hole/binary_sensor.py:80:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PiHoleBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/binary_sensor.py:80:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "PiHoleBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/binary_sensor.py:84:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/binary_sensor.py:90:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pi_hole/config_flow.py
  <CWD>/homeassistant/components/pi_hole/config_flow.py:141:18 - error: Expected class but received "(..., version: int = 6) -> Unknown" (reportGeneralTypeIssues)
<CWD>/homeassistant/components/pi_hole/entity.py
  <CWD>/homeassistant/components/pi_hole/entity.py:21:14 - error: Expected class but received "(..., version: int = 6) -> Unknown" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/pi_hole/entity.py:33:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pi_hole/sensor.py
  <CWD>/homeassistant/components/pi_hole/sensor.py:142:7 - error: Base classes for class "PiHoleSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/sensor.py:142:7 - error: Base classes for class "PiHoleSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/sensor.py:150:14 - error: Expected class but received "(..., version: int = 6) -> Unknown" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/pi_hole/sensor.py:158:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/sensor.py:163:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pi_hole/switch.py
  <CWD>/homeassistant/components/pi_hole/switch.py:55:7 - error: Base classes for class "PiHoleSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/switch.py:55:7 - error: Base classes for class "PiHoleSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/switch.py:61:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/switch.py:66:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/switch.py:71:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pi_hole/update.py
  <CWD>/homeassistant/components/pi_hole/update.py:24:34 - error: Expected class but received "(..., version: int = 6) -> Unknown" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/pi_hole/update.py:25:31 - error: Expected class but received "(..., version: int = 6) -> Unknown" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/pi_hole/update.py:26:27 - error: Expected class but received "(..., version: int = 6) -> Unknown" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/pi_hole/update.py:86:7 - error: Base classes for class "PiHoleUpdateEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/update.py:86:7 - error: Base classes for class "PiHoleUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/update.py:94:14 - error: Expected class but received "(..., version: int = 6) -> Unknown" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/pi_hole/update.py:102:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PiHoleUpdateEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/update.py:102:14 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "PiHoleUpdateEntityDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/update.py:108:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/update.py:115:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pi_hole/update.py:124:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/picnic/__init__.py
  <CWD>/homeassistant/components/picnic/__init__.py:30:20 - error: Argument of type "Any | None" cannot be assigned to parameter "auth_token" of type "str" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/picnic/__init__.py:31:22 - error: Argument of type "Any | None" cannot be assigned to parameter "country_code" of type "str" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/picnic/sensor.py
  <CWD>/homeassistant/components/picnic/sensor.py:218:7 - error: Base classes for class "PicnicSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/picnic/sensor.py:218:7 - error: Base classes for class "PicnicSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/picnic/sensor.py:218:7 - error: Base classes for class "PicnicSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/picnic/sensor.py:218:7 - error: Base classes for class "PicnicSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/picnic/sensor.py:218:7 - error: Base classes for class "PicnicSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/picnic/sensor.py:218:7 - error: Base classes for class "PicnicSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/picnic/sensor.py:218:7 - error: Base classes for class "PicnicSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/picnic/sensor.py:233:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PicnicSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/picnic/sensor.py:233:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PicnicSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/picnic/sensor.py:244:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/picnic/todo.py
  <CWD>/homeassistant/components/picnic/todo.py:39:7 - error: Base classes for class "PicnicCart" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/picnic/todo.py:62:9 - error: "todo_items" overrides symbol of same name in class "TodoListEntity"
    "property" is not assignable to "cached_property[list[TodoItem] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pilight/binary_sensor.py
  <CWD>/homeassistant/components/pilight/binary_sensor.py:67:33 - error: Argument of type "Any | None" cannot be assigned to parameter "rst_dly_sec" of type "int" in function "__init__"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/pilight/binary_sensor.py:102:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pilight/binary_sensor.py:107:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pilight/binary_sensor.py:156:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pilight/binary_sensor.py:161:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pilight/entity.py
  <CWD>/homeassistant/components/pilight/entity.py:97:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pilight/entity.py:102:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pilight/light.py
  <CWD>/homeassistant/components/pilight/light.py:52:7 - error: Base classes for class "PilightLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pilight/light.py:52:7 - error: Base classes for class "PilightLight" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pilight/light.py:52:7 - error: Base classes for class "PilightLight" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pilight/light.py:65:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pilight/sensor.py
  <CWD>/homeassistant/components/pilight/sensor.py:73:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pilight/sensor.py:78:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pilight/sensor.py:83:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pilight/switch.py
  <CWD>/homeassistant/components/pilight/switch.py:40:7 - error: Base classes for class "PilightSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pilight/switch.py:40:7 - error: Base classes for class "PilightSwitch" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pilight/switch.py:40:7 - error: Base classes for class "PilightSwitch" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ping/binary_sensor.py
  <CWD>/homeassistant/components/ping/binary_sensor.py:26:7 - error: Base classes for class "PingBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ping/binary_sensor.py:46:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ping/device_tracker.py
  <CWD>/homeassistant/components/ping/device_tracker.py:31:7 - error: Base classes for class "PingDeviceTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ping/device_tracker.py:61:9 - error: "ip_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ping/device_tracker.py:66:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ping/device_tracker.py:82:9 - error: "entity_registry_enabled_default" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ping/helpers.py
  <CWD>/homeassistant/components/ping/helpers.py:59:28 - error: Argument of type "bool | None" cannot be assigned to parameter "privileged" of type "bool" in function "async_ping"
    Type "bool | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportArgumentType)
<CWD>/homeassistant/components/ping/sensor.py
  <CWD>/homeassistant/components/ping/sensor.py:119:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PingSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ping/sensor.py:119:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PingSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ping/sensor.py:122:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ping/sensor.py:127:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pioneer/media_player.py
  <CWD>/homeassistant/components/pioneer/media_player.py:172:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pioneer/media_player.py:177:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pioneer/media_player.py:189:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pioneer/media_player.py:194:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pioneer/media_player.py:199:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pioneer/media_player.py:204:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pioneer/media_player.py:209:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/plaato/binary_sensor.py
  <CWD>/homeassistant/components/plaato/binary_sensor.py:40:7 - error: Base classes for class "PlaatoBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plaato/binary_sensor.py:40:7 - error: Base classes for class "PlaatoBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plaato/binary_sensor.py:52:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/plaato/entity.py
  <CWD>/homeassistant/components/plaato/entity.py:64:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plaato/entity.py:76:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/plaato/sensor.py
  <CWD>/homeassistant/components/plaato/sensor.py:78:7 - error: Base classes for class "PlaatoSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plaato/sensor.py:78:7 - error: Base classes for class "PlaatoSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plaato/sensor.py:88:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plaato/sensor.py:93:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/plant/__init__.py
  <CWD>/homeassistant/components/plant/__init__.py:338:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plant/__init__.py:343:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plant/__init__.py:348:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/playstation_network/binary_sensor.py
  <CWD>/homeassistant/components/playstation_network/binary_sensor.py:63:7 - error: Base classes for class "PlaystationNetworkBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/binary_sensor.py:69:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "PlaystationNetworkBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/binary_sensor.py:73:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/playstation_network/image.py
  <CWD>/homeassistant/components/playstation_network/image.py:111:7 - error: Base classes for class "PlaystationNetworkImageBaseEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/image.py:114:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PlaystationNetworkImageEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/image.py:148:5 - error: "coordinator" overrides symbol of same name in class "PlaystationNetworkImageBaseEntity"
    Variable is mutable so its type is invariant
      Override type "PlaystationNetworkUserDataCoordinator" is not the same as base type "PlayStationNetworkBaseCoordinator[Unknown]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/image.py:154:5 - error: "coordinator" overrides symbol of same name in class "PlaystationNetworkImageBaseEntity"
    Variable is mutable so its type is invariant
      Override type "PlaystationNetworkFriendDataCoordinator" is not the same as base type "PlayStationNetworkBaseCoordinator[Unknown]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/playstation_network/media_player.py
  <CWD>/homeassistant/components/playstation_network/media_player.py:84:7 - error: Base classes for class "PsnMediaPlayerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/media_player.py:118:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/media_player.py:118:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/media_player.py:131:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/media_player.py:137:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/media_player.py:143:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/playstation_network/notify.py
  <CWD>/homeassistant/components/playstation_network/notify.py:111:7 - error: Base classes for class "PlaystationNetworkNotifyBaseEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/playstation_network/sensor.py
  <CWD>/homeassistant/components/playstation_network/sensor.py:179:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PlaystationNetworkSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/sensor.py:183:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/sensor.py:189:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/sensor.py:203:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/sensor.py:214:5 - error: "coordinator" overrides symbol of same name in class "PlaystationNetworkSensorBaseEntity"
    Variable is mutable so its type is invariant
      Override type "PlaystationNetworkUserDataCoordinator" is not the same as base type "PlayStationNetworkBaseCoordinator[Unknown]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/playstation_network/sensor.py:220:5 - error: "coordinator" overrides symbol of same name in class "PlaystationNetworkSensorBaseEntity"
    Variable is mutable so its type is invariant
      Override type "PlaystationNetworkFriendDataCoordinator" is not the same as base type "PlayStationNetworkBaseCoordinator[Unknown]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/plex/config_flow.py
  <CWD>/homeassistant/components/plex/config_flow.py:268:12 - error: Could not access item in TypedDict
    "source" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/plex/media_player.py
  <CWD>/homeassistant/components/plex/media_player.py:204:38 - error: "url" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/plex/media_player.py:208:25 - error: "proxyThroughServer" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/plex/media_player.py:209:58 - error: "protocolCapabilities" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/plex/media_player.py:226:46 - error: No overloads for "join" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/plex/media_player.py:226:57 - error: Argument of type "list[Any | None]" cannot be assigned to parameter "iterable" of type "Iterable[str]" in function "join"
    "list[Any | None]" is not assignable to "Iterable[str]"
      Type parameter "_T_co@Iterable" is covariant, but "Any | None" is not a subtype of "str"
        Type "Any | None" is not assignable to type "str"
          "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/plex/media_player.py:295:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:301:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:313:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:319:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:325:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:331:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:337:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:343:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:349:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:355:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:367:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:373:9 - error: "media_season" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:379:9 - error: "media_series_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:385:9 - error: "media_episode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:390:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:392:28 - error: Operator "in" not supported for types "Literal['playback']" and "Any | None"
    Operator "in" not supported for types "Literal['playback']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/plex/media_player.py:412:28 - error: Operator "in" not supported for types "Literal['playback']" and "Any | None"
    Operator "in" not supported for types "Literal['playback']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/plex/media_player.py:417:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:428:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:441:33 - error: Operator "in" not supported for types "Literal['playback']" and "Any | None"
    Operator "in" not supported for types "Literal['playback']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/plex/media_player.py:453:28 - error: Operator "in" not supported for types "Literal['playback']" and "Any | None"
    Operator "in" not supported for types "Literal['playback']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/plex/media_player.py:458:28 - error: Operator "in" not supported for types "Literal['playback']" and "Any | None"
    Operator "in" not supported for types "Literal['playback']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/plex/media_player.py:463:28 - error: Operator "in" not supported for types "Literal['playback']" and "Any | None"
    Operator "in" not supported for types "Literal['playback']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/plex/media_player.py:468:28 - error: Operator "in" not supported for types "Literal['playback']" and "Any | None"
    Operator "in" not supported for types "Literal['playback']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/plex/media_player.py:473:28 - error: Operator "in" not supported for types "Literal['playback']" and "Any | None"
    Operator "in" not supported for types "Literal['playback']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/plex/media_player.py:478:28 - error: Operator "in" not supported for types "Literal['playback']" and "Any | None"
    Operator "in" not supported for types "Literal['playback']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/plex/media_player.py:485:33 - error: Operator "in" not supported for types "Literal['playback']" and "Any | None"
    Operator "in" not supported for types "Literal['playback']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/plex/media_player.py:503:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/media_player.py:519:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/plex/sensor.py
  <CWD>/homeassistant/components/plex/sensor.py:113:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/sensor.py:118:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/sensor.py:207:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/plex/services.py
  <CWD>/homeassistant/components/plex/services.py:162:5 - error: No overloads for "update" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/plex/services.py:162:13 - error: Cannot access attribute "update" for class "str"
    Attribute "update" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/plex/services.py:162:20 - error: Argument of type "dict[str, str]" cannot be assigned to parameter "m" of type "Iterable[tuple[str, int]]" in function "update"
    "dict[str, str]" is not assignable to "Iterable[tuple[str, int]]"
      Type parameter "_T_co@Iterable" is covariant, but "str" is not a subtype of "tuple[str, int]"
        "str" is not assignable to "tuple[str, int]" (reportArgumentType)
  <CWD>/homeassistant/components/plex/services.py:164:32 - error: Cannot access attribute "pop" for class "str"
    Attribute "pop" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/plex/services.py:175:28 - error: Cannot access attribute "copy" for class "str"
    Attribute "copy" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/plex/update.py
  <CWD>/homeassistant/components/plex/update.py:39:5 - error: "_attr_translation_key" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plex/update.py:79:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/plugwise/__init__.py
  <CWD>/homeassistant/components/plugwise/__init__.py:83:12 - error: Could not access item in TypedDict
    "dev_class" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/plugwise/binary_sensor.py
  <CWD>/homeassistant/components/plugwise/binary_sensor.py:111:7 - error: Base classes for class "PlugwiseBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/binary_sensor.py:124:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PlugwiseBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/binary_sensor.py:124:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "PlugwiseBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/binary_sensor.py:128:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/binary_sensor.py:130:16 - error: Could not access item in TypedDict
    "binary_sensors" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/binary_sensor.py:130:16 - error: Could not access item in TypedDict
    "compressor_state" is not a required key in "SmileBinarySensors", so access may result in runtime exception
    "cooling_enabled" is not a required key in "SmileBinarySensors", so access may result in runtime exception
    "cooling_state" is not a required key in "SmileBinarySensors", so access may result in runtime exception
    "dhw_state" is not a required key in "SmileBinarySensors", so access may result in runtime exception
    "flame_state" is not a required key in "SmileBinarySensors", so access may result in runtime exception
    "heating_state" is not a required key in "SmileBinarySensors", so access may result in runtime exception
    "low_battery" is not a required key in "SmileBinarySensors", so access may result in runtime exception
    "plugwise_notification" is not a required key in "SmileBinarySensors", so access may result in runtime exception
    ... (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/binary_sensor.py:133:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/binary_sensor.py:140:22 - error: Could not access item in TypedDict
    "notifications" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/plugwise/button.py
  <CWD>/homeassistant/components/plugwise/button.py:33:7 - error: Base classes for class "PlugwiseButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/button.py:50:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/plugwise/climate.py
  <CWD>/homeassistant/components/plugwise/climate.py:73:20 - error: Could not access item in TypedDict
    "dev_class" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:79:20 - error: Could not access item in TypedDict
    "dev_class" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:86:7 - error: Base classes for class "PlugwiseClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:86:7 - error: Base classes for class "PlugwiseClimateEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:86:7 - error: Base classes for class "PlugwiseClimateEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:86:7 - error: Base classes for class "PlugwiseClimateEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:86:7 - error: Base classes for class "PlugwiseClimateEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:86:7 - error: Base classes for class "PlugwiseClimateEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:139:31 - error: Could not access item in TypedDict
    "thermostat" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:139:31 - error: Could not access item in TypedDict
    "lower_bound" is not a required key in "ActuatorData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:140:35 - error: Could not access item in TypedDict
    "thermostat" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:140:35 - error: Could not access item in TypedDict
    "upper_bound" is not a required key in "ActuatorData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:143:13 - error: Could not access item in TypedDict
    "thermostat" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:143:13 - error: Could not access item in TypedDict
    "resolution" is not a required key in "ActuatorData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:147:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:149:16 - error: Could not access item in TypedDict
    "sensors" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:149:16 - error: Could not access item in TypedDict
    "temperature" is not a required key in "SmileSensors", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:160:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:166:16 - error: Could not access item in TypedDict
    "thermostat" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:166:16 - error: Could not access item in TypedDict
    "setpoint" is not a required key in "ActuatorData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:169:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:174:16 - error: Could not access item in TypedDict
    "thermostat" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:174:16 - error: Could not access item in TypedDict
    "setpoint_high" is not a required key in "ActuatorData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:177:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:182:16 - error: Could not access item in TypedDict
    "thermostat" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:182:16 - error: Could not access item in TypedDict
    "setpoint_low" is not a required key in "ActuatorData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:185:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:194:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:218:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:226:20 - error: Could not access item in TypedDict
    "select_regulation_mode" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/climate.py:236:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:241:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:257:15 - error: Method "async_set_hvac_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/plugwise/climate.py:292:15 - error: Method "async_set_preset_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/plugwise/config_flow.py
  <CWD>/homeassistant/components/plugwise/config_flow.py:183:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "PlugwiseConfigFlow"
      "ConfigFlow" is not assignable to "PlugwiseConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/plugwise/coordinator.py
  <CWD>/homeassistant/components/plugwise/coordinator.py:6:22 - error: "GwEntityData" is not exported from module "plugwise"
    Import from "plugwise.constants" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/plugwise/number.py
  <CWD>/homeassistant/components/plugwise/number.py:82:7 - error: Base classes for class "PlugwiseNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/number.py:96:39 - error: Could not access item in TypedDict
    "maximum_boiler_temperature" is not a required key in "GwEntityData", so access may result in runtime exception
    "max_dhw_temperature" is not a required key in "GwEntityData", so access may result in runtime exception
    "temperature_offset" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/number.py:96:39 - error: Could not access item in TypedDict
    "upper_bound" is not a required key in "ActuatorData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/number.py:97:39 - error: Could not access item in TypedDict
    "maximum_boiler_temperature" is not a required key in "GwEntityData", so access may result in runtime exception
    "max_dhw_temperature" is not a required key in "GwEntityData", so access may result in runtime exception
    "temperature_offset" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/number.py:97:39 - error: Could not access item in TypedDict
    "lower_bound" is not a required key in "ActuatorData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/number.py:100:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PlugwiseNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/number.py:100:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "PlugwiseNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/number.py:102:23 - error: Could not access item in TypedDict
    "maximum_boiler_temperature" is not a required key in "GwEntityData", so access may result in runtime exception
    "max_dhw_temperature" is not a required key in "GwEntityData", so access may result in runtime exception
    "temperature_offset" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/number.py:102:23 - error: Could not access item in TypedDict
    "resolution" is not a required key in "ActuatorData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/number.py:108:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/number.py:110:16 - error: Could not access item in TypedDict
    "maximum_boiler_temperature" is not a required key in "GwEntityData", so access may result in runtime exception
    "max_dhw_temperature" is not a required key in "GwEntityData", so access may result in runtime exception
    "temperature_offset" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/number.py:110:16 - error: Could not access item in TypedDict
    "setpoint" is not a required key in "ActuatorData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/number.py:113:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/plugwise/select.py
  <CWD>/homeassistant/components/plugwise/select.py:95:7 - error: Base classes for class "PlugwiseSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/select.py:109:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PlugwiseSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/select.py:109:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "PlugwiseSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/select.py:116:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/select.py:118:16 - error: Could not access item in TypedDict
    "select_dhw_mode" is not a required key in "GwEntityData", so access may result in runtime exception
    "select_gateway_mode" is not a required key in "GwEntityData", so access may result in runtime exception
    "select_regulation_mode" is not a required key in "GwEntityData", so access may result in runtime exception
    "select_schedule" is not a required key in "GwEntityData", so access may result in runtime exception
    "select_zone_profile" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/select.py:121:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/select.py:123:16 - error: Could not access item in TypedDict
    "available_schedules" is not a required key in "GwEntityData", so access may result in runtime exception
    "dhw_modes" is not a required key in "GwEntityData", so access may result in runtime exception
    "gateway_modes" is not a required key in "GwEntityData", so access may result in runtime exception
    "regulation_modes" is not a required key in "GwEntityData", so access may result in runtime exception
    "zone_profiles" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/select.py:126:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/plugwise/sensor.py
  <CWD>/homeassistant/components/plugwise/sensor.py:428:7 - error: Base classes for class "PlugwiseSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/sensor.py:442:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PlugwiseSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/sensor.py:442:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PlugwiseSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/sensor.py:445:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/sensor.py:447:16 - error: Could not access item in TypedDict
    "sensors" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/sensor.py:447:16 - error: Could not access item in TypedDict
    "battery" is not a required key in "SmileSensors", so access may result in runtime exception
    "cooling_activation_outdoor_temperature" is not a required key in "SmileSensors", so access may result in runtime exception
    "cooling_deactivation_threshold" is not a required key in "SmileSensors", so access may result in runtime exception
    "dhw_temperature" is not a required key in "SmileSensors", so access may result in runtime exception
    "domestic_hot_water_setpoint" is not a required key in "SmileSensors", so access may result in runtime exception
    "temperature" is not a required key in "SmileSensors", so access may result in runtime exception
    "electricity_consumed" is not a required key in "SmileSensors", so access may result in runtime exception
    "electricity_consumed_interval" is not a required key in "SmileSensors", so access may result in runtime exception
    ... (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/plugwise/switch.py
  <CWD>/homeassistant/components/plugwise/switch.py:83:7 - error: Base classes for class "PlugwiseSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/switch.py:97:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PlugwiseSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/switch.py:97:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "PlugwiseSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/switch.py:100:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/plugwise/switch.py:102:16 - error: Could not access item in TypedDict
    "switches" is not a required key in "GwEntityData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/switch.py:102:16 - error: Could not access item in TypedDict
    "cooling_ena_switch" is not a required key in "SmileSwitches", so access may result in runtime exception
    "dhw_cm_switch" is not a required key in "SmileSwitches", so access may result in runtime exception
    "lock" is not a required key in "SmileSwitches", so access may result in runtime exception
    "relay" is not a required key in "SmileSwitches", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/plugwise/switch.py:105:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/plugwise/switch.py:115:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/pocketcasts/sensor.py
  <CWD>/homeassistant/components/pocketcasts/sensor.py:8:6 - error: Import "pycketcasts" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/pocketcasts/sensor.py:62:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pocketcasts/sensor.py:67:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/point/alarm_control_panel.py
  <CWD>/homeassistant/components/point/alarm_control_panel.py:93:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/point/binary_sensor.py
  <CWD>/homeassistant/components/point/binary_sensor.py:71:7 - error: Base classes for class "MinutPointBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/point/binary_sensor.py:71:7 - error: Base classes for class "MinutPointBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/point/entity.py
  <CWD>/homeassistant/components/point/entity.py:59:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/point/sensor.py
  <CWD>/homeassistant/components/point/sensor.py:71:7 - error: Base classes for class "MinutPointSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/point/sensor.py:71:7 - error: Base classes for class "MinutPointSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/point/sensor.py:86:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pooldose/entity.py
  <CWD>/homeassistant/components/pooldose/entity.py:41:23 - error: Could not access item in TypedDict
    "IP" is not a required key in "DeviceInfoDict", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/pooldose/sensor.py
  <CWD>/homeassistant/components/pooldose/sensor.py:189:19 - error: Could not access item in TypedDict
    "sensor" is not a required key in "StructuredValuesDict", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/pooldose/sensor.py:205:7 - error: Base classes for class "PooldoseSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pooldose/sensor.py:208:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PooldoseSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pooldose/sensor.py:211:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pooldose/sensor.py:215:20 - error: Could not access item in TypedDict
    "value" is not a required key in "ValueDict", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/pooldose/sensor.py:219:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/poolsense/binary_sensor.py
  <CWD>/homeassistant/components/poolsense/binary_sensor.py:44:7 - error: Base classes for class "PoolSenseBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/poolsense/binary_sensor.py:48:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/poolsense/sensor.py
  <CWD>/homeassistant/components/poolsense/sensor.py:78:7 - error: Base classes for class "PoolSenseSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/poolsense/sensor.py:82:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/portainer/binary_sensor.py
  <CWD>/homeassistant/components/portainer/binary_sensor.py:129:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PortainerEndpointBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/binary_sensor.py:129:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "PortainerEndpointBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/binary_sensor.py:135:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/binary_sensor.py:140:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/binary_sensor.py:158:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PortainerContainerBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/binary_sensor.py:158:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "PortainerContainerBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/binary_sensor.py:164:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/binary_sensor.py:169:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/portainer/button.py
  <CWD>/homeassistant/components/portainer/button.py:94:7 - error: Base classes for class "PortainerButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/button.py:107:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PortainerButtonDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/button.py:107:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "PortainerButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/portainer/sensor.py
  <CWD>/homeassistant/components/portainer/sensor.py:285:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PortainerContainerSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/sensor.py:285:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PortainerContainerSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/sensor.py:291:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/sensor.py:296:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/sensor.py:313:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PortainerEndpointSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/sensor.py:313:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PortainerEndpointSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/sensor.py:319:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/sensor.py:324:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/portainer/switch.py
  <CWD>/homeassistant/components/portainer/switch.py:114:7 - error: Base classes for class "PortainerContainerSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/switch.py:127:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PortainerSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/switch.py:127:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "PortainerSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/portainer/switch.py:133:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/powerfox/sensor.py
  <CWD>/homeassistant/components/powerfox/sensor.py:169:7 - error: Base classes for class "PowerfoxSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerfox/sensor.py:182:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PowerfoxSensorEntityDescription[Unknown]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerfox/sensor.py:182:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PowerfoxSensorEntityDescription[Unknown]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerfox/sensor.py:186:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/powerwall/__init__.py
  <CWD>/homeassistant/components/powerwall/__init__.py:11:5 - error: "AccessDeniedError" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.error" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/__init__.py:12:5 - error: "ApiError" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.error" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/__init__.py:13:5 - error: "MissingAttributeError" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.error" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/__init__.py:14:5 - error: "Powerwall" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.powerwall" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/__init__.py:15:5 - error: "PowerwallUnreachableError" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.error" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/__init__.py:202:19 - error: "base_info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/powerwall/__init__.py:208:19 - error: "base_info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/powerwall/__init__.py:240:56 - error: "base_info" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/powerwall/binary_sensor.py
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:5:29 - error: "GridStatus" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:5:41 - error: "MeterType" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:44:7 - error: Base classes for class "PowerWallRunningSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:51:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:56:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:61:7 - error: Base classes for class "PowerWallConnectedSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:68:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:73:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:78:7 - error: Base classes for class "PowerWallGridServicesActiveSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:85:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:90:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:95:7 - error: Base classes for class "PowerWallGridStatusSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:102:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:107:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:118:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:127:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/binary_sensor.py:132:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/powerwall/config_flow.py
  <CWD>/homeassistant/components/powerwall/config_flow.py:12:5 - error: "AccessDeniedError" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.error" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/config_flow.py:13:5 - error: "MissingAttributeError" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.error" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/config_flow.py:14:5 - error: "Powerwall" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.powerwall" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/config_flow.py:15:5 - error: "PowerwallUnreachableError" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.error" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/config_flow.py:16:5 - error: "SiteInfoResponse" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.responses" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/powerwall/entity.py
  <CWD>/homeassistant/components/powerwall/entity.py:17:21 - error: "BatteryResponse" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.responses" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/powerwall/models.py
  <CWD>/homeassistant/components/powerwall/models.py:9:5 - error: "BatteryResponse" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.responses" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/models.py:10:5 - error: "DeviceType" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/models.py:11:5 - error: "GridStatus" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/models.py:12:5 - error: "MetersAggregatesResponse" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.responses" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/models.py:13:5 - error: "Powerwall" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.powerwall" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/models.py:14:5 - error: "PowerwallStatusResponse" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.responses" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/models.py:15:5 - error: "SiteInfoResponse" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.responses" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/models.py:16:5 - error: "SiteMasterResponse" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.responses" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/powerwall/sensor.py
  <CWD>/homeassistant/components/powerwall/sensor.py:10:29 - error: "GridState" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/sensor.py:10:40 - error: "MeterResponse" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.responses" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/sensor.py:10:55 - error: "MeterType" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/sensor.py:33:21 - error: "BatteryResponse" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.responses" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/sensor.py:247:7 - error: Base classes for class "PowerWallChargeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:256:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:261:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:266:7 - error: Base classes for class "PowerWallEnergySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:278:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PowerwallSensorEntityDescription[MeterResponse, float]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:278:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PowerwallSensorEntityDescription[MeterResponse, float]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:285:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:294:7 - error: Base classes for class "PowerWallBackupReserveSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:302:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:307:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:334:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:361:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:381:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:389:7 - error: Base classes for class "PowerWallBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:401:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PowerwallSensorEntityDescription[BatteryResponse, _ValueT@PowerWallBatterySensor]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:401:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PowerwallSensorEntityDescription[BatteryResponse, _ValueT@PowerWallBatterySensor]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/sensor.py:407:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/powerwall/switch.py
  <CWD>/homeassistant/components/powerwall/switch.py:5:29 - error: "GridStatus" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/switch.py:5:41 - error: "IslandMode" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/switch.py:5:53 - error: "PowerwallError" is not exported from module "tesla_powerwall"
    Import from "tesla_powerwall.error" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/powerwall/switch.py:31:7 - error: Base classes for class "PowerwallOffGridEnabledEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/powerwall/switch.py:44:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/private_ble_device/device_tracker.py
  <CWD>/homeassistant/components/private_ble_device/device_tracker.py:39:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/private_ble_device/device_tracker.py:65:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/private_ble_device/sensor.py
  <CWD>/homeassistant/components/private_ble_device/sensor.py:117:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PrivateDeviceSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/private_ble_device/sensor.py:117:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PrivateDeviceSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/private_ble_device/sensor.py:141:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/probe_plus/sensor.py
  <CWD>/homeassistant/components/probe_plus/sensor.py:41:53 - error: "probe_temperature" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/probe_plus/sensor.py:48:53 - error: "probe_battery" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/probe_plus/sensor.py:55:53 - error: "relay_battery" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/probe_plus/sensor.py:64:53 - error: "probe_rssi" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/probe_plus/sensor.py:73:53 - error: "relay_voltage" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/probe_plus/sensor.py:82:53 - error: "probe_voltage" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/probe_plus/sensor.py:98:7 - error: Base classes for class "ProbeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/probe_plus/sensor.py:101:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ProbePlusSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/probe_plus/sensor.py:104:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/profiler/__init__.py
  <CWD>/homeassistant/components/profiler/__init__.py:121:9 - error: Object of type "object*" is not callable
    Attribute "__call__" is unknown (reportCallIssue)
  <CWD>/homeassistant/components/profiler/__init__.py:164:9 - error: Object of type "object*" is not callable
    Attribute "__call__" is unknown (reportCallIssue)
<CWD>/homeassistant/components/progettihwsw/binary_sensor.py
  <CWD>/homeassistant/components/progettihwsw/binary_sensor.py:57:7 - error: Base classes for class "ProgettihwswBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/progettihwsw/binary_sensor.py:67:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/progettihwsw/switch.py
  <CWD>/homeassistant/components/progettihwsw/switch.py:58:7 - error: Base classes for class "ProgettihwswSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/progettihwsw/switch.py:83:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/proliphix/climate.py
  <CWD>/homeassistant/components/proliphix/climate.py:52:21 - error: "PDP" is not a known attribute of module "proliphix" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/proliphix/climate.py:76:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/proliphix/climate.py:81:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/proliphix/climate.py:86:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/proliphix/climate.py:91:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/proliphix/climate.py:96:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/proliphix/climate.py:108:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/proliphix/climate.py:117:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/prometheus/__init__.py
  <CWD>/homeassistant/components/prometheus/__init__.py:679:12 - error: "metric" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/prometheus/__init__.py:692:17 - error: "metric" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/proximity/coordinator.py
  <CWD>/homeassistant/components/proximity/coordinator.py:126:37 - error: Could not access item in TypedDict
    "old_entity_id" is not a required key in "_EventEntityRegistryUpdatedData_Update", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/proximity/sensor.py
  <CWD>/homeassistant/components/proximity/sensor.py:131:7 - error: Base classes for class "ProximitySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/proximity/sensor.py:150:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/proximity/sensor.py:197:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/proximity/sensor.py:205:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/proxmoxve/__init__.py
  <CWD>/homeassistant/components/proxmoxve/__init__.py:8:6 - error: Import "proxmoxer" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/proxmoxve/binary_sensor.py
  <CWD>/homeassistant/components/proxmoxve/binary_sensor.py:96:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/proxmoxve/binary_sensor.py:104:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/proxmoxve/common.py
  <CWD>/homeassistant/components/proxmoxve/common.py:7:6 - error: Import "proxmoxer" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/proxmoxve/common.py:8:6 - error: Import "proxmoxer.core" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/proxy/camera.py
  <CWD>/homeassistant/components/proxy/camera.py:293:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/prusalink/binary_sensor.py
  <CWD>/homeassistant/components/prusalink/binary_sensor.py:50:22 - error: Argument of type "(data: PrinterInfo) -> (bool | None)" cannot be assigned to parameter "value_fn" of type "(PrinterInfo) -> bool" in function "__init__"
    Type "(data: PrinterInfo) -> (bool | None)" is not assignable to type "(PrinterInfo) -> bool"
      Function return type "bool | None" is incompatible with type "bool"
        Type "bool | None" is not assignable to type "bool"
          "None" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/prusalink/binary_sensor.py:78:7 - error: Base classes for class "PrusaLinkBinarySensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/prusalink/binary_sensor.py:78:7 - error: Base classes for class "PrusaLinkBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/prusalink/binary_sensor.py:90:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PrusaLinkBinarySensorEntityDescription[Unknown]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/prusalink/binary_sensor.py:90:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "PrusaLinkBinarySensorEntityDescription[Unknown]" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/prusalink/binary_sensor.py:94:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/prusalink/button.py
  <CWD>/homeassistant/components/prusalink/button.py:94:7 - error: Base classes for class "PrusaLinkButtonEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/prusalink/button.py:106:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PrusaLinkButtonEntityDescription[Unknown]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/prusalink/button.py:106:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "PrusaLinkButtonEntityDescription[Unknown]" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/prusalink/button.py:110:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/prusalink/camera.py
  <CWD>/homeassistant/components/prusalink/camera.py:27:7 - error: Base classes for class "PrusaLinkJobPreviewEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/prusalink/config_flow.py
  <CWD>/homeassistant/components/prusalink/config_flow.py:48:57 - error: Could not access item in TypedDict
    "server" is not a defined key in "VersionInfo" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/prusalink/config_flow.py:79:22 - error: Could not access item in TypedDict
    "hostname" is not a defined key in "VersionInfo" (reportGeneralTypeIssues)
<CWD>/homeassistant/components/prusalink/coordinator.py
  <CWD>/homeassistant/components/prusalink/coordinator.py:55:55 - error: Argument of type "None" cannot be assigned to parameter "data" of type "T@PrusaLinkUpdateCoordinator" in function "_get_update_interval"
    Type "None" is not assignable to type "T@PrusaLinkUpdateCoordinator" (reportArgumentType)
  <CWD>/homeassistant/components/prusalink/coordinator.py:118:56 - error: Type "PrinterInfo" cannot be assigned to type variable "T@PrusaLinkUpdateCoordinator"
    Type "PrinterInfo" is not assignable to constrained type variable "T@PrusaLinkUpdateCoordinator" (reportInvalidTypeArguments)
<CWD>/homeassistant/components/prusalink/entity.py
  <CWD>/homeassistant/components/prusalink/entity.py:18:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/prusalink/sensor.py
  <CWD>/homeassistant/components/prusalink/sensor.py:60:71 - error: Cannot access attribute "lower" for class "PrinterState"
    Attribute "lower" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/prusalink/sensor.py:142:45 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/prusalink/sensor.py:159:45 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/prusalink/sensor.py:183:60 - error: Argument of type "int | None" cannot be assigned to parameter "seconds" of type "float" in function "__new__"
    Type "int | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/prusalink/sensor.py:227:7 - error: Base classes for class "PrusaLinkSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/prusalink/sensor.py:239:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PrusaLinkSensorEntityDescription[Unknown]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/prusalink/sensor.py:239:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PrusaLinkSensorEntityDescription[Unknown]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/prusalink/sensor.py:243:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/prusalink/sensor.py:248:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ps4/config_flow.py
  <CWD>/homeassistant/components/ps4/config_flow.py:67:24 - error: Argument of type "tuple[dict_keys[int, str]]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[dict_keys[int, str]]" is not assignable to type "*tuple[list[Unknown]]"
      "*tuple[dict_keys[int, str]]" is not assignable to "*tuple[list[Unknown]]"
        Tuple entry 1 is incorrect type
          "dict_keys[int, str]" is not assignable to "list[Unknown]" (reportArgumentType)
  <CWD>/homeassistant/components/ps4/config_flow.py:173:40 - error: Argument of type "tuple[Any, str | None, str, Literal['Home-Assistant'], Literal[1988]]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[Any, str | None, str, Literal['Home-Assistant'], Literal[1988]]" is not assignable to type "*tuple[str, str, str, Unknown | None, int]"
      "*tuple[Any, str | None, str, Literal['Home-Assistant'], Literal[1988]]" is not assignable to "*tuple[str, str, str, Unknown | None, int]"
        Tuple entry 2 is incorrect type
          Type "str | None" is not assignable to type "str"
            "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/ps4/media_player.py
  <CWD>/homeassistant/components/ps4/media_player.py:401:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pterodactyl/binary_sensor.py
  <CWD>/homeassistant/components/pterodactyl/binary_sensor.py:46:7 - error: Base classes for class "PterodactylBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pterodactyl/binary_sensor.py:62:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pterodactyl/button.py
  <CWD>/homeassistant/components/pterodactyl/button.py:76:7 - error: Base classes for class "PterodactylButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pterodactyl/button.py:90:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PterodactylButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pterodactyl/button.py:90:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "PterodactylButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pterodactyl/sensor.py
  <CWD>/homeassistant/components/pterodactyl/sensor.py:163:7 - error: Base classes for class "PterodactylSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pterodactyl/sensor.py:177:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PterodactylSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pterodactyl/sensor.py:177:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PterodactylSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pterodactyl/sensor.py:181:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pulseaudio_loopback/switch.py
  <CWD>/homeassistant/components/pulseaudio_loopback/switch.py:8:6 - error: Import "pulsectl" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/pulseaudio_loopback/switch.py:108:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pulseaudio_loopback/switch.py:113:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pulseaudio_loopback/switch.py:118:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pure_energie/sensor.py
  <CWD>/homeassistant/components/pure_energie/sensor.py:79:7 - error: Base classes for class "PureEnergieSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pure_energie/sensor.py:96:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PureEnergieSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pure_energie/sensor.py:96:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PureEnergieSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pure_energie/sensor.py:110:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/purpleair/config_flow.py
  <CWD>/homeassistant/components/purpleair/config_flow.py:11:26 - error: "API" is not exported from module "aiopurpleair"
    Import from "aiopurpleair.api" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/purpleair/config_flow.py:194:34 - error: "nearby_sensor_results" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/purpleair/coordinator.py
  <CWD>/homeassistant/components/purpleair/coordinator.py:7:26 - error: "API" is not exported from module "aiopurpleair"
    Import from "aiopurpleair.api" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/purpleair/entity.py
  <CWD>/homeassistant/components/purpleair/entity.py:45:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/purpleair/sensor.py
  <CWD>/homeassistant/components/purpleair/sensor.py:178:7 - error: Base classes for class "PurpleAirSensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/purpleair/sensor.py:178:7 - error: Base classes for class "PurpleAirSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/purpleair/sensor.py:193:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PurpleAirSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/purpleair/sensor.py:193:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PurpleAirSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/purpleair/sensor.py:196:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/push/camera.py
  <CWD>/homeassistant/components/push/camera.py:105:5 - error: "name" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "cached_property" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/push/camera.py:186:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pushbullet/config_flow.py
  <CWD>/homeassistant/components/pushbullet/config_flow.py:46:48 - error: "pushbullet" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/pushbullet/notify.py
  <CWD>/homeassistant/components/pushbullet/notify.py:116:51 - error: Argument of type "Device | Channel" cannot be assigned to parameter "pusher" of type "PushBullet" in function "_push_data"
    Type "Device | Channel" is not assignable to type "PushBullet"
      "Channel" is not assignable to "Pushbullet" (reportArgumentType)
<CWD>/homeassistant/components/pushover/config_flow.py
  <CWD>/homeassistant/components/pushover/config_flow.py:52:13 - error: Could not access item in TypedDict
    "entry_id" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/pushover/notify.py
  <CWD>/homeassistant/components/pushover/notify.py:116:22 - error: Argument of type "Literal[1, 0]" cannot be assigned to parameter "html" of type "bool" in function "send_message"
    Type "Literal[1, 0]" is not assignable to type "bool"
      "Literal[0]" is not assignable to "bool" (reportArgumentType)
<CWD>/homeassistant/components/pvoutput/sensor.py
  <CWD>/homeassistant/components/pvoutput/sensor.py:118:7 - error: Base classes for class "PVOutputSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pvoutput/sensor.py:136:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "PVOutputSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pvoutput/sensor.py:136:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PVOutputSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pvoutput/sensor.py:147:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pvpc_hourly_pricing/sensor.py
  <CWD>/homeassistant/components/pvpc_hourly_pricing/sensor.py:190:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pvpc_hourly_pricing/sensor.py:229:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pvpc_hourly_pricing/sensor.py:234:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pyload/button.py
  <CWD>/homeassistant/components/pyload/button.py:80:7 - error: Base classes for class "PyLoadBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pyload/button.py:83:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "PyLoadButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pyload/sensor.py
  <CWD>/homeassistant/components/pyload/sensor.py:107:7 - error: Base classes for class "PyLoadSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pyload/sensor.py:110:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "PyLoadSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pyload/sensor.py:113:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/pyload/switch.py
  <CWD>/homeassistant/components/pyload/switch.py:82:7 - error: Base classes for class "PyLoadSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pyload/switch.py:85:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "PyLoadSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/pyload/switch.py:88:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qbittorrent/sensor.py
  <CWD>/homeassistant/components/qbittorrent/sensor.py:250:7 - error: Base classes for class "QBittorrentSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qbittorrent/sensor.py:264:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "QBittorrentSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qbittorrent/sensor.py:264:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "QBittorrentSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qbittorrent/sensor.py:273:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qbittorrent/switch.py
  <CWD>/homeassistant/components/qbittorrent/switch.py:58:7 - error: Base classes for class "QBittorrentSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qbittorrent/switch.py:72:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "QBittorrentSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qbittorrent/switch.py:72:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "QBittorrentSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qbittorrent/switch.py:81:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qbus/binary_sensor.py
  <CWD>/homeassistant/components/qbus/binary_sensor.py:104:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "QbusWeatherDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qbus/binary_sensor.py:104:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "QbusWeatherDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qbus/climate.py
  <CWD>/homeassistant/components/qbus/climate.py:86:14 - error: "_attr_target_temperature_step" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "float" is not the same as base type "float | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qbus/climate.py:87:14 - error: "_attr_preset_modes" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "list[str]" is not the same as base type "list[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qbus/climate.py:135:18 - error: "_attr_preset_mode" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qbus/cover.py
  <CWD>/homeassistant/components/qbus/cover.py:84:18 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qbus/cover.py:84:18 - error: "_attr_supported_features" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "CoverEntityFeature | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qbus/sensor.py
  <CWD>/homeassistant/components/qbus/sensor.py:371:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "QbusWeatherDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qbus/sensor.py:371:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "QbusWeatherDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qingping/binary_sensor.py
  <CWD>/homeassistant/components/qingping/binary_sensor.py:92:7 - error: Base classes for class "QingpingBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qingping/binary_sensor.py:101:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qingping/sensor.py
  <CWD>/homeassistant/components/qingping/sensor.py:160:7 - error: Base classes for class "QingpingBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qingping/sensor.py:169:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qld_bushfire/geo_location.py
  <CWD>/homeassistant/components/qld_bushfire/geo_location.py:224:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qnap/coordinator.py
  <CWD>/homeassistant/components/qnap/coordinator.py:67:24 - error: Argument of type "Any | None" cannot be assigned to parameter "verify_ssl" of type "bool" in function "__init__"
    Type "Any | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/qnap/coordinator.py:68:21 - error: Argument of type "Any | None" cannot be assigned to parameter "timeout" of type "int" in function "__init__"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/qnap/sensor.py
  <CWD>/homeassistant/components/qnap/sensor.py:309:7 - error: Base classes for class "QNAPSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap/sensor.py:344:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap/sensor.py:358:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap/sensor.py:384:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap/sensor.py:410:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap/sensor.py:437:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap/sensor.py:450:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap/sensor.py:469:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qnap_qsw/binary_sensor.py
  <CWD>/homeassistant/components/qnap_qsw/binary_sensor.py:132:7 - error: Base classes for class "QswBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap_qsw/binary_sensor.py:154:14 - error: "entity_description" overrides symbol of same name in class "QswSensorEntity"
    Variable is mutable so its type is invariant
      Override type "QswBinarySensorEntityDescription" is not the same as base type "QswEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap_qsw/binary_sensor.py:154:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "QswBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qnap_qsw/button.py
  <CWD>/homeassistant/components/qnap_qsw/button.py:55:7 - error: Base classes for class "QswButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap_qsw/button.py:71:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "QswButtonDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap_qsw/button.py:71:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "QswButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qnap_qsw/entity.py
  <CWD>/homeassistant/components/qnap_qsw/entity.py:104:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "QswEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qnap_qsw/sensor.py
  <CWD>/homeassistant/components/qnap_qsw/sensor.py:348:7 - error: Base classes for class "QswSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap_qsw/sensor.py:371:14 - error: "entity_description" overrides symbol of same name in class "QswSensorEntity"
    Variable is mutable so its type is invariant
      Override type "QswSensorEntityDescription" is not the same as base type "QswEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap_qsw/sensor.py:371:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "QswSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qnap_qsw/update.py
  <CWD>/homeassistant/components/qnap_qsw/update.py:52:7 - error: Base classes for class "QswUpdate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qnap_qsw/update.py:67:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "UpdateEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qrcode/image_processing.py
  <CWD>/homeassistant/components/qrcode/image_processing.py:8:6 - error: Import "pyzbar" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/qvr_pro/__init__.py
  <CWD>/homeassistant/components/qvr_pro/__init__.py:5:6 - error: Import "pyqvrpro" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/qvr_pro/__init__.py:6:6 - error: Import "pyqvrpro.client" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/qvr_pro/camera.py
  <CWD>/homeassistant/components/qvr_pro/camera.py:7:6 - error: Import "pyqvrpro.client" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/qvr_pro/camera.py:76:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qvr_pro/camera.py:81:9 - error: "model" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qvr_pro/camera.py:86:9 - error: "brand" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qvr_pro/camera.py:91:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qwikswitch/binary_sensor.py
  <CWD>/homeassistant/components/qwikswitch/binary_sensor.py:36:7 - error: Base classes for class "QSBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/binary_sensor.py:69:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/binary_sensor.py:74:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/binary_sensor.py:79:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/binary_sensor.py:79:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qwikswitch/entity.py
  <CWD>/homeassistant/components/qwikswitch/entity.py:24:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/entity.py:29:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qwikswitch/light.py
  <CWD>/homeassistant/components/qwikswitch/light.py:29:7 - error: Base classes for class "QSLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/light.py:29:7 - error: Base classes for class "QSLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/light.py:29:7 - error: Base classes for class "QSLight" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/light.py:33:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/light.py:38:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/light.py:43:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qwikswitch/sensor.py
  <CWD>/homeassistant/components/qwikswitch/sensor.py:37:7 - error: Base classes for class "QSSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/sensor.py:72:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/sensor.py:77:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/sensor.py:82:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/qwikswitch/switch.py
  <CWD>/homeassistant/components/qwikswitch/switch.py:29:7 - error: Base classes for class "QSSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/switch.py:29:7 - error: Base classes for class "QSSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/qwikswitch/switch.py:29:7 - error: Base classes for class "QSSwitch" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rabbitair/fan.py
  <CWD>/homeassistant/components/rabbitair/fan.py:51:7 - error: Base classes for class "RabbitAirFanEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rachio/__init__.py
  <CWD>/homeassistant/components/rachio/__init__.py:57:12 - error: Cannot assign to attribute "webhook_auth" for class "Rachio"
    Attribute "webhook_auth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rachio/__init__.py:65:12 - error: Cannot assign to attribute "webhook_url" for class "Rachio"
    Attribute "webhook_url" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/rachio/binary_sensor.py
  <CWD>/homeassistant/components/rachio/binary_sensor.py:151:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RachioControllerBinarySensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rachio/binary_sensor.py:151:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RachioControllerBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rachio/binary_sensor.py:189:7 - error: Base classes for class "RachioHoseTimerBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rachio/binary_sensor.py:202:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RachioHoseTimerBinarySensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rachio/binary_sensor.py:202:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RachioHoseTimerBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rachio/calendar.py
  <CWD>/homeassistant/components/rachio/calendar.py:50:7 - error: Base classes for class "RachioCalendarEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rachio/config_flow.py
  <CWD>/homeassistant/components/rachio/config_flow.py:60:20 - error: Argument of type "Literal['username']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['username']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['username']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['username']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
<CWD>/homeassistant/components/rachio/coordinator.py
  <CWD>/homeassistant/components/rachio/coordinator.py:71:17 - error: Argument of type "Literal['id']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['id']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['id']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['id']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/rachio/coordinator.py:71:51 - error: Argument of type "Literal['valves']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['valves']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['valves']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['valves']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/rachio/coordinator.py:122:22 - error: Argument of type "Literal['valveDayViews']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['valveDayViews']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['valveDayViews']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['valveDayViews']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/rachio/coordinator.py:123:27 - error: Argument of type "Literal['valveProgramRunSummaries']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['valveProgramRunSummaries']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['valveProgramRunSummaries']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['valveProgramRunSummaries']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
<CWD>/homeassistant/components/rachio/device.py
  <CWD>/homeassistant/components/rachio/device.py:150:34 - error: Argument of type "Unknown | str | None" cannot be assigned to parameter "user_id" of type "str" in function "get"
    Type "Unknown | str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/rachio/device.py:155:25 - error: Argument of type "Literal['username']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['username']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['username']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['username']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/rachio/device.py:156:41 - error: Argument of type "Literal['devices']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['devices']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['devices']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['devices']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/rachio/device.py:156:41 - error: Type "Any | Unknown | str" is not assignable to declared type "list[dict[str, Any]]"
    Type "Any | Unknown | str" is not assignable to type "list[dict[str, Any]]"
      "str" is not assignable to "list[dict[str, Any]]" (reportAssignmentType)
  <CWD>/homeassistant/components/rachio/device.py:157:61 - error: Argument of type "Unknown | str | None" cannot be assigned to parameter "user_id" of type "str" in function "list_base_stations"
    Type "Unknown | str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/rachio/device.py:158:47 - error: Argument of type "Literal['baseStations']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['baseStations']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['baseStations']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['baseStations']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/rachio/device.py:158:47 - error: Type "Any | Unknown | str" is not assignable to declared type "list[dict[str, Any]]"
    Type "Any | Unknown | str" is not assignable to type "list[dict[str, Any]]"
      "str" is not assignable to "list[dict[str, Any]]" (reportAssignmentType)
  <CWD>/homeassistant/components/rachio/device.py:185:62 - error: Argument of type "Any | Unknown | str" cannot be assigned to parameter "webhooks" of type "list[dict[str, Any]]" in function "__init__"
    Type "Any | Unknown | str" is not assignable to type "list[dict[str, Any]]"
      "str" is not assignable to "list[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/rachio/device.py:264:34 - error: Cannot assign to attribute "_webhooks" for class "RachioIro*"
    Type "Any | Unknown | str" is not assignable to type "list[dict[str, Any]]"
      "str" is not assignable to "list[dict[str, Any]]" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rachio/device.py:285:27 - error: Cannot access attribute "webhook_url" for class "Rachio"
    Attribute "webhook_url" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rachio/device.py:286:47 - error: Cannot access attribute "webhook_auth" for class "Rachio"
    Attribute "webhook_auth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rachio/device.py:291:30 - error: Argument of type "Literal['id']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['id']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['id']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['id']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
<CWD>/homeassistant/components/rachio/switch.py
  <CWD>/homeassistant/components/rachio/switch.py:229:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rachio/switch.py:277:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rachio/switch.py:380:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rachio/switch.py:478:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rachio/switch.py:483:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rachio/switch.py:539:7 - error: Base classes for class "RachioValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rachio/webhooks.py
  <CWD>/homeassistant/components/rachio/webhooks.py:99:34 - error: Cannot access attribute "webhook_auth" for class "Rachio"
    Attribute "webhook_auth" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/radarr/binary_sensor.py
  <CWD>/homeassistant/components/radarr/binary_sensor.py:38:7 - error: Base classes for class "RadarrBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/radarr/binary_sensor.py:38:7 - error: Base classes for class "RadarrBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/radarr/binary_sensor.py:42:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/radarr/calendar.py
  <CWD>/homeassistant/components/radarr/calendar.py:31:7 - error: Base classes for class "RadarrCalendarEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/radarr/calendar.py:31:7 - error: Base classes for class "RadarrCalendarEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/radarr/calendar.py:34:5 - error: "coordinator" overrides symbol of same name in class "RadarrEntity"
    Variable is mutable so its type is invariant
      Override type "CalendarUpdateCoordinator" is not the same as base type "RadarrDataUpdateCoordinator[Unknown]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/radarr/entity.py
  <CWD>/homeassistant/components/radarr/entity.py:31:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/radarr/sensor.py
  <CWD>/homeassistant/components/radarr/sensor.py:134:7 - error: Base classes for class "RadarrSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/radarr/sensor.py:134:7 - error: Base classes for class "RadarrSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/radarr/sensor.py:138:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RadarrSensorEntityDescription[T@RadarrSensor]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/radarr/sensor.py:151:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/radiotherm/climate.py
  <CWD>/homeassistant/components/radiotherm/climate.py:103:7 - error: Base classes for class "RadioThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/radiotherm/switch.py
  <CWD>/homeassistant/components/radiotherm/switch.py:29:7 - error: Base classes for class "RadioThermHoldSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rainbird/binary_sensor.py
  <CWD>/homeassistant/components/rainbird/binary_sensor.py:37:7 - error: Base classes for class "RainBirdSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainbird/binary_sensor.py:57:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rainbird/calendar.py
  <CWD>/homeassistant/components/rainbird/calendar.py:44:7 - error: Base classes for class "RainBirdCalendarEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainbird/calendar.py:82:35 - error: Cannot access attribute "program_id" for class "Timespan"
    Attribute "program_id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rainbird/calendar.py:85:33 - error: Cannot access attribute "rrule_str" for class "Timespan"
    Attribute "rrule_str" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rainbird/calendar.py:97:39 - error: Argument of type "_TzInfo | None" cannot be assigned to parameter "tzinfo" of type "tzinfo" in function "timeline_tz"
    Type "_TzInfo | None" is not assignable to type "tzinfo"
      "None" is not assignable to "tzinfo" (reportArgumentType)
  <CWD>/homeassistant/components/rainbird/calendar.py:103:39 - error: Cannot access attribute "program_id" for class "Timespan"
    Attribute "program_id" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rainbird/calendar.py:106:37 - error: Cannot access attribute "rrule_str" for class "Timespan"
    Attribute "rrule_str" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/rainbird/number.py
  <CWD>/homeassistant/components/rainbird/number.py:37:7 - error: Base classes for class "RainDelayNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainbird/number.py:60:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainbird/number.py:67:62 - error: Argument of type "float" cannot be assigned to parameter "days" of type "int" in function "set_rain_delay"
    "float" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/rainbird/sensor.py
  <CWD>/homeassistant/components/rainbird/sensor.py:41:7 - error: Base classes for class "RainBirdSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainbird/sensor.py:63:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rainbird/switch.py
  <CWD>/homeassistant/components/rainbird/switch.py:58:7 - error: Base classes for class "RainBirdSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainbird/switch.py:91:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainbird/switch.py:134:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/raincloud/__init__.py
  <CWD>/homeassistant/components/raincloud/__init__.py:6:6 - error: Import "raincloudy.core" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/raincloud/binary_sensor.py
  <CWD>/homeassistant/components/raincloud/binary_sensor.py:62:7 - error: Base classes for class "RainCloudBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/raincloud/binary_sensor.py:62:7 - error: Base classes for class "RainCloudBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/raincloud/binary_sensor.py:66:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/raincloud/binary_sensor.py:78:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/raincloud/entity.py
  <CWD>/homeassistant/components/raincloud/entity.py:44:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/raincloud/entity.py:61:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/raincloud/entity.py:66:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/raincloud/sensor.py
  <CWD>/homeassistant/components/raincloud/sensor.py:70:7 - error: Base classes for class "RainCloudSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/raincloud/sensor.py:70:7 - error: Base classes for class "RainCloudSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/raincloud/sensor.py:74:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/raincloud/sensor.py:79:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/raincloud/sensor.py:92:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/raincloud/switch.py
  <CWD>/homeassistant/components/raincloud/switch.py:63:7 - error: Base classes for class "RainCloudSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/raincloud/switch.py:63:7 - error: Base classes for class "RainCloudSwitch" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/raincloud/switch.py:72:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/raincloud/switch.py:101:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rainforest_eagle/sensor.py
  <CWD>/homeassistant/components/rainforest_eagle/sensor.py:90:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainforest_eagle/sensor.py:95:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rainforest_raven/sensor.py
  <CWD>/homeassistant/components/rainforest_raven/sensor.py:120:7 - error: Base classes for class "RAVEnSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainforest_raven/sensor.py:133:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RAVEnSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainforest_raven/sensor.py:133:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RAVEnSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainforest_raven/sensor.py:146:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainforest_raven/sensor.py:156:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rainmachine/__init__.py
  <CWD>/homeassistant/components/rainmachine/__init__.py:11:27 - error: "Client" is not exported from module "regenmaschine"
    Import from "regenmaschine.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/rainmachine/binary_sensor.py
  <CWD>/homeassistant/components/rainmachine/binary_sensor.py:139:7 - error: Base classes for class "CurrentRestrictionsBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/binary_sensor.py:139:7 - error: Base classes for class "CurrentRestrictionsBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/binary_sensor.py:142:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RainMachineBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/binary_sensor.py:161:7 - error: Base classes for class "ProvisionSettingsBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/binary_sensor.py:161:7 - error: Base classes for class "ProvisionSettingsBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/binary_sensor.py:164:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RainMachineBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rainmachine/button.py
  <CWD>/homeassistant/components/rainmachine/button.py:66:7 - error: Base classes for class "RainMachineButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/button.py:66:7 - error: Base classes for class "RainMachineButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/button.py:72:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "RainMachineButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rainmachine/config_flow.py
  <CWD>/homeassistant/components/rainmachine/config_flow.py:7:27 - error: "Client" is not exported from module "regenmaschine"
    Import from "regenmaschine.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/rainmachine/entity.py
  <CWD>/homeassistant/components/rainmachine/entity.py:48:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rainmachine/select.py
  <CWD>/homeassistant/components/rainmachine/select.py:106:7 - error: Base classes for class "FreezeProtectionTemperatureSelect" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/select.py:106:7 - error: Base classes for class "FreezeProtectionTemperatureSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/select.py:109:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "FreezeProtectionSelectDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rainmachine/sensor.py
  <CWD>/homeassistant/components/rainmachine/sensor.py:227:7 - error: Base classes for class "TimeRemainingSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/sensor.py:227:7 - error: Base classes for class "TimeRemainingSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/sensor.py:230:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RainMachineSensorCompletionTimerDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/sensor.py:311:7 - error: Base classes for class "ProvisionSettingsSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/sensor.py:311:7 - error: Base classes for class "ProvisionSettingsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/sensor.py:314:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RainMachineSensorDataDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rainmachine/switch.py
  <CWD>/homeassistant/components/rainmachine/switch.py:250:7 - error: Base classes for class "RainMachineBaseSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/switch.py:250:7 - error: Base classes for class "RainMachineBaseSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/switch.py:253:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "RainMachineSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/switch.py:295:5 - error: "entity_description" overrides symbol of same name in class "RainMachineBaseSwitch"
    Variable is mutable so its type is invariant
      Override type "RainMachineActivitySwitchDescription" is not the same as base type "RainMachineSwitchDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/switch.py:356:5 - error: "entity_description" overrides symbol of same name in class "RainMachineBaseSwitch"
    Variable is mutable so its type is invariant
      Override type "RainMachineActivitySwitchDescription" is not the same as base type "RainMachineSwitchDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/switch.py:431:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/rainmachine/switch.py:441:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/rainmachine/switch.py:451:5 - error: "entity_description" overrides symbol of same name in class "RainMachineBaseSwitch"
    Variable is mutable so its type is invariant
      Override type "RainMachineRestrictionSwitchDescription" is not the same as base type "RainMachineSwitchDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/switch.py:454:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/rainmachine/switch.py:463:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/rainmachine/switch.py:561:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/rainmachine/switch.py:571:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/rainmachine/update.py
  <CWD>/homeassistant/components/rainmachine/update.py:70:7 - error: Base classes for class "RainMachineUpdateEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rainmachine/update.py:70:7 - error: Base classes for class "RainMachineUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rapt_ble/sensor.py
  <CWD>/homeassistant/components/rapt_ble/sensor.py:117:7 - error: Base classes for class "RAPTPillBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rapt_ble/sensor.py:126:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/raspyrfm/switch.py
  <CWD>/homeassistant/components/raspyrfm/switch.py:7:6 - error: Import "raspyrfm_client" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/raspyrfm/switch.py:8:6 - error: Import "raspyrfm_client.device_implementations.controlunit.actions" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/raspyrfm/switch.py:9:6 - error: Import "raspyrfm_client.device_implementations.controlunit.controlunit_constants" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/raspyrfm/switch.py:12:6 - error: Import "raspyrfm_client.device_implementations.gateway.manufacturer.gateway_constants" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/raspyrfm/switch.py:15:6 - error: Import "raspyrfm_client.device_implementations.manufacturer_constants" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/rdw/binary_sensor.py
  <CWD>/homeassistant/components/rdw/binary_sensor.py:66:7 - error: Base classes for class "RDWBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rdw/binary_sensor.py:82:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RDWBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rdw/binary_sensor.py:82:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RDWBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rdw/binary_sensor.py:95:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rdw/sensor.py
  <CWD>/homeassistant/components/rdw/sensor.py:68:7 - error: Base classes for class "RDWSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rdw/sensor.py:83:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RDWSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rdw/sensor.py:83:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RDWSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rdw/sensor.py:96:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/recollect_waste/calendar.py
  <CWD>/homeassistant/components/recollect_waste/calendar.py:50:7 - error: Base classes for class "ReCollectWasteCalendar" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/recollect_waste/sensor.py
  <CWD>/homeassistant/components/recollect_waste/sensor.py:57:7 - error: Base classes for class "ReCollectWasteSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/recollect_waste/sensor.py:93:65 - error: "event" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/recollect_waste/sensor.py:95:58 - error: "event" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/recollect_waste/sensor.py:97:39 - error: "event" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/recorder/core.py
  <CWD>/homeassistant/components/recorder/core.py:284:30 - error: Cannot access attribute "shutdown" for class "Pool"
    Attribute "shutdown" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/recorder/core.py:1419:21 - error: Argument of type "dict[Unknown, Unknown]" cannot be assigned to parameter "value" of type "str" in function "__setitem__"
    "dict[Unknown, Unknown]" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/recorder/db_schema.py
  <CWD>/homeassistant/components/recorder/db_schema.py:646:13 - error: No parameter named "metadata_id" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:647:13 - error: No parameter named "created" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:648:13 - error: No parameter named "created_ts" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:649:13 - error: No parameter named "start" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:650:13 - error: No parameter named "start_ts" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:651:13 - error: No parameter named "mean" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:652:13 - error: No parameter named "mean_weight" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:653:13 - error: No parameter named "min" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:654:13 - error: No parameter named "max" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:655:13 - error: No parameter named "last_reset" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:656:13 - error: No parameter named "last_reset_ts" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:657:13 - error: No parameter named "state" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:658:13 - error: No parameter named "sum" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:670:13 - error: No parameter named "metadata_id" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:671:13 - error: No parameter named "created" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:672:13 - error: No parameter named "created_ts" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:673:13 - error: No parameter named "start" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:674:13 - error: No parameter named "start_ts" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:675:13 - error: No parameter named "mean" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:676:13 - error: No parameter named "mean_weight" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:677:13 - error: No parameter named "min" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:678:13 - error: No parameter named "max" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:679:13 - error: No parameter named "last_reset" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:680:13 - error: No parameter named "last_reset_ts" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:681:13 - error: No parameter named "state" (reportCallIssue)
  <CWD>/homeassistant/components/recorder/db_schema.py:682:13 - error: No parameter named "sum" (reportCallIssue)
<CWD>/homeassistant/components/recorder/executor.py
  <CWD>/homeassistant/components/recorder/executor.py:55:19 - error: Argument of type "None" cannot be assigned to parameter "item" of type "_WorkItem[Any]" in function "put"
    "None" is not assignable to "_WorkItem[Any]" (reportArgumentType)
<CWD>/homeassistant/components/recorder/history/__init__.py
  <CWD>/homeassistant/components/recorder/history/__init__.py:889:21 - error: Argument of type "str | None" cannot be assigned to parameter "state" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/recorder/history/__init__.py:889:21 - error: Argument of type "str | None" cannot be assigned to parameter "state" of type "str" in function "row_to_compressed_state"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/recorder/models/state.py
  <CWD>/homeassistant/components/recorder/models/state.py:107:9 - error: "last_changed_timestamp" overrides symbol of same name in class "State"
    "cached_property[float]" is not assignable to "under_cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/recorder/models/state.py:115:9 - error: "last_reported_timestamp" overrides symbol of same name in class "State"
    "cached_property[float]" is not assignable to "under_cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/recorder/services.py
  <CWD>/homeassistant/components/recorder/services.py:154:53 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/recorder/services.py:155:51 - error: Could not access item in TypedDict
    "end" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/recorder/statistics.py
  <CWD>/homeassistant/components/recorder/statistics.py:1130:47 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/recorder/statistics.py:1134:32 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/recorder/statistics.py:1134:52 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/recorder/statistics.py:1135:47 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/recorder/statistics.py:1164:34 - error: Could not access item in TypedDict
    "sum" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/recorder/system_health/__init__.py
  <CWD>/homeassistant/components/recorder/system_health/__init__.py:75:12 - error: "db_runs" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/recorder/util.py
  <CWD>/homeassistant/components/recorder/util.py:126:49 - error: "timer_start" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/recorder/util.py:386:10 - warning: Import "MySQLdb.constants" could not be resolved from source (reportMissingModuleSource)
  <CWD>/homeassistant/components/recorder/util.py:386:35 - warning: Import "MySQLdb.constants.FIELD_TYPE" could not be resolved from source (reportMissingModuleSource)
  <CWD>/homeassistant/components/recorder/util.py:387:10 - warning: Import "MySQLdb.converters" could not be resolved from source (reportMissingModuleSource)
  <CWD>/homeassistant/components/recorder/util.py:813:27 - error: Could not access item in TypedDict
    "period" is not a required key in "CalendarStatisticPeriod", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/recorder/util.py:853:20 - error: Could not access item in TypedDict
    "duration" is not a required key in "RollingWindowStatisticPeriod", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/recorder/util.py:907:26 - error: Cannot access attribute "pgcode" for class "BaseException"
    Attribute "pgcode" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/recorder/websocket_api.py
  <CWD>/homeassistant/components/recorder/websocket_api.py:204:32 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/recorder/websocket_api.py:205:30 - error: Could not access item in TypedDict
    "end" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/recorder/websocket_api.py:206:54 - error: Could not access item in TypedDict
    "last_reset" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/recswitch/switch.py
  <CWD>/homeassistant/components/recswitch/switch.py:8:6 - error: Import "pyrecswitch" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/recswitch/switch.py:70:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/recswitch/switch.py:75:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/recswitch/switch.py:80:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/reddit/sensor.py
  <CWD>/homeassistant/components/reddit/sensor.py:88:17 - error: "exceptions" is not a known attribute of module "praw" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/reddit/sensor.py:111:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reddit/sensor.py:116:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reddit/sensor.py:121:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reddit/sensor.py:130:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reddit/sensor.py:156:21 - error: "exceptions" is not a known attribute of module "praw" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/refoss/sensor.py
  <CWD>/homeassistant/components/refoss/sensor.py:157:7 - error: Base classes for class "RefossSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/refoss/sensor.py:170:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RefossSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/refoss/sensor.py:170:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RefossSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/refoss/sensor.py:177:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/refoss/sensor.py:179:41 - error: Cannot access attribute "get_value" for class "BaseDevice"
    Attribute "get_value" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/refoss/switch.py
  <CWD>/homeassistant/components/refoss/switch.py:50:7 - error: Base classes for class "RefossSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/refoss/switch.py:63:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/refoss/switch.py:65:40 - error: Cannot access attribute "is_on" for class "BaseDevice"
    Attribute "is_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/refoss/switch.py:69:39 - error: Cannot access attribute "async_turn_on" for class "BaseDevice"
    Attribute "async_turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/refoss/switch.py:74:39 - error: Cannot access attribute "async_turn_off" for class "BaseDevice"
    Attribute "async_turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/refoss/switch.py:79:39 - error: Cannot access attribute "async_toggle" for class "BaseDevice"
    Attribute "async_toggle" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/rehlko/__init__.py
  <CWD>/homeassistant/components/rehlko/__init__.py:45:39 - error: Argument of type "(refresh_token: str) -> CoroutineType[Any, Any, None]" cannot be assigned to parameter "callback" of type "(str | None) -> Awaitable[None]" in function "set_refresh_token_callback"
    Type "(refresh_token: str) -> CoroutineType[Any, Any, None]" is not assignable to type "(str | None) -> Awaitable[None]"
      Parameter 1: type "str | None" is incompatible with type "str"
        Type "str | None" is not assignable to type "str"
          "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/rehlko/binary_sensor.py
  <CWD>/homeassistant/components/rehlko/binary_sensor.py:91:7 - error: Base classes for class "RehlkoBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rehlko/binary_sensor.py:94:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RehlkoBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rehlko/binary_sensor.py:97:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rehlko/sensor.py
  <CWD>/homeassistant/components/rehlko/sensor.py:256:7 - error: Base classes for class "RehlkoSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rehlko/sensor.py:259:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RehlkoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rehlko/sensor.py:262:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rejseplanen/sensor.py
  <CWD>/homeassistant/components/rejseplanen/sensor.py:14:8 - error: Import "rjpl" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/rejseplanen/sensor.py:117:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rejseplanen/sensor.py:122:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rejseplanen/sensor.py:127:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rejseplanen/sensor.py:147:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/remember_the_milk/__init__.py
  <CWD>/homeassistant/components/remember_the_milk/__init__.py:127:51 - error: Argument of type "Any | None" cannot be assigned to parameter "token" of type "str" in function "set_token"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/remember_the_milk/__init__.py:135:13 - error: Argument of type "Any | None" cannot be assigned to parameter "token" of type "str" in function "_create_instance"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/remember_the_milk/entity.py
  <CWD>/homeassistant/components/remember_the_milk/entity.py:138:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/remember_the_milk/entity.py:143:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/remote/__init__.py
  <CWD>/homeassistant/components/remote/__init__.py:163:5 - error: "entity_description" overrides symbol of same name in class "ToggleEntity"
    Variable is mutable so its type is invariant
      Override type "RemoteEntityDescription" is not the same as base type "ToggleEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/remote/__init__.py:166:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RemoteEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/remote/__init__.py:185:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/remote/reproduce_state.py
  <CWD>/homeassistant/components/remote/reproduce_state.py:56:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/remote_calendar/calendar.py
  <CWD>/homeassistant/components/remote_calendar/calendar.py:36:7 - error: Base classes for class "RemoteCalendarEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/remote_rpi_gpio/binary_sensor.py
  <CWD>/homeassistant/components/remote_rpi_gpio/binary_sensor.py:64:59 - error: Argument of type "Any | None" cannot be assigned to parameter "sensor" of type "DigitalInputDevice" in function "__init__"
    Type "Any | None" is not assignable to type "DigitalInputDevice"
      "None" is not assignable to "DigitalInputDevice" (reportArgumentType)
  <CWD>/homeassistant/components/remote_rpi_gpio/binary_sensor.py:96:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/remote_rpi_gpio/switch.py
  <CWD>/homeassistant/components/remote_rpi_gpio/switch.py:52:48 - error: Argument of type "Any | None" cannot be assigned to parameter "led" of type "LED" in function "__init__"
    Type "Any | None" is not assignable to type "LED"
      "None" is not assignable to "LED" (reportArgumentType)
<CWD>/homeassistant/components/renault/binary_sensor.py
  <CWD>/homeassistant/components/renault/binary_sensor.py:64:7 - error: Base classes for class "RenaultBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/binary_sensor.py:64:7 - error: Base classes for class "RenaultBinarySensor" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/binary_sensor.py:69:5 - error: "entity_description" overrides symbol of same name in class "RenaultEntity"
    Variable is mutable so its type is invariant
      Override type "RenaultBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/binary_sensor.py:69:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RenaultBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/binary_sensor.py:72:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/renault/button.py
  <CWD>/homeassistant/components/renault/button.py:47:5 - error: "entity_description" overrides symbol of same name in class "RenaultEntity"
    Variable is mutable so its type is invariant
      Override type "RenaultButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/button.py:47:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "RenaultButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/renault/device_tracker.py
  <CWD>/homeassistant/components/renault/device_tracker.py:45:7 - error: Base classes for class "RenaultDeviceTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/device_tracker.py:45:7 - error: Base classes for class "RenaultDeviceTracker" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/device_tracker.py:50:5 - error: "entity_description" overrides symbol of same name in class "RenaultEntity"
    Variable is mutable so its type is invariant
      Override type "RenaultTrackerEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/device_tracker.py:50:5 - error: "entity_description" overrides symbol of same name in class "TrackerEntity"
    Variable is mutable so its type is invariant
      Override type "RenaultTrackerEntityDescription" is not the same as base type "TrackerEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/device_tracker.py:53:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/device_tracker.py:58:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/renault/entity.py
  <CWD>/homeassistant/components/renault/entity.py:46:7 - error: Base classes for class "RenaultDataEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/entity.py:65:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/renault/renault_hub.py
  <CWD>/homeassistant/components/renault/renault_hub.py:170:25 - error: Could not access item in TypedDict
    "identifiers" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/renault/renault_hub.py:171:26 - error: Could not access item in TypedDict
    "manufacturer" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/renault/renault_hub.py:172:18 - error: Could not access item in TypedDict
    "name" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/renault/renault_hub.py:173:19 - error: Could not access item in TypedDict
    "model" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/renault/renault_hub.py:174:22 - error: Could not access item in TypedDict
    "model_id" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/renault/select.py
  <CWD>/homeassistant/components/renault/select.py:47:7 - error: Base classes for class "RenaultSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/select.py:47:7 - error: Base classes for class "RenaultSelectEntity" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/select.py:52:5 - error: "entity_description" overrides symbol of same name in class "RenaultEntity"
    Variable is mutable so its type is invariant
      Override type "RenaultSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/select.py:52:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "RenaultSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/select.py:55:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/renault/sensor.py
  <CWD>/homeassistant/components/renault/sensor.py:79:7 - error: Base classes for class "RenaultSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/sensor.py:79:7 - error: Base classes for class "RenaultSensor" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/sensor.py:82:5 - error: "entity_description" overrides symbol of same name in class "RenaultEntity"
    Variable is mutable so its type is invariant
      Override type "RenaultSensorEntityDescription[T@RenaultSensor]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/sensor.py:82:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RenaultSensorEntityDescription[T@RenaultSensor]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renault/sensor.py:90:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/renson/binary_sensor.py
  <CWD>/homeassistant/components/renson/binary_sensor.py:104:7 - error: Base classes for class "RensonBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/renson/button.py
  <CWD>/homeassistant/components/renson/button.py:71:7 - error: Base classes for class "RensonButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renson/button.py:86:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RensonButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renson/button.py:86:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "RensonButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/renson/fan.py
  <CWD>/homeassistant/components/renson/fan.py:118:7 - error: Base classes for class "RensonFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renson/fan.py:159:26 - error: Argument of type "Any | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/renson/fan.py:197:62 - error: Argument of type "FieldEnum" cannot be assigned to parameter "fieldname" of type "str" in function "get_field_value"
    "FieldEnum" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/renson/fan.py:198:19 - error: Argument of type "tuple[Level, str, Literal[True]]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[Level, str, Literal[True]]" is not assignable to type "*tuple[Level, int, bool]"
      "*tuple[Level, str, Literal[True]]" is not assignable to "*tuple[Level, int, bool]"
        Tuple entry 2 is incorrect type
          "str" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/renson/fan.py:236:15 - error: "None" is not awaitable
    "None" is incompatible with protocol "Awaitable[_T_co@Awaitable]"
      "__await__" is not present (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/renson/fan.py:241:13 - error: Argument of type "str" cannot be assigned to parameter "co2_control" of type "bool" in function "set_pollution"
    "str" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/renson/fan.py:242:13 - error: Argument of type "int" cannot be assigned to parameter "co2_threshold" of type "bool" in function "set_pollution"
    "int" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/renson/fan.py:243:13 - error: Argument of type "int" cannot be assigned to parameter "co2_hysteresis" of type "bool" in function "set_pollution"
    "int" is not assignable to "bool" (reportArgumentType)
<CWD>/homeassistant/components/renson/number.py
  <CWD>/homeassistant/components/renson/number.py:55:7 - error: Base classes for class "RensonNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renson/number.py:82:15 - error: Argument of type "tuple[float]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[float]" is not assignable to type "*tuple[int]"
      "*tuple[float]" is not assignable to "*tuple[int]"
        Tuple entry 1 is incorrect type
          "float" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/renson/sensor.py
  <CWD>/homeassistant/components/renson/sensor.py:233:7 - error: Base classes for class "RensonSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renson/sensor.py:265:15 - error: "lower" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/renson/switch.py
  <CWD>/homeassistant/components/renson/switch.py:23:7 - error: Base classes for class "RensonBreezeSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/renson/time.py
  <CWD>/homeassistant/components/renson/time.py:66:7 - error: Base classes for class "RensonTime" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renson/time.py:80:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RensonTimeEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/renson/time.py:80:14 - error: "entity_description" overrides symbol of same name in class "TimeEntity"
    Variable is mutable so its type is invariant
      Override type "RensonTimeEntityDescription" is not the same as base type "TimeEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/reolink/binary_sensor.py
  <CWD>/homeassistant/components/reolink/binary_sensor.py:345:7 - error: Base classes for class "ReolinkBinarySensorEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:345:7 - error: Base classes for class "ReolinkBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:357:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkBinarySensorEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:357:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:368:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:399:7 - error: Base classes for class "ReolinkSmartAIBinarySensorEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:399:7 - error: Base classes for class "ReolinkSmartAIBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:414:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSmartAIBinarySensorEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:414:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSmartAIBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:429:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:436:7 - error: Base classes for class "ReolinkIndexBinarySensorEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:436:7 - error: Base classes for class "ReolinkIndexBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:451:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkIndexBinarySensorEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:451:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkIndexBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/binary_sensor.py:459:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/reolink/button.py
  <CWD>/homeassistant/components/reolink/button.py:9:29 - error: "GuardEnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/button.py:9:46 - error: "PtzEnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/button.py:190:7 - error: Base classes for class "ReolinkButtonEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/button.py:190:7 - error: Base classes for class "ReolinkButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/button.py:202:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkButtonEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/button.py:202:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/button.py:217:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/button.py:230:7 - error: Base classes for class "ReolinkHostButtonEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/button.py:230:7 - error: Base classes for class "ReolinkHostButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/button.py:241:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostButtonEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/button.py:241:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/button.py:245:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/reolink/camera.py
  <CWD>/homeassistant/components/reolink/camera.py:124:7 - error: Base classes for class "ReolinkCamera" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/camera.py:136:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkCameraEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/camera.py:136:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ReolinkCameraEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/camera.py:155:15 - error: Method "async_camera_image" overrides class "Camera" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, bytes | None]", override returns type "Coroutine[Any, Any, bytes | None]"
      "Coroutine[Any, Any, bytes | None]" is not assignable to "CoroutineType[Any, Any, bytes | None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/reolink/config_flow.py
  <CWD>/homeassistant/components/reolink/config_flow.py:11:34 - error: "DEFAULT_BC_PORT" is not exported from module "reolink_aio.baichuan"
    Import from "reolink_aio.baichuan.util" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/config_flow.py:133:15 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/reolink/config_flow.py:135:25 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/reolink/entity.py
  <CWD>/homeassistant/components/reolink/entity.py:60:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ReolinkEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/entity.py:73:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/reolink/host.py
  <CWD>/homeassistant/components/reolink/host.py:15:34 - error: "DEFAULT_BC_PORT" is not exported from module "reolink_aio.baichuan"
    Import from "reolink_aio.baichuan.util" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/host.py:822:56 - error: Argument of type "HassJob[(*_: Any), CoroutineType[Any, Any, None]]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later"
    Type "HassJob[(*_: Any), CoroutineType[Any, Any, None]]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(*_: Any), CoroutineType[Any, Any, None]]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "CoroutineType[Any, Any, None]" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(*_: Any), CoroutineType[Any, Any, None]]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
<CWD>/homeassistant/components/reolink/light.py
  <CWD>/homeassistant/components/reolink/light.py:123:7 - error: Base classes for class "ReolinkLightEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/light.py:123:7 - error: Base classes for class "ReolinkLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/light.py:135:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkLightEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/light.py:135:14 - error: "entity_description" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkLightEntityDescription" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/light.py:154:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/light.py:159:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/light.py:179:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/light.py:187:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/light.py:210:7 - error: Base classes for class "ReolinkHostLightEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/light.py:210:7 - error: Base classes for class "ReolinkHostLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/light.py:223:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostLightEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/light.py:223:14 - error: "entity_description" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostLightEntityDescription" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/light.py:227:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/light.py:232:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/light.py:238:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/reolink/media_source.py
  <CWD>/homeassistant/components/reolink/media_source.py:55:5 - error: "name" overrides symbol of same name in class "MediaSource"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/reolink/number.py
  <CWD>/homeassistant/components/reolink/number.py:984:7 - error: Base classes for class "ReolinkNumberEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:984:7 - error: Base classes for class "ReolinkNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:996:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkNumberEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:996:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1010:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1015:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/number.py:1021:7 - error: Base classes for class "ReolinkSmartAINumberEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1021:7 - error: Base classes for class "ReolinkSmartAINumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1034:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSmartAINumberEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1034:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSmartAINumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1051:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1058:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/number.py:1066:7 - error: Base classes for class "ReolinkHostNumberEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1066:7 - error: Base classes for class "ReolinkHostNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1077:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostNumberEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1077:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1083:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1088:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/number.py:1094:7 - error: Base classes for class "ReolinkChimeNumberEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1094:7 - error: Base classes for class "ReolinkChimeNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1106:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkChimeNumberEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1106:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkChimeNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1112:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1117:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/number.py:1123:7 - error: Base classes for class "ReolinkHostChimeNumberEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1123:7 - error: Base classes for class "ReolinkHostChimeNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1135:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkChimeNumberEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1135:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkChimeNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1141:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/number.py:1146:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/reolink/select.py
  <CWD>/homeassistant/components/reolink/select.py:11:5 - error: "BinningModeEnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/select.py:13:5 - error: "ChimeToneEnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/select.py:14:5 - error: "DayNightEnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/select.py:15:5 - error: "EncodingEnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/select.py:16:5 - error: "ExposureEnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/select.py:17:5 - error: "HDREnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/select.py:19:5 - error: "HubToneEnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/select.py:20:5 - error: "SpotlightEventModeEnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/select.py:21:5 - error: "SpotlightModeEnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/select.py:22:5 - error: "StatusLedEnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/select.py:23:5 - error: "TrackMethodEnum" is not exported from module "reolink_aio.api"
    Import from "reolink_aio.enums" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/reolink/select.py:445:7 - error: Base classes for class "ReolinkSelectEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:445:7 - error: Base classes for class "ReolinkSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:457:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSelectEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:457:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:467:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:484:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/select.py:490:7 - error: Base classes for class "ReolinkHostSelectEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:490:7 - error: Base classes for class "ReolinkHostSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:501:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostSelectEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:501:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:506:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:511:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/select.py:517:7 - error: Base classes for class "ReolinkChimeSelectEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:517:7 - error: Base classes for class "ReolinkChimeSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:529:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkChimeSelectEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:529:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkChimeSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:534:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:539:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/select.py:545:7 - error: Base classes for class "ReolinkHostChimeSelectEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:545:7 - error: Base classes for class "ReolinkHostChimeSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:557:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkChimeSelectEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:557:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkChimeSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:562:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/select.py:567:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/reolink/sensor.py
  <CWD>/homeassistant/components/reolink/sensor.py:245:7 - error: Base classes for class "ReolinkSensorEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:245:7 - error: Base classes for class "ReolinkSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:257:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSensorEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:257:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:261:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:266:7 - error: Base classes for class "ReolinkHostSensorEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:266:7 - error: Base classes for class "ReolinkHostSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:277:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostSensorEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:277:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:281:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:286:7 - error: Base classes for class "ReolinkHddSensorEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:298:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSensorEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:298:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:311:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/sensor.py:316:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/reolink/siren.py
  <CWD>/homeassistant/components/reolink/siren.py:83:7 - error: Base classes for class "ReolinkSirenEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/siren.py:83:7 - error: Base classes for class "ReolinkSirenEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/siren.py:101:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSirenEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/siren.py:101:14 - error: "entity_description" overrides symbol of same name in class "SirenEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSirenEntityDescription" is not the same as base type "SirenEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/siren.py:105:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/siren.py:110:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/siren.py:118:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/siren.py:123:7 - error: Base classes for class "ReolinkHostSirenEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/siren.py:123:7 - error: Base classes for class "ReolinkHostSirenEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/siren.py:137:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostSirenEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/siren.py:137:14 - error: "entity_description" overrides symbol of same name in class "SirenEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostSirenEntityDescription" is not the same as base type "SirenEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/siren.py:141:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/reolink/switch.py
  <CWD>/homeassistant/components/reolink/switch.py:369:7 - error: Base classes for class "ReolinkSwitchEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:369:7 - error: Base classes for class "ReolinkSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:381:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSwitchEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:381:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:385:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:390:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/switch.py:396:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/switch.py:402:7 - error: Base classes for class "ReolinkHostSwitchEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:402:7 - error: Base classes for class "ReolinkHostSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:413:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostSwitchEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:413:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:417:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:422:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/switch.py:428:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/switch.py:434:7 - error: Base classes for class "ReolinkChimeSwitchEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:434:7 - error: Base classes for class "ReolinkChimeSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:446:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkChimeSwitchEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:446:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkChimeSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:450:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:455:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/switch.py:461:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/switch.py:467:7 - error: Base classes for class "ReolinkHostChimeSwitchEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:467:7 - error: Base classes for class "ReolinkHostChimeSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:479:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkChimeSwitchEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:479:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkChimeSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:483:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:488:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/switch.py:494:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/switch.py:500:7 - error: Base classes for class "ReolinkIndexSwitchEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:500:7 - error: Base classes for class "ReolinkIndexSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:513:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSwitchIndexEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:513:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkSwitchIndexEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:522:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/switch.py:527:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/switch.py:535:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/reolink/update.py
  <CWD>/homeassistant/components/reolink/update.py:111:36 - error: Argument of type "Self@ReolinkUpdateBaseEntity" cannot be assigned to parameter "self" of type "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" in function "__init__"
    "ReolinkUpdateBaseEntity*" is not assignable to "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]"
      Type parameter "_DataUpdateCoordinatorT@CoordinatorEntity" is invariant, but "DataUpdateCoordinator[None]" is not the same as "DataUpdateCoordinator[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/reolink/update.py:111:42 - error: Argument of type "DataUpdateCoordinator[None]" cannot be assigned to parameter "coordinator" of type "DataUpdateCoordinator[dict[str, Any]]" in function "__init__"
    "DataUpdateCoordinator[None]" is not assignable to "DataUpdateCoordinator[dict[str, Any]]"
      Type parameter "_DataT@DataUpdateCoordinator" is invariant, but "None" is not the same as "dict[str, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/reolink/update.py:121:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:126:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:138:9 - error: "in_progress" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:143:9 - error: "update_percentage" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[int | float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:148:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:148:9 - error: "supported_features" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[UpdateEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:158:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:188:15 - error: Method "async_install" overrides class "UpdateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/reolink/update.py:266:7 - error: Base classes for class "ReolinkUpdateEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:266:7 - error: Base classes for class "ReolinkUpdateEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:266:7 - error: Base classes for class "ReolinkUpdateEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:266:7 - error: Base classes for class "ReolinkUpdateEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:266:7 - error: Base classes for class "ReolinkUpdateEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:266:7 - error: Base classes for class "ReolinkUpdateEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:266:7 - error: Base classes for class "ReolinkUpdateEntity" define variable "supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:266:7 - error: Base classes for class "ReolinkUpdateEntity" define variable "entity_category" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:282:14 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkUpdateEntityDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:282:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkUpdateEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:291:7 - error: Base classes for class "ReolinkHostUpdateEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:291:7 - error: Base classes for class "ReolinkHostUpdateEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:291:7 - error: Base classes for class "ReolinkHostUpdateEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:291:7 - error: Base classes for class "ReolinkHostUpdateEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:291:7 - error: Base classes for class "ReolinkHostUpdateEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:291:7 - error: Base classes for class "ReolinkHostUpdateEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:291:7 - error: Base classes for class "ReolinkHostUpdateEntity" define variable "supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:291:7 - error: Base classes for class "ReolinkHostUpdateEntity" define variable "entity_category" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:305:14 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostUpdateEntityDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/reolink/update.py:305:14 - error: "entity_description" overrides symbol of same name in class "ReolinkHostCoordinatorEntity"
    Variable is mutable so its type is invariant
      Override type "ReolinkHostUpdateEntityDescription" is not the same as base type "ReolinkEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/reolink/views.py
  <CWD>/homeassistant/components/reolink/views.py:31:23 - error: "format" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/repairs/models.py
  <CWD>/homeassistant/components/repairs/models.py:26:10 - error: Function with declared return type "RepairsFlow" must return value on all code paths
    "None" is not assignable to "RepairsFlow" (reportReturnType)
<CWD>/homeassistant/components/repairs/websocket_api.py
  <CWD>/homeassistant/components/repairs/websocket_api.py:152:15 - error: Method "get" overrides class "FlowManagerResourceView" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, Response]", override returns type "Coroutine[Any, Any, Response]"
      "Coroutine[Any, Any, Response]" is not assignable to "CoroutineType[Any, Any, Response]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/repetier/__init__.py
  <CWD>/homeassistant/components/repetier/__init__.py:9:8 - error: Import "pyrepetierng" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/repetier/sensor.py
  <CWD>/homeassistant/components/repetier/sensor.py:76:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RepetierSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/repetier/sensor.py:86:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/repetier/sensor.py:126:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/repetier/sensor.py:147:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rest/binary_sensor.py
  <CWD>/homeassistant/components/rest/binary_sensor.py:115:7 - error: Base classes for class "RestBinarySensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/binary_sensor.py:115:7 - error: Base classes for class "RestBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/binary_sensor.py:115:7 - error: Base classes for class "RestBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/binary_sensor.py:115:7 - error: Base classes for class "RestBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/binary_sensor.py:115:7 - error: Base classes for class "RestBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/binary_sensor.py:115:7 - error: Base classes for class "RestBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/binary_sensor.py:115:7 - error: Base classes for class "RestBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/binary_sensor.py:115:7 - error: Base classes for class "RestBinarySensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/binary_sensor.py:115:7 - error: Base classes for class "RestBinarySensor" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/binary_sensor.py:139:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rest/entity.py
  <CWD>/homeassistant/components/rest/entity.py:34:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rest/sensor.py
  <CWD>/homeassistant/components/rest/sensor.py:120:7 - error: Base classes for class "RestSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/sensor.py:120:7 - error: Base classes for class "RestSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/sensor.py:120:7 - error: Base classes for class "RestSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/sensor.py:120:7 - error: Base classes for class "RestSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/sensor.py:120:7 - error: Base classes for class "RestSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/sensor.py:120:7 - error: Base classes for class "RestSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/sensor.py:120:7 - error: Base classes for class "RestSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/sensor.py:120:7 - error: Base classes for class "RestSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/sensor.py:120:7 - error: Base classes for class "RestSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/sensor.py:120:7 - error: Base classes for class "RestSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/sensor.py:120:7 - error: Base classes for class "RestSensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/sensor.py:120:7 - error: Base classes for class "RestSensor" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/sensor.py:153:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rest/switch.py
  <CWD>/homeassistant/components/rest/switch.py:127:7 - error: Base classes for class "RestSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/switch.py:127:7 - error: Base classes for class "RestSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/switch.py:127:7 - error: Base classes for class "RestSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/switch.py:127:7 - error: Base classes for class "RestSwitch" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/switch.py:127:7 - error: Base classes for class "RestSwitch" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rest/switch.py:127:7 - error: Base classes for class "RestSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rflink/binary_sensor.py
  <CWD>/homeassistant/components/rflink/binary_sensor.py:76:7 - error: Base classes for class "RflinkBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/binary_sensor.py:76:7 - error: Base classes for class "RflinkBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/binary_sensor.py:76:7 - error: Base classes for class "RflinkBinarySensor" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/binary_sensor.py:76:7 - error: Base classes for class "RflinkBinarySensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/binary_sensor.py:76:7 - error: Base classes for class "RflinkBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/binary_sensor.py:76:7 - error: Base classes for class "RflinkBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/binary_sensor.py:76:7 - error: Base classes for class "RflinkBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/binary_sensor.py:128:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rflink/cover.py
  <CWD>/homeassistant/components/rflink/cover.py:130:7 - error: Base classes for class "RflinkCover" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/cover.py:130:7 - error: Base classes for class "RflinkCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/cover.py:130:7 - error: Base classes for class "RflinkCover" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/cover.py:130:7 - error: Base classes for class "RflinkCover" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/cover.py:130:7 - error: Base classes for class "RflinkCover" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/cover.py:130:7 - error: Base classes for class "RflinkCover" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/cover.py:130:7 - error: Base classes for class "RflinkCover" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/cover.py:130:7 - error: Base classes for class "RflinkCover" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/cover.py:130:7 - error: Base classes for class "RflinkCover" define variable "supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/cover.py:150:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/cover.py:155:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rflink/entity.py
  <CWD>/homeassistant/components/rflink/entity.py:96:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/entity.py:108:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/entity.py:113:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/entity.py:300:7 - error: Base classes for class "SwitchableRflinkDevice" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/entity.py:300:7 - error: Base classes for class "SwitchableRflinkDevice" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/entity.py:300:7 - error: Base classes for class "SwitchableRflinkDevice" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rflink/light.py
  <CWD>/homeassistant/components/rflink/light.py:177:7 - error: Base classes for class "RflinkLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/light.py:177:7 - error: Base classes for class "RflinkLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/light.py:177:7 - error: Base classes for class "RflinkLight" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/light.py:177:7 - error: Base classes for class "RflinkLight" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/light.py:184:7 - error: Base classes for class "DimmableRflinkLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/light.py:184:7 - error: Base classes for class "DimmableRflinkLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/light.py:184:7 - error: Base classes for class "DimmableRflinkLight" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/light.py:184:7 - error: Base classes for class "DimmableRflinkLight" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/light.py:229:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rflink/sensor.py
  <CWD>/homeassistant/components/rflink/sensor.py:334:7 - error: Base classes for class "RflinkSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/sensor.py:334:7 - error: Base classes for class "RflinkSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/sensor.py:334:7 - error: Base classes for class "RflinkSensor" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/sensor.py:399:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/sensor.py:408:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rflink/switch.py
  <CWD>/homeassistant/components/rflink/switch.py:81:7 - error: Base classes for class "RflinkSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/switch.py:81:7 - error: Base classes for class "RflinkSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/switch.py:81:7 - error: Base classes for class "RflinkSwitch" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rflink/switch.py:81:7 - error: Base classes for class "RflinkSwitch" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rfxtrx/__init__.py
  <CWD>/homeassistant/components/rfxtrx/__init__.py:192:44 - error: Cannot access attribute "data" for class "RFXtrxEvent"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/__init__.py:234:47 - error: Cannot access attribute "data" for class "RFXtrxEvent"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/__init__.py:239:45 - error: Cannot access attribute "data" for class "RFXtrxEvent"
    Attribute "data" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/rfxtrx/binary_sensor.py
  <CWD>/homeassistant/components/rfxtrx/binary_sensor.py:127:7 - error: Base classes for class "RfxtrxBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rfxtrx/config_flow.py
  <CWD>/homeassistant/components/rfxtrx/config_flow.py:226:20 - error: "command_on" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/rfxtrx/config_flow.py:228:20 - error: "command_off" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/rfxtrx/config_flow.py:537:69 - error: "data" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/rfxtrx/config_flow.py:569:69 - error: "data" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/rfxtrx/config_flow.py:601:69 - error: "data" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/rfxtrx/cover.py
  <CWD>/homeassistant/components/rfxtrx/cover.py:47:16 - error: Type "list[RfxtrxCover]" is not assignable to return type "list[Entity]" (reportReturnType)
  <CWD>/homeassistant/components/rfxtrx/cover.py:52:23 - error: Argument of type "RFXtrxEvent | None" cannot be assigned to parameter "event" of type "RFXtrxEvent" in function "__init__"
    Type "RFXtrxEvent | None" is not assignable to type "RFXtrxEvent"
      "None" is not assignable to "RFXtrxEvent" (reportArgumentType)
  <CWD>/homeassistant/components/rfxtrx/cover.py:61:7 - error: Base classes for class "RfxtrxCover" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/cover.py:64:5 - error: "_device" overrides symbol of same name in class "RfxtrxEntity"
    Variable is mutable so its type is invariant
      Override type "RollerTrolDevice | RfyDevice | LightingDevice" is not the same as base type "RFXtrxDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/cover.py:70:40 - error: Expression of type "None" cannot be assigned to parameter of type "RFXtrxEvent"
    "None" is not assignable to "RFXtrxEvent" (reportArgumentType)
  <CWD>/homeassistant/components/rfxtrx/cover.py:104:49 - error: Cannot access attribute "send_up05sec" for class "RollerTrolDevice"
    Attribute "send_up05sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:104:49 - error: Cannot access attribute "send_up05sec" for class "LightingDevice"
    Attribute "send_up05sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:106:49 - error: Cannot access attribute "send_up2sec" for class "RollerTrolDevice"
    Attribute "send_up2sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:106:49 - error: Cannot access attribute "send_up2sec" for class "LightingDevice"
    Attribute "send_up2sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:115:49 - error: Cannot access attribute "send_down05sec" for class "RollerTrolDevice"
    Attribute "send_down05sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:115:49 - error: Cannot access attribute "send_down05sec" for class "LightingDevice"
    Attribute "send_down05sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:117:49 - error: Cannot access attribute "send_down2sec" for class "RollerTrolDevice"
    Attribute "send_down2sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:117:49 - error: Cannot access attribute "send_down2sec" for class "LightingDevice"
    Attribute "send_down2sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:132:49 - error: Cannot access attribute "send_up2sec" for class "RollerTrolDevice"
    Attribute "send_up2sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:132:49 - error: Cannot access attribute "send_up2sec" for class "LightingDevice"
    Attribute "send_up2sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:134:49 - error: Cannot access attribute "send_up05sec" for class "RollerTrolDevice"
    Attribute "send_up05sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:134:49 - error: Cannot access attribute "send_up05sec" for class "LightingDevice"
    Attribute "send_up05sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:139:49 - error: Cannot access attribute "send_down2sec" for class "RollerTrolDevice"
    Attribute "send_down2sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:139:49 - error: Cannot access attribute "send_down2sec" for class "LightingDevice"
    Attribute "send_down2sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:141:49 - error: Cannot access attribute "send_down05sec" for class "RollerTrolDevice"
    Attribute "send_down05sec" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/cover.py:141:49 - error: Cannot access attribute "send_down05sec" for class "LightingDevice"
    Attribute "send_down05sec" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/rfxtrx/entity.py
  <CWD>/homeassistant/components/rfxtrx/entity.py:69:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/entity.py:73:69 - error: Cannot access attribute "data" for class "RFXtrxEvent"
    Attribute "data" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/rfxtrx/event.py
  <CWD>/homeassistant/components/rfxtrx/event.py:66:7 - error: Base classes for class "RfxtrxEventEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rfxtrx/light.py
  <CWD>/homeassistant/components/rfxtrx/light.py:58:7 - error: Base classes for class "RfxtrxLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/light.py:64:5 - error: "_device" overrides symbol of same name in class "RfxtrxEntity"
    Variable is mutable so its type is invariant
      Override type "LightingDevice" is not the same as base type "RFXtrxDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/light.py:107:18 - error: "_attr_brightness" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "int" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rfxtrx/sensor.py
  <CWD>/homeassistant/components/rfxtrx/sensor.py:265:40 - error: Cannot access attribute "values" for class "RFXtrxEvent"
    Attribute "values" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/sensor.py:274:7 - error: Base classes for class "RfxtrxSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/sensor.py:293:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RfxtrxSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/sensor.py:293:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RfxtrxSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/sensor.py:305:31 - error: Argument of type "RFXtrxEvent | None" cannot be assigned to parameter "event" of type "RFXtrxEvent" in function "_apply_event"
    Type "RFXtrxEvent | None" is not assignable to type "RFXtrxEvent"
      "None" is not assignable to "RFXtrxEvent" (reportArgumentType)
  <CWD>/homeassistant/components/rfxtrx/sensor.py:308:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/sensor.py:312:29 - error: Cannot access attribute "values" for class "RFXtrxEvent"
    Attribute "values" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/sensor.py:321:53 - error: Cannot access attribute "values" for class "RFXtrxEvent"
    Attribute "values" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/rfxtrx/siren.py
  <CWD>/homeassistant/components/rfxtrx/siren.py:125:7 - error: Base classes for class "RfxtrxChime" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:125:7 - error: Base classes for class "RfxtrxChime" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:125:7 - error: Base classes for class "RfxtrxChime" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:125:7 - error: Base classes for class "RfxtrxChime" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:125:7 - error: Base classes for class "RfxtrxChime" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:125:7 - error: Base classes for class "RfxtrxChime" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:129:5 - error: "_device" overrides symbol of same name in class "RfxtrxEntity"
    Variable is mutable so its type is invariant
      Override type "ChimeDevice" is not the same as base type "RFXtrxDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:145:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:164:9 - error: Method "_apply_event" overrides class "RfxtrxEntity" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "RFXtrxEvent", override parameter is type "ControlEvent"
      "RFXtrxEvent" is not assignable to "ControlEvent" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:179:31 - error: Argument of type "RFXtrxEvent" cannot be assigned to parameter "event" of type "ControlEvent" in function "_apply_event"
    "RFXtrxEvent" is not assignable to "ControlEvent" (reportArgumentType)
  <CWD>/homeassistant/components/rfxtrx/siren.py:184:7 - error: Base classes for class "RfxtrxSecurityPanic" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:184:7 - error: Base classes for class "RfxtrxSecurityPanic" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:184:7 - error: Base classes for class "RfxtrxSecurityPanic" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:184:7 - error: Base classes for class "RfxtrxSecurityPanic" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:184:7 - error: Base classes for class "RfxtrxSecurityPanic" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:184:7 - error: Base classes for class "RfxtrxSecurityPanic" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:188:5 - error: "_device" overrides symbol of same name in class "RfxtrxEntity"
    Variable is mutable so its type is invariant
      Override type "SecurityDevice" is not the same as base type "RFXtrxDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:204:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:226:9 - error: Method "_apply_event" overrides class "RfxtrxEntity" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "RFXtrxEvent", override parameter is type "SensorEvent"
      "RFXtrxEvent" is not assignable to "SensorEvent" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/rfxtrx/siren.py:244:31 - error: Argument of type "RFXtrxEvent" cannot be assigned to parameter "event" of type "SensorEvent" in function "_apply_event"
    "RFXtrxEvent" is not assignable to "SensorEvent" (reportArgumentType)
<CWD>/homeassistant/components/rfxtrx/switch.py
  <CWD>/homeassistant/components/rfxtrx/switch.py:70:7 - error: Base classes for class "RfxtrxSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rfxtrx/switch.py:138:49 - error: Cannot access attribute "send_command" for class "RFXtrxDevice"
    Attribute "send_command" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/switch.py:140:49 - error: Cannot access attribute "send_on" for class "RFXtrxDevice"
    Attribute "send_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/switch.py:147:49 - error: Cannot access attribute "send_command" for class "RFXtrxDevice"
    Attribute "send_command" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/rfxtrx/switch.py:149:49 - error: Cannot access attribute "send_off" for class "RFXtrxDevice"
    Attribute "send_off" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/ridwell/calendar.py
  <CWD>/homeassistant/components/ridwell/calendar.py:81:7 - error: Base classes for class "RidwellCalendar" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ridwell/config_flow.py
  <CWD>/homeassistant/components/ridwell/config_flow.py:8:24 - error: "async_get_client" is not exported from module "aioridwell"
    Import from "aioridwell.client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/ridwell/config_flow.py:122:16 - error: "schema_options_flow_handler" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/ridwell/sensor.py
  <CWD>/homeassistant/components/ridwell/sensor.py:50:7 - error: Base classes for class "RidwellSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ridwell/sensor.py:66:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ridwell/sensor.py:88:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ridwell/switch.py
  <CWD>/homeassistant/components/ridwell/switch.py:40:7 - error: Base classes for class "RidwellSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ridwell/switch.py:56:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ring/binary_sensor.py
  <CWD>/homeassistant/components/ring/binary_sensor.py:146:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/binary_sensor.py:154:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ring/button.py
  <CWD>/homeassistant/components/ring/button.py:40:7 - error: Base classes for class "RingDoorButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/button.py:58:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/ring/camera.py
  <CWD>/homeassistant/components/ring/camera.py:146:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/camera.py:186:17 - error: Argument of type "StreamReader" cannot be assigned to parameter "stream" of type "StreamReader" in function "async_aiohttp_proxy_stream"
    "asyncio.streams.StreamReader" is not assignable to "aiohttp.streams.StreamReader" (reportArgumentType)
<CWD>/homeassistant/components/ring/entity.py
  <CWD>/homeassistant/components/ring/entity.py:145:34 - error: "deprecated_info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/ring/entity.py:154:33 - error: "deprecated_info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/ring/entity.py:186:7 - error: Base classes of RingEntity are mutually incompatible
    Base class "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" derives from "BaseCoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" which is incompatible with type "BaseCoordinatorEntity[RingDataCoordinator]" (reportGeneralTypeIssues)
<CWD>/homeassistant/components/ring/event.py
  <CWD>/homeassistant/components/ring/event.py:87:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RingEventEntityDescription[RingDeviceT@RingEvent]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/event.py:87:14 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "RingEventEntityDescription[RingDeviceT@RingEvent]" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/event.py:107:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ring/light.py
  <CWD>/homeassistant/components/ring/light.py:56:7 - error: Base classes for class "RingLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ring/number.py
  <CWD>/homeassistant/components/ring/number.py:113:7 - error: Base classes for class "RingNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/number.py:126:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RingNumberEntityDescription[RingDeviceT@RingNumber]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/number.py:126:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "RingNumberEntityDescription[RingDeviceT@RingNumber]" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/number.py:149:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/ring/sensor.py
  <CWD>/homeassistant/components/ring/sensor.py:73:7 - error: Base classes for class "RingSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/sensor.py:86:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RingSensorEntityDescription[RingDeviceT@RingSensor]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/sensor.py:86:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RingSensorEntityDescription[RingDeviceT@RingSensor]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ring/siren.py
  <CWD>/homeassistant/components/ring/siren.py:108:7 - error: Base classes for class "RingSiren" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/siren.py:121:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RingSirenEntityDescription[RingDeviceT@RingSiren]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/siren.py:121:14 - error: "entity_description" overrides symbol of same name in class "SirenEntity"
    Variable is mutable so its type is invariant
      Override type "RingSirenEntityDescription[RingDeviceT@RingSiren]" is not the same as base type "SirenEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/siren.py:146:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/ring/siren.py:151:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/ring/switch.py
  <CWD>/homeassistant/components/ring/switch.py:109:7 - error: Base classes for class "RingSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/switch.py:122:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RingSwitchEntityDescription[RingDeviceT@RingSwitch]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ring/switch.py:122:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "RingSwitchEntityDescription[RingDeviceT@RingSwitch]" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ripple/sensor.py
  <CWD>/homeassistant/components/ripple/sensor.py:7:6 - error: Import "pyripple" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/ripple/sensor.py:58:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ripple/sensor.py:63:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ripple/sensor.py:68:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/risco/alarm_control_panel.py
  <CWD>/homeassistant/components/risco/alarm_control_panel.py:115:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/alarm_control_panel.py:179:7 - error: Base classes for class "RiscoCloudAlarm" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/alarm_control_panel.py:179:7 - error: Base classes for class "RiscoCloudAlarm" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/alarm_control_panel.py:179:7 - error: Base classes for class "RiscoCloudAlarm" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/alarm_control_panel.py:179:7 - error: Base classes for class "RiscoCloudAlarm" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/risco/binary_sensor.py
  <CWD>/homeassistant/components/risco/binary_sensor.py:109:7 - error: Base classes for class "RiscoCloudBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/binary_sensor.py:122:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/binary_sensor.py:138:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/binary_sensor.py:146:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/binary_sensor.py:166:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/binary_sensor.py:186:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/binary_sensor.py:223:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/risco/sensor.py
  <CWD>/homeassistant/components/risco/sensor.py:71:7 - error: Base classes for class "RiscoSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/sensor.py:112:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/sensor.py:122:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/risco/switch.py
  <CWD>/homeassistant/components/risco/switch.py:43:7 - error: Base classes for class "RiscoCloudSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/switch.py:57:18 - error: Argument of type "Zone" cannot be assigned to parameter "zone" of type "Zone" in function "__init__"
    "pyrisco.common.Zone" is not assignable to "pyrisco.cloud.zone.Zone" (reportArgumentType)
  <CWD>/homeassistant/components/risco/switch.py:61:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/risco/switch.py:91:18 - error: Argument of type "Zone" cannot be assigned to parameter "zone" of type "Zone" in function "__init__"
    "pyrisco.common.Zone" is not assignable to "pyrisco.local.zone.Zone" (reportArgumentType)
  <CWD>/homeassistant/components/risco/switch.py:95:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rituals_perfume_genie/binary_sensor.py
  <CWD>/homeassistant/components/rituals_perfume_genie/binary_sensor.py:62:7 - error: Base classes for class "RitualsBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rituals_perfume_genie/binary_sensor.py:65:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RitualsBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rituals_perfume_genie/binary_sensor.py:68:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rituals_perfume_genie/number.py
  <CWD>/homeassistant/components/rituals_perfume_genie/number.py:57:7 - error: Base classes for class "RitualsNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rituals_perfume_genie/number.py:60:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "RitualsNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rituals_perfume_genie/number.py:63:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rituals_perfume_genie/select.py
  <CWD>/homeassistant/components/rituals_perfume_genie/select.py:61:7 - error: Base classes for class "RitualsSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rituals_perfume_genie/select.py:64:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "RitualsSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rituals_perfume_genie/select.py:78:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rituals_perfume_genie/sensor.py
  <CWD>/homeassistant/components/rituals_perfume_genie/sensor.py:78:7 - error: Base classes for class "RitualsSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rituals_perfume_genie/sensor.py:81:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RitualsSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rituals_perfume_genie/sensor.py:85:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rituals_perfume_genie/switch.py
  <CWD>/homeassistant/components/rituals_perfume_genie/switch.py:59:7 - error: Base classes for class "RitualsSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rituals_perfume_genie/switch.py:62:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "RitualsSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rmvtransport/sensor.py
  <CWD>/homeassistant/components/rmvtransport/sensor.py:154:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rmvtransport/sensor.py:159:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rmvtransport/sensor.py:164:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rmvtransport/sensor.py:169:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rmvtransport/sensor.py:184:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rmvtransport/sensor.py:189:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roborock/__init__.py
  <CWD>/homeassistant/components/roborock/__init__.py:20:39 - error: "RoborockMqttClientA01" is not exported from module "roborock.version_a01_apis"
    Import from "roborock.version_a01_apis.roborock_mqtt_client_a01" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/roborock/binary_sensor.py
  <CWD>/homeassistant/components/roborock/binary_sensor.py:99:7 - error: Base classes for class "RoborockBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/binary_sensor.py:115:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RoborockBinarySensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/binary_sensor.py:115:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RoborockBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/binary_sensor.py:118:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roborock/button.py
  <CWD>/homeassistant/components/roborock/button.py:120:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RoborockButtonDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/button.py:120:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "RoborockButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/button.py:145:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roborock/coordinator.py
  <CWD>/homeassistant/components/roborock/coordinator.py:27:39 - error: "RoborockClientA01" is not exported from module "roborock.version_a01_apis"
    Import from "roborock.version_a01_apis.roborock_client_a01" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/roborock/entity.py
  <CWD>/homeassistant/components/roborock/entity.py:17:39 - error: "RoborockClientA01" is not exported from module "roborock.version_a01_apis"
    Import from "roborock.version_a01_apis.roborock_client_a01" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/roborock/entity.py:135:36 - error: Argument of type "Self@RoborockCoordinatedEntityV1" cannot be assigned to parameter "self" of type "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" in function "__init__"
    "RoborockCoordinatedEntityV1*" is not assignable to "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]"
      Type parameter "_DataUpdateCoordinatorT@CoordinatorEntity" is invariant, but "RoborockDataUpdateCoordinator" is not the same as "DataUpdateCoordinator[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/roborock/entity.py:135:54 - error: Argument of type "RoborockDataUpdateCoordinator" cannot be assigned to parameter "coordinator" of type "DataUpdateCoordinator[dict[str, Any]]" in function "__init__"
    "RoborockDataUpdateCoordinator" is not assignable to "DataUpdateCoordinator[dict[str, Any]]"
      Type parameter "_DataT@DataUpdateCoordinator" is invariant, but "DeviceProp" is not the same as "dict[str, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/roborock/entity.py:206:36 - error: Argument of type "Self@RoborockCoordinatedEntityA01" cannot be assigned to parameter "self" of type "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" in function "__init__"
    "RoborockCoordinatedEntityA01*" is not assignable to "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]"
      Type parameter "_DataUpdateCoordinatorT@CoordinatorEntity" is invariant, but "RoborockDataUpdateCoordinatorA01" is not the same as "DataUpdateCoordinator[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/roborock/entity.py:206:54 - error: Argument of type "RoborockDataUpdateCoordinatorA01" cannot be assigned to parameter "coordinator" of type "DataUpdateCoordinator[dict[str, Any]]" in function "__init__"
    "RoborockDataUpdateCoordinatorA01" is not assignable to "DataUpdateCoordinator[dict[str, Any]]"
      Type parameter "_DataT@DataUpdateCoordinator" is invariant, but "dict[RoborockDyadDataProtocol | RoborockZeoProtocol, StateType]" is not the same as "dict[str, Any]" (reportArgumentType)
<CWD>/homeassistant/components/roborock/image.py
  <CWD>/homeassistant/components/roborock/image.py:42:7 - error: Base classes for class "RoborockMap" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/image.py:46:5 - error: "image_last_updated" overrides symbol of same name in class "ImageEntity"
    Variable is mutable so its type is invariant
      Override type "datetime" is not the same as base type "cached_property" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/image.py:61:14 - error: "_attr_name" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roborock/number.py
  <CWD>/homeassistant/components/roborock/number.py:102:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RoborockNumberDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/number.py:102:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "RoborockNumberDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/number.py:106:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roborock/select.py
  <CWD>/homeassistant/components/roborock/select.py:74:26 - error: Argument of type "(key: str, _: DeviceProp) -> list[int | None]" cannot be assigned to parameter "parameter_lambda" of type "(str, DeviceProp) -> list[int]" in function "__init__"
    Type "(key: str, _: DeviceProp) -> list[int | None]" is not assignable to type "(str, DeviceProp) -> list[int]"
      Function return type "list[int | None]" is incompatible with type "list[int]"
        "list[int | None]" is not assignable to "list[int]"
          Type parameter "_T@list" is invariant, but "int | None" is not the same as "int"
          Consider switching from "list" to "Sequence" which is covariant (reportArgumentType)
  <CWD>/homeassistant/components/roborock/select.py:108:7 - error: Base classes for class "RoborockSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/select.py:120:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RoborockSelectDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/select.py:120:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "RoborockSelectDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/select.py:137:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/select.py:142:7 - error: Base classes for class "RoborockCurrentMapSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/select.py:167:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/select.py:172:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roborock/sensor.py
  <CWD>/homeassistant/components/roborock/sensor.py:365:7 - error: Base classes for class "RoborockSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/sensor.py:376:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RoborockSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/sensor.py:376:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RoborockSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/sensor.py:385:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/sensor.py:392:7 - error: Base classes for class "RoborockCurrentRoom" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/sensor.py:412:9 - error: "options" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/sensor.py:424:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/sensor.py:434:7 - error: Base classes for class "RoborockSensorEntityA01" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/sensor.py:445:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RoborockSensorDescriptionA01" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/sensor.py:445:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RoborockSensorDescriptionA01" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/sensor.py:449:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roborock/switch.py
  <CWD>/homeassistant/components/roborock/switch.py:155:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RoborockSwitchDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/switch.py:155:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "RoborockSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/switch.py:189:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roborock/time.py
  <CWD>/homeassistant/components/roborock/time.py:166:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RoborockTimeDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/time.py:166:14 - error: "entity_description" overrides symbol of same name in class "TimeEntity"
    Variable is mutable so its type is invariant
      Override type "RoborockTimeDescription" is not the same as base type "TimeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/time.py:170:9 - error: "native_value" overrides symbol of same name in class "TimeEntity"
    "property" is not assignable to "cached_property[time | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roborock/vacuum.py
  <CWD>/homeassistant/components/roborock/vacuum.py:99:7 - error: Base classes for class "RoborockVacuum" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/vacuum.py:135:9 - error: "activity" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[VacuumActivity | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roborock/vacuum.py:141:9 - error: "fan_speed" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rocketchat/notify.py
  <CWD>/homeassistant/components/rocketchat/notify.py:8:6 - error: Import "rocketchat_API.APIExceptions.RocketExceptions" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/rocketchat/notify.py:12:6 - error: Import "rocketchat_API.rocketchat" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/rocketchat/notify.py:29:33 - error: Argument missing for parameter "v" (reportCallIssue)
<CWD>/homeassistant/components/roku/binary_sensor.py
  <CWD>/homeassistant/components/roku/binary_sensor.py:74:7 - error: Base classes for class "RokuBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/binary_sensor.py:77:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RokuBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/binary_sensor.py:80:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roku/browse_media.py
  <CWD>/homeassistant/components/roku/browse_media.py:252:18 - error: Argument of type "Unknown | Literal[False, '']" cannot be assigned to parameter "can_play" of type "bool" in function "__init__"
    Type "Unknown | Literal[False, '']" is not assignable to type "bool"
      "Literal['']" is not assignable to "bool" (reportArgumentType)
<CWD>/homeassistant/components/roku/media_player.py
  <CWD>/homeassistant/components/roku/media_player.py:108:7 - error: Base classes for class "RokuMediaPlayer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:142:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:142:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:167:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:178:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:186:9 - error: "app_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:194:9 - error: "app_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:202:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:212:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:223:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:231:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:239:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:247:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:255:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/media_player.py:297:15 - error: Method "async_turn_on" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/media_player.py:303:15 - error: Method "async_turn_off" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/media_player.py:309:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/media_player.py:316:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/media_player.py:323:15 - error: Method "async_media_play_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/media_player.py:330:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/media_player.py:336:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/media_player.py:342:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/media_player.py:348:15 - error: Method "async_volume_up" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/media_player.py:353:15 - error: Method "async_volume_down" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/media_player.py:358:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/media_player.py:473:15 - error: Method "async_select_source" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/roku/remote.py
  <CWD>/homeassistant/components/roku/remote.py:35:7 - error: Base classes for class "RokuRemote" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/remote.py:41:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/remote.py:46:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/remote.py:52:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/roku/remote.py:58:15 - error: Method "async_send_command" overrides class "RemoteEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/roku/select.py
  <CWD>/homeassistant/components/roku/select.py:136:7 - error: Base classes for class "RokuSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/select.py:139:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "RokuSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/select.py:142:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/select.py:147:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/select.py:152:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/roku/sensor.py
  <CWD>/homeassistant/components/roku/sensor.py:60:7 - error: Base classes for class "RokuSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/sensor.py:63:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RokuSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roku/sensor.py:66:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/romy/__init__.py
  <CWD>/homeassistant/components/romy/__init__.py:16:27 - error: "create_romy" is not exported from module "romy" (reportPrivateImportUsage)
<CWD>/homeassistant/components/romy/binary_sensor.py
  <CWD>/homeassistant/components/romy/binary_sensor.py:55:7 - error: Base classes for class "RomyBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/romy/binary_sensor.py:68:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/romy/binary_sensor.py:71:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/romy/config_flow.py
  <CWD>/homeassistant/components/romy/config_flow.py:36:35 - error: "create_romy" is not exported from module "romy" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/romy/config_flow.py:68:35 - error: "create_romy" is not exported from module "romy" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/romy/config_flow.py:97:42 - error: "create_romy" is not exported from module "romy" (reportPrivateImportUsage)
<CWD>/homeassistant/components/romy/coordinator.py
  <CWD>/homeassistant/components/romy/coordinator.py:3:18 - error: "RomyRobot" is not exported from module "romy"
    Import from "romy.romy" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/romy/sensor.py
  <CWD>/homeassistant/components/romy/sensor.py:93:7 - error: Base classes for class "RomySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/romy/sensor.py:106:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/romy/sensor.py:109:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/romy/vacuum.py
  <CWD>/homeassistant/components/romy/vacuum.py:62:7 - error: Base classes for class "RomyVacuumEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roomba/binary_sensor.py
  <CWD>/homeassistant/components/roomba/binary_sensor.py:35:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roomba/binary_sensor.py:40:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roomba/config_flow.py
  <CWD>/homeassistant/components/roomba/config_flow.py:134:30 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/roomba/entity.py
  <CWD>/homeassistant/components/roomba/entity.py:50:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roomba/sensor.py
  <CWD>/homeassistant/components/roomba/sensor.py:178:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RoombaSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roomba/sensor.py:178:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RoombaSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roomba/sensor.py:181:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roomba/sensor.py:186:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roomba/vacuum.py
  <CWD>/homeassistant/components/roomba/vacuum.py:115:7 - error: Base classes for class "IRobotVacuum" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roomba/vacuum.py:128:9 - error: "activity" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[VacuumActivity | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roomba/vacuum.py:142:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roomba/vacuum.py:273:9 - error: "fan_speed" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roomba/vacuum.py:332:9 - error: "fan_speed" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/roon/media_player.py
  <CWD>/homeassistant/components/roon/media_player.py:149:9 - error: "group_members" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roon/media_player.py:156:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roon/media_player.py:169:19 - error: "dev_model" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/roon/media_player.py:329:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/roon/media_player.py:334:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/route_b_smart_meter/sensor.py
  <CWD>/homeassistant/components/route_b_smart_meter/sensor.py:87:7 - error: Base classes for class "SmartMeterBRouteSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/route_b_smart_meter/sensor.py:99:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescriptionWithValueAccessor" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/route_b_smart_meter/sensor.py:99:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescriptionWithValueAccessor" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/route_b_smart_meter/sensor.py:107:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rova/sensor.py
  <CWD>/homeassistant/components/rova/sensor.py:59:7 - error: Base classes for class "RovaSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rova/sensor.py:81:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rpi_camera/camera.py
  <CWD>/homeassistant/components/rpi_camera/camera.py:154:9 - error: "frame_interval" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rpi_power/binary_sensor.py
  <CWD>/homeassistant/components/rpi_power/binary_sensor.py:35:54 - error: Argument of type "UnderVoltage | None" cannot be assigned to parameter "under_voltage" of type "UnderVoltage" in function "__init__"
    Type "UnderVoltage | None" is not assignable to type "UnderVoltage"
      "None" is not assignable to "UnderVoltage" (reportArgumentType)
<CWD>/homeassistant/components/ruckus_unleashed/device_tracker.py
  <CWD>/homeassistant/components/ruckus_unleashed/device_tracker.py:94:7 - error: Base classes for class "RuckusDevice" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ruckus_unleashed/device_tracker.py:104:9 - error: "mac_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ruckus_unleashed/device_tracker.py:109:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ruckus_unleashed/device_tracker.py:116:9 - error: "ip_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/russound_rio/media_player.py
  <CWD>/homeassistant/components/russound_rio/media_player.py:95:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:95:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:112:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:117:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:135:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:140:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:145:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:150:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:155:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:160:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:165:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:170:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:179:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:184:15 - error: Method "async_turn_off" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:189:15 - error: Method "async_turn_on" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:194:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:200:15 - error: Method "async_select_source" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:209:15 - error: Method "async_volume_up" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:214:15 - error: Method "async_volume_down" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:219:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:232:15 - error: Method "async_media_seek" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/russound_rio/media_player.py:237:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/russound_rio/number.py
  <CWD>/homeassistant/components/russound_rio/number.py:99:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RussoundZoneNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/number.py:99:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "RussoundZoneNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/number.py:105:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/number.py:110:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/russound_rio/switch.py
  <CWD>/homeassistant/components/russound_rio/switch.py:67:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RussoundZoneSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/switch.py:67:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "RussoundZoneSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/switch.py:73:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/russound_rio/switch.py:78:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/russound_rio/switch.py:83:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/russound_rnet/media_player.py
  <CWD>/homeassistant/components/russound_rnet/media_player.py:8:6 - error: Import "russound" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/ruuvitag_ble/sensor.py
  <CWD>/homeassistant/components/ruuvitag_ble/sensor.py:207:7 - error: Base classes for class "RuuvitagBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ruuvitag_ble/sensor.py:216:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/rympro/sensor.py
  <CWD>/homeassistant/components/rympro/sensor.py:76:7 - error: Base classes for class "RymProSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rympro/sensor.py:102:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RymProSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rympro/sensor.py:102:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RymProSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/rympro/sensor.py:105:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sabnzbd/binary_sensor.py
  <CWD>/homeassistant/components/sabnzbd/binary_sensor.py:53:7 - error: Base classes for class "SabnzbdBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sabnzbd/binary_sensor.py:56:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SabnzbdBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sabnzbd/binary_sensor.py:59:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sabnzbd/button.py
  <CWD>/homeassistant/components/sabnzbd/button.py:53:7 - error: Base classes for class "SabnzbdButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sabnzbd/button.py:56:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "SabnzbdButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sabnzbd/number.py
  <CWD>/homeassistant/components/sabnzbd/number.py:61:7 - error: Base classes for class "SabnzbdNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sabnzbd/number.py:64:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "SabnzbdNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sabnzbd/number.py:67:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sabnzbd/sensor.py
  <CWD>/homeassistant/components/sabnzbd/sensor.py:126:7 - error: Base classes for class "SabnzbdSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sabnzbd/sensor.py:129:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SabnzbdSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sabnzbd/sensor.py:132:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/saj/sensor.py
  <CWD>/homeassistant/components/saj/sensor.py:10:8 - error: Import "pysaj" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/saj/sensor.py:220:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/samsungtv/bridge.py
  <CWD>/homeassistant/components/samsungtv/bridge.py:351:16 - error: Type "Remote | None" is not assignable to return type "Remote"
    Type "Remote | None" is not assignable to type "Remote"
      "None" is not assignable to "Remote" (reportReturnType)
<CWD>/homeassistant/components/samsungtv/config_flow.py
  <CWD>/homeassistant/components/samsungtv/config_flow.py:442:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "SamsungTVConfigFlow"
      "ConfigFlow" is not assignable to "SamsungTVConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/samsungtv/entity.py
  <CWD>/homeassistant/components/samsungtv/entity.py:55:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/samsungtv/media_player.py
  <CWD>/homeassistant/components/samsungtv/media_player.py:77:7 - error: Base classes for class "SamsungTVDevice" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/samsungtv/media_player.py:110:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/samsungtv/media_player.py:110:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/samsungtv/media_player.py:119:14 - error: "_attr_source_list" overrides symbol of same name in class "MediaPlayerEntity"
    Variable is mutable so its type is invariant
      Override type "list[str]" is not the same as base type "list[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/samsungtv/media_player.py:197:18 - error: "_attr_is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    Variable is mutable so its type is invariant
      Override type "bool" is not the same as base type "bool | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/samsungtv/remote.py
  <CWD>/homeassistant/components/samsungtv/remote.py:30:7 - error: Base classes for class "SamsungTVRemote" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sanix/sensor.py
  <CWD>/homeassistant/components/sanix/sensor.py:97:7 - error: Base classes for class "SanixSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sanix/sensor.py:113:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SanixSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sanix/sensor.py:113:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SanixSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sanix/sensor.py:123:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/saunum/climate.py
  <CWD>/homeassistant/components/saunum/climate.py:41:7 - error: Base classes for class "LeilSaunaClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/saunum/climate.py:52:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/saunum/climate.py:57:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/saunum/climate.py:62:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/saunum/climate.py:68:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/scene/__init__.py
  <CWD>/homeassistant/components/scene/__init__.py:105:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/schedule/__init__.py
  <CWD>/homeassistant/components/schedule/__init__.py:336:18 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "Literal['on', 'off']" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/schlage/binary_sensor.py
  <CWD>/homeassistant/components/schlage/binary_sensor.py:62:7 - error: Base classes for class "SchlageBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schlage/binary_sensor.py:75:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SchlageBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schlage/binary_sensor.py:75:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SchlageBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schlage/binary_sensor.py:79:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/schlage/lock.py
  <CWD>/homeassistant/components/schlage/lock.py:33:7 - error: Base classes for class "SchlageLockEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/schlage/select.py
  <CWD>/homeassistant/components/schlage/select.py:48:7 - error: Base classes for class "SchlageSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schlage/select.py:63:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/schlage/sensor.py
  <CWD>/homeassistant/components/schlage/sensor.py:52:7 - error: Base classes for class "SchlageBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/schlage/switch.py
  <CWD>/homeassistant/components/schlage/switch.py:79:7 - error: Base classes for class "SchlageSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schlage/switch.py:92:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SchlageSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schlage/switch.py:92:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "SchlageSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schlage/switch.py:96:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/schluter/__init__.py
  <CWD>/homeassistant/components/schluter/__init__.py:6:6 - error: Import "schluter.api" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/schluter/__init__.py:7:6 - error: Import "schluter.authenticator" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/schluter/climate.py
  <CWD>/homeassistant/components/schluter/climate.py:78:7 - error: Base classes for class "SchluterThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schluter/climate.py:94:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schluter/climate.py:99:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schluter/climate.py:104:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schluter/climate.py:109:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schluter/climate.py:116:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schluter/climate.py:121:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/schluter/climate.py:126:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/scrape/sensor.py
  <CWD>/homeassistant/components/scrape/sensor.py:157:36 - error: Argument of type "Self@ScrapeSensor" cannot be assigned to parameter "self" of type "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" in function "__init__"
    "ScrapeSensor*" is not assignable to "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]"
      Type parameter "_DataUpdateCoordinatorT@CoordinatorEntity" is invariant, but "ScrapeCoordinator" is not the same as "DataUpdateCoordinator[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/scrape/sensor.py:157:42 - error: Argument of type "ScrapeCoordinator" cannot be assigned to parameter "coordinator" of type "DataUpdateCoordinator[dict[str, Any]]" in function "__init__"
    "ScrapeCoordinator" is not assignable to "DataUpdateCoordinator[dict[str, Any]]"
      Type parameter "_DataT@DataUpdateCoordinator" is invariant, but "BeautifulSoup" is not the same as "dict[str, Any]" (reportArgumentType)
<CWD>/homeassistant/components/screenlogic/__init__.py
  <CWD>/homeassistant/components/screenlogic/__init__.py:66:39 - error: Argument of type "str | int" cannot be assigned to parameter "connection_closed_callback" of type "(...) -> Unknown" in function "async_connect"
    Type "str | int" is not assignable to type "(...) -> Unknown"
      Type "int" is not assignable to type "(...) -> Unknown" (reportArgumentType)
<CWD>/homeassistant/components/screenlogic/binary_sensor.py
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:48:27 - error: Argument of type "Literal[12500]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12500]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:55:27 - error: Argument of type "Literal[12500]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12500]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:61:27 - error: Argument of type "Literal[12500]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12500]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:67:27 - error: Argument of type "Literal[12500]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12500]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:73:27 - error: Argument of type "Literal[12500]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12500]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:89:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:96:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:104:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:112:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:120:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:128:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:136:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:144:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:151:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:158:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:165:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:171:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:178:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:260:7 - error: Base classes for class "ScreenLogicBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:263:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicBinarySensorDescription" is not the same as base type "ScreenLogicEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:263:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:268:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:276:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicPushEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicPushBinarySensorDescription" is not the same as base type "ScreenLogicPushEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/binary_sensor.py:276:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicBinarySensor"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicPushBinarySensorDescription" is not the same as base type "ScreenLogicBinarySensorDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/screenlogic/climate.py
  <CWD>/homeassistant/components/screenlogic/climate.py:56:35 - error: Argument of type "Literal[12500]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12500]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/climate.py:73:7 - error: Base classes for class "ScreenLogicClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:73:7 - error: Base classes for class "ScreenLogicClimate" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:73:7 - error: Base classes for class "ScreenLogicClimate" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:73:7 - error: Base classes for class "ScreenLogicClimate" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:73:7 - error: Base classes for class "ScreenLogicClimate" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:76:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicPushEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicClimateDescription" is not the same as base type "ScreenLogicPushEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:76:5 - error: "entity_description" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicClimateDescription" is not the same as base type "ClimateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:76:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicClimateDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:104:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:109:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:114:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:121:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:128:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:137:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/climate.py:207:36 - error: Argument of type "Any | None" cannot be assigned to parameter "value" of type "str" in function "parse"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/screenlogic/config_flow.py
  <CWD>/homeassistant/components/screenlogic/config_flow.py:169:48 - error: "mac" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/screenlogic/config_flow.py:172:40 - error: "mac" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/screenlogic/coordinator.py
  <CWD>/homeassistant/components/screenlogic/coordinator.py:101:52 - error: Argument of type "str | int" cannot be assigned to parameter "connection_closed_callback" of type "(...) -> Unknown" in function "async_connect"
    Type "str | int" is not assignable to type "(...) -> Unknown"
      Type "int" is not assignable to type "(...) -> Unknown" (reportArgumentType)
<CWD>/homeassistant/components/screenlogic/entity.py
  <CWD>/homeassistant/components/screenlogic/entity.py:53:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/entity.py:110:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicPushEntityDescription" is not the same as base type "ScreenLogicEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/entity.py:134:17 - error: Argument of type "CODE" cannot be assigned to parameter "code" of type "int" in function "async_subscribe_client"
    "CODE" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/entity.py:171:50 - error: Argument of type "str" cannot be assigned to parameter "circuitID" of type "int" in function "async_set_circuit"
    "str" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/screenlogic/light.py
  <CWD>/homeassistant/components/screenlogic/light.py:44:39 - error: Argument of type "Literal[12500]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12500]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/light.py:65:7 - error: Base classes for class "ScreenLogicLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/light.py:65:7 - error: Base classes for class "ScreenLogicLight" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/light.py:68:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicPushEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicLightDescription" is not the same as base type "ScreenLogicPushEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/light.py:68:5 - error: "entity_description" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicLightDescription" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/screenlogic/number.py
  <CWD>/homeassistant/components/screenlogic/number.py:55:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/number.py:63:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/number.py:71:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/number.py:79:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/number.py:141:7 - error: Base classes for class "ScreenLogicNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/number.py:144:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicNumberDescription" is not the same as base type "ScreenLogicEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/number.py:144:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicNumberDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/number.py:171:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/number.py:183:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicPushEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicPushNumberDescription" is not the same as base type "ScreenLogicPushEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/number.py:183:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicNumber"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicPushNumberDescription" is not the same as base type "ScreenLogicNumberDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/screenlogic/sensor.py
  <CWD>/homeassistant/components/screenlogic/sensor.py:56:27 - error: Argument of type "Literal[12500]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12500]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:64:27 - error: Argument of type "Literal[12500]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12500]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:97:27 - error: Argument of type "Literal[12500]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12500]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:103:27 - error: Argument of type "Literal[12500]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12500]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:109:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:117:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:125:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:134:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:143:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:151:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:158:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:165:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:172:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:179:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:186:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:193:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:200:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:210:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:219:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:228:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:238:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:247:27 - error: Argument of type "Literal[12505]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12505]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/sensor.py:341:7 - error: Base classes for class "ScreenLogicSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/sensor.py:344:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicSensorDescription" is not the same as base type "ScreenLogicEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/sensor.py:344:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/sensor.py:359:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/sensor.py:366:7 - error: Base classes for class "ScreenLogicPushSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/sensor.py:366:7 - error: Base classes for class "ScreenLogicPushSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/sensor.py:366:7 - error: Base classes for class "ScreenLogicPushSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/sensor.py:366:7 - error: Base classes for class "ScreenLogicPushSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/sensor.py:366:7 - error: Base classes for class "ScreenLogicPushSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/sensor.py:366:7 - error: Base classes for class "ScreenLogicPushSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/sensor.py:366:7 - error: Base classes for class "ScreenLogicPushSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/sensor.py:369:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicSensor"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicPushSensorDescription" is not the same as base type "ScreenLogicSensorDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/sensor.py:369:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicPushEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicPushSensorDescription" is not the same as base type "ScreenLogicPushEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/screenlogic/switch.py
  <CWD>/homeassistant/components/screenlogic/switch.py:51:39 - error: Argument of type "Literal[12500]" cannot be assigned to parameter "subscription_code" of type "CODE" in function "__init__"
    "Literal[12500]" is not assignable to "CODE" (reportArgumentType)
  <CWD>/homeassistant/components/screenlogic/switch.py:65:7 - error: Base classes for class "ScreenLogicCircuitSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/switch.py:65:7 - error: Base classes for class "ScreenLogicCircuitSwitch" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/switch.py:68:5 - error: "entity_description" overrides symbol of same name in class "ScreenLogicPushEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicCircuitSwitchDescription" is not the same as base type "ScreenLogicPushEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/screenlogic/switch.py:68:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ScreenLogicCircuitSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/script/__init__.py
  <CWD>/homeassistant/components/script/__init__.py:540:7 - error: Base classes for class "ScriptEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/script/__init__.py:540:7 - error: Base classes for class "ScriptEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/script/__init__.py:540:7 - error: Base classes for class "ScriptEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/script/__init__.py:543:12 - error: Type "None" is not assignable to declared type "cached_property"
    "None" is not assignable to "cached_property[str | None]" (reportAssignmentType)
  <CWD>/homeassistant/components/script/__init__.py:561:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/script/__init__.py:584:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/script/__init__.py:599:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/scsgate/__init__.py
  <CWD>/homeassistant/components/scsgate/__init__.py:6:6 - error: Import "scsgate.connection" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/scsgate/__init__.py:7:6 - error: Import "scsgate.messages" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/scsgate/__init__.py:8:6 - error: Import "scsgate.reactor" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/scsgate/__init__.py:9:6 - error: Import "scsgate.tasks" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/scsgate/cover.py
  <CWD>/homeassistant/components/scsgate/cover.py:8:6 - error: Import "scsgate.tasks" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/scsgate/cover.py:81:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/scsgate/cover.py:86:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/scsgate/light.py
  <CWD>/homeassistant/components/scsgate/light.py:8:6 - error: Import "scsgate.tasks" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/scsgate/light.py:81:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/scsgate/switch.py
  <CWD>/homeassistant/components/scsgate/switch.py:8:6 - error: Import "scsgate.messages" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/scsgate/switch.py:9:6 - error: Import "scsgate.tasks" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/scsgate/switch.py:115:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/scsgate/switch.py:120:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/select/__init__.py
  <CWD>/homeassistant/components/select/__init__.py:129:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/select/__init__.py:132:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/select/__init__.py:135:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/select/__init__.py:143:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sendgrid/notify.py
  <CWD>/homeassistant/components/sendgrid/notify.py:8:22 - error: "SendGridAPIClient" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/sendgrid/notify.py:36:36 - error: Argument missing for parameter "v" (reportCallIssue)
  <CWD>/homeassistant/components/sendgrid/notify.py:37:39 - error: Argument missing for parameter "v" (reportCallIssue)
<CWD>/homeassistant/components/sense/__init__.py
  <CWD>/homeassistant/components/sense/__init__.py:8:5 - error: "ASyncSenseable" is not exported from module "sense_energy"
    Import from "sense_energy.asyncsenseable" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/sense/binary_sensor.py
  <CWD>/homeassistant/components/sense/binary_sensor.py:42:7 - error: Base classes for class "SenseBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sense/binary_sensor.py:63:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sense/config_flow.py
  <CWD>/homeassistant/components/sense/config_flow.py:9:5 - error: "ASyncSenseable" is not exported from module "sense_energy"
    Import from "sense_energy.asyncsenseable" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/sense/coordinator.py
  <CWD>/homeassistant/components/sense/coordinator.py:10:5 - error: "ASyncSenseable" is not exported from module "sense_energy"
    Import from "sense_energy.asyncsenseable" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/sense/entity.py
  <CWD>/homeassistant/components/sense/entity.py:3:26 - error: "ASyncSenseable" is not exported from module "sense_energy"
    Import from "sense_energy.asyncsenseable" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/sense/sensor.py
  <CWD>/homeassistant/components/sense/sensor.py:5:26 - error: "ASyncSenseable" is not exported from module "sense_energy"
    Import from "sense_energy.asyncsenseable" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sense/sensor.py:5:42 - error: "Scale" is not exported from module "sense_energy"
    Import from "sense_energy.sense_api" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sense/sensor.py:121:7 - error: Base classes for class "SensePowerSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sense/sensor.py:147:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sense/sensor.py:156:7 - error: Base classes for class "SenseVoltageSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sense/sensor.py:178:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sense/sensor.py:183:7 - error: Base classes for class "SenseTrendsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sense/sensor.py:217:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sense/sensor.py:222:9 - error: "last_reset" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sense/sensor.py:229:7 - error: Base classes for class "SenseDevicePowerSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sense/sensor.py:248:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sense/sensor.py:253:7 - error: Base classes for class "SenseDeviceEnergySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sense/sensor.py:280:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensibo/binary_sensor.py
  <CWD>/homeassistant/components/sensibo/binary_sensor.py:178:7 - error: Base classes for class "SensiboMotionSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/binary_sensor.py:198:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensiboMotionBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/binary_sensor.py:198:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SensiboMotionBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/binary_sensor.py:202:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/binary_sensor.py:209:7 - error: Base classes for class "SensiboDeviceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/binary_sensor.py:225:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensiboDeviceBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/binary_sensor.py:225:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SensiboDeviceBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/binary_sensor.py:229:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensibo/button.py
  <CWD>/homeassistant/components/sensibo/button.py:63:7 - error: Base classes for class "SensiboDeviceButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/button.py:79:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensiboButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/button.py:79:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "SensiboButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensibo/climate.py
  <CWD>/homeassistant/components/sensibo/climate.py:130:7 - error: Base classes for class "SensiboClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:150:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:150:9 - error: "supported_features" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[ClimateEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:159:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:164:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:171:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:178:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:189:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:198:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:203:9 - error: "target_temperature_step" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:208:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:213:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:218:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:223:9 - error: "swing_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:228:9 - error: "swing_horizontal_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:233:9 - error: "swing_horizontal_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:238:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/climate.py:243:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensibo/number.py
  <CWD>/homeassistant/components/sensibo/number.py:94:7 - error: Base classes for class "SensiboNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/number.py:107:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensiboNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/number.py:107:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "SensiboNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/number.py:111:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensibo/select.py
  <CWD>/homeassistant/components/sensibo/select.py:87:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensiboSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/select.py:87:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "SensiboSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/select.py:91:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/select.py:98:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/select.py:103:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensibo/sensor.py
  <CWD>/homeassistant/components/sensibo/sensor.py:296:7 - error: Base classes for class "SensiboMotionSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/sensor.py:316:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensiboMotionSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/sensor.py:316:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SensiboMotionSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/sensor.py:320:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/sensor.py:327:7 - error: Base classes for class "SensiboDeviceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/sensor.py:343:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensiboDeviceSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/sensor.py:343:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SensiboDeviceSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/sensor.py:347:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/sensor.py:352:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensibo/switch.py
  <CWD>/homeassistant/components/sensibo/switch.py:109:7 - error: Base classes for class "SensiboDeviceSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/switch.py:125:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensiboDeviceSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/switch.py:125:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "SensiboDeviceSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/switch.py:129:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/switch.py:152:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensibo/update.py
  <CWD>/homeassistant/components/sensibo/update.py:75:7 - error: Base classes for class "SensiboDeviceUpdate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/update.py:88:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensiboDeviceUpdateEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/update.py:88:14 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "SensiboDeviceUpdateEntityDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/update.py:93:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensibo/update.py:98:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensirion_ble/sensor.py
  <CWD>/homeassistant/components/sensirion_ble/sensor.py:40:5 - error: Type "dict[tuple[Literal[SensorDeviceClass.CO2], Literal['ppm']] | tuple[Literal[SensorDeviceClass.HUMIDITY], Literal['%']] | tuple[Literal[SensorDeviceClass.TEMPERATURE], Literal['°C']], SensorEntityDescription]" is not assignable to declared type "dict[tuple[SensorDeviceClass, Units | None], SensorEntityDescription]"
    Type "Literal['ppm']" is not assignable to type "Units | None"
      "Literal['ppm']" is not assignable to "Units"
      "Literal['ppm']" is not assignable to "None"
    Type "Literal['%']" is not assignable to type "Units | None"
      "Literal['%']" is not assignable to "Units"
      "Literal['%']" is not assignable to "None"
    Type "Literal['°C']" is not assignable to type "Units | None"
      "Literal['°C']" is not assignable to "Units" (reportAssignmentType)
  <CWD>/homeassistant/components/sensirion_ble/sensor.py:124:7 - error: Base classes for class "SensirionBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensirion_ble/sensor.py:133:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensor/__init__.py
  <CWD>/homeassistant/components/sensor/__init__.py:185:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:186:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:192:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:195:5 - error: "_attr_unit_of_measurement" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:351:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:438:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:520:9 - error: "unit_of_measurement" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:565:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:975:7 - error: Base classes for class "RestoreSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:975:7 - error: Base classes for class "RestoreSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:975:7 - error: Base classes for class "RestoreSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:975:7 - error: Base classes for class "RestoreSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:975:7 - error: Base classes for class "RestoreSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:975:7 - error: Base classes for class "RestoreSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:975:7 - error: Base classes for class "RestoreSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensor/__init__.py:975:7 - error: Base classes for class "RestoreSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensor/recorder.py
  <CWD>/homeassistant/components/sensor/recorder.py:668:13 - error: Could not assign item in TypedDict
    "tuple[Any, ...]" is not assignable to "float" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/sensor/recorder.py:672:13 - error: Could not assign item in TypedDict
    "tuple[Any, ...]" is not assignable to "float" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/sensor/recorder.py:694:62 - error: Could not access item in TypedDict
    "last_reset" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/sensor/websocket_api.py
  <CWD>/homeassistant/components/sensor/websocket_api.py:44:13 - error: Argument of type "Any | None" cannot be assigned to parameter "key" of type "SensorDeviceClass" in function "__getitem__"
    Type "Any | None" is not assignable to type "SensorDeviceClass"
      "None" is not assignable to "SensorDeviceClass" (reportArgumentType)
<CWD>/homeassistant/components/sensorpro/sensor.py
  <CWD>/homeassistant/components/sensorpro/sensor.py:129:7 - error: Base classes for class "SensorProBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensorpro/sensor.py:138:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensorpush/sensor.py
  <CWD>/homeassistant/components/sensorpush/sensor.py:115:7 - error: Base classes for class "SensorPushBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensorpush/sensor.py:124:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensorpush_cloud/sensor.py
  <CWD>/homeassistant/components/sensorpush_cloud/sensor.py:147:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensorpush_cloud/sensor.py:156:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sensoterra/sensor.py
  <CWD>/homeassistant/components/sensoterra/sensor.py:155:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sensoterra/sensor.py:161:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/senz/climate.py
  <CWD>/homeassistant/components/senz/climate.py:74:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/senz/climate.py:79:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/senz/climate.py:84:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/senz/climate.py:89:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/senz/climate.py:96:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/senz/sensor.py
  <CWD>/homeassistant/components/senz/sensor.py:73:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SenzSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/senz/sensor.py:73:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SenzSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/senz/sensor.py:85:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/senz/sensor.py:90:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/serial/sensor.py
  <CWD>/homeassistant/components/serial/sensor.py:36:35 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:37:33 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:38:35 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:51:32 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:52:32 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:53:32 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:54:32 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:59:32 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:60:32 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:61:32 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:62:32 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:63:32 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:68:32 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:69:32 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:70:32 - error: "serial" is not exported from module "serial_asyncio_fast" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/serial/sensor.py:243:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/serial/sensor.py:248:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/serial/sensor.py:253:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/serial_pm/sensor.py
  <CWD>/homeassistant/components/serial_pm/sensor.py:7:6 - error: Import "pmsensor" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/serial_pm/sensor.py:83:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/serial_pm/sensor.py:88:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/serial_pm/sensor.py:93:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sesame/lock.py
  <CWD>/homeassistant/components/sesame/lock.py:7:8 - error: Import "pysesame2" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/sesame/lock.py:56:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sesame/lock.py:61:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sesame/lock.py:66:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sesame/lock.py:89:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/seventeentrack/sensor.py
  <CWD>/homeassistant/components/seventeentrack/sensor.py:32:7 - error: Base classes for class "SeventeenTrackSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/seventeentrack/sensor.py:42:35 - error: Argument of type "set[tuple[Literal['seventeentrack'], str | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/seventeentrack/sensor.py:70:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/seventeentrack/services.py
  <CWD>/homeassistant/components/seventeentrack/services.py:141:44 - error: Cannot access attribute "isoformat" for class "str"
    Attribute "isoformat" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/sfr_box/binary_sensor.py
  <CWD>/homeassistant/components/sfr_box/binary_sensor.py:89:7 - error: Base classes for class "SFRBoxBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sfr_box/binary_sensor.py:92:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SFRBoxBinarySensorEntityDescription[_T@SFRBoxBinarySensor]" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sfr_box/binary_sensor.py:95:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sfr_box/button.py
  <CWD>/homeassistant/components/sfr_box/button.py:85:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "SFRBoxButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sfr_box/button.py:98:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/sfr_box/entity.py
  <CWD>/homeassistant/components/sfr_box/entity.py:29:7 - error: Base classes for class "SFRCoordinatorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sfr_box/sensor.py
  <CWD>/homeassistant/components/sfr_box/sensor.py:245:7 - error: Base classes for class "SFRBoxSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sfr_box/sensor.py:248:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SFRBoxSensorEntityDescription[_T@SFRBoxSensor]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sfr_box/sensor.py:251:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sharkiq/coordinator.py
  <CWD>/homeassistant/components/sharkiq/coordinator.py:74:19 - error: Operator "-" not supported for "None" (reportOptionalOperand)
<CWD>/homeassistant/components/sharkiq/vacuum.py
  <CWD>/homeassistant/components/sharkiq/vacuum.py:154:9 - error: "activity" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[VacuumActivity | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sharkiq/vacuum.py:167:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sharkiq/vacuum.py:173:9 - error: "battery_level" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sharkiq/vacuum.py:221:9 - error: "fan_speed" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sharkiq/vacuum.py:233:36 - error: Argument of type "PowerModes | None" cannot be assigned to parameter "value" of type "PropertyValue" in function "async_set_property_value"
    Type "PowerModes | None" is not assignable to type "PropertyValue"
      Type "None" is not assignable to type "PropertyValue"
        "None" is not assignable to "str"
        "None" is not assignable to "int"
        "None" is not assignable to "Enum" (reportArgumentType)
  <CWD>/homeassistant/components/sharkiq/vacuum.py:262:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/shell_command/__init__.py
  <CWD>/homeassistant/components/shell_command/__init__.py:80:47 - error: Argument of type "Any | None" cannot be assigned to parameter "s" of type "str | _ShlexInstream" in function "split"
    Type "Any | None" is not assignable to type "str | _ShlexInstream"
      Type "None" is not assignable to type "str | _ShlexInstream"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "_ShlexInstream"
          "read" is not present
          "readline" is not present
          "close" is not present (reportArgumentType)
<CWD>/homeassistant/components/shelly/binary_sensor.py
  <CWD>/homeassistant/components/shelly/binary_sensor.py:65:7 - error: Base classes for class "RpcBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:68:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcBinarySensorDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:68:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RpcBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:71:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:411:7 - error: Base classes for class "BlockBinarySensor" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:411:7 - error: Base classes for class "BlockBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:414:5 - error: "entity_description" overrides symbol of same name in class "ShellyBlockAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "BlockBinarySensorDescription" is not the same as base type "BlockEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:414:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "BlockBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:417:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:422:7 - error: Base classes for class "RestBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:425:5 - error: "entity_description" overrides symbol of same name in class "ShellyRestAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RestBinarySensorDescription" is not the same as base type "RestEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:425:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RestBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:428:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:433:7 - error: Base classes for class "BlockSleepingBinarySensor" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:433:7 - error: Base classes for class "BlockSleepingBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:433:7 - error: Base classes for class "BlockSleepingBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:433:7 - error: Base classes for class "BlockSleepingBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:433:7 - error: Base classes for class "BlockSleepingBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:438:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "BlockBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:438:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BlockBinarySensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:446:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:457:7 - error: Base classes for class "RpcSleepingBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:457:7 - error: Base classes for class "RpcSleepingBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:457:7 - error: Base classes for class "RpcSleepingBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:457:7 - error: Base classes for class "RpcSleepingBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:462:5 - error: "entity_description" overrides symbol of same name in class "ShellySleepingRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcBinarySensorDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:462:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "RpcBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:462:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RpcBinarySensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/binary_sensor.py:470:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/shelly/button.py
  <CWD>/homeassistant/components/shelly/button.py:254:7 - error: Base classes for class "ShellyBaseButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/button.py:274:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ShellyButtonDescription[ShellyRpcCoordinator | ShellyBlockCoordinator]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/button.py:274:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "ShellyButtonDescription[ShellyRpcCoordinator | ShellyBlockCoordinator]" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/button.py:336:7 - error: Base classes for class "ShellyBluTrvButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/button.py:339:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcButtonDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/button.py:339:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "RpcButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/button.py:365:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/button.py:370:7 - error: Base classes for class "RpcVirtualButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/button.py:373:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcButtonDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/button.py:373:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "RpcButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/button.py:390:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/button.py:401:5 - error: "entity_description" overrides symbol of same name in class "ShellySleepingRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcButtonDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/button.py:401:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "RpcButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/button.py:418:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/button.py:427:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/shelly/climate.py
  <CWD>/homeassistant/components/shelly/climate.py:82:7 - error: Base classes for class "RpcLinkedgoThermostatClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:85:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcClimateDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:85:5 - error: "entity_description" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "RpcClimateDescription" is not the same as base type "ClimateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:147:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:155:9 - error: "target_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:163:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:178:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:186:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:191:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:202:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:395:7 - error: Base classes for class "BlockSleepingClimate" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:395:7 - error: Base classes for class "BlockSleepingClimate" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:395:7 - error: Base classes for class "BlockSleepingClimate" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:395:7 - error: Base classes for class "BlockSleepingClimate" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:395:7 - error: Base classes for class "BlockSleepingClimate" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:455:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:460:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:476:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:492:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:499:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:512:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:521:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:533:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:683:7 - error: Base classes for class "RpcClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:713:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:718:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:723:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:731:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:739:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:761:7 - error: Base classes for class "RpcBluTrvClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:788:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:796:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:801:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/climate.py:809:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/shelly/config_flow.py
  <CWD>/homeassistant/components/shelly/config_flow.py:310:21 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/shelly/config_flow.py:311:21 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/shelly/config_flow.py:403:25 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/shelly/coordinator.py
  <CWD>/homeassistant/components/shelly/coordinator.py:245:12 - error: "new_sleep_period" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/shelly/coordinator.py:246:39 - error: "new_sleep_period" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/shelly/cover.py
  <CWD>/homeassistant/components/shelly/cover.py:104:7 - error: Base classes for class "BlockShellyCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:107:5 - error: "entity_description" overrides symbol of same name in class "ShellyBlockAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "BlockCoverDescription" is not the same as base type "BlockEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:107:5 - error: "entity_description" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "BlockCoverDescription" is not the same as base type "CoverEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:123:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:125:18 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:125:18 - error: "_attr_supported_features" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "CoverEntityFeature | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:128:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:136:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:144:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:152:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:188:7 - error: Base classes for class "RpcShellyCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:191:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcCoverDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:191:5 - error: "entity_description" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "RpcCoverDescription" is not the same as base type "CoverEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:207:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:212:18 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:212:18 - error: "_attr_supported_features" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "CoverEntityFeature | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:220:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:225:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:233:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:241:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:246:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/cover.py:280:15 - error: Method "async_close_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/cover.py:285:15 - error: Method "async_open_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/cover.py:290:15 - error: Method "async_set_cover_position" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/cover.py:297:15 - error: Method "async_stop_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/cover.py:302:15 - error: Method "async_open_cover_tilt" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/cover.py:307:15 - error: Method "async_close_cover_tilt" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/cover.py:312:15 - error: Method "async_set_cover_tilt_position" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/cover.py:319:15 - error: Method "async_stop_cover_tilt" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/shelly/entity.py
  <CWD>/homeassistant/components/shelly/entity.py:467:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BlockEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/entity.py:469:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/entity.py:483:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/entity.py:509:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RestEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/entity.py:547:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RpcEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/entity.py:594:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/shelly/event.py
  <CWD>/homeassistant/components/shelly/event.py:178:7 - error: Base classes for class "ShellyBlockEvent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/event.py:198:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ShellyBlockEventDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/event.py:198:14 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "ShellyBlockEventDescription" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/event.py:226:7 - error: Base classes for class "ShellyRpcEvent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/event.py:243:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ShellyRpcEventDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/event.py:243:14 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "ShellyRpcEventDescription" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/shelly/light.py
  <CWD>/homeassistant/components/shelly/light.py:107:7 - error: Base classes for class "BlockShellyLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:110:5 - error: "entity_description" overrides symbol of same name in class "ShellyBlockAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "BlockLightDescription" is not the same as base type "BlockEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:110:5 - error: "entity_description" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "BlockLightDescription" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:123:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:124:14 - error: "_attr_supported_color_modes" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "set[str]" is not the same as base type "set[ColorMode] | set[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:151:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:177:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:190:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:206:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:219:9 - error: "rgbw_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:241:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:249:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:365:7 - error: Base classes for class "RpcShellyLightBase" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:368:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcLightDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:368:5 - error: "entity_description" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "RpcLightDescription" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:383:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:388:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:393:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:398:9 - error: "rgbw_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/light.py:505:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/shelly/number.py
  <CWD>/homeassistant/components/shelly/number.py:81:7 - error: Base classes for class "RpcNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/number.py:84:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcNumberDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/number.py:84:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "RpcNumberDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/number.py:85:5 - error: "attribute_value" incorrectly overrides property of same name in class "ShellyRpcAttributeEntity" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/number.py:115:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/number.py:120:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/number.py:397:7 - error: Base classes for class "BlockSleepingNumber" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/number.py:397:7 - error: Base classes for class "BlockSleepingNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/number.py:400:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "BlockNumberDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/number.py:423:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/shelly/repairs.py
  <CWD>/homeassistant/components/shelly/repairs.py:224:16 - error: Could not access item in TypedDict
    "restart_required" is not a required key in "ShellyWsSetConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/shelly/select.py
  <CWD>/homeassistant/components/shelly/select.py:43:7 - error: Base classes for class "RpcSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/select.py:46:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcSelectDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/select.py:46:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "RpcSelectDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/select.py:66:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/select.py:74:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/shelly/sensor.py
  <CWD>/homeassistant/components/shelly/sensor.py:94:7 - error: Base classes for class "RpcSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:97:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcSensorDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:97:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RpcSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:134:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1808:7 - error: Base classes for class "BlockSensor" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1808:7 - error: Base classes for class "BlockSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1811:5 - error: "entity_description" overrides symbol of same name in class "ShellyBlockAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "BlockSensorDescription" is not the same as base type "BlockEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1811:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "BlockSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1829:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1834:7 - error: Base classes for class "RestSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1837:5 - error: "entity_description" overrides symbol of same name in class "ShellyRestAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RestSensorDescription" is not the same as base type "RestEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1837:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RestSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1852:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1857:7 - error: Base classes for class "BlockSleepingSensor" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1857:7 - error: Base classes for class "BlockSleepingSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1860:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "BlockSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1883:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1894:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1905:7 - error: Base classes for class "RpcSleepingSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1908:5 - error: "entity_description" overrides symbol of same name in class "ShellySleepingRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcSensorDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1908:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "RpcSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1931:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/sensor.py:1942:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/shelly/switch.py
  <CWD>/homeassistant/components/shelly/switch.py:408:7 - error: Base classes for class "BlockSleepingMotionSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:408:7 - error: Base classes for class "BlockSleepingMotionSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:408:7 - error: Base classes for class "BlockSleepingMotionSwitch" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:408:7 - error: Base classes for class "BlockSleepingMotionSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:408:7 - error: Base classes for class "BlockSleepingMotionSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:413:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BlockSwitchDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:413:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "BlockSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:431:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:458:7 - error: Base classes for class "BlockRelaySwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:461:5 - error: "entity_description" overrides symbol of same name in class "ShellyBlockAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "BlockSwitchDescription" is not the same as base type "BlockEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:461:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "BlockSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:473:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:476:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:500:7 - error: Base classes for class "RpcSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:503:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcSwitchDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:503:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "RpcSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:523:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/switch.py:528:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/switch.py:539:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/shelly/text.py
  <CWD>/homeassistant/components/shelly/text.py:94:7 - error: Base classes for class "RpcText" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/text.py:97:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcTextDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/text.py:97:5 - error: "entity_description" overrides symbol of same name in class "TextEntity"
    Variable is mutable so its type is invariant
      Override type "RpcTextDescription" is not the same as base type "TextEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/text.py:98:5 - error: "attribute_value" incorrectly overrides property of same name in class "ShellyRpcAttributeEntity" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shelly/text.py:102:9 - error: "native_value" overrides symbol of same name in class "TextEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/text.py:107:15 - error: Method "async_set_value" overrides class "TextEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/shelly/update.py
  <CWD>/homeassistant/components/shelly/update.py:162:7 - error: Base classes for class "RestUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:168:5 - error: "entity_description" overrides symbol of same name in class "ShellyRestAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RestUpdateDescription" is not the same as base type "RestEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:168:5 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "RestUpdateDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:189:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:194:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:205:9 - error: "in_progress" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:258:7 - error: Base classes for class "RpcUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:264:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcUpdateDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:264:5 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "RpcUpdateDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:306:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:311:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:320:9 - error: "in_progress" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:325:9 - error: "update_percentage" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[int | float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:372:7 - error: Base classes for class "RpcSleepingUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:372:7 - error: Base classes for class "RpcSleepingUpdateEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:372:7 - error: Base classes for class "RpcSleepingUpdateEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:372:7 - error: Base classes for class "RpcSleepingUpdateEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:372:7 - error: Base classes for class "RpcSleepingUpdateEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:372:7 - error: Base classes for class "RpcSleepingUpdateEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:372:7 - error: Base classes for class "RpcSleepingUpdateEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:372:7 - error: Base classes for class "RpcSleepingUpdateEntity" define variable "entity_category" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:377:5 - error: "entity_description" overrides symbol of same name in class "ShellySleepingRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcUpdateDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:377:5 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "RpcUpdateDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:377:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "RpcUpdateDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:399:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:410:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/update.py:425:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/shelly/utils.py
  <CWD>/homeassistant/components/shelly/utils.py:235:17 - error: "diff" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/shelly/utils.py:790:50 - error: Could not access item in TypedDict
    "data" is not a required key in "ShellyScriptCode", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/shelly/valve.py
  <CWD>/homeassistant/components/shelly/valve.py:60:7 - error: Base classes for class "RpcShellyBaseWaterValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/valve.py:63:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "RpcValveDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/valve.py:63:5 - error: "entity_description" overrides symbol of same name in class "ValveEntity"
    Variable is mutable so its type is invariant
      Override type "RpcValveDescription" is not the same as base type "ValveEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/valve.py:225:7 - error: Base classes for class "BlockShellyValve" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/valve.py:225:7 - error: Base classes for class "BlockShellyValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/valve.py:228:5 - error: "entity_description" overrides symbol of same name in class "ShellyBlockAttributeEntity"
    Variable is mutable so its type is invariant
      Override type "BlockValveDescription" is not the same as base type "BlockEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/shelly/valve.py:228:5 - error: "entity_description" overrides symbol of same name in class "ValveEntity"
    Variable is mutable so its type is invariant
      Override type "BlockValveDescription" is not the same as base type "ValveEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/shodan/sensor.py
  <CWD>/homeassistant/components/shodan/sensor.py:49:30 - error: "Shodan" is not a known attribute of module "shodan" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/shodan/sensor.py:52:19 - error: "exception" is not a known attribute of module "shodan" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/shodan/sensor.py:80:36 - error: "Shodan" is not a known attribute of module "shodan" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/shopping_list/intent.py
  <CWD>/homeassistant/components/shopping_list/intent.py:27:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shopping_list/intent.py:27:19 - error: Type "dict[str, (value: Any) -> str]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/shopping_list/intent.py:46:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shopping_list/intent.py:46:19 - error: Type "dict[str, (value: Any) -> str]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/shopping_list/intent.py:72:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/shopping_list/intent.py:72:19 - error: Type "dict[str, (value: Any) -> str]" is not assignable to declared type "property" (reportAssignmentType)
<CWD>/homeassistant/components/shopping_list/todo.py
  <CWD>/homeassistant/components/shopping_list/todo.py:92:9 - error: "todo_items" overrides symbol of same name in class "TodoListEntity"
    "property" is not assignable to "cached_property[list[TodoItem] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sia/alarm_control_panel.py
  <CWD>/homeassistant/components/sia/alarm_control_panel.py:9:24 - error: "SIAEvent" is not exported from module "pysiaalarm"
    Import from "pysiaalarm.event" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sia/alarm_control_panel.py:90:5 - error: "entity_description" overrides symbol of same name in class "SIABaseEntity"
    Variable is mutable so its type is invariant
      Override type "SIAAlarmControlPanelEntityDescription" is not the same as base type "SIAEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sia/alarm_control_panel.py:90:5 - error: "entity_description" overrides symbol of same name in class "AlarmControlPanelEntity"
    Variable is mutable so its type is invariant
      Override type "SIAAlarmControlPanelEntityDescription" is not the same as base type "AlarmControlPanelEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sia/binary_sensor.py
  <CWD>/homeassistant/components/sia/binary_sensor.py:9:24 - error: "SIAEvent" is not exported from module "pysiaalarm"
    Import from "pysiaalarm.event" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sia/binary_sensor.py:117:5 - error: "entity_description" overrides symbol of same name in class "SIABaseEntity"
    Variable is mutable so its type is invariant
      Override type "SIABinarySensorEntityDescription" is not the same as base type "SIAEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sia/binary_sensor.py:117:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SIABinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sia/config_flow.py
  <CWD>/homeassistant/components/sia/config_flow.py:11:5 - error: "InvalidAccountFormatError" is not exported from module "pysiaalarm"
    Import from "pysiaalarm.errors" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sia/config_flow.py:12:5 - error: "InvalidAccountLengthError" is not exported from module "pysiaalarm"
    Import from "pysiaalarm.errors" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sia/config_flow.py:13:5 - error: "InvalidKeyFormatError" is not exported from module "pysiaalarm"
    Import from "pysiaalarm.errors" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sia/config_flow.py:14:5 - error: "InvalidKeyLengthError" is not exported from module "pysiaalarm"
    Import from "pysiaalarm.errors" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sia/config_flow.py:15:5 - error: "SIAAccount" is not exported from module "pysiaalarm"
    Import from "pysiaalarm.account" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/sia/entity.py
  <CWD>/homeassistant/components/sia/entity.py:9:24 - error: "SIAEvent" is not exported from module "pysiaalarm"
    Import from "pysiaalarm.event" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sia/entity.py:68:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SIAEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sia/hub.py
  <CWD>/homeassistant/components/sia/hub.py:9:64 - error: "SIAClient" is not exported from module "pysiaalarm.aio"
    Import from "pysiaalarm.aio.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/sia/utils.py
  <CWD>/homeassistant/components/sia/utils.py:8:24 - error: "SIAEvent" is not exported from module "pysiaalarm"
    Import from "pysiaalarm.event" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sia/utils.py:9:30 - error: "MessageTypes" is not exported from module "pysiaalarm.utils"
    Import from "pysiaalarm.utils.enums" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/sigfox/sensor.py
  <CWD>/homeassistant/components/sigfox/sensor.py:155:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sigfox/sensor.py:160:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sigfox/sensor.py:165:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sighthound/image_processing.py
  <CWD>/homeassistant/components/sighthound/image_processing.py:141:44 - error: Argument of type "int | None" cannot be assigned to parameter "img_width" of type "int" in function "bbox_to_tf_style"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/sighthound/image_processing.py:141:63 - error: Argument of type "int | None" cannot be assigned to parameter "img_height" of type "int" in function "bbox_to_tf_style"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/sighthound/image_processing.py:176:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/simplefin/binary_sensor.py
  <CWD>/homeassistant/components/simplefin/binary_sensor.py:60:7 - error: Base classes for class "SimpleFinBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/simplefin/binary_sensor.py:63:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SimpleFinBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/simplefin/binary_sensor.py:66:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/simplefin/entity.py
  <CWD>/homeassistant/components/simplefin/entity.py:43:16 - error: Type "Account | None" is not assignable to return type "Account"
    Type "Account | None" is not assignable to type "Account"
      "None" is not assignable to "Account" (reportReturnType)
<CWD>/homeassistant/components/simplefin/sensor.py
  <CWD>/homeassistant/components/simplefin/sensor.py:43:17 - error: Argument of type "(account: Account) -> AccountType" cannot be assigned to parameter "icon_fn" of type "((Account) -> str) | None" in function "__init__"
    Type "(account: Account) -> AccountType" is not assignable to type "((Account) -> str) | None"
      Type "(account: Account) -> AccountType" is not assignable to type "(Account) -> str"
        Function return type "AccountType" is incompatible with type "str"
          "AccountType" is not assignable to "str"
      "FunctionType" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/simplefin/sensor.py:76:7 - error: Base classes for class "SimpleFinSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/simplefin/sensor.py:79:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SimpleFinSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/simplefin/sensor.py:82:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/simplefin/sensor.py:87:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/simplefin/sensor.py:95:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/simplisafe/__init__.py
  <CWD>/homeassistant/components/simplisafe/__init__.py:10:22 - error: "API" is not exported from module "simplipy"
    Import from "simplipy.api" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/simplisafe/alarm_control_panel.py
  <CWD>/homeassistant/components/simplisafe/alarm_control_panel.py:118:7 - error: Base classes for class "SimpliSafeAlarm" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/simplisafe/binary_sensor.py
  <CWD>/homeassistant/components/simplisafe/binary_sensor.py:95:7 - error: Base classes for class "TriggeredBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/simplisafe/binary_sensor.py:117:7 - error: Base classes for class "BatteryBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/simplisafe/button.py
  <CWD>/homeassistant/components/simplisafe/button.py:65:7 - error: Base classes for class "SimpliSafeButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/simplisafe/button.py:81:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SimpliSafeButtonDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/simplisafe/button.py:81:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "SimpliSafeButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/simplisafe/config_flow.py
  <CWD>/homeassistant/components/simplisafe/config_flow.py:8:22 - error: "API" is not exported from module "simplipy"
    Import from "simplipy.api" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/simplisafe/config_flow.py:143:34 - error: "simplisafe" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/simplisafe/config_flow.py:144:64 - error: "simplisafe" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/simplisafe/lock.py
  <CWD>/homeassistant/components/simplisafe/lock.py:54:7 - error: Base classes for class "SimpliSafeLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/simplisafe/sensor.py
  <CWD>/homeassistant/components/simplisafe/sensor.py:47:7 - error: Base classes for class "SimplisafeFreezeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sinch/notify.py
  <CWD>/homeassistant/components/sinch/notify.py:7:6 - error: Import "clx.xms.api" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/sinch/notify.py:8:6 - error: Import "clx.xms.client" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/sinch/notify.py:9:6 - error: Import "clx.xms.exceptions" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/siren/__init__.py
  <CWD>/homeassistant/components/siren/__init__.py:161:5 - error: "entity_description" overrides symbol of same name in class "ToggleEntity"
    Variable is mutable so its type is invariant
      Override type "SirenEntityDescription" is not the same as base type "ToggleEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/siren/__init__.py:163:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SirenEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/siren/__init__.py:167:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sisyphus/__init__.py
  <CWD>/homeassistant/components/sisyphus/__init__.py:6:6 - error: Import "sisyphus_control" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/sisyphus/light.py
  <CWD>/homeassistant/components/sisyphus/light.py:61:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/light.py:66:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/light.py:71:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/light.py:76:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/light.py:81:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sisyphus/media_player.py
  <CWD>/homeassistant/components/sisyphus/media_player.py:6:6 - error: Import "sisyphus_control" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/sisyphus/media_player.py:73:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:78:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:83:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:88:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:103:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:108:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:117:9 - error: "media_playlist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:122:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:127:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:132:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:137:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:142:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:150:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sisyphus/media_player.py:155:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sky_hub/device_tracker.py
  <CWD>/homeassistant/components/sky_hub/device_tracker.py:7:6 - error: Import "pyskyqhub.skyq_hub" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/skybeacon/sensor.py
  <CWD>/homeassistant/components/skybeacon/sensor.py:9:6 - error: Import "pygatt" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/skybeacon/sensor.py:10:6 - error: Import "pygatt.backends" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/skybeacon/sensor.py:11:6 - error: Import "pygatt.exceptions" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/skybeacon/sensor.py:90:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/skybeacon/sensor.py:95:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/skybeacon/sensor.py:100:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/skybeacon/sensor.py:117:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/skybeacon/sensor.py:122:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/skybeacon/sensor.py:127:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/skybell/binary_sensor.py
  <CWD>/homeassistant/components/skybell/binary_sensor.py:46:7 - error: Base classes for class "SkybellBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/skybell/camera.py
  <CWD>/homeassistant/components/skybell/camera.py:82:17 - error: Argument of type "StreamReader" cannot be assigned to parameter "stream" of type "StreamReader" in function "async_aiohttp_proxy_stream"
    "asyncio.streams.StreamReader" is not assignable to "aiohttp.streams.StreamReader" (reportArgumentType)
<CWD>/homeassistant/components/skybell/coordinator.py
  <CWD>/homeassistant/components/skybell/coordinator.py:5:24 - error: "SkybellDevice" is not exported from module "aioskybell"
    Import from "aioskybell.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/skybell/coordinator.py:5:39 - error: "SkybellException" is not exported from module "aioskybell"
    Import from "aioskybell.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/skybell/entity.py
  <CWD>/homeassistant/components/skybell/entity.py:5:24 - error: "SkybellDevice" is not exported from module "aioskybell"
    Import from "aioskybell.device" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/skybell/light.py
  <CWD>/homeassistant/components/skybell/light.py:36:7 - error: Base classes for class "SkybellLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/skybell/light.py:56:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/skybell/light.py:61:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/skybell/light.py:66:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/skybell/sensor.py
  <CWD>/homeassistant/components/skybell/sensor.py:9:24 - error: "SkybellDevice" is not exported from module "aioskybell"
    Import from "aioskybell.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/skybell/sensor.py:104:7 - error: Base classes for class "SkybellSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/skybell/sensor.py:107:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SkybellSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/skybell/sensor.py:110:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/skybell/switch.py
  <CWD>/homeassistant/components/skybell/switch.py:44:7 - error: Base classes for class "SkybellSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/skybell/switch.py:56:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/slack/config_flow.py
  <CWD>/homeassistant/components/slack/config_flow.py:8:40 - error: "AsyncSlackResponse" is not exported from module "slack_sdk.web.async_client"
    Import from "slack_sdk.web.async_slack_response" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/slack/config_flow.py:46:27 - error: Argument of type "str | None" cannot be assigned to parameter "title" of type "str" in function "async_create_entry"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/slack/notify.py
  <CWD>/homeassistant/components/slack/notify.py:173:25 - error: Argument of type "list[str]" cannot be assigned to parameter "channel_ids" of type "list[str | None]" in function "upload_file_to_slack"
    "list[str]" is not assignable to "list[str | None]"
      Type parameter "_T@list" is invariant, but "str" is not the same as "str | None"
      Consider switching from "list" to "Sequence" which is covariant (reportArgumentType)
  <CWD>/homeassistant/components/slack/notify.py:223:25 - error: Argument of type "list[str]" cannot be assigned to parameter "channel_ids" of type "list[str | None]" in function "upload_file_to_slack"
    "list[str]" is not assignable to "list[str | None]"
      Type parameter "_T@list" is invariant, but "str" is not the same as "str | None"
      Consider switching from "list" to "Sequence" which is covariant (reportArgumentType)
<CWD>/homeassistant/components/sleep_as_android/event.py
  <CWD>/homeassistant/components/sleep_as_android/event.py:27:5 - error: "event_types" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/sleep_as_android/event.py:152:5 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "SleepAsAndroidEventEntityDescription" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sleepiq/__init__.py
  <CWD>/homeassistant/components/sleepiq/__init__.py:9:5 - error: "AsyncSleepIQ" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.asyncsleepiq" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/__init__.py:10:5 - error: "SleepIQAPIException" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/__init__.py:11:5 - error: "SleepIQLoginException" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/__init__.py:12:5 - error: "SleepIQTimeoutException" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/sleepiq/binary_sensor.py
  <CWD>/homeassistant/components/sleepiq/binary_sensor.py:3:26 - error: "SleepIQBed" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.bed" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/binary_sensor.py:3:38 - error: "SleepIQSleeper" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.sleeper" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/binary_sensor.py:32:7 - error: Base classes for class "IsInBedBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sleepiq/button.py
  <CWD>/homeassistant/components/sleepiq/button.py:9:26 - error: "SleepIQBed" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.bed" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/button.py:71:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SleepIQButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sleepiq/button.py:71:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "SleepIQButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sleepiq/config_flow.py
  <CWD>/homeassistant/components/sleepiq/config_flow.py:9:26 - error: "AsyncSleepIQ" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.asyncsleepiq" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/config_flow.py:9:40 - error: "SleepIQLoginException" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/config_flow.py:9:63 - error: "SleepIQTimeoutException" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/sleepiq/coordinator.py
  <CWD>/homeassistant/components/sleepiq/coordinator.py:8:26 - error: "AsyncSleepIQ" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.asyncsleepiq" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/sleepiq/entity.py
  <CWD>/homeassistant/components/sleepiq/entity.py:5:26 - error: "SleepIQBed" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.bed" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/entity.py:5:38 - error: "SleepIQSleeper" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.sleeper" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/sleepiq/light.py
  <CWD>/homeassistant/components/sleepiq/light.py:6:26 - error: "SleepIQBed" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.bed" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/light.py:6:38 - error: "SleepIQLight" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.light" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/light.py:34:7 - error: Base classes for class "SleepIQLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sleepiq/number.py
  <CWD>/homeassistant/components/sleepiq/number.py:12:5 - error: "SleepIQActuator" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.actuator" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/number.py:13:5 - error: "SleepIQBed" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.bed" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/number.py:14:5 - error: "SleepIQCoreClimate" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.core_climate" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/number.py:15:5 - error: "SleepIQFootWarmer" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.foot_warmer" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/number.py:16:5 - error: "SleepIQSleeper" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.sleeper" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/number.py:231:7 - error: Base classes for class "SleepIQNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sleepiq/number.py:245:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SleepIQNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sleepiq/number.py:245:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "SleepIQNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sleepiq/select.py
  <CWD>/homeassistant/components/sleepiq/select.py:9:5 - error: "SleepIQBed" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.bed" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/select.py:10:5 - error: "SleepIQCoreClimate" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.core_climate" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/select.py:11:5 - error: "SleepIQFootWarmer" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.foot_warmer" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/select.py:12:5 - error: "SleepIQPreset" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.preset" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/select.py:49:7 - error: Base classes for class "SleepIQSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sleepiq/select.py:83:7 - error: Base classes for class "SleepIQFootWarmingTempSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sleepiq/select.py:126:7 - error: Base classes for class "SleepIQCoreTempSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sleepiq/sensor.py
  <CWD>/homeassistant/components/sleepiq/sensor.py:5:26 - error: "SleepIQBed" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.bed" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/sensor.py:5:38 - error: "SleepIQSleeper" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.sleeper" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/sensor.py:34:7 - error: Base classes for class "SleepIQSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sleepiq/switch.py
  <CWD>/homeassistant/components/sleepiq/switch.py:7:26 - error: "SleepIQBed" is not exported from module "asyncsleepiq"
    Import from "asyncsleepiq.bed" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/sleepiq/switch.py:32:7 - error: Base classes for class "SleepNumberPrivateSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/slide/cover.py
  <CWD>/homeassistant/components/slide/cover.py:60:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/slide/cover.py:65:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/slide/cover.py:70:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/slide/cover.py:77:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/slide/cover.py:82:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/slide_local/button.py
  <CWD>/homeassistant/components/slide_local/button.py:37:7 - error: Base classes for class "SlideButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/slide_local/cover.py
  <CWD>/homeassistant/components/slide_local/cover.py:41:7 - error: Base classes for class "SlideCoverLocal" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/slide_local/cover.py:60:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/slide_local/cover.py:65:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/slide_local/cover.py:70:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/slide_local/cover.py:75:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/slide_local/switch.py
  <CWD>/homeassistant/components/slide_local/switch.py:39:7 - error: Base classes for class "SlideSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/slide_local/switch.py:52:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/slimproto/media_player.py
  <CWD>/homeassistant/components/slimproto/media_player.py:66:32 - error: Argument of type "SlimClient | None" cannot be assigned to parameter "player" of type "SlimClient" in function "async_add_player"
    Type "SlimClient | None" is not assignable to type "SlimClient"
      "None" is not assignable to "SlimClient" (reportArgumentType)
  <CWD>/homeassistant/components/slimproto/media_player.py:70:30 - error: Argument of type "(event: SlimEvent) -> CoroutineType[Any, Any, None]" cannot be assigned to parameter "cb_func" of type "EventCallBackType" in function "subscribe"
    Type "(event: SlimEvent) -> CoroutineType[Any, Any, None]" is not assignable to type "EventCallBackType"
      Function return type "CoroutineType[Any, Any, None]" is incompatible with type "None"
        "CoroutineType[Any, Any, None]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/slimproto/media_player.py:120:17 - error: Argument of type "(event: SlimEvent) -> CoroutineType[Any, Any, None]" cannot be assigned to parameter "cb_func" of type "EventCallBackType" in function "subscribe"
    Type "(event: SlimEvent) -> CoroutineType[Any, Any, None]" is not assignable to type "EventCallBackType"
      Function return type "CoroutineType[Any, Any, None]" is incompatible with type "None"
        "CoroutineType[Any, Any, None]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/slimproto/media_player.py:121:17 - error: Argument of type "tuple[Literal[EventType.PLAYER_UPDATED], Literal[EventType.PLAYER_CONNECTED], Literal[EventType.PLAYER_DISCONNECTED], Literal[EventType.PLAYER_NAME_RECEIVED], Literal[EventType.PLAYER_CLI_EVENT]]" cannot be assigned to parameter "event_filter" of type "EventType | tuple[EventType] | None" in function "subscribe"
    Type "tuple[Literal[EventType.PLAYER_UPDATED], Literal[EventType.PLAYER_CONNECTED], Literal[EventType.PLAYER_DISCONNECTED], Literal[EventType.PLAYER_NAME_RECEIVED], Literal[EventType.PLAYER_CLI_EVENT]]" is not assignable to type "EventType | tuple[EventType] | None"
      "tuple[Literal[EventType.PLAYER_UPDATED], Literal[EventType.PLAYER_CONNECTED], Literal[EventType.PLAYER_DISCONNECTED], Literal[EventType.PLAYER_NAME_RECEIVED], Literal[EventType.PLAYER_CLI_EVENT]]" is not assignable to "EventType"
      "tuple[Literal[EventType.PLAYER_UPDATED], Literal[EventType.PLAYER_CONNECTED], Literal[EventType.PLAYER_DISCONNECTED], Literal[EventType.PLAYER_NAME_RECEIVED], Literal[EventType.PLAYER_CLI_EVENT]]" is not assignable to "tuple[EventType]"
        Tuple size mismatch; expected 1 but received 5
      "tuple[Literal[EventType.PLAYER_UPDATED], Literal[EventType.PLAYER_CONNECTED], Literal[EventType.PLAYER_DISCONNECTED], Literal[EventType.PLAYER_NAME_RECEIVED], Literal[EventType.PLAYER_CLI_EVENT]]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/slimproto/media_player.py:128:43 - error: "player_id" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:133:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/slimproto/media_player.py:135:28 - error: "connected" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:138:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/slimproto/media_player.py:140:28 - error: "powered" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:142:42 - error: "state" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:147:47 - error: "volume_level" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:148:50 - error: "muted" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:149:37 - error: Cannot assign to attribute "_attr_media_position" for class "SlimProtoPlayer*"
    Type "float" is not assignable to type "int | None"
      "float" is not assignable to "int"
      "float" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/slimproto/media_player.py:149:49 - error: "elapsed_seconds" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:151:42 - error: "current_media" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:169:27 - error: "play" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:173:27 - error: "pause" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:177:27 - error: "stop" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:182:27 - error: "volume_set" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:186:27 - error: "mute" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:190:27 - error: "power" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:194:27 - error: "power" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:213:27 - error: "play_url" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/slimproto/media_player.py:237:17 - error: Expected mapping for dictionary unpack operator (reportGeneralTypeIssues)
<CWD>/homeassistant/components/sma/sensor.py
  <CWD>/homeassistant/components/sma/sensor.py:897:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sma/sensor.py:907:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sma/sensor.py:915:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smappee/sensor.py
  <CWD>/homeassistant/components/smappee/sensor.py:337:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SmappeeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smappee/sensor.py:349:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smappee/sensor.py:362:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smappee/switch.py
  <CWD>/homeassistant/components/smappee/switch.py:91:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smappee/switch.py:106:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smappee/switch.py:138:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smappee/switch.py:146:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smarla/config_flow.py
  <CWD>/homeassistant/components/smarla/config_flow.py:37:35 - error: "serialNumber" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/smarla/entity.py
  <CWD>/homeassistant/components/smarla/entity.py:32:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmarlaEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarla/entity.py:49:30 - error: "add_listener" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/smarla/entity.py:53:30 - error: "remove_listener" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/smarla/number.py
  <CWD>/homeassistant/components/smarla/number.py:51:5 - error: "entity_description" overrides symbol of same name in class "SmarlaBaseEntity"
    Variable is mutable so its type is invariant
      Override type "SmarlaNumberEntityDescription" is not the same as base type "SmarlaEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarla/number.py:51:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "SmarlaNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarla/number.py:56:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smarla/sensor.py
  <CWD>/homeassistant/components/smarla/sensor.py:86:5 - error: "entity_description" overrides symbol of same name in class "SmarlaBaseEntity"
    Variable is mutable so its type is invariant
      Override type "SmarlaSensorEntityDescription" is not the same as base type "SmarlaEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarla/sensor.py:86:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SmarlaSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarla/sensor.py:91:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarla/sensor.py:99:5 - error: "entity_description" overrides symbol of same name in class "SmarlaBaseEntity"
    Variable is mutable so its type is invariant
      Override type "SmarlaSensorEntityDescription" is not the same as base type "SmarlaEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarla/sensor.py:99:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SmarlaSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarla/sensor.py:104:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smarla/switch.py
  <CWD>/homeassistant/components/smarla/switch.py:50:5 - error: "entity_description" overrides symbol of same name in class "SmarlaBaseEntity"
    Variable is mutable so its type is invariant
      Override type "SmarlaSwitchEntityDescription" is not the same as base type "SmarlaEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarla/switch.py:50:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "SmarlaSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarla/switch.py:55:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smart_meter_texas/sensor.py
  <CWD>/homeassistant/components/smart_meter_texas/sensor.py:45:7 - error: Base classes for class "SmartMeterTexasSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smart_meter_texas/sensor.py:45:7 - error: Base classes for class "SmartMeterTexasSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smart_meter_texas/sensor.py:45:7 - error: Base classes for class "SmartMeterTexasSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smart_meter_texas/sensor.py:45:7 - error: Base classes for class "SmartMeterTexasSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smart_meter_texas/sensor.py:45:7 - error: Base classes for class "SmartMeterTexasSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smart_meter_texas/sensor.py:45:7 - error: Base classes for class "SmartMeterTexasSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smart_meter_texas/sensor.py:45:7 - error: Base classes for class "SmartMeterTexasSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smart_meter_texas/sensor.py:45:7 - error: Base classes for class "SmartMeterTexasSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smart_meter_texas/sensor.py:45:7 - error: Base classes for class "SmartMeterTexasSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smart_meter_texas/sensor.py:61:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/binary_sensor.py
  <CWD>/homeassistant/components/smartthings/binary_sensor.py:285:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmartThingsBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/binary_sensor.py:285:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SmartThingsBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/binary_sensor.py:306:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/button.py
  <CWD>/homeassistant/components/smartthings/button.py:70:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmartThingsButtonDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/button.py:70:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "SmartThingsButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/climate.py
  <CWD>/homeassistant/components/smartthings/climate.py:269:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:278:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:285:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:292:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:299:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:311:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:320:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:335:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:348:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:357:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:366:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:497:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:504:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:527:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:534:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:541:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:552:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:559:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:587:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:597:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:678:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:678:9 - error: "supported_features" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[ClimateEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:691:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:701:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:747:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:754:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:765:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/climate.py:772:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/cover.py
  <CWD>/homeassistant/components/smartthings/cover.py:137:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/cover.py:142:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/cover.py:147:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/event.py
  <CWD>/homeassistant/components/smartthings/event.py:54:9 - error: "event_types" overrides symbol of same name in class "EventEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/fan.py
  <CWD>/homeassistant/components/smartthings/fan.py:122:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/fan.py:130:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/fan.py:142:9 - error: "preset_modes" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/light.py
  <CWD>/homeassistant/components/smartthings/light.py:58:7 - error: Base classes for class "SmartThingsLight" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/light.py:58:7 - error: Base classes for class "SmartThingsLight" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/light.py:58:7 - error: Base classes for class "SmartThingsLight" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/light.py:58:7 - error: Base classes for class "SmartThingsLight" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/light.py:58:7 - error: Base classes for class "SmartThingsLight" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/light.py:58:7 - error: Base classes for class "SmartThingsLight" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/light.py:99:14 - error: "_attr_supported_color_modes" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "set[ColorMode]" is not the same as base type "set[ColorMode] | set[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/light.py:232:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/lock.py
  <CWD>/homeassistant/components/smartthings/lock.py:62:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/lock.py:69:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/media_player.py
  <CWD>/homeassistant/components/smartthings/media_player.py:237:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/media_player.py:252:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/media_player.py:267:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/media_player.py:267:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/media_player.py:300:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/media_player.py:307:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/media_player.py:312:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/media_player.py:325:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/media_player.py:339:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/media_player.py:351:9 - error: "repeat" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[RepeatMode | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/number.py
  <CWD>/homeassistant/components/smartthings/number.py:73:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/number.py:82:9 - error: "native_min_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/number.py:87:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/number.py:129:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/number.py:138:9 - error: "native_min_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/number.py:143:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/number.py:190:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/number.py:199:9 - error: "native_min_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/number.py:204:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/number.py:209:9 - error: "native_step" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/scene.py
  <CWD>/homeassistant/components/smartthings/scene.py:40:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/select.py
  <CWD>/homeassistant/components/smartthings/select.py:200:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmartThingsSelectDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/select.py:200:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "SmartThingsSelectDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/select.py:204:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/select.py:221:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/sensor.py
  <CWD>/homeassistant/components/smartthings/sensor.py:1230:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmartThingsSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/sensor.py:1230:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SmartThingsSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/sensor.py:1241:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/sensor.py:1249:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/sensor.py:1264:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/sensor.py:1273:9 - error: "options" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/switch.py
  <CWD>/homeassistant/components/smartthings/switch.py:267:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmartThingsSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/switch.py:267:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "SmartThingsSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/switch.py:292:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/switch.py:305:5 - error: "entity_description" overrides symbol of same name in class "SmartThingsSwitch"
    Variable is mutable so its type is invariant
      Override type "SmartThingsCommandSwitchEntityDescription" is not the same as base type "SmartThingsSwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/update.py
  <CWD>/homeassistant/components/smartthings/update.py:51:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/update.py:58:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/update.py:65:9 - error: "in_progress" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/vacuum.py
  <CWD>/homeassistant/components/smartthings/vacuum.py:60:9 - error: "activity" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[VacuumActivity | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smartthings/water_heater.py
  <CWD>/homeassistant/components/smartthings/water_heater.py:94:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/water_heater.py:122:9 - error: "operation_list" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/water_heater.py:136:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/water_heater.py:147:9 - error: "current_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/water_heater.py:154:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/water_heater.py:161:9 - error: "target_temperature_low" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/water_heater.py:168:9 - error: "target_temperature_high" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smartthings/water_heater.py:175:9 - error: "is_away_mode_on" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smarttub/binary_sensor.py
  <CWD>/homeassistant/components/smarttub/binary_sensor.py:95:7 - error: Base classes for class "SmartTubOnline" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/binary_sensor.py:109:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/binary_sensor.py:114:7 - error: Base classes for class "SmartTubReminder" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/binary_sensor.py:140:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/binary_sensor.py:145:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/binary_sensor.py:163:7 - error: Base classes for class "SmartTubError" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/binary_sensor.py:190:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/binary_sensor.py:195:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/binary_sensor.py:210:7 - error: Base classes for class "SmartTubCoverSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/binary_sensor.py:216:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smarttub/climate.py
  <CWD>/homeassistant/components/smarttub/climate.py:60:7 - error: Base classes for class "SmartTubThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/climate.py:83:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/climate.py:85:49 - error: Cannot access attribute "heater" for class "SpaState"
    Attribute "heater" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/smarttub/climate.py:97:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/climate.py:99:45 - error: Cannot access attribute "heat_mode" for class "SpaState"
    Attribute "heat_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/smarttub/climate.py:102:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/climate.py:107:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smarttub/light.py
  <CWD>/homeassistant/components/smarttub/light.py:43:7 - error: Base classes for class "SmartTubLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/light.py:66:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/light.py:83:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/light.py:88:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/light.py:96:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smarttub/sensor.py
  <CWD>/homeassistant/components/smarttub/sensor.py:93:7 - error: Base classes for class "SmartTubBuiltinSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/sensor.py:97:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/sensor.py:127:27 - error: Cannot access attribute "status" for class "SpaPrimaryFiltrationCycle"
    Attribute "status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/smarttub/sensor.py:130:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/sensor.py:133:39 - error: Cannot access attribute "duration" for class "SpaPrimaryFiltrationCycle"
    Attribute "duration" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/smarttub/sensor.py:134:49 - error: Cannot access attribute "last_updated" for class "SpaPrimaryFiltrationCycle"
    Attribute "last_updated" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/smarttub/sensor.py:135:35 - error: Cannot access attribute "mode" for class "SpaPrimaryFiltrationCycle"
    Attribute "mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/smarttub/sensor.py:136:41 - error: Cannot access attribute "start_hour" for class "SpaPrimaryFiltrationCycle"
    Attribute "start_hour" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/smarttub/sensor.py:167:27 - error: Cannot access attribute "status" for class "SpaSecondaryFiltrationCycle"
    Attribute "status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/smarttub/sensor.py:170:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/sensor.py:173:49 - error: Cannot access attribute "last_updated" for class "SpaSecondaryFiltrationCycle"
    Attribute "last_updated" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/smarttub/sensor.py:174:35 - error: Cannot access attribute "mode" for class "SpaSecondaryFiltrationCycle"
    Attribute "mode" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/smarttub/switch.py
  <CWD>/homeassistant/components/smarttub/switch.py:37:7 - error: Base classes for class "SmartTubPump" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/switch.py:55:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarttub/switch.py:65:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smarty/binary_sensor.py
  <CWD>/homeassistant/components/smarty/binary_sensor.py:67:7 - error: Base classes for class "SmartyBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/binary_sensor.py:79:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmartyBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/binary_sensor.py:79:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SmartyBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/binary_sensor.py:85:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smarty/button.py
  <CWD>/homeassistant/components/smarty/button.py:52:7 - error: Base classes for class "SmartyButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/button.py:64:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmartyButtonDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/button.py:64:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "SmartyButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smarty/fan.py
  <CWD>/homeassistant/components/smarty/fan.py:41:7 - error: Base classes for class "SmartyFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/fan.py:65:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/fan.py:70:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smarty/sensor.py
  <CWD>/homeassistant/components/smarty/sensor.py:99:7 - error: Base classes for class "SmartySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/sensor.py:111:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmartySensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/sensor.py:111:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SmartySensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/sensor.py:117:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smarty/switch.py
  <CWD>/homeassistant/components/smarty/switch.py:56:7 - error: Base classes for class "SmartySwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/switch.py:68:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmartySwitchDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/switch.py:68:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "SmartySwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smarty/switch.py:74:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smhi/entity.py
  <CWD>/homeassistant/components/smhi/entity.py:43:7 - error: Base classes for class "SmhiWeatherEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smhi/entity.py:65:7 - error: Base classes for class "SmhiFireEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smhi/sensor.py
  <CWD>/homeassistant/components/smhi/sensor.py:266:7 - error: Base classes for class "SMHIWeatherSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smhi/sensor.py:279:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SMHIWeatherEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smhi/sensor.py:279:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SMHIWeatherEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smhi/sensor.py:293:7 - error: Base classes for class "SMHIFireSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smhi/sensor.py:306:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SMHIFireEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smhi/sensor.py:306:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SMHIFireEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smhi/weather.py
  <CWD>/homeassistant/components/smhi/weather.py:104:7 - error: Base classes of SmhiWeather are mutually incompatible
    Base class "SingleCoordinatorWeatherEntity[DataUpdateCoordinator[dict[str, Any]]]" derives from "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" which is incompatible with type "CoordinatorEntity[SMHIDataUpdateCoordinator]" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/smhi/weather.py:122:45 - error: Could not access item in TypedDict
    "temperature" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:123:35 - error: Could not access item in TypedDict
    "humidity" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:124:44 - error: Could not access item in TypedDict
    "wind_speed" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:125:39 - error: Could not access item in TypedDict
    "wind_direction" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:126:44 - error: Could not access item in TypedDict
    "visibility" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:127:42 - error: Could not access item in TypedDict
    "pressure" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:128:49 - error: Could not access item in TypedDict
    "wind_gust" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:129:41 - error: Could not access item in TypedDict
    "total_cloud" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:130:54 - error: Could not access item in TypedDict
    "symbol" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:137:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smhi/weather.py:141:48 - error: Could not access item in TypedDict
    "thunder" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:161:43 - error: Could not access item in TypedDict
    "symbol" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:163:28 - error: Could not access item in TypedDict
    "valid_time" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:169:41 - error: Could not access item in TypedDict
    "valid_time" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:170:48 - error: Could not access item in TypedDict
    "temperature_max" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:171:52 - error: Could not access item in TypedDict
    "temperature_min" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:175:24 - error: Could not access item in TypedDict
    "mean_precipitation" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:177:52 - error: Could not access item in TypedDict
    "pressure" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:178:49 - error: Could not access item in TypedDict
    "wind_direction" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:179:54 - error: Could not access item in TypedDict
    "wind_speed" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:180:45 - error: Could not access item in TypedDict
    "humidity" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:181:59 - error: Could not access item in TypedDict
    "wind_gust" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:182:51 - error: Could not access item in TypedDict
    "total_cloud" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/smhi/weather.py:187:20 - error: Could not access item in TypedDict
    "valid_time" is not a required key in "SMHIForecast", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/smlight/binary_sensor.py
  <CWD>/homeassistant/components/smlight/binary_sensor.py:10:27 - error: "MessageEvent" is not exported from module "pysmlight.sse" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/smlight/binary_sensor.py:76:7 - error: Base classes for class "SmBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/binary_sensor.py:91:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/binary_sensor.py:91:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SmBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/binary_sensor.py:95:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/binary_sensor.py:100:7 - error: Base classes for class "SmInternetSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/binary_sensor.py:132:9 - error: "should_poll" overrides symbol of same name in class "BaseCoordinatorEntity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/binary_sensor.py:132:9 - error: "should_poll" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smlight/button.py
  <CWD>/homeassistant/components/smlight/button.py:105:7 - error: Base classes for class "SmButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/button.py:121:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmButtonDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/button.py:121:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "SmButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smlight/config_flow.py
  <CWD>/homeassistant/components/smlight/config_flow.py:183:38 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/smlight/sensor.py
  <CWD>/homeassistant/components/smlight/sensor.py:162:7 - error: Base classes for class "SmSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/sensor.py:177:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/sensor.py:177:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SmSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/sensor.py:181:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/sensor.py:186:7 - error: Base classes for class "SmInfoSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/sensor.py:202:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmInfoEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/sensor.py:202:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SmInfoEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/sensor.py:208:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smlight/switch.py
  <CWD>/homeassistant/components/smlight/switch.py:79:7 - error: Base classes for class "SmSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/switch.py:94:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/switch.py:94:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "SmSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/switch.py:129:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/smlight/update.py
  <CWD>/homeassistant/components/smlight/update.py:12:27 - error: "MessageEvent" is not exported from module "pysmlight.sse" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/smlight/update.py:88:7 - error: Base classes for class "SmUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/update.py:110:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SmUpdateEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/update.py:110:14 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "SmUpdateEntityDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/update.py:134:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/update.py:141:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/smlight/update.py:187:20 - error: Type "int" is not assignable to declared type "MessageEvent"
    "int" is not assignable to "MessageEvent" (reportAssignmentType)
  <CWD>/homeassistant/components/smlight/update.py:188:40 - error: Cannot assign to attribute "_attr_update_percentage" for class "SmUpdateEntity*"
    Type "MessageEvent" is not assignable to type "int | float | None"
      "MessageEvent" is not assignable to "int"
      "MessageEvent" is not assignable to "float"
      "MessageEvent" is not assignable to "None" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/smtp/notify.py
  <CWD>/homeassistant/components/smtp/notify.py:68:64 - error: Argument missing for parameter "v" (reportCallIssue)
  <CWD>/homeassistant/components/smtp/notify.py:69:36 - error: Argument missing for parameter "v" (reportCallIssue)
<CWD>/homeassistant/components/snapcast/media_player.py
  <CWD>/homeassistant/components/snapcast/media_player.py:171:7 - error: Base classes for class "SnapcastBaseDevice" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:217:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:222:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:234:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:244:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:299:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:304:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:309:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:317:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:322:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:330:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:338:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:346:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:374:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:379:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:465:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:470:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:479:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snapcast/media_player.py:532:9 - error: "group_members" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/snmp/sensor.py
  <CWD>/homeassistant/components/snmp/sensor.py:137:50 - error: Argument of type "tuple[Any | None, Any | None]" cannot be assigned to parameter "address" of type "Tuple[str, int]" in function "create"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/snmp/sensor.py:141:56 - error: Parameter "timeout" is already assigned (reportCallIssue)
<CWD>/homeassistant/components/snmp/switch.py
  <CWD>/homeassistant/components/snmp/switch.py:273:27 - error: Cannot access attribute "prettyPrint" for class "int"
    Attribute "prettyPrint" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/snmp/switch.py:295:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/snoo/binary_sensor.py
  <CWD>/homeassistant/components/snoo/binary_sensor.py:34:18 - error: Argument of type "(data: SnooData) -> int" cannot be assigned to parameter "value_fn" of type "(SnooData) -> bool" in function "__init__"
    Type "(data: SnooData) -> int" is not assignable to type "(SnooData) -> bool"
      Function return type "int" is incompatible with type "bool"
        "int" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/snoo/binary_sensor.py:41:18 - error: Argument of type "(data: SnooData) -> int" cannot be assigned to parameter "value_fn" of type "(SnooData) -> bool" in function "__init__"
    Type "(data: SnooData) -> int" is not assignable to type "(SnooData) -> bool"
      Function return type "int" is incompatible with type "bool"
        "int" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/snoo/binary_sensor.py:62:7 - error: Base classes for class "SnooBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snoo/binary_sensor.py:65:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SnooBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snoo/binary_sensor.py:68:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/snoo/button.py
  <CWD>/homeassistant/components/snoo/button.py:52:7 - error: Base classes for class "SnooButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snoo/button.py:55:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "SnooButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/snoo/event.py
  <CWD>/homeassistant/components/snoo/event.py:42:7 - error: Base classes for class "SnooEvent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/snoo/select.py
  <CWD>/homeassistant/components/snoo/select.py:34:56 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/snoo/select.py:36:21 - error: Argument of type "SnooLevels" cannot be assigned to parameter "level" of type "SnooStates" in function "set_level"
    "SnooLevels" is not assignable to "SnooStates" (reportArgumentType)
  <CWD>/homeassistant/components/snoo/select.py:57:7 - error: Base classes for class "SnooSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snoo/select.py:60:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "SnooSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snoo/select.py:63:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/snoo/sensor.py
  <CWD>/homeassistant/components/snoo/sensor.py:42:18 - error: Argument of type "(data: SnooData) -> (datetime | None)" cannot be assigned to parameter "value_fn" of type "(SnooData) -> StateType" in function "__init__"
    Type "(data: SnooData) -> (datetime | None)" is not assignable to type "(SnooData) -> StateType"
      Function return type "datetime | None" is incompatible with type "StateType"
        Type "datetime | None" is not assignable to type "StateType"
          Type "datetime" is not assignable to type "StateType"
            "datetime" is not assignable to "str"
            "datetime" is not assignable to "int"
            "datetime" is not assignable to "float"
            "datetime" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/snoo/sensor.py:63:7 - error: Base classes for class "SnooSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snoo/sensor.py:66:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SnooSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snoo/sensor.py:69:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/snoo/switch.py
  <CWD>/homeassistant/components/snoo/switch.py:45:21 - error: Argument of type "SnooLevels | None" cannot be assigned to parameter "level" of type "SnooStates" in function "set_level"
    Type "SnooLevels | None" is not assignable to type "SnooStates"
      "SnooLevels" is not assignable to "SnooStates" (reportArgumentType)
  <CWD>/homeassistant/components/snoo/switch.py:65:7 - error: Base classes for class "SnooSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snoo/switch.py:68:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "SnooSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snoo/switch.py:71:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/snooz/fan.py
  <CWD>/homeassistant/components/snooz/fan.py:75:7 - error: Base classes for class "SnoozFan" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snooz/fan.py:75:7 - error: Base classes for class "SnoozFan" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snooz/fan.py:75:7 - error: Base classes for class "SnoozFan" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snooz/fan.py:75:7 - error: Base classes for class "SnoozFan" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snooz/fan.py:75:7 - error: Base classes for class "SnoozFan" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snooz/fan.py:75:7 - error: Base classes for class "SnoozFan" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snooz/fan.py:122:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/snooz/fan.py:132:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/solaredge/coordinator.py
  <CWD>/homeassistant/components/solaredge/coordinator.py:468:33 - error: Could not access item in TypedDict
    "sum" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/solaredge/coordinator.py:478:25 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/solaredge/coordinator.py:480:37 - error: Could not access item in TypedDict
    "sum" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/solaredge/sensor.py
  <CWD>/homeassistant/components/solaredge/sensor.py:289:7 - error: Base classes for class "SolarEdgeSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:305:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SolarEdgeSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:305:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SolarEdgeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:312:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:323:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:332:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:337:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:353:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:358:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:377:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:382:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:403:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:408:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge/sensor.py:419:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/solaredge_local/sensor.py
  <CWD>/homeassistant/components/solaredge_local/sensor.py:12:29 - error: "SolarEdge" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/solaredge_local/sensor.py:286:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SolarEdgeLocalSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solaredge_local/sensor.py:292:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/solarlog/sensor.py
  <CWD>/homeassistant/components/solarlog/sensor.py:350:7 - error: Base classes for class "SolarLogCoordinatorSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solarlog/sensor.py:353:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SolarLogCoordinatorSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solarlog/sensor.py:356:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solarlog/sensor.py:362:7 - error: Base classes for class "SolarLogBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solarlog/sensor.py:365:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SolarLogBatterySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solarlog/sensor.py:368:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solarlog/sensor.py:375:7 - error: Base classes for class "SolarLogInverterSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solarlog/sensor.py:378:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SolarLogInverterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solarlog/sensor.py:381:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/solax/sensor.py
  <CWD>/homeassistant/components/solax/sensor.py:121:7 - error: Base classes for class "InverterSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/solax/sensor.py:139:26 - error: Argument of type "SolaxDataUpdateCoordinator" cannot be assigned to parameter "coordinator" of type "DataUpdateCoordinator[dict[str, Any]]" in function "__init__"
    "SolaxDataUpdateCoordinator" is not assignable to "DataUpdateCoordinator[dict[str, Any]]"
      Type parameter "_DataT@DataUpdateCoordinator" is invariant, but "InverterResponse" is not the same as "dict[str, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/solax/sensor.py:154:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/soma/cover.py
  <CWD>/homeassistant/components/soma/cover.py:45:7 - error: Base classes for class "SomaTilt" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/cover.py:45:7 - error: Base classes for class "SomaTilt" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/cover.py:45:7 - error: Base classes for class "SomaTilt" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/cover.py:60:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/cover.py:62:16 - error: Type "float" is not assignable to return type "int"
    "float" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/soma/cover.py:65:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/cover.py:128:7 - error: Base classes for class "SomaShade" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/cover.py:128:7 - error: Base classes for class "SomaShade" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/cover.py:128:7 - error: Base classes for class "SomaShade" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/cover.py:141:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/cover.py:146:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/soma/entity.py
  <CWD>/homeassistant/components/soma/entity.py:74:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/entity.py:79:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/entity.py:84:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/soma/sensor.py
  <CWD>/homeassistant/components/soma/sensor.py:32:7 - error: Base classes for class "SomaSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/sensor.py:32:7 - error: Base classes for class "SomaSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/sensor.py:32:7 - error: Base classes for class "SomaSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soma/sensor.py:39:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sonarr/sensor.py
  <CWD>/homeassistant/components/sonarr/sensor.py:159:7 - error: Base classes for class "SonarrSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonarr/sensor.py:163:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SonarrSensorEntityDescription[SonarrDataT@SonarrSensor]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonarr/sensor.py:166:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonarr/sensor.py:171:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/songpal/media_player.py
  <CWD>/homeassistant/components/songpal/media_player.py:251:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/songpal/media_player.py:256:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/songpal/media_player.py:259:26 - error: "macAddr" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/songpal/media_player.py:260:71 - error: "macAddr" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/songpal/media_player.py:261:26 - error: "wirelessMacAddr" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/songpal/media_player.py:262:71 - error: "wirelessMacAddr" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/songpal/media_player.py:269:38 - error: "version" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/songpal/media_player.py:341:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/songpal/media_player.py:355:9 - error: "sound_mode_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/songpal/media_player.py:367:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/songpal/media_player.py:374:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/songpal/media_player.py:380:9 - error: "sound_mode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/songpal/media_player.py:386:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/songpal/media_player.py:394:43 - error: "set_volume" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/songpal/media_player.py:398:43 - error: "set_volume" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/songpal/media_player.py:402:43 - error: "set_volume" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/songpal/media_player.py:431:43 - error: "set_mute" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/sonos/__init__.py
  <CWD>/homeassistant/components/sonos/__init__.py:118:20 - error: "EVENT_CACHE_TIMEOUT" is not a known attribute of module "soco.zonegroupstate" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/sonos/binary_sensor.py
  <CWD>/homeassistant/components/sonos/binary_sensor.py:58:7 - error: Base classes for class "SonosPowerEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/binary_sensor.py:74:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/binary_sensor.py:79:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/binary_sensor.py:86:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/binary_sensor.py:91:7 - error: Base classes for class "SonosMicrophoneSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/binary_sensor.py:91:7 - error: Base classes for class "SonosMicrophoneSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/binary_sensor.py:112:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sonos/entity.py
  <CWD>/homeassistant/components/sonos/entity.py:84:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/entity.py:106:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sonos/media_browser.py
  <CWD>/homeassistant/components/sonos/media_browser.py:259:21 - error: Object of type "None" cannot be called (reportOptionalCall)
  <CWD>/homeassistant/components/sonos/media_browser.py:285:31 - error: Argument of type "str" cannot be assigned to parameter "item" of type "DidlObject" in function "can_expand"
    "str" is not assignable to "DidlObject" (reportArgumentType)
  <CWD>/homeassistant/components/sonos/media_browser.py:304:21 - error: Object of type "None" cannot be called (reportOptionalCall)
  <CWD>/homeassistant/components/sonos/media_browser.py:497:26 - error: Argument of type "DidlFavorite" cannot be assigned to parameter "item" of type "MusicServiceItem | None" in function "get_thumbnail_url_full"
    Type "DidlFavorite" is not assignable to type "MusicServiceItem | None"
      "DidlFavorite" is not assignable to "MusicServiceItem"
      "DidlFavorite" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/sonos/media_player.py
  <CWD>/homeassistant/components/sonos/media_player.py:112:7 - error: Base classes for class "SonosMediaPlayerEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:161:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:175:9 - error: "group_members" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:184:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:184:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:218:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:223:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:228:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:230:16 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/sonos/media_player.py:233:9 - error: "repeat" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[RepeatMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:235:24 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/sonos/media_player.py:244:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:249:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:254:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:259:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:264:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:269:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:274:9 - error: "media_playlist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:279:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:284:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:289:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:294:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:317:24 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/sonos/media_player.py:325:25 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/sonos/media_player.py:381:31 - error: Cannot access attribute "resource_meta_data" for class "DidlFavorite"
    Attribute "resource_meta_data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/sonos/media_player.py:390:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/media_player.py:487:46 - error: Argument of type "dict[str, str | dict[str, Any]]" cannot be assigned to parameter "translation_placeholders" of type "dict[str, str] | None" in function "__init__"
    Type "dict[str, str | dict[str, Any]]" is not assignable to type "dict[str, str] | None"
      "dict[str, str | dict[str, Any]]" is not assignable to "dict[str, str]"
        Type parameter "_VT@dict" is invariant, but "str | dict[str, Any]" is not the same as "str"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, str | dict[str, Any]]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/sonos/media_player.py:758:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sonos/number.py
  <CWD>/homeassistant/components/sonos/number.py:105:7 - error: Base classes for class "SonosLevelEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/number.py:105:7 - error: Base classes for class "SonosLevelEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/number.py:141:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sonos/select.py
  <CWD>/homeassistant/components/sonos/select.py:84:7 - error: Base classes for class "SonosSelectEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/select.py:84:7 - error: Base classes for class "SonosSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/select.py:115:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sonos/sensor.py
  <CWD>/homeassistant/components/sonos/sensor.py:97:7 - error: Base classes for class "SonosBatteryEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/sensor.py:114:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/sensor.py:119:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/sensor.py:124:7 - error: Base classes for class "SonosPowerSourceEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/sensor.py:147:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/sensor.py:161:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/sensor.py:166:7 - error: Base classes for class "SonosAudioInputFormatSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/sensor.py:166:7 - error: Base classes for class "SonosAudioInputFormatSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sonos/speaker.py
  <CWD>/homeassistant/components/sonos/speaker.py:131:34 - error: Cannot assign to attribute "callback" for class "SubscriptionBase"
    Attribute "callback" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/sonos/speaker.py:337:45 - error: Cannot access attribute "event_listener" for class "SubscriptionBase"
    Attribute "event_listener" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/sonos/speaker.py:1005:34 - error: Argument of type "SonosSpeaker" cannot be assigned to parameter "object" of type "Self@SonosSpeaker" in function "append"
    Type "SonosSpeaker" is not assignable to type "Self@SonosSpeaker" (reportArgumentType)
  <CWD>/homeassistant/components/sonos/speaker.py:1007:16 - error: Type "list[Self@SonosSpeaker] | list[SonosSpeaker]" is not assignable to return type "list[SonosSpeaker]"
    Type "list[Self@SonosSpeaker] | list[SonosSpeaker]" is not assignable to type "list[SonosSpeaker]"
      "list[Self@SonosSpeaker]" is not assignable to "list[SonosSpeaker]"
        Type parameter "_T@list" is invariant, but "Self@SonosSpeaker" is not the same as "SonosSpeaker"
        Consider switching from "list" to "Sequence" which is covariant (reportReturnType)
<CWD>/homeassistant/components/sonos/statistics.py
  <CWD>/homeassistant/components/sonos/statistics.py:75:9 - error: Argument of type "_CacheInfo" cannot be assigned to parameter "value" of type "dict[str, int | float]" in function "__setitem__"
    "_CacheInfo" is not assignable to "dict[str, int | float]" (reportArgumentType)
  <CWD>/homeassistant/components/sonos/statistics.py:76:9 - error: Argument of type "_CacheInfo" cannot be assigned to parameter "value" of type "dict[str, int | float]" in function "__setitem__"
    "_CacheInfo" is not assignable to "dict[str, int | float]" (reportArgumentType)
<CWD>/homeassistant/components/sonos/switch.py
  <CWD>/homeassistant/components/sonos/switch.py:155:7 - error: Base classes for class "SonosSwitchEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/switch.py:155:7 - error: Base classes for class "SonosSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/switch.py:189:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/switch.py:216:7 - error: Base classes for class "SonosAlarmEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/switch.py:257:16 - error: Type "Alarm | None" is not assignable to return type "Alarm"
    Type "Alarm | None" is not assignable to type "Alarm"
      "None" is not assignable to "Alarm" (reportReturnType)
  <CWD>/homeassistant/components/sonos/switch.py:262:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/switch.py:341:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/switch.py:346:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sonos/switch.py:351:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sony_projector/switch.py
  <CWD>/homeassistant/components/sony_projector/switch.py:8:8 - error: Import "pysdcp" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/sony_projector/switch.py:67:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sony_projector/switch.py:72:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sony_projector/switch.py:77:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sony_projector/switch.py:82:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/soundtouch/media_player.py
  <CWD>/homeassistant/components/soundtouch/media_player.py:118:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soundtouch/media_player.py:123:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soundtouch/media_player.py:134:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soundtouch/media_player.py:139:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soundtouch/media_player.py:188:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soundtouch/media_player.py:193:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soundtouch/media_player.py:203:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soundtouch/media_player.py:208:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soundtouch/media_player.py:213:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soundtouch/media_player.py:218:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/soundtouch/media_player.py:336:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/spc/alarm_control_panel.py
  <CWD>/homeassistant/components/spc/alarm_control_panel.py:83:9 - error: "changed_by" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spc/alarm_control_panel.py:88:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/spc/binary_sensor.py
  <CWD>/homeassistant/components/spc/binary_sensor.py:77:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/speedtestdotnet/sensor.py
  <CWD>/homeassistant/components/speedtestdotnet/sensor.py:82:7 - error: Base classes for class "SpeedtestSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/speedtestdotnet/sensor.py:96:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SpeedtestSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/speedtestdotnet/sensor.py:96:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SpeedtestSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/speedtestdotnet/sensor.py:108:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/speedtestdotnet/sensor.py:116:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/splunk/__init__.py
  <CWD>/homeassistant/components/splunk/__init__.py:9:6 - error: Import "hass_splunk" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/spotify/media_player.py
  <CWD>/homeassistant/components/spotify/media_player.py:111:7 - error: Base classes for class "SpotifyMediaPlayer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:134:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:134:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:143:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:143:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:152:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:160:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:166:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:172:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:177:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:184:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:192:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:210:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:216:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:229:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:242:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:251:9 - error: "media_playlist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:260:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:267:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:272:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:279:9 - error: "repeat" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[RepeatMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:286:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:291:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:296:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:301:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:306:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:311:15 - error: Method "async_media_seek" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:316:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:360:15 - error: Method "async_select_source" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:370:15 - error: Method "async_set_shuffle" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/spotify/media_player.py:375:15 - error: Method "async_set_repeat" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/sql/config_flow.py
  <CWD>/homeassistant/components/sql/config_flow.py:198:31 - error: "db_url_for_validation" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/sql/sensor.py
  <CWD>/homeassistant/components/sql/sensor.py:284:17 - error: "rendered_query" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/sql/util.py
  <CWD>/homeassistant/components/sql/util.py:92:29 - error: "instance" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/sql/util.py:94:16 - error: "instance" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/sql/util.py:95:54 - error: "instance" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/squeezebox/__init__.py
  <CWD>/homeassistant/components/squeezebox/__init__.py:161:9 - error: Cannot assign to attribute "name" for class "Server"
    Expression of type "QueryResult | Any | int | str | list[QueryResult]" cannot be assigned to attribute "name" of class "Server"
      Type "QueryResult | Any | int | str | list[QueryResult]" is not assignable to type "str | None"
        Type "int" is not assignable to type "str | None"
          "int" is not assignable to "str"
          "int" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/squeezebox/__init__.py:168:46 - error: Argument of type "int | str | QueryResult | list[QueryResult]" cannot be assigned to parameter "args" of type "Hashable" in function "__call__"
    Type "int | str | QueryResult | list[QueryResult]" is not assignable to type "Hashable"
      "dict[str, int | str | QueryResult | list[QueryResult]]" is incompatible with protocol "Hashable"
        "__hash__" is an incompatible type
        "__hash__" is not defined as a ClassVar in protocol
          Type "None" is not assignable to type "() -> int" (reportArgumentType)
  <CWD>/homeassistant/components/squeezebox/__init__.py:176:31 - error: Argument of type "set[tuple[Literal['squeezebox'], int | str | QueryResult | list[QueryResult]]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]] | UndefinedType | None" in function "async_get_or_create"
    Type "int | str | QueryResult | list[QueryResult]" is not assignable to type "str"
      "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/squeezebox/__init__.py:181:20 - error: Argument of type "int | str | QueryResult | list[QueryResult] | None" cannot be assigned to parameter "sw_version" of type "str | UndefinedType | None" in function "async_get_or_create"
    Type "int | str | QueryResult | list[QueryResult] | None" is not assignable to type "str | UndefinedType | None"
      Type "int" is not assignable to type "str | UndefinedType | None"
        "int" is not assignable to "str"
        "int" is not assignable to "None"
        "int" is not assignable to "UndefinedType" (reportArgumentType)
  <CWD>/homeassistant/components/squeezebox/__init__.py:207:42 - error: Argument of type "str | Any | None" cannot be assigned to parameter "server_uuid" of type "str" in function "__init__"
    Type "str | Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/squeezebox/binary_sensor.py
  <CWD>/homeassistant/components/squeezebox/binary_sensor.py:51:7 - error: Base classes for class "ServerStatusBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/binary_sensor.py:55:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/squeezebox/browse_media.py
  <CWD>/homeassistant/components/squeezebox/browse_media.py:164:24 - error: "int" is not iterable
    "__iter__" method not defined (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/squeezebox/browse_media.py:176:24 - error: "int" is not iterable
    "__iter__" method not defined (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/squeezebox/browse_media.py:322:21 - error: "int" is not iterable
    "__iter__" method not defined (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/squeezebox/browse_media.py:363:20 - error: "child_media" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/squeezebox/browse_media.py:365:13 - error: "child_media" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/squeezebox/browse_media.py:375:29 - error: "child_media" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/squeezebox/browse_media.py:392:15 - error: Argument of type "int | str | QueryResult | list[QueryResult] | None" cannot be assigned to parameter "title" of type "str" in function "__init__"
    Type "int | str | QueryResult | list[QueryResult] | None" is not assignable to type "str"
      "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/squeezebox/browse_media.py:392:22 - error: "get" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/squeezebox/browse_media.py:486:23 - error: Type "int | str | QueryResult | list[QueryResult]" is not assignable to declared type "list[Unknown]"
    Type "int | str | QueryResult | list[QueryResult]" is not assignable to type "list[Unknown]"
      "int" is not assignable to "list[Unknown]" (reportAssignmentType)
<CWD>/homeassistant/components/squeezebox/button.py
  <CWD>/homeassistant/components/squeezebox/button.py:142:7 - error: Base classes for class "SqueezeboxButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/button.py:154:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SqueezeboxButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/button.py:154:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "SqueezeboxButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/squeezebox/config_flow.py
  <CWD>/homeassistant/components/squeezebox/config_flow.py:159:44 - error: Argument of type "int | str | QueryResult | list[QueryResult]" cannot be assigned to parameter "unique_id" of type "str | None" in function "async_set_unique_id"
    Type "int | str | QueryResult | list[QueryResult]" is not assignable to type "str | None"
      Type "int" is not assignable to type "str | None"
        "int" is not assignable to "str"
        "int" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/squeezebox/coordinator.py
  <CWD>/homeassistant/components/squeezebox/coordinator.py:46:18 - error: Argument of type "str | None" cannot be assigned to parameter "name" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/squeezebox/coordinator.py:126:14 - error: Could not access item in TypedDict
    "id" is not a required key in "Alarm", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/squeezebox/media_player.py
  <CWD>/homeassistant/components/squeezebox/media_player.py:231:7 - error: Base classes for class "SqueezeBoxMediaPlayerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:279:9 - error: "volume_step" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:298:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:307:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:307:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:330:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:338:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:343:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:348:29 - error: Could not access item in TypedDict
    "url" is not a required key in "Track", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/squeezebox/media_player.py:353:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:362:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:367:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:372:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:377:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:382:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:387:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:392:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:397:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:402:9 - error: "repeat" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[RepeatMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:411:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:417:9 - error: "group_members" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/media_player.py:422:27 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
  <CWD>/homeassistant/components/squeezebox/media_player.py:581:50 - error: Argument of type "float | None" cannot be assigned to parameter "volume" of type "int | None" in function "set_announce_volume"
    Type "float | None" is not assignable to type "int | None"
      Type "float" is not assignable to type "int | None"
        "float" is not assignable to "int"
        "float" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/squeezebox/media_player.py:889:17 - error: Argument of type "(track_id: int) -> str" cannot be assigned to parameter "method" of type "(...) -> Awaitable[Any]" in function "safe_library_call"
    Type "(track_id: int) -> str" is not assignable to type "(...) -> Awaitable[Any]"
      Function return type "str" is incompatible with type "Awaitable[Any]"
        "str" is incompatible with protocol "Awaitable[Any]"
          "__await__" is not present (reportArgumentType)
<CWD>/homeassistant/components/squeezebox/sensor.py
  <CWD>/homeassistant/components/squeezebox/sensor.py:90:7 - error: Base classes for class "ServerStatusSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/sensor.py:94:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/squeezebox/switch.py
  <CWD>/homeassistant/components/squeezebox/switch.py:113:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/switch.py:138:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/switch.py:143:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/switch.py:148:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/switch.py:150:27 - error: Could not access item in TypedDict
    "enabled" is not a required key in "Alarm", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/squeezebox/switch.py:163:7 - error: Base classes for class "SqueezeBoxAlarmsEnabledEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/switch.py:172:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/switch.py:177:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/squeezebox/update.py
  <CWD>/homeassistant/components/squeezebox/update.py:63:7 - error: Base classes for class "ServerStatusUpdate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/update.py:67:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/update.py:75:5 - error: "title" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "cached_property" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/update.py:78:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/update.py:83:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/update.py:88:9 - error: "release_summary" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/update.py:100:19 - error: Type "Literal[True]" is not assignable to declared type "cached_property"
    "Literal[True]" is not assignable to "cached_property[bool]" (reportAssignmentType)
  <CWD>/homeassistant/components/squeezebox/update.py:101:5 - error: "title" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "cached_property" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/update.py:102:25 - error: Type "Literal['Current']" is not assignable to declared type "cached_property"
    "Literal['Current']" is not assignable to "cached_property[str | None]" (reportAssignmentType)
  <CWD>/homeassistant/components/squeezebox/update.py:107:9 - error: "supported_features" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[UpdateEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/update.py:116:9 - error: "release_summary" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/update.py:127:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/squeezebox/update.py:136:9 - error: "in_progress" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/srp_energy/sensor.py
  <CWD>/homeassistant/components/srp_energy/sensor.py:33:7 - error: Base classes for class "SrpEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/srp_energy/sensor.py:61:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ssdp/__init__.py
  <CWD>/homeassistant/components/ssdp/__init__.py:227:1 - warning: Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
<CWD>/homeassistant/components/ssdp/server.py
  <CWD>/homeassistant/components/ssdp/server.py:86:5 - error: "EMBEDDED_DEVICES" overrides symbol of same name in class "UpnpServerDevice"
    Variable is mutable so its type is invariant
      Override type "list[type[UpnpServerDevice]]" is not the same as base type "Sequence[type[UpnpServerDevice]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ssdp/server.py:87:5 - error: "SERVICES" overrides symbol of same name in class "UpnpServerDevice"
    Variable is mutable so its type is invariant
      Override type "list[type[UpnpServerService]]" is not the same as base type "Sequence[type[UpnpServerService]]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ssdp/websocket_api.py
  <CWD>/homeassistant/components/ssdp/websocket_api.py:69:78 - error: Argument of type "HassJob[(info: SsdpServiceInfo, change: SsdpChange), None]" cannot be assigned to parameter "callback" of type "SsdpHassJobCallback" in function "async_register_callback"
    "HassJob[(info: SsdpServiceInfo, change: SsdpChange), None]" is not assignable to "HassJob[(SsdpServiceInfo, SsdpChange), Coroutine[Any, Any, None] | None]"
      Type parameter "_R_co@HassJob" is invariant, but "None" is not the same as "Coroutine[Any, Any, None] | None" (reportArgumentType)
<CWD>/homeassistant/components/starline/binary_sensor.py
  <CWD>/homeassistant/components/starline/binary_sensor.py:89:7 - error: Base classes for class "StarlineSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/binary_sensor.py:103:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starline/button.py
  <CWD>/homeassistant/components/starline/button.py:64:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/button.py:67:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starline/config_flow.py
  <CWD>/homeassistant/components/starline/config_flow.py:194:36 - error: Argument of type "tuple[str | None, str | None]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[str | None, str | None]" is not assignable to type "*tuple[str, str]"
      "*tuple[str | None, str | None]" is not assignable to "*tuple[str, str]"
        Tuple entry 1 is incorrect type
          Type "str | None" is not assignable to type "str"
            "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/starline/config_flow.py:197:37 - error: Argument of type "tuple[str | None, str | None, str]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[str | None, str | None, str]" is not assignable to type "*tuple[str, str, str]"
      "*tuple[str | None, str | None, str]" is not assignable to "*tuple[str, str, str]"
        Tuple entry 1 is incorrect type
          Type "str | None" is not assignable to type "str"
            "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/starline/config_flow.py:210:33 - error: Argument of type "tuple[str, str | None, str | None, str | None, str | None, str | None]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[str, str | None, str | None, str | None, str | None, str | None]" is not assignable to type "*tuple[str, str, str, str, str, str]"
      "*tuple[str, str | None, str | None, str | None, str | None, str | None]" is not assignable to "*tuple[str, str, str, str, str, str]"
        Tuple entry 2 is incorrect type
          Type "str | None" is not assignable to type "str"
            "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/starline/config_flow.py:246:19 - error: Argument of type "tuple[Unknown | None]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[Unknown | None]" is not assignable to type "*tuple[str]"
      "*tuple[Unknown | None]" is not assignable to "*tuple[str]"
        Tuple entry 1 is incorrect type
          Type "Unknown | None" is not assignable to type "str"
            "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/starline/device_tracker.py
  <CWD>/homeassistant/components/starline/device_tracker.py:30:7 - error: Base classes for class "StarlineDeviceTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/device_tracker.py:30:7 - error: Base classes for class "StarlineDeviceTracker" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/device_tracker.py:30:7 - error: Base classes for class "StarlineDeviceTracker" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/device_tracker.py:30:7 - error: Base classes for class "StarlineDeviceTracker" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/device_tracker.py:30:7 - error: Base classes for class "StarlineDeviceTracker" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/device_tracker.py:30:7 - error: Base classes for class "StarlineDeviceTracker" define variable "force_update" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/device_tracker.py:40:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/device_tracker.py:45:9 - error: "battery_level" overrides symbol of same name in class "BaseTrackerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/device_tracker.py:50:9 - error: "location_accuracy" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/device_tracker.py:55:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/device_tracker.py:60:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starline/entity.py
  <CWD>/homeassistant/components/starline/entity.py:27:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starline/lock.py
  <CWD>/homeassistant/components/starline/lock.py:43:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/lock.py:48:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/lock.py:69:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starline/sensor.py
  <CWD>/homeassistant/components/starline/sensor.py:107:7 - error: Base classes for class "StarlineSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/sensor.py:121:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/sensor.py:133:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/sensor.py:156:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/sensor.py:169:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starline/switch.py
  <CWD>/homeassistant/components/starline/switch.py:69:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/switch.py:74:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starline/switch.py:82:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starlingbank/sensor.py
  <CWD>/homeassistant/components/starlingbank/sensor.py:9:26 - error: "StarlingAccount" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/starlingbank/sensor.py:93:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlingbank/sensor.py:99:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlingbank/sensor.py:104:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starlink/binary_sensor.py
  <CWD>/homeassistant/components/starlink/binary_sensor.py:40:7 - error: Base classes for class "StarlinkBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/binary_sensor.py:43:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "StarlinkBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/binary_sensor.py:46:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starlink/button.py
  <CWD>/homeassistant/components/starlink/button.py:40:7 - error: Base classes for class "StarlinkButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/button.py:43:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "StarlinkButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starlink/device_tracker.py
  <CWD>/homeassistant/components/starlink/device_tracker.py:45:21 - error: Argument of type "(data: StarlinkData) -> (float | None)" cannot be assigned to parameter "latitude_fn" of type "(StarlinkData) -> float" in function "__init__"
    Type "(data: StarlinkData) -> (float | None)" is not assignable to type "(StarlinkData) -> float"
      Function return type "float | None" is incompatible with type "float"
        Type "float | None" is not assignable to type "float"
          "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/starlink/device_tracker.py:46:22 - error: Argument of type "(data: StarlinkData) -> (float | None)" cannot be assigned to parameter "longitude_fn" of type "(StarlinkData) -> float" in function "__init__"
    Type "(data: StarlinkData) -> (float | None)" is not assignable to type "(StarlinkData) -> float"
      Function return type "float | None" is incompatible with type "float"
        Type "float | None" is not assignable to type "float"
          "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/starlink/device_tracker.py:47:21 - error: Argument of type "(data: StarlinkData) -> (float | None)" cannot be assigned to parameter "altitude_fn" of type "(StarlinkData) -> float" in function "__init__"
    Type "(data: StarlinkData) -> (float | None)" is not assignable to type "(StarlinkData) -> float"
      Function return type "float | None" is incompatible with type "float"
        Type "float | None" is not assignable to type "float"
          "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/starlink/device_tracker.py:52:7 - error: Base classes for class "StarlinkDeviceTrackerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/device_tracker.py:55:5 - error: "entity_description" overrides symbol of same name in class "TrackerEntity"
    Variable is mutable so its type is invariant
      Override type "StarlinkDeviceTrackerEntityDescription" is not the same as base type "TrackerEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/device_tracker.py:58:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/device_tracker.py:63:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/device_tracker.py:68:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starlink/entity.py
  <CWD>/homeassistant/components/starlink/entity.py:13:7 - error: Base classes for class "StarlinkEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starlink/sensor.py
  <CWD>/homeassistant/components/starlink/sensor.py:56:7 - error: Base classes for class "StarlinkSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/sensor.py:59:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "StarlinkSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/sensor.py:62:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/sensor.py:67:7 - error: Base classes for class "StarlinkAccumulationSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/sensor.py:67:7 - error: Base classes for class "StarlinkAccumulationSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/sensor.py:73:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/sensor.py:91:18 - error: "_attr_native_value" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "int | float" is not the same as base type "StateType | date | datetime | Decimal" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starlink/switch.py
  <CWD>/homeassistant/components/starlink/switch.py:42:7 - error: Base classes for class "StarlinkSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/switch.py:45:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "StarlinkSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/switch.py:48:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/starlink/time.py
  <CWD>/homeassistant/components/starlink/time.py:43:5 - error: "entity_description" overrides symbol of same name in class "TimeEntity"
    Variable is mutable so its type is invariant
      Override type "StarlinkTimeEntityDescription" is not the same as base type "TimeEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/time.py:46:9 - error: "native_value" overrides symbol of same name in class "TimeEntity"
    "property" is not assignable to "cached_property[time | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/starlink/time.py:53:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/statistics/sensor.py
  <CWD>/homeassistant/components/statistics/sensor.py:674:14 - error: "_attr_name" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/steam_online/config_flow.py
  <CWD>/homeassistant/components/steam_online/config_flow.py:30:11 - error: "api" is not a known attribute of module "steam" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/config_flow.py:31:23 - error: "api" is not a known attribute of module "steam" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/config_flow.py:61:27 - error: "api" is not a known attribute of module "steam" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/config_flow.py:61:48 - error: "api" is not a known attribute of module "steam" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/config_flow.py:76:27 - error: "name" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/steam_online/config_flow.py:78:72 - error: "name" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/steam_online/config_flow.py:159:22 - error: "api" is not a known attribute of module "steam" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/config_flow.py:176:27 - error: "api" is not a known attribute of module "steam" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/config_flow.py:182:22 - error: "api" is not a known attribute of module "steam" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/steam_online/coordinator.py
  <CWD>/homeassistant/components/steam_online/coordinator.py:38:44 - error: Cannot assign to attribute "player_interface" for class "SteamDataUpdateCoordinator*"
    "None" is not assignable to "_interface_method" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/coordinator.py:39:42 - error: Cannot assign to attribute "user_interface" for class "SteamDataUpdateCoordinator*"
    "None" is not assignable to "_interface_method" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/coordinator.py:40:15 - error: "api" is not a known attribute of module "steam" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/coordinator.py:47:41 - error: "api" is not a known attribute of module "steam" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/coordinator.py:48:43 - error: "api" is not a known attribute of module "steam" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/coordinator.py:51:45 - error: Cannot access attribute "GetOwnedGames" for class "_interface_method"
    Attribute "GetOwnedGames" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/coordinator.py:57:40 - error: Cannot access attribute "GetPlayerSummaries" for class "_interface_method"
    Attribute "GetPlayerSummaries" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/coordinator.py:64:42 - error: Cannot access attribute "GetSteamLevel" for class "_interface_method"
    Attribute "GetSteamLevel" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/coordinator.py:73:23 - error: "api" is not a known attribute of module "steam" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/steam_online/coordinator.py:73:44 - error: "api" is not a known attribute of module "steam" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/steam_online/sensor.py
  <CWD>/homeassistant/components/steam_online/sensor.py:41:7 - error: Base classes for class "SteamSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/steam_online/sensor.py:55:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/steam_online/sensor.py:63:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/steamist/config_flow.py
  <CWD>/homeassistant/components/steamist/config_flow.py:96:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "SteamistConfigFlow"
      "ConfigFlow" is not assignable to "SteamistConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/steamist/entity.py
  <CWD>/homeassistant/components/steamist/entity.py:17:7 - error: Base classes for class "SteamistEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/steamist/sensor.py
  <CWD>/homeassistant/components/steamist/sensor.py:75:7 - error: Base classes for class "SteamistSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/steamist/sensor.py:78:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SteamistSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/steamist/sensor.py:94:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/steamist/switch.py
  <CWD>/homeassistant/components/steamist/switch.py:34:7 - error: Base classes for class "SteamistSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/steamist/switch.py:38:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/stiebel_eltron/__init__.py
  <CWD>/homeassistant/components/stiebel_eltron/__init__.py:84:45 - error: Could not access item in TypedDict
    "reason" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/stiebel_eltron/__init__.py:89:61 - error: Could not access item in TypedDict
    "reason" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/stiebel_eltron/climate.py
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:107:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:112:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:119:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:124:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:129:9 - error: "target_temperature_step" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:134:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:139:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:144:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:149:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:154:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:159:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:169:36 - error: Argument of type "str | None" cannot be assigned to parameter "mode" of type "str" in function "set_operation"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/stiebel_eltron/climate.py:182:36 - error: Argument of type "str | None" cannot be assigned to parameter "mode" of type "str" in function "set_operation"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/stookwijzer/sensor.py
  <CWD>/homeassistant/components/stookwijzer/sensor.py:70:7 - error: Base classes for class "StookwijzerSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stookwijzer/sensor.py:84:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "StookwijzerSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stookwijzer/sensor.py:84:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "StookwijzerSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/stookwijzer/sensor.py:94:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/stream/__init__.py
  <CWD>/homeassistant/components/stream/__init__.py:240:8 - error: "logging" is not exported from module "av" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/stream/__init__.py:240:29 - error: "logging" is not exported from module "av" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/stream/__init__.py:240:63 - error: "logging" is not exported from module "av" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/stream/__init__.py:571:57 - error: Cannot access attribute "video_path" for class "StreamOutput"
    Attribute "video_path" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/stream/__init__.py:576:18 - error: Cannot assign to attribute "video_path" for class "StreamOutput"
    Attribute "video_path" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/stream/__init__.py:585:51 - error: Cannot access attribute "target_duration" for class "StreamOutput"
    Attribute "target_duration" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/stream/__init__.py:588:22 - error: Cannot access attribute "prepend" for class "StreamOutput"
    Attribute "prepend" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/stream/__init__.py:590:24 - error: Cannot access attribute "async_record" for class "StreamOutput"
    Attribute "async_record" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/stream/core.py
  <CWD>/homeassistant/components/stream/core.py:527:49 - error: Cannot access attribute "encode" for class "Literal[True]"
    Attribute "encode" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/stream/fmp4utils.py
  <CWD>/homeassistant/components/stream/fmp4utils.py:149:42 - error: Function with declared return type "int" must return value on all code paths
    "None" is not assignable to "int" (reportReturnType)
<CWD>/homeassistant/components/stream/hls.py
  <CWD>/homeassistant/components/stream/hls.py:183:44 - error: Cannot access attribute "target_duration" for class "StreamOutput"
    Attribute "target_duration" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/stream/hls.py:211:51 - error: Cannot access attribute "target_duration" for class "StreamOutput"
    Attribute "target_duration" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/stream/hls.py:283:61 - error: Cannot access attribute "target_duration" for class "StreamOutput"
    Attribute "target_duration" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/stream/hls.py:294:63 - error: Cannot access attribute "target_duration" for class "StreamOutput"
    Attribute "target_duration" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/stream/hls.py:305:61 - error: Cannot access attribute "target_duration" for class "StreamOutput"
    Attribute "target_duration" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/stream/hls.py:316:63 - error: Cannot access attribute "target_duration" for class "StreamOutput"
    Attribute "target_duration" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/stream/hls.py:331:63 - error: Cannot access attribute "target_duration" for class "StreamOutput"
    Attribute "target_duration" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/stream/worker.py
  <CWD>/homeassistant/components/stream/worker.py:109:47 - error: Cannot access attribute "discontinuity" for class "StreamOutput"
    Attribute "discontinuity" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/stream/worker.py:129:36 - error: "AudioStream" is not exported from module "av.audio" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/stream/worker.py:139:32 - error: "AudioStream" is not exported from module "av.audio" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/stream/worker.py:160:33 - error: "AudioStream" is not exported from module "av.audio" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/stream/worker.py:164:18 - error: "AudioStream" is not exported from module "av.audio" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/stream/worker.py:382:60 - error: "segment_duration" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/streamlabswater/__init__.py
  <CWD>/homeassistant/components/streamlabswater/__init__.py:49:45 - error: Argument of type "Any | None" cannot be assigned to parameter "home_or_away" of type "str" in function "update_location"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/streamlabswater/binary_sensor.py
  <CWD>/homeassistant/components/streamlabswater/binary_sensor.py:28:7 - error: Base classes for class "StreamlabsAwayMode" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/streamlabswater/binary_sensor.py:38:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/streamlabswater/sensor.py
  <CWD>/homeassistant/components/streamlabswater/sensor.py:75:7 - error: Base classes for class "StreamLabsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/streamlabswater/sensor.py:88:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "StreamlabsWaterSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/streamlabswater/sensor.py:88:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "StreamlabsWaterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/streamlabswater/sensor.py:91:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/stt/__init__.py
  <CWD>/homeassistant/components/stt/__init__.py:12:26 - error: "istr" is not exported from module "aiohttp.hdrs"
    Import from "._multidict_py" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/stt/__init__.py:164:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/stt/legacy.py
  <CWD>/homeassistant/components/stt/legacy.py:59:17 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/stt/legacy.py:59:17 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, Provider]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, Provider]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "Provider"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
<CWD>/homeassistant/components/subaru/__init__.py
  <CWD>/homeassistant/components/subaru/__init__.py:60:13 - error: Argument of type "None" cannot be assigned to parameter "device_name" of type "str" in function "__init__"
    "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/subaru/device_tracker.py
  <CWD>/homeassistant/components/subaru/device_tracker.py:62:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/subaru/device_tracker.py:71:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/subaru/device_tracker.py:76:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/subaru/device_tracker.py:81:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/subaru/sensor.py
  <CWD>/homeassistant/components/subaru/sensor.py:204:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/subaru/sensor.py:219:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/subaru/sensor.py:229:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/suez_water/config_flow.py
  <CWD>/homeassistant/components/suez_water/config_flow.py:8:20 - error: "PySuezError" is not exported from module "pysuez"
    Import from "pysuez.exception" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/suez_water/config_flow.py:8:33 - error: "SuezClient" is not exported from module "pysuez"
    Import from "pysuez.suez_client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/suez_water/config_flow.py:52:15 - error: "client" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/suez_water/coordinator.py
  <CWD>/homeassistant/components/suez_water/coordinator.py:7:20 - error: "PySuezError" is not exported from module "pysuez"
    Import from "pysuez.exception" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/suez_water/coordinator.py:7:33 - error: "SuezClient" is not exported from module "pysuez"
    Import from "pysuez.suez_client" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/suez_water/coordinator.py:7:45 - error: "TelemetryMeasure" is not exported from module "pysuez"
    Import from "pysuez.models" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/suez_water/coordinator.py:133:13 - error: Could not access item in TypedDict
    "sum" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/suez_water/coordinator.py:134:36 - error: Could not access item in TypedDict
    "sum" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/suez_water/coordinator.py:138:13 - error: Could not access item in TypedDict
    "sum" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/suez_water/coordinator.py:138:57 - error: Could not access item in TypedDict
    "sum" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/suez_water/coordinator.py:141:36 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/suez_water/sensor.py
  <CWD>/homeassistant/components/suez_water/sensor.py:88:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SuezWaterSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/suez_water/sensor.py:88:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SuezWaterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/suez_water/sensor.py:91:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/suez_water/sensor.py:99:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/suez_water/sensor.py:104:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sun/binary_sensor.py
  <CWD>/homeassistant/components/sun/binary_sensor.py:76:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SunBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sun/binary_sensor.py:87:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sun/entity.py
  <CWD>/homeassistant/components/sun/entity.py:157:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sun/entity.py:166:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/sun/sensor.py
  <CWD>/homeassistant/components/sun/sensor.py:139:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SunSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/sun/sensor.py:150:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/supervisord/sensor.py
  <CWD>/homeassistant/components/supervisord/sensor.py:64:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supervisord/sensor.py:69:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supervisord/sensor.py:74:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supervisord/sensor.py:79:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/supla/__init__.py
  <CWD>/homeassistant/components/supla/__init__.py:9:6 - error: Import "asyncpysupla" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/supla/cover.py
  <CWD>/homeassistant/components/supla/cover.py:62:7 - error: Base classes for class "SuplaCoverEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supla/cover.py:62:7 - error: Base classes for class "SuplaCoverEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supla/cover.py:62:7 - error: Base classes for class "SuplaCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supla/cover.py:66:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supla/cover.py:79:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supla/cover.py:98:7 - error: Base classes for class "SuplaDoorEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supla/cover.py:98:7 - error: Base classes for class "SuplaDoorEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supla/cover.py:98:7 - error: Base classes for class "SuplaDoorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supla/cover.py:104:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/supla/entity.py
  <CWD>/homeassistant/components/supla/entity.py:28:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supla/entity.py:35:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/supla/switch.py
  <CWD>/homeassistant/components/supla/switch.py:47:7 - error: Base classes for class "SuplaSwitchEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supla/switch.py:47:7 - error: Base classes for class "SuplaSwitchEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supla/switch.py:47:7 - error: Base classes for class "SuplaSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/supla/switch.py:59:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/surepetcare/binary_sensor.py
  <CWD>/homeassistant/components/surepetcare/binary_sensor.py:53:7 - error: Base classes for class "SurePetcareBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/surepetcare/coordinator.py
  <CWD>/homeassistant/components/surepetcare/coordinator.py:8:28 - error: "SurepyEntity" is not exported from module "surepy"
    Import from "surepy.entities" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/surepetcare/lock.py
  <CWD>/homeassistant/components/surepetcare/lock.py:60:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/surepetcare/sensor.py
  <CWD>/homeassistant/components/surepetcare/sensor.py:48:7 - error: Base classes for class "SureBattery" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/surepetcare/sensor.py:88:7 - error: Base classes for class "Felaqua" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/swiss_hydrological_data/sensor.py
  <CWD>/homeassistant/components/swiss_hydrological_data/sensor.py:8:6 - error: Import "swisshydrodata" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/swiss_hydrological_data/sensor.py:104:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/swiss_hydrological_data/sensor.py:109:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/swiss_hydrological_data/sensor.py:114:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/swiss_hydrological_data/sensor.py:121:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/swiss_hydrological_data/sensor.py:128:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/swiss_hydrological_data/sensor.py:149:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/swiss_public_transport/coordinator.py
  <CWD>/homeassistant/components/swiss_public_transport/coordinator.py:114:23 - error: Argument of type "Any | None" cannot be assigned to parameter "start" of type "str" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/swiss_public_transport/coordinator.py:115:29 - error: Argument of type "Any | None" cannot be assigned to parameter "destination" of type "str" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/swiss_public_transport/sensor.py
  <CWD>/homeassistant/components/swiss_public_transport/sensor.py:107:7 - error: Base classes for class "SwissPublicTransportSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/swiss_public_transport/sensor.py:124:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SwissPublicTransportSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/swiss_public_transport/sensor.py:124:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SwissPublicTransportSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/swiss_public_transport/sensor.py:133:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switch/__init__.py
  <CWD>/homeassistant/components/switch/__init__.py:101:5 - error: "entity_description" overrides symbol of same name in class "ToggleEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchEntityDescription" is not the same as base type "ToggleEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switch/__init__.py:102:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SwitchDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switch/reproduce_state.py
  <CWD>/homeassistant/components/switch/reproduce_state.py:56:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/switch_as_x/fan.py
  <CWD>/homeassistant/components/switch_as_x/fan.py:51:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbee/__init__.py
  <CWD>/homeassistant/components/switchbee/__init__.py:9:27 - error: "CentralUnitPolling" is not exported from module "switchbee.api"
    Import from "switchbee.api.polling" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/switchbee/__init__.py:9:47 - error: "CentralUnitWsRPC" is not exported from module "switchbee.api"
    Import from "switchbee.api.wsrpc" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/switchbee/button.py
  <CWD>/homeassistant/components/switchbee/button.py:4:30 - error: "ApiStateCommand" is not exported from module "switchbee.device"
    Import from "switchbee.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/switchbee/button.py:31:7 - error: Base classes for class "SwitchBeeButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbee/climate.py
  <CWD>/homeassistant/components/switchbee/climate.py:14:30 - error: "ApiStateCommand" is not exported from module "switchbee.device"
    Import from "switchbee.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/switchbee/climate.py:90:7 - error: Base classes for class "SwitchBeeClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbee/climate.py:127:14 - error: "_attr_hvac_mode" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "HVACMode" is not the same as base type "HVACMode | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbee/const.py
  <CWD>/homeassistant/components/switchbee/const.py:3:27 - error: "CentralUnitPolling" is not exported from module "switchbee.api"
    Import from "switchbee.api.polling" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/switchbee/const.py:3:47 - error: "CentralUnitWsRPC" is not exported from module "switchbee.api"
    Import from "switchbee.api.wsrpc" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/switchbee/coordinator.py
  <CWD>/homeassistant/components/switchbee/coordinator.py:9:27 - error: "CentralUnitPolling" is not exported from module "switchbee.api"
    Import from "switchbee.api.polling" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/switchbee/coordinator.py:9:47 - error: "CentralUnitWsRPC" is not exported from module "switchbee.api"
    Import from "switchbee.api.wsrpc" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/switchbee/cover.py
  <CWD>/homeassistant/components/switchbee/cover.py:45:7 - error: Base classes for class "SwitchBeeSomfyEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbee/cover.py:76:7 - error: Base classes for class "SwitchBeeCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbee/entity.py
  <CWD>/homeassistant/components/switchbee/entity.py:6:23 - error: "SWITCHBEE_BRAND" is not exported from module "switchbee"
    Import from "switchbee.const" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/switchbee/light.py
  <CWD>/homeassistant/components/switchbee/light.py:8:30 - error: "ApiStateCommand" is not exported from module "switchbee.device"
    Import from "switchbee.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/switchbee/light.py:51:7 - error: Base classes for class "SwitchBeeLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbee/switch.py
  <CWD>/homeassistant/components/switchbee/switch.py:9:5 - error: "ApiStateCommand" is not exported from module "switchbee.device"
    Import from "switchbee.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/switchbee/switch.py:50:7 - error: Base classes for class "SwitchBeeSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbot/binary_sensor.py
  <CWD>/homeassistant/components/switchbot/binary_sensor.py:88:7 - error: Base classes for class "SwitchBotBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/binary_sensor.py:88:7 - error: Base classes for class "SwitchBotBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/binary_sensor.py:103:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbot/climate.py
  <CWD>/homeassistant/components/switchbot/climate.py:57:7 - error: Base classes for class "SwitchBotClimateEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:57:7 - error: Base classes for class "SwitchBotClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:73:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:75:29 - error: Cannot access attribute "min_temperature" for class "SwitchbotDevice"
    Attribute "min_temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchbot/climate.py:78:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:80:29 - error: Cannot access attribute "max_temperature" for class "SwitchbotDevice"
    Attribute "max_temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchbot/climate.py:83:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:85:29 - error: Cannot access attribute "preset_modes" for class "SwitchbotDevice"
    Attribute "preset_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchbot/climate.py:88:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:90:29 - error: Cannot access attribute "preset_mode" for class "SwitchbotDevice"
    Attribute "preset_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchbot/climate.py:93:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:96:26 - error: Cannot access attribute "hvac_mode" for class "SwitchbotDevice"
    Attribute "hvac_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchbot/climate.py:100:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:104:38 - error: Cannot access attribute "hvac_modes" for class "SwitchbotDevice"
    Attribute "hvac_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchbot/climate.py:108:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:111:26 - error: Cannot access attribute "hvac_action" for class "SwitchbotDevice"
    Attribute "hvac_action" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchbot/climate.py:115:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:117:29 - error: Cannot access attribute "current_temperature" for class "SwitchbotDevice"
    Attribute "current_temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchbot/climate.py:120:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:122:29 - error: Cannot access attribute "target_temperature" for class "SwitchbotDevice"
    Attribute "target_temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchbot/climate.py:125:15 - error: Method "async_set_hvac_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:127:35 - error: Cannot access attribute "set_hvac_mode" for class "SwitchbotDevice"
    Attribute "set_hvac_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchbot/climate.py:132:15 - error: Method "async_set_preset_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:134:35 - error: Cannot access attribute "set_preset_mode" for class "SwitchbotDevice"
    Attribute "set_preset_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchbot/climate.py:137:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/climate.py:140:35 - error: Cannot access attribute "set_target_temperature" for class "SwitchbotDevice"
    Attribute "set_target_temperature" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/switchbot/const.py
  <CWD>/homeassistant/components/switchbot/const.py:144:5 - error: Type "dict[SwitchbotModel, type[SwitchbotLock] | type[SwitchbotRelaySwitch] | type[SwitchbotAirPurifier] | type[SwitchbotEvaporativeHumidifier] | type[SwitchbotStripLight3] | type[SwitchbotRgbicLight] | type[SwitchbotRelaySwitch2PM] | type[SwitchbotSmartThermostatRadiator]]" is not assignable to declared type "dict[SwitchbotModel, SwitchbotEncryptedDevice]"
    Type "type[SwitchbotLock]" is not assignable to type "SwitchbotEncryptedDevice"
    Type "type[SwitchbotLock]" is not assignable to type "SwitchbotEncryptedDevice"
    Type "type[SwitchbotRelaySwitch]" is not assignable to type "SwitchbotEncryptedDevice"
    Type "type[SwitchbotRelaySwitch]" is not assignable to type "SwitchbotEncryptedDevice"
    Type "type[SwitchbotLock]" is not assignable to type "SwitchbotEncryptedDevice"
    Type "type[SwitchbotLock]" is not assignable to type "SwitchbotEncryptedDevice"
    Type "type[SwitchbotAirPurifier]" is not assignable to type "SwitchbotEncryptedDevice"
    Type "type[SwitchbotAirPurifier]" is not assignable to type "SwitchbotEncryptedDevice" (reportAssignmentType)
<CWD>/homeassistant/components/switchbot/cover.py
  <CWD>/homeassistant/components/switchbot/cover.py:48:7 - error: Base classes for class "SwitchBotCurtainEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:48:7 - error: Base classes for class "SwitchBotCurtainEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:48:7 - error: Base classes for class "SwitchBotCurtainEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:48:7 - error: Base classes for class "SwitchBotCurtainEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:48:7 - error: Base classes for class "SwitchBotCurtainEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:48:7 - error: Base classes for class "SwitchBotCurtainEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:48:7 - error: Base classes for class "SwitchBotCurtainEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:48:7 - error: Base classes for class "SwitchBotCurtainEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:48:7 - error: Base classes for class "SwitchBotCurtainEntity" define variable "supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:51:5 - error: "_device" overrides symbol of same name in class "SwitchbotEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchbotCurtain" is not the same as base type "SwitchbotDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:82:15 - error: Method "async_open_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:92:15 - error: Method "async_close_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:102:15 - error: Method "async_stop_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:112:15 - error: Method "async_set_cover_position" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:117:71 - error: Argument of type "Any | None" cannot be assigned to parameter "position" of type "int" in function "set_position"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/switchbot/cover.py:133:7 - error: Base classes for class "SwitchBotBlindTiltEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:133:7 - error: Base classes for class "SwitchBotBlindTiltEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:133:7 - error: Base classes for class "SwitchBotBlindTiltEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:133:7 - error: Base classes for class "SwitchBotBlindTiltEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:133:7 - error: Base classes for class "SwitchBotBlindTiltEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:133:7 - error: Base classes for class "SwitchBotBlindTiltEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:133:7 - error: Base classes for class "SwitchBotBlindTiltEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:133:7 - error: Base classes for class "SwitchBotBlindTiltEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:133:7 - error: Base classes for class "SwitchBotBlindTiltEntity" define variable "supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:136:5 - error: "_device" overrides symbol of same name in class "SwitchbotEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchbotBlindTilt" is not the same as base type "SwitchbotDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:171:15 - error: Method "async_open_cover_tilt" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:179:15 - error: Method "async_close_cover_tilt" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:187:15 - error: Method "async_stop_cover_tilt" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:195:15 - error: Method "async_set_cover_tilt_position" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:200:71 - error: Argument of type "Any | None" cannot be assigned to parameter "position" of type "int" in function "set_position"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/switchbot/cover.py:216:7 - error: Base classes for class "SwitchBotRollerShadeEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:216:7 - error: Base classes for class "SwitchBotRollerShadeEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:216:7 - error: Base classes for class "SwitchBotRollerShadeEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:216:7 - error: Base classes for class "SwitchBotRollerShadeEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:216:7 - error: Base classes for class "SwitchBotRollerShadeEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:216:7 - error: Base classes for class "SwitchBotRollerShadeEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:216:7 - error: Base classes for class "SwitchBotRollerShadeEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:216:7 - error: Base classes for class "SwitchBotRollerShadeEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:216:7 - error: Base classes for class "SwitchBotRollerShadeEntity" define variable "supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:219:5 - error: "_device" overrides symbol of same name in class "SwitchbotEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchbotRollerShade" is not the same as base type "SwitchbotDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:251:15 - error: Method "async_open_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:261:15 - error: Method "async_close_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:271:15 - error: Method "async_stop_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:281:15 - error: Method "async_set_cover_position" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:286:71 - error: Argument of type "Any | None" cannot be assigned to parameter "position" of type "int" in function "set_position"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/switchbot/cover.py:302:7 - error: Base classes for class "SwitchbotGarageDoorOpenerEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:302:7 - error: Base classes for class "SwitchbotGarageDoorOpenerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:305:5 - error: "_device" overrides symbol of same name in class "SwitchbotEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchbotGarageDoorOpener" is not the same as base type "SwitchbotDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:312:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:317:15 - error: Method "async_open_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/cover.py:323:15 - error: Method "async_close_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/switchbot/entity.py
  <CWD>/homeassistant/components/switchbot/entity.py:58:9 - error: Could not access item in TypedDict
    "connections" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/switchbot/entity.py:70:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/entity.py:118:7 - error: Base classes for class "SwitchbotSwitchedEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/entity.py:118:7 - error: Base classes for class "SwitchbotSwitchedEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/entity.py:121:5 - error: "_device" overrides symbol of same name in class "SwitchbotEntity"
    Variable is mutable so its type is invariant
      Override type "Switchbot" is not the same as base type "SwitchbotDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/entity.py:124:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/entity.py:134:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/switchbot/fan.py
  <CWD>/homeassistant/components/switchbot/fan.py:36:7 - error: Base classes for class "SwitchBotFanEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:36:7 - error: Base classes for class "SwitchBotFanEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:36:7 - error: Base classes for class "SwitchBotFanEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:36:7 - error: Base classes for class "SwitchBotFanEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:36:7 - error: Base classes for class "SwitchBotFanEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:36:7 - error: Base classes for class "SwitchBotFanEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:36:7 - error: Base classes for class "SwitchBotFanEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:36:7 - error: Base classes for class "SwitchBotFanEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:39:5 - error: "_device" overrides symbol of same name in class "SwitchbotEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchbotFan" is not the same as base type "SwitchbotDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:62:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:67:9 - error: "oscillating" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:72:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:128:7 - error: Base classes for class "SwitchBotAirPurifierEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:128:7 - error: Base classes for class "SwitchBotAirPurifierEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:131:5 - error: "_device" overrides symbol of same name in class "SwitchbotEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchbotAirPurifier" is not the same as base type "SwitchbotDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:147:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:152:15 - error: Method "async_set_preset_mode" overrides class "FanEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:164:15 - error: Method "async_turn_on" overrides class "FanEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/fan.py:182:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/switchbot/humidifier.py
  <CWD>/homeassistant/components/switchbot/humidifier.py:27:66 - error: Type "dict[switchbot.const.evaporative_humidifier.HumidifierAction, homeassistant.components.humidifier.const.HumidifierAction]" is not assignable to declared type "dict[int, HumidifierAction]"
    "Literal[HumidifierAction.OFF]" is not assignable to "int"
    "Literal[HumidifierAction.HUMIDIFYING]" is not assignable to "int"
    "Literal[HumidifierAction.DRYING]" is not assignable to "int" (reportAssignmentType)
  <CWD>/homeassistant/components/switchbot/humidifier.py:47:7 - error: Base classes for class "SwitchBotHumidifier" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:47:7 - error: Base classes for class "SwitchBotHumidifier" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:47:7 - error: Base classes for class "SwitchBotHumidifier" define method "async_turn_on" in incompatible way
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:47:7 - error: Base classes for class "SwitchBotHumidifier" define method "async_turn_off" in incompatible way
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:53:5 - error: "_device" overrides symbol of same name in class "SwitchbotSwitchedEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchbotHumidifier" is not the same as base type "Switchbot" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:59:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:64:9 - error: "mode" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:69:9 - error: "target_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:74:15 - error: Method "async_set_humidity" overrides class "HumidifierEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:80:15 - error: Method "async_set_mode" overrides class "HumidifierEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:89:7 - error: Base classes for class "SwitchBotEvaporativeHumidifier" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:89:7 - error: Base classes for class "SwitchBotEvaporativeHumidifier" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:92:5 - error: "_device" overrides symbol of same name in class "SwitchbotSwitchedEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchbotEvaporativeHumidifier" is not the same as base type "Switchbot" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:102:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:107:9 - error: "mode" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:109:40 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/switchbot/humidifier.py:112:9 - error: "current_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:117:9 - error: "target_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:122:9 - error: "action" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[HumidifierAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:129:15 - error: Method "async_set_humidity" overrides class "HumidifierEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:136:15 - error: Method "async_set_mode" overrides class "HumidifierEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:143:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/humidifier.py:150:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/switchbot/light.py
  <CWD>/homeassistant/components/switchbot/light.py:44:7 - error: Base classes for class "SwitchbotLightEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/light.py:44:7 - error: Base classes for class "SwitchbotLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/light.py:47:5 - error: "_device" overrides symbol of same name in class "SwitchbotEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchbotBaseLight" is not the same as base type "SwitchbotDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/light.py:62:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/light.py:64:77 - error: Cannot access attribute "color_modes" for class "SwitchbotBaseLight"
    Attribute "color_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchbot/light.py:67:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/light.py:67:9 - error: "supported_features" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[LightEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/light.py:72:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/light.py:74:38 - error: Operator "*" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/switchbot/light.py:77:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/light.py:84:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/light.py:89:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/light.py:94:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/light.py:104:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/light.py:106:16 - error: Type "bool | None" is not assignable to return type "bool"
    Type "bool | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/components/switchbot/light.py:109:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/light.py:138:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/switchbot/lock.py
  <CWD>/homeassistant/components/switchbot/lock.py:30:7 - error: Base classes for class "SwitchBotLock" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/lock.py:30:7 - error: Base classes for class "SwitchBotLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/lock.py:35:5 - error: "_device" overrides symbol of same name in class "SwitchbotEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchbotLock" is not the same as base type "SwitchbotDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/lock.py:58:15 - error: Method "async_lock" overrides class "LockEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/lock.py:64:15 - error: Method "async_unlock" overrides class "LockEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/lock.py:73:15 - error: Method "async_open" overrides class "LockEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/switchbot/sensor.py
  <CWD>/homeassistant/components/switchbot/sensor.py:157:7 - error: Base classes for class "SwitchBotSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/sensor.py:157:7 - error: Base classes for class "SwitchBotSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/sensor.py:186:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbot/switch.py
  <CWD>/homeassistant/components/switchbot/switch.py:43:7 - error: Base classes for class "SwitchBotSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:43:7 - error: Base classes for class "SwitchBotSwitch" define method "async_turn_on" in incompatible way
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:43:7 - error: Base classes for class "SwitchBotSwitch" define method "async_turn_off" in incompatible way
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:43:7 - error: Base classes for class "SwitchBotSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:43:7 - error: Base classes for class "SwitchBotSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:43:7 - error: Base classes for class "SwitchBotSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:43:7 - error: Base classes for class "SwitchBotSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:65:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:70:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:77:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:85:7 - error: Base classes for class "SwitchbotMultiChannelSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:85:7 - error: Base classes for class "SwitchbotMultiChannelSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:108:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:110:35 - error: Expected 0 positional arguments (reportCallIssue)
  <CWD>/homeassistant/components/switchbot/switch.py:113:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:118:36 - error: Expected 0 positional arguments (reportCallIssue)
  <CWD>/homeassistant/components/switchbot/switch.py:122:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/switchbot/switch.py:127:37 - error: Expected 0 positional arguments (reportCallIssue)
<CWD>/homeassistant/components/switchbot/vacuum.py
  <CWD>/homeassistant/components/switchbot/vacuum.py:85:7 - error: Base classes for class "SwitchbotVacuumEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/vacuum.py:85:7 - error: Base classes for class "SwitchbotVacuumEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/vacuum.py:88:5 - error: "_device" overrides symbol of same name in class "SwitchbotEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchbotVacuum" is not the same as base type "SwitchbotDevice" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot/vacuum.py:105:9 - error: "activity" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[VacuumActivity | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbot_cloud/binary_sensor.py
  <CWD>/homeassistant/components/switchbot_cloud/binary_sensor.py:133:7 - error: Base classes for class "SwitchBotCloudBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/binary_sensor.py:147:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SwitchBotCloudBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/binary_sensor.py:147:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SwitchBotCloudBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/binary_sensor.py:151:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbot_cloud/button.py
  <CWD>/homeassistant/components/switchbot_cloud/button.py:30:7 - error: Base classes for class "SwitchBotCloudBot" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbot_cloud/climate.py
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:61:7 - error: Base classes for class "SwitchBotCloudAirConditioner" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:61:7 - error: Base classes for class "SwitchBotCloudAirConditioner" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:61:7 - error: Base classes for class "SwitchBotCloudAirConditioner" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:61:7 - error: Base classes for class "SwitchBotCloudAirConditioner" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:61:7 - error: Base classes for class "SwitchBotCloudAirConditioner" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:61:7 - error: Base classes for class "SwitchBotCloudAirConditioner" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:124:20 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:125:17 - error: Argument of type "HVACMode | None" cannot be assigned to parameter "key" of type "HVACMode" in function "get"
    Type "HVACMode | None" is not assignable to type "HVACMode"
      "None" is not assignable to "HVACMode" (reportArgumentType)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:127:16 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:127:42 - error: Argument of type "Literal[HVACMode.HEAT, HVACMode.COOL, HVACMode.HEAT_COOL, HVACMode.AUTO, HVACMode.DRY, HVACMode.FAN_ONLY] | None" cannot be assigned to parameter "key" of type "HVACMode" in function "get"
    Type "Literal[HVACMode.HEAT, HVACMode.COOL, HVACMode.HEAT_COOL, HVACMode.AUTO, HVACMode.DRY, HVACMode.FAN_ONLY] | None" is not assignable to type "HVACMode"
      "None" is not assignable to "HVACMode" (reportArgumentType)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:137:25 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:138:13 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:141:26 - error: Argument of type "float | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "float | None" is not assignable to type "ConvertibleToInt"
      Type "None" is not assignable to type "ConvertibleToInt"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "None" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "None" is incompatible with protocol "SupportsIndex"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:141:26 - error: Argument of type "float | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "float | None" is not assignable to type "ConvertibleToInt"
      Type "None" is not assignable to type "ConvertibleToInt"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "None" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "None" is incompatible with protocol "SupportsIndex" (reportArgumentType)
  <CWD>/homeassistant/components/switchbot_cloud/climate.py:180:40 - error: Argument of type "Literal[HVACMode.FAN_ONLY, HVACMode.HEAT, HVACMode.COOL, HVACMode.HEAT_COOL, HVACMode.AUTO, HVACMode.DRY] | None" cannot be assigned to parameter "hvac_mode" of type "HVACMode" in function "async_set_hvac_mode"
    Type "Literal[HVACMode.FAN_ONLY, HVACMode.HEAT, HVACMode.COOL, HVACMode.HEAT_COOL, HVACMode.AUTO, HVACMode.DRY] | None" is not assignable to type "HVACMode"
      "None" is not assignable to "HVACMode" (reportArgumentType)
<CWD>/homeassistant/components/switchbot_cloud/cover.py
  <CWD>/homeassistant/components/switchbot_cloud/cover.py:43:7 - error: Base classes for class "SwitchBotCloudCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/cover.py:64:5 - error: "_attr_supported_features" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "CoverEntityFeature | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/cover.py:104:5 - error: "_attr_supported_features" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "CoverEntityFeature | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/cover.py:138:5 - error: "_attr_supported_features" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "CoverEntityFeature | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/cover.py:192:5 - error: "_attr_supported_features" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "CoverEntityFeature | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbot_cloud/entity.py
  <CWD>/homeassistant/components/switchbot_cloud/entity.py:51:13 - error: Argument of type "str | None" cannot be assigned to parameter "device_id" of type "str" in function "send_command"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/switchbot_cloud/entity.py:52:13 - error: Argument of type "Commands" cannot be assigned to parameter "command" of type "T@send_command | str" in function "send_command"
    Type "Commands" is not assignable to type "T@send_command | str"
      Type "Commands" is not assignable to type "CommonCommands"
        "Commands" is not assignable to "CommonCommands"
      "Commands" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/switchbot_cloud/entity.py:54:13 - error: Argument of type "dict[Unknown, Unknown] | str | int" cannot be assigned to parameter "parameters" of type "dict[Unknown, Unknown] | str" in function "send_command"
    Type "dict[Unknown, Unknown] | str | int" is not assignable to type "dict[Unknown, Unknown] | str"
      Type "int" is not assignable to type "dict[Unknown, Unknown] | str"
        "int" is not assignable to "dict[Unknown, Unknown]"
        "int" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/switchbot_cloud/fan.py
  <CWD>/homeassistant/components/switchbot_cloud/fan.py:45:7 - error: Base classes for class "SwitchBotCloudFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/fan.py:134:7 - error: Base classes for class "SwitchBotAirPurifierEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbot_cloud/humidifier.py
  <CWD>/homeassistant/components/switchbot_cloud/humidifier.py:42:7 - error: Base classes for class "SwitchBotHumidifier" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/humidifier.py:103:7 - error: Base classes for class "SwitchBotEvaporativeHumidifier" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbot_cloud/light.py
  <CWD>/homeassistant/components/switchbot_cloud/light.py:48:7 - error: Base classes for class "SwitchBotCloudLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbot_cloud/lock.py
  <CWD>/homeassistant/components/switchbot_cloud/lock.py:30:7 - error: Base classes for class "SwitchBotCloudLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbot_cloud/sensor.py
  <CWD>/homeassistant/components/switchbot_cloud/sensor.py:279:7 - error: Base classes for class "SwitchBotCloudSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/sensor.py:343:38 - error: Argument of type "Device | Remote" cannot be assigned to parameter "device" of type "Device" in function "__init__"
    Type "Device | Remote" is not assignable to type "Device"
      "Remote" is not assignable to "Device" (reportArgumentType)
<CWD>/homeassistant/components/switchbot_cloud/switch.py
  <CWD>/homeassistant/components/switchbot_cloud/switch.py:42:7 - error: Base classes for class "SwitchBotCloudSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchbot_cloud/vacuum.py
  <CWD>/homeassistant/components/switchbot_cloud/vacuum.py:71:7 - error: Base classes for class "SwitchBotCloudVacuum" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchbot_cloud/vacuum.py:79:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "VacuumEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switcher_kis/button.py
  <CWD>/homeassistant/components/switcher_kis/button.py:90:7 - error: Base classes for class "SwitcherThermostatButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switcher_kis/button.py:103:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SwitcherThermostatButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switcher_kis/button.py:103:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "SwitcherThermostatButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switcher_kis/climate.py
  <CWD>/homeassistant/components/switcher_kis/climate.py:83:7 - error: Base classes for class "SwitcherClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switcher_kis/cover.py
  <CWD>/homeassistant/components/switcher_kis/cover.py:62:7 - error: Base classes for class "SwitcherBaseCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switcher_kis/light.py
  <CWD>/homeassistant/components/switcher_kis/light.py:56:7 - error: Base classes for class "SwitcherBaseLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switcher_kis/sensor.py
  <CWD>/homeassistant/components/switcher_kis/sensor.py:119:7 - error: Base classes for class "SwitcherSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switcher_kis/sensor.py:129:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SwitcherSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switcher_kis/sensor.py:129:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SwitcherSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switcher_kis/sensor.py:136:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switcher_kis/switch.py
  <CWD>/homeassistant/components/switcher_kis/switch.py:106:7 - error: Base classes for class "SwitcherBaseSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switcher_kis/switch.py:163:7 - error: Base classes for class "SwitcherShutterChildLockBaseSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/switchmate/switch.py
  <CWD>/homeassistant/components/switchmate/switch.py:8:24 - error: "Switchmate" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/switchmate/switch.py:59:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchmate/switch.py:64:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchmate/switch.py:69:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/switchmate/switch.py:78:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/syncthing/__init__.py
  <CWD>/homeassistant/components/syncthing/__init__.py:48:25 - error: "exceptions" is not a known attribute of module "aiosyncthing" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/syncthing/config_flow.py
  <CWD>/homeassistant/components/syncthing/config_flow.py:36:25 - error: "exceptions" is not a known attribute of module "aiosyncthing" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/syncthing/sensor.py
  <CWD>/homeassistant/components/syncthing/sensor.py:36:25 - error: "exceptions" is not a known attribute of module "aiosyncthing" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/syncthing/sensor.py:109:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/syncthing/sensor.py:114:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/syncthing/sensor.py:119:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/syncthru/binary_sensor.py
  <CWD>/homeassistant/components/syncthru/binary_sensor.py:67:7 - error: Base classes for class "SyncThruBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/syncthru/binary_sensor.py:70:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SyncThruBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/syncthru/binary_sensor.py:73:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/syncthru/sensor.py
  <CWD>/homeassistant/components/syncthru/sensor.py:149:7 - error: Base classes for class "SyncThruSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/syncthru/sensor.py:153:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SyncThruSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/syncthru/sensor.py:156:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/syncthru/sensor.py:161:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/synology_dsm/binary_sensor.py
  <CWD>/homeassistant/components/synology_dsm/binary_sensor.py:93:7 - error: Base classes for class "SynoDSMBinarySensor" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/binary_sensor.py:93:7 - error: Base classes for class "SynoDSMBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/binary_sensor.py:93:7 - error: Base classes for class "SynoDSMBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/binary_sensor.py:98:5 - error: "entity_description" overrides symbol of same name in class "SynologyDSMBaseEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMBinarySensorEntityDescription" is not the same as base type "SynologyDSMEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/binary_sensor.py:98:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/binary_sensor.py:114:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/binary_sensor.py:124:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/binary_sensor.py:134:5 - error: "entity_description" overrides symbol of same name in class "SynologyDSMBaseEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMBinarySensorEntityDescription" is not the same as base type "SynologyDSMEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/binary_sensor.py:147:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/synology_dsm/button.py
  <CWD>/homeassistant/components/synology_dsm/button.py:73:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMbuttonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/synology_dsm/camera.py
  <CWD>/homeassistant/components/synology_dsm/camera.py:9:51 - error: "SynoCamera" is not exported from module "synology_dsm.api.surveillance_station"
    Import from "synology_dsm.api.surveillance_station.camera" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/synology_dsm/camera.py:61:7 - error: Base classes for class "SynoDSMCamera" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/camera.py:61:7 - error: Base classes for class "SynoDSMCamera" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/camera.py:65:5 - error: "entity_description" overrides symbol of same name in class "SynologyDSMBaseEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMCameraEntityDescription" is not the same as base type "SynologyDSMEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/camera.py:65:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMCameraEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/camera.py:95:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/camera.py:116:9 - error: "is_recording" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/camera.py:121:9 - error: "motion_detection_enabled" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/synology_dsm/config_flow.py
  <CWD>/homeassistant/components/synology_dsm/config_flow.py:243:57 - error: "serial" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/synology_dsm/config_flow.py:371:15 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/config_flow.py:457:5 - error: "config_entry" incorrectly overrides property of same name in class "OptionsFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/synology_dsm/coordinator.py
  <CWD>/homeassistant/components/synology_dsm/coordinator.py:115:24 - error: Could not access item in TypedDict
    "CMSMinVersion" is not a required key in "SurveillanceStationInfoData", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/coordinator.py:118:15 - error: Method "_async_update_data" overrides class "DataUpdateCoordinator" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, dict[str, dict[str, Any]]]", override returns type "Coroutine[Any, Any, dict[str, dict[str, Any]]]"
      "Coroutine[Any, Any, dict[str, dict[str, Any]]]" is not assignable to "CoroutineType[Any, Any, dict[str, dict[str, Any]]]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/synology_dsm/coordinator.py:143:15 - error: Method "_async_update_data" overrides class "DataUpdateCoordinator" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/synology_dsm/coordinator.py:163:15 - error: Method "_async_update_data" overrides class "DataUpdateCoordinator" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, dict[str, dict[int, SynoCamera]]]", override returns type "Coroutine[Any, Any, dict[str, dict[int, SynoCamera]]]"
      "Coroutine[Any, Any, dict[str, dict[int, SynoCamera]]]" is not assignable to "CoroutineType[Any, Any, dict[str, dict[int, SynoCamera]]]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/synology_dsm/diagnostics.py
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:70:48 - error: Could not access item in TypedDict
    "id" is not a required key in "NetworkInterface", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:71:25 - error: Could not access item in TypedDict
    "type" is not a required key in "NetworkInterface", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:72:23 - error: Could not access item in TypedDict
    "ip" is not a required key in "NetworkInterface", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:77:43 - error: Could not access item in TypedDict
    "id" is not a required key in "SynoStorageDisk", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:78:25 - error: Could not access item in TypedDict
    "name" is not a required key in "SynoStorageDisk", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:79:27 - error: Could not access item in TypedDict
    "vendor" is not a required key in "SynoStorageDisk", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:80:26 - error: Could not access item in TypedDict
    "model" is not a required key in "SynoStorageDisk", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:81:27 - error: Could not access item in TypedDict
    "device" is not a required key in "SynoStorageDisk", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:82:25 - error: Could not access item in TypedDict
    "temp" is not a required key in "SynoStorageDisk", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:83:31 - error: Could not access item in TypedDict
    "size_total" is not a required key in "SynoStorageDisk", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:87:45 - error: Could not access item in TypedDict
    "id" is not a required key in "SynoStorageVolume", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:88:25 - error: Could not access item in TypedDict
    "fs_type" is not a required key in "SynoStorageVolume", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/diagnostics.py:89:25 - error: Could not access item in TypedDict
    "size" is not a required key in "SynoStorageVolume", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/synology_dsm/entity.py
  <CWD>/homeassistant/components/synology_dsm/entity.py:33:5 - error: "unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "cached_property" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/entity.py:45:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/entity.py:54:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/entity.py:110:33 - error: Could not access item in TypedDict
    "id" is not a required key in "SynoStorageVolume", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/entity.py:115:17 - error: Could not access item in TypedDict
    "device_type" is not a required key in "SynoStorageVolume", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/entity.py:126:33 - error: Could not access item in TypedDict
    "name" is not a required key in "SynoStorageDisk", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/entity.py:127:41 - error: Could not access item in TypedDict
    "vendor" is not a required key in "SynoStorageDisk", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/entity.py:128:34 - error: Could not access item in TypedDict
    "model" is not a required key in "SynoStorageDisk", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/entity.py:129:37 - error: Could not access item in TypedDict
    "firm" is not a required key in "SynoStorageDisk", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/synology_dsm/entity.py:130:33 - error: Could not access item in TypedDict
    "diskType" is not a required key in "SynoStorageDisk", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/synology_dsm/media_source.py
  <CWD>/homeassistant/components/synology_dsm/media_source.py:10:37 - error: "SynoPhotosAlbum" is not exported from module "synology_dsm.api.photos"
    Import from "synology_dsm.api.photos.model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/synology_dsm/media_source.py:10:54 - error: "SynoPhotosItem" is not exported from module "synology_dsm.api.photos"
    Import from "synology_dsm.api.photos.model" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/synology_dsm/sensor.py
  <CWD>/homeassistant/components/synology_dsm/sensor.py:423:7 - error: Base classes for class "SynoDSMSensor" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/sensor.py:423:7 - error: Base classes for class "SynoDSMSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/sensor.py:423:7 - error: Base classes for class "SynoDSMSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/sensor.py:428:5 - error: "entity_description" overrides symbol of same name in class "SynologyDSMBaseEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMSensorEntityDescription" is not the same as base type "SynologyDSMEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/sensor.py:428:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/sensor.py:444:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/sensor.py:468:5 - error: "entity_description" overrides symbol of same name in class "SynologyDSMBaseEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMSensorEntityDescription" is not the same as base type "SynologyDSMEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/sensor.py:481:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/sensor.py:492:5 - error: "entity_description" overrides symbol of same name in class "SynologyDSMBaseEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMSensorEntityDescription" is not the same as base type "SynologyDSMEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/sensor.py:505:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/sensor.py:521:21 - error: "attr" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/synology_dsm/sensor.py:523:12 - error: "attr" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/synology_dsm/sensor.py:560:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/synology_dsm/switch.py
  <CWD>/homeassistant/components/synology_dsm/switch.py:58:7 - error: Base classes for class "SynoDSMSurveillanceHomeModeToggle" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/switch.py:58:7 - error: Base classes for class "SynoDSMSurveillanceHomeModeToggle" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/switch.py:63:5 - error: "entity_description" overrides symbol of same name in class "SynologyDSMBaseEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMSwitchEntityDescription" is not the same as base type "SynologyDSMEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/switch.py:63:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/switch.py:77:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/switch.py:106:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/switch.py:111:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/synology_dsm/update.py
  <CWD>/homeassistant/components/synology_dsm/update.py:50:7 - error: Base classes for class "SynoDSMUpdateEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/update.py:50:7 - error: Base classes for class "SynoDSMUpdateEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/update.py:55:5 - error: "entity_description" overrides symbol of same name in class "SynologyDSMBaseEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMUpdateEntityEntityDescription" is not the same as base type "SynologyDSMEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/update.py:55:5 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "SynologyDSMUpdateEntityEntityDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/update.py:59:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/update.py:64:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/update.py:71:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/synology_dsm/update.py:80:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/system_bridge/binary_sensor.py
  <CWD>/homeassistant/components/system_bridge/binary_sensor.py:91:7 - error: Base classes for class "SystemBridgeBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/binary_sensor.py:91:7 - error: Base classes for class "SystemBridgeBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/binary_sensor.py:91:7 - error: Base classes for class "SystemBridgeBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/binary_sensor.py:108:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SystemBridgeBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/binary_sensor.py:108:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SystemBridgeBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/binary_sensor.py:111:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/system_bridge/data.py
  <CWD>/homeassistant/components/system_bridge/data.py:24:20 - error: Type "None" is not assignable to declared type "Disks"
    "None" is not assignable to "Disks" (reportAssignmentType)
  <CWD>/homeassistant/components/system_bridge/data.py:28:22 - error: Type "None" is not assignable to declared type "Memory"
    "None" is not assignable to "Memory" (reportAssignmentType)
  <CWD>/homeassistant/components/system_bridge/data.py:30:22 - error: Type "None" is not assignable to declared type "System"
    "None" is not assignable to "System" (reportAssignmentType)
<CWD>/homeassistant/components/system_bridge/entity.py
  <CWD>/homeassistant/components/system_bridge/entity.py:35:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/entity.py:40:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/system_bridge/media_player.py
  <CWD>/homeassistant/components/system_bridge/media_player.py:86:7 - error: Base classes for class "SystemBridgeMediaPlayer" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:86:7 - error: Base classes for class "SystemBridgeMediaPlayer" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:103:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "MediaPlayerEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:106:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:111:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:111:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:135:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:135:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:145:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:152:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:159:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:166:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:171:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:176:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:181:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:186:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:191:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/media_player.py:196:9 - error: "repeat" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[RepeatMode | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/system_bridge/sensor.py
  <CWD>/homeassistant/components/system_bridge/sensor.py:642:7 - error: Base classes for class "SystemBridgeSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/sensor.py:642:7 - error: Base classes for class "SystemBridgeSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/sensor.py:642:7 - error: Base classes for class "SystemBridgeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/sensor.py:659:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SystemBridgeSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/sensor.py:659:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SystemBridgeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/sensor.py:664:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/system_bridge/update.py
  <CWD>/homeassistant/components/system_bridge/update.py:34:7 - error: Base classes for class "SystemBridgeUpdateEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/update.py:34:7 - error: Base classes for class "SystemBridgeUpdateEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/update.py:34:7 - error: Base classes for class "SystemBridgeUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/update.py:54:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/update.py:59:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/system_bridge/update.py:64:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/systemmonitor/binary_sensor.py
  <CWD>/homeassistant/components/systemmonitor/binary_sensor.py:133:7 - error: Base classes for class "SystemMonitorSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/systemmonitor/binary_sensor.py:151:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SysMonitorBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/systemmonitor/binary_sensor.py:151:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "SysMonitorBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/systemmonitor/binary_sensor.py:153:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/systemmonitor/binary_sensor.py:177:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/systemmonitor/coordinator.py
  <CWD>/homeassistant/components/systemmonitor/coordinator.py:252:33 - error: Cannot access attribute "pid" for class "Error"
    Attribute "pid" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/systemmonitor/coordinator.py:253:33 - error: Cannot access attribute "name" for class "Error"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/systemmonitor/coordinator.py:266:38 - error: "sensors_temperatures" is not a known attribute of module "psutil" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/systemmonitor/coordinator.py:274:44 - error: "sensors_fans" is not a known attribute of module "psutil" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/systemmonitor/sensor.py
  <CWD>/homeassistant/components/systemmonitor/sensor.py:643:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SysMonitorSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/systemmonitor/sensor.py:643:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "SysMonitorSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/systemmonitor/sensor.py:648:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/systemmonitor/sensor.py:684:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tado/binary_sensor.py
  <CWD>/homeassistant/components/tado/binary_sensor.py:160:7 - error: Base classes for class "TadoDeviceBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/binary_sensor.py:172:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TadoBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/binary_sensor.py:172:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TadoBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/binary_sensor.py:195:7 - error: Base classes for class "TadoZoneBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/binary_sensor.py:208:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TadoBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/binary_sensor.py:208:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TadoBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tado/climate.py
  <CWD>/homeassistant/components/tado/climate.py:340:38 - error: "TadoZone" is not a known attribute of module "PyTado" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tado/climate.py:394:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:399:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:404:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:412:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:422:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:445:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:459:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:471:9 - error: "target_temperature_step" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:478:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:539:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:544:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:557:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:570:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:591:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/climate.py:813:20 - error: Operator "in" not supported for types "str | None" and "str | list[Any]"
    Operator "in" not supported for types "None" and "str" (reportOperatorIssue)
<CWD>/homeassistant/components/tado/config_flow.py
  <CWD>/homeassistant/components/tado/config_flow.py:75:29 - error: Argument of type "str | None" cannot be assigned to parameter "val" of type "str | SplitResult | URL | UndefinedType" in function "__new__"
    Type "str | None" is not assignable to type "str | SplitResult | URL | UndefinedType"
      Type "None" is not assignable to type "str | SplitResult | URL | UndefinedType"
        "None" is not assignable to "str"
        "None" is not assignable to "SplitResult"
        "None" is not assignable to "URL"
        "None" is not assignable to "UndefinedType" (reportArgumentType)
  <CWD>/homeassistant/components/tado/config_flow.py:110:38 - error: Argument of type "dict[str, str | Unbound | None]" cannot be assigned to parameter "description_placeholders" of type "Mapping[str, str] | None" in function "async_show_progress"
    Type "dict[str, str | Unbound | None]" is not assignable to type "Mapping[str, str] | None"
      "dict[str, str | Unbound | None]" is not assignable to "Mapping[str, str]"
        Type parameter "_VT_co@Mapping" is covariant, but "str | Unbound | None" is not a subtype of "str"
          Type "str | Unbound | None" is not assignable to type "str"
            "None" is not assignable to "str"
      "dict[str, str | Unbound | None]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/tado/config_flow.py:111:24 - error: "tado_device_url" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tado/config_flow.py:112:25 - error: "user_code" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/tado/coordinator.py
  <CWD>/homeassistant/components/tado/coordinator.py:315:33 - error: Argument of type "Unknown | None" cannot be assigned to parameter "zone_id" of type "int" in function "_update_zone"
    Type "Unknown | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/tado/device_tracker.py
  <CWD>/homeassistant/components/tado/device_tracker.py:81:7 - error: Base classes for class "TadoDeviceTrackerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/device_tracker.py:134:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/device_tracker.py:139:9 - error: "location_name" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tado/sensor.py
  <CWD>/homeassistant/components/tado/sensor.py:229:7 - error: Base classes for class "TadoHomeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/sensor.py:240:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TadoSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/sensor.py:240:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TadoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/sensor.py:259:68 - error: "tado_sensor_data" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tado/sensor.py:262:17 - error: "tado_sensor_data" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tado/sensor.py:267:7 - error: Base classes for class "TadoZoneSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/sensor.py:280:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TadoSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/sensor.py:280:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TadoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tado/switch.py
  <CWD>/homeassistant/components/tado/switch.py:41:7 - error: Base classes for class "TadoChildLockSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tado/water_heater.py
  <CWD>/homeassistant/components/tado/water_heater.py:131:7 - error: Base classes for class "TadoWaterHeater" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/water_heater.py:178:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/water_heater.py:183:9 - error: "target_temperature" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tado/water_heater.py:188:9 - error: "is_away_mode_on" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tag/__init__.py
  <CWD>/homeassistant/components/tag/__init__.py:404:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tag/__init__.py:414:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tailscale/binary_sensor.py
  <CWD>/homeassistant/components/tailscale/binary_sensor.py:126:7 - error: Base classes for class "TailscaleBinarySensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tailscale/binary_sensor.py:126:7 - error: Base classes for class "TailscaleBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tailscale/binary_sensor.py:129:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TailscaleBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tailscale/binary_sensor.py:132:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tailscale/entity.py
  <CWD>/homeassistant/components/tailscale/entity.py:36:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tailscale/sensor.py
  <CWD>/homeassistant/components/tailscale/sensor.py:73:7 - error: Base classes for class "TailscaleSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tailscale/sensor.py:73:7 - error: Base classes for class "TailscaleSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tailscale/sensor.py:76:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TailscaleSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tailscale/sensor.py:79:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tailwind/binary_sensor.py
  <CWD>/homeassistant/components/tailwind/binary_sensor.py:54:7 - error: Base classes for class "TailwindDoorBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tailwind/binary_sensor.py:57:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TailwindDoorBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tailwind/binary_sensor.py:60:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tailwind/button.py
  <CWD>/homeassistant/components/tailwind/button.py:58:7 - error: Base classes for class "TailwindButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tailwind/button.py:61:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "TailwindButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tailwind/cover.py
  <CWD>/homeassistant/components/tailwind/cover.py:42:7 - error: Base classes for class "TailwindDoorCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tailwind/cover.py:52:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tailwind/number.py
  <CWD>/homeassistant/components/tailwind/number.py:62:7 - error: Base classes for class "TailwindNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tailwind/number.py:65:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "TailwindNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tailwind/number.py:68:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tami4/__init__.py
  <CWD>/homeassistant/components/tami4/__init__.py:23:21 - error: Argument of type "tuple[Any | None]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[Any | None]" is not assignable to type "*tuple[str]"
      "*tuple[Any | None]" is not assignable to "*tuple[str]"
        Tuple entry 1 is incorrect type
          Type "Any | None" is not assignable to type "str"
            "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/tami4/button.py
  <CWD>/homeassistant/components/tami4/button.py:76:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "Tami4EdgeButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tami4/button.py:86:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "Tami4EdgeDrinkButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tami4/sensor.py
  <CWD>/homeassistant/components/tami4/sensor.py:74:7 - error: Base classes for class "Tami4EdgeSensorEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tami4/sensor.py:74:7 - error: Base classes for class "Tami4EdgeSensorEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tami4/sensor.py:74:7 - error: Base classes for class "Tami4EdgeSensorEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tami4/sensor.py:74:7 - error: Base classes for class "Tami4EdgeSensorEntity" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tami4/sensor.py:74:7 - error: Base classes for class "Tami4EdgeSensorEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tami4/sensor.py:74:7 - error: Base classes for class "Tami4EdgeSensorEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tami4/sensor.py:74:7 - error: Base classes for class "Tami4EdgeSensorEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tami4/sensor.py:74:7 - error: Base classes for class "Tami4EdgeSensorEntity" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tami4/sensor.py:74:7 - error: Base classes for class "Tami4EdgeSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tami4/sensor.py:89:36 - error: Argument of type "Self@Tami4EdgeSensorEntity" cannot be assigned to parameter "self" of type "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" in function "__init__"
    "Tami4EdgeSensorEntity*" is not assignable to "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]"
      Type parameter "_DataUpdateCoordinatorT@CoordinatorEntity" is invariant, but "Tami4EdgeCoordinator" is not the same as "DataUpdateCoordinator[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/tami4/sensor.py:89:42 - error: Argument of type "Tami4EdgeCoordinator" cannot be assigned to parameter "coordinator" of type "DataUpdateCoordinator[dict[str, Any]]" in function "__init__"
    "Tami4EdgeCoordinator" is not assignable to "DataUpdateCoordinator[dict[str, Any]]"
      Type parameter "_DataT@DataUpdateCoordinator" is invariant, but "FlattenedWaterQuality" is not the same as "dict[str, Any]" (reportArgumentType)
<CWD>/homeassistant/components/tank_utility/sensor.py
  <CWD>/homeassistant/components/tank_utility/sensor.py:9:26 - error: "auth" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tank_utility/sensor.py:9:32 - error: "device" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tank_utility/sensor.py:69:53 - error: "token" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tank_utility/sensor.py:94:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tank_utility/sensor.py:99:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tank_utility/sensor.py:104:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tank_utility/sensor.py:109:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tankerkoenig/binary_sensor.py
  <CWD>/homeassistant/components/tankerkoenig/binary_sensor.py:43:7 - error: Base classes for class "StationOpenBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tankerkoenig/binary_sensor.py:65:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tankerkoenig/sensor.py
  <CWD>/homeassistant/components/tankerkoenig/sensor.py:65:7 - error: Base classes for class "FuelPriceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tankerkoenig/sensor.py:113:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tapsaff/binary_sensor.py
  <CWD>/homeassistant/components/tapsaff/binary_sensor.py:8:21 - error: "TapsAff" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tapsaff/binary_sensor.py:59:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tapsaff/binary_sensor.py:64:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tasmota/__init__.py
  <CWD>/homeassistant/components/tasmota/__init__.py:139:59 - error: Could not access item in TypedDict
    "mac" is not a required key in "TasmotaDeviceConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/tasmota/__init__.py:142:37 - error: Could not access item in TypedDict
    "ip" is not a required key in "TasmotaDeviceConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/tasmota/__init__.py:143:47 - error: Could not access item in TypedDict
    "mac" is not a required key in "TasmotaDeviceConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/tasmota/__init__.py:144:22 - error: Could not access item in TypedDict
    "manufacturer" is not a required key in "TasmotaDeviceConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/tasmota/__init__.py:145:15 - error: Could not access item in TypedDict
    "md" is not a required key in "TasmotaDeviceConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/tasmota/__init__.py:146:14 - error: Could not access item in TypedDict
    "name" is not a required key in "TasmotaDeviceConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/tasmota/__init__.py:147:20 - error: Could not access item in TypedDict
    "sw" is not a required key in "TasmotaDeviceConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/tasmota/binary_sensor.py
  <CWD>/homeassistant/components/tasmota/binary_sensor.py:55:7 - error: Base classes for class "TasmotaBinarySensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/binary_sensor.py:55:7 - error: Base classes for class "TasmotaBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/binary_sensor.py:55:7 - error: Base classes for class "TasmotaBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/binary_sensor.py:55:7 - error: Base classes for class "TasmotaBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/binary_sensor.py:55:7 - error: Base classes for class "TasmotaBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/binary_sensor.py:55:7 - error: Base classes for class "TasmotaBinarySensor" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/binary_sensor.py:55:7 - error: Base classes for class "TasmotaBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/binary_sensor.py:55:7 - error: Base classes for class "TasmotaBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/binary_sensor.py:64:5 - error: "_tasmota_entity" overrides symbol of same name in class "TasmotaAvailability"
    Variable is mutable so its type is invariant
      Override type "TasmotaSwitch" is not the same as base type "TasmotaAvailability" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/binary_sensor.py:104:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tasmota/camera.py
  <CWD>/homeassistant/components/tasmota/camera.py:64:7 - error: Base classes for class "TasmotaCamera" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/camera.py:64:7 - error: Base classes for class "TasmotaCamera" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/camera.py:64:7 - error: Base classes for class "TasmotaCamera" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/camera.py:64:7 - error: Base classes for class "TasmotaCamera" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/camera.py:64:7 - error: Base classes for class "TasmotaCamera" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/camera.py:64:7 - error: Base classes for class "TasmotaCamera" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/camera.py:64:7 - error: Base classes for class "TasmotaCamera" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/camera.py:64:7 - error: Base classes for class "TasmotaCamera" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/camera.py:72:5 - error: "_tasmota_entity" overrides symbol of same name in class "TasmotaAvailability"
    Variable is mutable so its type is invariant
      Override type "TasmotaCamera" is not the same as base type "TasmotaAvailability" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/camera.py:103:36 - error: Cannot access attribute "Request" for class "object"
    Attribute "Request" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tasmota/camera.py:104:22 - error: Cannot access attribute "StreamResponse" for class "object"
    Attribute "StreamResponse" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/tasmota/cover.py
  <CWD>/homeassistant/components/tasmota/cover.py:53:7 - error: Base classes for class "TasmotaCover" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:53:7 - error: Base classes for class "TasmotaCover" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:53:7 - error: Base classes for class "TasmotaCover" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:53:7 - error: Base classes for class "TasmotaCover" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:53:7 - error: Base classes for class "TasmotaCover" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:53:7 - error: Base classes for class "TasmotaCover" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:53:7 - error: Base classes for class "TasmotaCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:53:7 - error: Base classes for class "TasmotaCover" define variable "supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:53:7 - error: Base classes for class "TasmotaCover" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:53:7 - error: Base classes for class "TasmotaCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:53:7 - error: Base classes for class "TasmotaCover" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:60:5 - error: "_tasmota_entity" overrides symbol of same name in class "TasmotaAvailability"
    Variable is mutable so its type is invariant
      Override type "TasmotaShutter" is not the same as base type "TasmotaAvailability" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:100:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:108:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:116:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:121:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/cover.py:126:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tasmota/device_trigger.py
  <CWD>/homeassistant/components/tasmota/device_trigger.py:269:40 - error: Argument of type "DiscoveryHashType | None" cannot be assigned to parameter "discovery_hash" of type "DiscoveryHashType" in function "clear_discovery_hash"
    Type "DiscoveryHashType | None" is not assignable to type "DiscoveryHashType"
      "None" is not assignable to "tuple[str, str, str, str | int]" (reportArgumentType)
<CWD>/homeassistant/components/tasmota/discovery.py
  <CWD>/homeassistant/components/tasmota/discovery.py:207:17 - error: Could not access item in TypedDict
    "name" is not a required key in "TasmotaDeviceConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/tasmota/discovery.py:208:17 - error: Could not access item in TypedDict
    "ip" is not a required key in "TasmotaDeviceConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/tasmota/discovery.py:220:29 - error: Could not access item in TypedDict
    "name" is not a required key in "TasmotaDeviceConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/tasmota/discovery.py:221:27 - error: Could not access item in TypedDict
    "ip" is not a required key in "TasmotaDeviceConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/tasmota/entity.py
  <CWD>/homeassistant/components/tasmota/entity.py:69:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/entity.py:74:9 - error: "should_poll" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/entity.py:79:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/entity.py:149:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tasmota/fan.py
  <CWD>/homeassistant/components/tasmota/fan.py:61:7 - error: Base classes for class "TasmotaFan" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/fan.py:61:7 - error: Base classes for class "TasmotaFan" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/fan.py:61:7 - error: Base classes for class "TasmotaFan" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/fan.py:61:7 - error: Base classes for class "TasmotaFan" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/fan.py:61:7 - error: Base classes for class "TasmotaFan" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/fan.py:61:7 - error: Base classes for class "TasmotaFan" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/fan.py:61:7 - error: Base classes for class "TasmotaFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/fan.py:61:7 - error: Base classes for class "TasmotaFan" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/fan.py:61:7 - error: Base classes for class "TasmotaFan" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/fan.py:61:7 - error: Base classes for class "TasmotaFan" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/fan.py:74:5 - error: "_tasmota_entity" overrides symbol of same name in class "TasmotaAvailability"
    Variable is mutable so its type is invariant
      Override type "TasmotaFan" is not the same as base type "TasmotaAvailability" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/fan.py:99:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/fan.py:104:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tasmota/light.py
  <CWD>/homeassistant/components/tasmota/light.py:86:7 - error: Base classes for class "TasmotaLight" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:86:7 - error: Base classes for class "TasmotaLight" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:86:7 - error: Base classes for class "TasmotaLight" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:86:7 - error: Base classes for class "TasmotaLight" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:86:7 - error: Base classes for class "TasmotaLight" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:86:7 - error: Base classes for class "TasmotaLight" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:86:7 - error: Base classes for class "TasmotaLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:86:7 - error: Base classes for class "TasmotaLight" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:86:7 - error: Base classes for class "TasmotaLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:86:7 - error: Base classes for class "TasmotaLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:86:7 - error: Base classes for class "TasmotaLight" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:94:5 - error: "_tasmota_entity" overrides symbol of same name in class "TasmotaAvailability"
    Variable is mutable so its type is invariant
      Override type "TasmotaLight" is not the same as base type "TasmotaAvailability" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:193:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:198:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:226:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:231:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:236:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/light.py:244:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tasmota/sensor.py
  <CWD>/homeassistant/components/tasmota/sensor.py:272:7 - error: Base classes for class "TasmotaSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:272:7 - error: Base classes for class "TasmotaSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:272:7 - error: Base classes for class "TasmotaSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:272:7 - error: Base classes for class "TasmotaSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:272:7 - error: Base classes for class "TasmotaSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:272:7 - error: Base classes for class "TasmotaSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:272:7 - error: Base classes for class "TasmotaSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:272:7 - error: Base classes for class "TasmotaSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:272:7 - error: Base classes for class "TasmotaSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:272:7 - error: Base classes for class "TasmotaSensor" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:272:7 - error: Base classes for class "TasmotaSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:272:7 - error: Base classes for class "TasmotaSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:275:5 - error: "_tasmota_entity" overrides symbol of same name in class "TasmotaAvailability"
    Variable is mutable so its type is invariant
      Override type "TasmotaSensor" is not the same as base type "TasmotaAvailability" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/sensor.py:302:49 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/tasmota/sensor.py:303:13 - error: Argument of type "str | None" cannot be assigned to parameter "key" of type "str" in function "get"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/tasmota/sensor.py:330:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tasmota/switch.py
  <CWD>/homeassistant/components/tasmota/switch.py:50:7 - error: Base classes for class "TasmotaSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/switch.py:50:7 - error: Base classes for class "TasmotaSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/switch.py:50:7 - error: Base classes for class "TasmotaSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/switch.py:50:7 - error: Base classes for class "TasmotaSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/switch.py:50:7 - error: Base classes for class "TasmotaSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/switch.py:50:7 - error: Base classes for class "TasmotaSwitch" define variable "should_poll" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/switch.py:50:7 - error: Base classes for class "TasmotaSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/switch.py:50:7 - error: Base classes for class "TasmotaSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/switch.py:50:7 - error: Base classes for class "TasmotaSwitch" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tasmota/switch.py:58:5 - error: "_tasmota_entity" overrides symbol of same name in class "TasmotaAvailability"
    Variable is mutable so its type is invariant
      Override type "TasmotaRelay" is not the same as base type "TasmotaAvailability" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tautulli/entity.py
  <CWD>/homeassistant/components/tautulli/entity.py:35:35 - error: Argument of type "set[tuple[Literal['tautulli'], int | str | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "int | str | None" is not assignable to type "str"
      "int" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/tautulli/sensor.py
  <CWD>/homeassistant/components/tautulli/sensor.py:42:17 - error: "PyTautulliApiHomeStats" is not iterable
    "__iter__" method not defined (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/tautulli/sensor.py:243:7 - error: Base classes for class "TautulliSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tautulli/sensor.py:246:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TautulliSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tautulli/sensor.py:249:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tautulli/sensor.py:252:13 - error: Argument of type "list[PyTautulliApiHomeStats] | None" cannot be assigned to parameter of type "PyTautulliApiHomeStats"
    Type "list[PyTautulliApiHomeStats] | None" is not assignable to type "PyTautulliApiHomeStats"
      "list[PyTautulliApiHomeStats]" is not assignable to "PyTautulliApiHomeStats" (reportArgumentType)
  <CWD>/homeassistant/components/tautulli/sensor.py:253:13 - error: Argument of type "PyTautulliApiActivity | None" cannot be assigned to parameter of type "PyTautulliApiActivity"
    Type "PyTautulliApiActivity | None" is not assignable to type "PyTautulliApiActivity"
      "None" is not assignable to "PyTautulliApiActivity" (reportArgumentType)
  <CWD>/homeassistant/components/tautulli/sensor.py:258:7 - error: Base classes for class "TautulliSessionSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tautulli/sensor.py:261:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TautulliSessionSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tautulli/sensor.py:275:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tautulli/sensor.py:278:28 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
<CWD>/homeassistant/components/tcp/binary_sensor.py
  <CWD>/homeassistant/components/tcp/binary_sensor.py:32:7 - error: Base classes for class "TcpBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tcp/binary_sensor.py:36:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tcp/entity.py
  <CWD>/homeassistant/components/tcp/entity.py:65:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tcp/sensor.py
  <CWD>/homeassistant/components/tcp/sensor.py:32:7 - error: Base classes for class "TcpSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tcp/sensor.py:36:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tcp/sensor.py:41:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/technove/binary_sensor.py
  <CWD>/homeassistant/components/technove/binary_sensor.py:77:7 - error: Base classes for class "TechnoVEBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/binary_sensor.py:88:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TechnoVEBinarySensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/binary_sensor.py:88:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TechnoVEBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/binary_sensor.py:92:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/technove/number.py
  <CWD>/homeassistant/components/technove/number.py:46:48 - error: Argument of type "float" cannot be assigned to parameter "max_current" of type "int" in function "set_max_current"
    "float" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/technove/number.py:58:53 - error: Cannot access attribute "info" for class "TechnoVE"
    Attribute "info" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/technove/number.py:59:49 - error: Cannot access attribute "info" for class "TechnoVE"
    Attribute "info" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/technove/number.py:76:7 - error: Base classes for class "TechnoVENumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/number.py:87:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TechnoVENumberDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/number.py:87:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "TechnoVENumberDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/number.py:91:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/number.py:93:60 - error: Argument of type "Station" cannot be assigned to parameter of type "TechnoVE"
    "Station" is not assignable to "TechnoVE" (reportArgumentType)
  <CWD>/homeassistant/components/technove/number.py:96:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/number.py:98:56 - error: Argument of type "Station" cannot be assigned to parameter of type "TechnoVE"
    "Station" is not assignable to "TechnoVE" (reportArgumentType)
  <CWD>/homeassistant/components/technove/number.py:101:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/technove/sensor.py
  <CWD>/homeassistant/components/technove/sensor.py:132:7 - error: Base classes for class "TechnoVESensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/sensor.py:144:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TechnoVESensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/sensor.py:144:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TechnoVESensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/sensor.py:147:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/technove/switch.py
  <CWD>/homeassistant/components/technove/switch.py:92:7 - error: Base classes for class "TechnoVESwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/switch.py:103:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TechnoVESwitchDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/switch.py:103:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "TechnoVESwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/switch.py:107:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/technove/switch.py:113:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/technove/switch.py:118:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/ted5000/sensor.py
  <CWD>/homeassistant/components/ted5000/sensor.py:106:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tedee/binary_sensor.py
  <CWD>/homeassistant/components/tedee/binary_sensor.py:100:5 - error: "entity_description" overrides symbol of same name in class "TedeeDescriptionEntity"
    Variable is mutable so its type is invariant
      Override type "TedeeBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/binary_sensor.py:100:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TedeeBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/binary_sensor.py:103:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/binary_sensor.py:108:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tedee/lock.py
  <CWD>/homeassistant/components/tedee/lock.py:55:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/lock.py:65:9 - error: "is_unlocking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/lock.py:70:9 - error: "is_open" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/lock.py:75:9 - error: "is_opening" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/lock.py:80:9 - error: "is_locking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/lock.py:85:9 - error: "is_jammed" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/lock.py:90:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/lock.py:133:9 - error: "supported_features" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[LockEntityFeature]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tedee/sensor.py
  <CWD>/homeassistant/components/tedee/sensor.py:72:7 - error: Base classes for class "TedeeSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/sensor.py:75:5 - error: "entity_description" overrides symbol of same name in class "TedeeDescriptionEntity"
    Variable is mutable so its type is invariant
      Override type "TedeeSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/sensor.py:75:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TedeeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tedee/sensor.py:78:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/telegram_bot/bot.py
  <CWD>/homeassistant/components/telegram_bot/bot.py:455:54 - error: "split" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/telegram_bot/bot.py:1109:40 - error: "req" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/telegram_bot/bot.py:1112:56 - error: "req" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/telegram_bot/config_flow.py
  <CWD>/homeassistant/components/telegram_bot/config_flow.py:232:21 - error: Could not access item in TypedDict
    "description_placeholders" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/telegram_bot/config_flow.py:254:17 - error: Could not access item in TypedDict
    "description_placeholders" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/tellduslive/binary_sensor.py
  <CWD>/homeassistant/components/tellduslive/binary_sensor.py:33:7 - error: Base classes for class "TelldusLiveSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/binary_sensor.py:33:7 - error: Base classes for class "TelldusLiveSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/binary_sensor.py:33:7 - error: Base classes for class "TelldusLiveSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/binary_sensor.py:33:7 - error: Base classes for class "TelldusLiveSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/binary_sensor.py:33:7 - error: Base classes for class "TelldusLiveSensor" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/binary_sensor.py:39:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tellduslive/config_flow.py
  <CWD>/homeassistant/components/tellduslive/config_flow.py:120:15 - error: Method "async_step_discovery" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "DiscoveryInfoType", override parameter is type "list[str]"
      "dict[str, Any]" is not assignable to "list[str]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/tellduslive/cover.py
  <CWD>/homeassistant/components/tellduslive/cover.py:36:7 - error: Base classes for class "TelldusLiveCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/cover.py:36:7 - error: Base classes for class "TelldusLiveCover" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/cover.py:36:7 - error: Base classes for class "TelldusLiveCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/cover.py:36:7 - error: Base classes for class "TelldusLiveCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/cover.py:36:7 - error: Base classes for class "TelldusLiveCover" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/cover.py:42:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tellduslive/entity.py
  <CWD>/homeassistant/components/tellduslive/entity.py:61:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/entity.py:66:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/entity.py:71:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/entity.py:101:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/entity.py:106:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tellduslive/light.py
  <CWD>/homeassistant/components/tellduslive/light.py:38:7 - error: Base classes for class "TelldusLiveLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/light.py:38:7 - error: Base classes for class "TelldusLiveLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/light.py:38:7 - error: Base classes for class "TelldusLiveLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/light.py:38:7 - error: Base classes for class "TelldusLiveLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/light.py:38:7 - error: Base classes for class "TelldusLiveLight" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/light.py:56:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/light.py:61:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tellduslive/sensor.py
  <CWD>/homeassistant/components/tellduslive/sensor.py:140:7 - error: Base classes for class "TelldusLiveSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/sensor.py:140:7 - error: Base classes for class "TelldusLiveSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/sensor.py:140:7 - error: Base classes for class "TelldusLiveSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/sensor.py:140:7 - error: Base classes for class "TelldusLiveSensor" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/sensor.py:182:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/sensor.py:195:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tellduslive/switch.py
  <CWD>/homeassistant/components/tellduslive/switch.py:35:7 - error: Base classes for class "TelldusLiveSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/switch.py:35:7 - error: Base classes for class "TelldusLiveSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/switch.py:35:7 - error: Base classes for class "TelldusLiveSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/switch.py:35:7 - error: Base classes for class "TelldusLiveSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/switch.py:35:7 - error: Base classes for class "TelldusLiveSwitch" define variable "assumed_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellduslive/switch.py:41:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tellstick/__init__.py
  <CWD>/homeassistant/components/tellstick/__init__.py:5:6 - error: Import "tellcore.constants" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/tellstick/__init__.py:6:6 - error: Import "tellcore.telldus" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/tellstick/__init__.py:7:6 - error: Import "tellcorenet" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/tellstick/cover.py
  <CWD>/homeassistant/components/tellstick/cover.py:48:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellstick/cover.py:53:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tellstick/entity.py
  <CWD>/homeassistant/components/tellstick/entity.py:6:6 - error: Import "tellcore.constants" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/tellstick/entity.py:7:6 - error: Import "tellcore.library" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/tellstick/light.py
  <CWD>/homeassistant/components/tellstick/light.py:42:7 - error: Base classes for class "TellstickLight" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tellstick/light.py:55:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tellstick/sensor.py
  <CWD>/homeassistant/components/tellstick/sensor.py:8:6 - error: Import "tellcore" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/tellstick/sensor.py:9:8 - error: Import "tellcore.constants" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/tellstick/sensor.py:136:38 - error: "named_sensors" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tellstick/sensor.py:137:31 - error: "named_sensors" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tellstick/sensor.py:138:30 - error: "named_sensors" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tellstick/sensor.py:139:31 - error: "named_sensors" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tellstick/sensor.py:140:36 - error: "named_sensors" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tellstick/sensor.py:141:31 - error: "named_sensors" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/tellstick/switch.py
  <CWD>/homeassistant/components/tellstick/switch.py:43:7 - error: Base classes for class "TellstickSwitch" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/alarm_control_panel.py
  <CWD>/homeassistant/components/template/alarm_control_panel.py:207:7 - error: Base classes for class "AbstractTemplateAlarmControlPanel" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/alarm_control_panel.py:207:7 - error: Base classes for class "AbstractTemplateAlarmControlPanel" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/alarm_control_panel.py:207:7 - error: Base classes for class "AbstractTemplateAlarmControlPanel" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/alarm_control_panel.py:222:14 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AlarmControlPanelEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/alarm_control_panel.py:388:7 - error: Base classes for class "TriggerAlarmControlPanelEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/alarm_control_panel.py:388:7 - error: Base classes for class "TriggerAlarmControlPanelEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/alarm_control_panel.py:388:7 - error: Base classes for class "TriggerAlarmControlPanelEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/alarm_control_panel.py:388:7 - error: Base classes for class "TriggerAlarmControlPanelEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/alarm_control_panel.py:388:7 - error: Base classes for class "TriggerAlarmControlPanelEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/alarm_control_panel.py:388:7 - error: Base classes for class "TriggerAlarmControlPanelEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/binary_sensor.py
  <CWD>/homeassistant/components/template/binary_sensor.py:171:7 - error: Base classes for class "StateBinarySensorEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:171:7 - error: Base classes for class "StateBinarySensorEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:171:7 - error: Base classes for class "StateBinarySensorEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:171:7 - error: Base classes for class "StateBinarySensorEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:187:14 - error: "_template" overrides symbol of same name in class "AbstractTemplateEntity"
    Variable is mutable so its type is invariant
      Override type "Template" is not the same as base type "Template | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:262:7 - error: Base classes for class "TriggerBinarySensorEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:262:7 - error: Base classes for class "TriggerBinarySensorEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:262:7 - error: Base classes for class "TriggerBinarySensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:262:7 - error: Base classes for class "TriggerBinarySensorEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:262:7 - error: Base classes for class "TriggerBinarySensorEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:262:7 - error: Base classes for class "TriggerBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:262:7 - error: Base classes for class "TriggerBinarySensorEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:262:7 - error: Base classes for class "TriggerBinarySensorEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:262:7 - error: Base classes for class "TriggerBinarySensorEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/binary_sensor.py:262:7 - error: Base classes for class "TriggerBinarySensorEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/config_flow.py
  <CWD>/homeassistant/components/template/config_flow.py:753:25 - error: Could not access item in TypedDict
    "step_id" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/template/cover.py
  <CWD>/homeassistant/components/template/cover.py:241:14 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/cover.py:241:14 - error: "_attr_supported_features" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "CoverEntityFeature" is not the same as base type "CoverEntityFeature | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/cover.py:259:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/cover.py:267:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/cover.py:272:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/cover.py:277:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/cover.py:287:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/cover.py:500:7 - error: Base classes for class "TriggerCoverEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/cover.py:500:7 - error: Base classes for class "TriggerCoverEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/cover.py:500:7 - error: Base classes for class "TriggerCoverEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/cover.py:500:7 - error: Base classes for class "TriggerCoverEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/cover.py:500:7 - error: Base classes for class "TriggerCoverEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/cover.py:500:7 - error: Base classes for class "TriggerCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/event.py
  <CWD>/homeassistant/components/template/event.py:202:7 - error: Base classes for class "TriggerEventEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/event.py:202:7 - error: Base classes for class "TriggerEventEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/event.py:202:7 - error: Base classes for class "TriggerEventEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/event.py:202:7 - error: Base classes for class "TriggerEventEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/event.py:202:7 - error: Base classes for class "TriggerEventEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/event.py:202:7 - error: Base classes for class "TriggerEventEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/event.py:202:7 - error: Base classes for class "TriggerEventEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/event.py:202:7 - error: Base classes for class "TriggerEventEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/event.py:202:7 - error: Base classes for class "TriggerEventEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/event.py:202:7 - error: Base classes for class "TriggerEventEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/event.py:202:7 - error: Base classes for class "TriggerEventEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/event.py:202:7 - error: Base classes for class "TriggerEventEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/fan.py
  <CWD>/homeassistant/components/template/fan.py:244:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/fan.py:249:9 - error: "preset_modes" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/fan.py:259:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/fan.py:264:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/fan.py:269:9 - error: "oscillating" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/fan.py:274:9 - error: "current_direction" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/fan.py:547:7 - error: Base classes for class "TriggerFanEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/fan.py:547:7 - error: Base classes for class "TriggerFanEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/fan.py:547:7 - error: Base classes for class "TriggerFanEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/fan.py:547:7 - error: Base classes for class "TriggerFanEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/fan.py:547:7 - error: Base classes for class "TriggerFanEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/fan.py:547:7 - error: Base classes for class "TriggerFanEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/image.py
  <CWD>/homeassistant/components/template/image.py:115:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/image.py:138:7 - error: Base classes for class "TriggerImageEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/image.py:138:7 - error: Base classes for class "TriggerImageEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/image.py:138:7 - error: Base classes for class "TriggerImageEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/image.py:138:7 - error: Base classes for class "TriggerImageEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/image.py:138:7 - error: Base classes for class "TriggerImageEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/image.py:171:14 - error: "_attr_image_url" overrides symbol of same name in class "ImageEntity"
    Variable is mutable so its type is invariant
      Override type "str | None" is not the same as base type "str | UndefinedType | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/light.py
  <CWD>/homeassistant/components/template/light.py:325:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:353:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:358:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:363:9 - error: "rgbw_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:368:9 - error: "rgbww_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:373:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:378:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:383:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:388:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:393:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:1125:7 - error: Base classes for class "TriggerLightEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:1125:7 - error: Base classes for class "TriggerLightEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:1125:7 - error: Base classes for class "TriggerLightEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:1125:7 - error: Base classes for class "TriggerLightEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:1125:7 - error: Base classes for class "TriggerLightEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/light.py:1125:7 - error: Base classes for class "TriggerLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/lock.py
  <CWD>/homeassistant/components/template/lock.py:175:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/lock.py:180:9 - error: "is_jammed" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/lock.py:185:9 - error: "is_unlocking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/lock.py:190:9 - error: "is_locking" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/lock.py:195:9 - error: "is_open" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/lock.py:200:9 - error: "is_opening" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/lock.py:205:9 - error: "code_format" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/lock.py:371:7 - error: Base classes for class "TriggerLockEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/lock.py:371:7 - error: Base classes for class "TriggerLockEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/lock.py:371:7 - error: Base classes for class "TriggerLockEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/lock.py:371:7 - error: Base classes for class "TriggerLockEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/lock.py:371:7 - error: Base classes for class "TriggerLockEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/lock.py:371:7 - error: Base classes for class "TriggerLockEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/number.py
  <CWD>/homeassistant/components/template/number.py:202:7 - error: Base classes for class "TriggerNumberEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/number.py:202:7 - error: Base classes for class "TriggerNumberEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/number.py:202:7 - error: Base classes for class "TriggerNumberEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/number.py:202:7 - error: Base classes for class "TriggerNumberEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/number.py:202:7 - error: Base classes for class "TriggerNumberEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/number.py:202:7 - error: Base classes for class "TriggerNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/select.py
  <CWD>/homeassistant/components/template/select.py:179:7 - error: Base classes for class "TriggerSelectEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/select.py:179:7 - error: Base classes for class "TriggerSelectEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/select.py:179:7 - error: Base classes for class "TriggerSelectEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/select.py:179:7 - error: Base classes for class "TriggerSelectEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/select.py:179:7 - error: Base classes for class "TriggerSelectEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/select.py:179:7 - error: Base classes for class "TriggerSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/sensor.py
  <CWD>/homeassistant/components/template/sensor.py:233:14 - error: "_template" overrides symbol of same name in class "AbstractTemplateEntity"
    Variable is mutable so its type is invariant
      Override type "Template" is not the same as base type "Template | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/sensor.py:277:7 - error: Base classes for class "TriggerSensorEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/sensor.py:277:7 - error: Base classes for class "TriggerSensorEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/sensor.py:277:7 - error: Base classes for class "TriggerSensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/sensor.py:277:7 - error: Base classes for class "TriggerSensorEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/sensor.py:277:7 - error: Base classes for class "TriggerSensorEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/sensor.py:277:7 - error: Base classes for class "TriggerSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/sensor.py:318:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/switch.py
  <CWD>/homeassistant/components/template/switch.py:150:7 - error: Base classes for class "AbstractTemplateSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/switch.py:150:7 - error: Base classes for class "AbstractTemplateSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/switch.py:150:7 - error: Base classes for class "AbstractTemplateSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/switch.py:150:7 - error: Base classes for class "AbstractTemplateSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/switch.py:240:7 - error: Base classes for class "TriggerSwitchEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/switch.py:240:7 - error: Base classes for class "TriggerSwitchEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/switch.py:240:7 - error: Base classes for class "TriggerSwitchEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/switch.py:240:7 - error: Base classes for class "TriggerSwitchEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/switch.py:240:7 - error: Base classes for class "TriggerSwitchEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/switch.py:240:7 - error: Base classes for class "TriggerSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/template_entity.py
  <CWD>/homeassistant/components/template/template_entity.py:141:28 - error: Argument of type "None" cannot be assigned to parameter "result" of type "str | TemplateError" in function "_default_update"
    Type "None" is not assignable to type "str | TemplateError"
      "None" is not assignable to "str"
      "None" is not assignable to "TemplateError" (reportArgumentType)
<CWD>/homeassistant/components/template/trigger_entity.py
  <CWD>/homeassistant/components/template/trigger_entity.py:18:7 - error: Base classes for class "TriggerEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/trigger_entity.py:18:7 - error: Base classes for class "TriggerEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/trigger_entity.py:18:7 - error: Base classes for class "TriggerEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/trigger_entity.py:18:7 - error: Base classes for class "TriggerEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/trigger_entity.py:18:7 - error: Base classes for class "TriggerEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/trigger_entity.py:32:36 - error: Argument of type "Self@TriggerEntity" cannot be assigned to parameter "self" of type "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" in function "__init__"
    "TriggerEntity*" is not assignable to "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]"
      Type parameter "_DataUpdateCoordinatorT@CoordinatorEntity" is invariant, but "TriggerUpdateCoordinator" is not the same as "DataUpdateCoordinator[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/template/trigger_entity.py:59:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/update.py
  <CWD>/homeassistant/components/template/update.py:298:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/update.py:368:7 - error: Base classes for class "TriggerUpdateEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/update.py:368:7 - error: Base classes for class "TriggerUpdateEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/update.py:368:7 - error: Base classes for class "TriggerUpdateEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/update.py:368:7 - error: Base classes for class "TriggerUpdateEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/update.py:368:7 - error: Base classes for class "TriggerUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/vacuum.py
  <CWD>/homeassistant/components/template/vacuum.py:448:7 - error: Base classes for class "TriggerVacuumEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/vacuum.py:448:7 - error: Base classes for class "TriggerVacuumEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/vacuum.py:448:7 - error: Base classes for class "TriggerVacuumEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/vacuum.py:448:7 - error: Base classes for class "TriggerVacuumEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/vacuum.py:448:7 - error: Base classes for class "TriggerVacuumEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/vacuum.py:448:7 - error: Base classes for class "TriggerVacuumEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/template/weather.py
  <CWD>/homeassistant/components/template/weather.py:256:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:261:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:266:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:271:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:276:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:281:9 - error: "ozone" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:286:9 - error: "uv_index" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:291:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:296:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:301:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:306:9 - error: "cloud_coverage" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:311:9 - error: "native_dew_point" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:316:9 - error: "native_apparent_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:333:9 - error: "attribution" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:615:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:620:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:627:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:634:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:641:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:648:9 - error: "ozone" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:655:9 - error: "uv_index" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:662:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:669:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:676:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:683:9 - error: "cloud_coverage" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:690:9 - error: "native_dew_point" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/template/weather.py:697:9 - error: "native_apparent_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tesla_fleet/__init__.py
  <CWD>/homeassistant/components/tesla_fleet/__init__.py:102:16 - error: Argument of type "str" cannot be assigned to parameter "region" of type "Literal['na', 'eu', 'cn'] | None" in function "__init__"
    Type "str" is not assignable to type "Literal['na', 'eu', 'cn'] | None"
      "str" is not assignable to "None"
      "str" is not assignable to type "Literal['na']"
      "str" is not assignable to type "Literal['eu']"
      "str" is not assignable to type "Literal['cn']" (reportArgumentType)
<CWD>/homeassistant/components/tesla_fleet/binary_sensor.py
  <CWD>/homeassistant/components/tesla_fleet/binary_sensor.py:209:7 - error: Base classes for class "TeslaFleetVehicleBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/binary_sensor.py:220:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/binary_sensor.py:220:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/binary_sensor.py:237:7 - error: Base classes for class "TeslaFleetEnergyLiveBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/binary_sensor.py:250:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/binary_sensor.py:258:7 - error: Base classes for class "TeslaFleetEnergyInfoBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/binary_sensor.py:271:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tesla_fleet/button.py
  <CWD>/homeassistant/components/tesla_fleet/button.py:40:56 - error: Cannot access attribute "flash_lights" for class "EnergySite"
    Attribute "flash_lights" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/button.py:43:48 - error: Cannot access attribute "honk_horn" for class "EnergySite"
    Attribute "honk_horn" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/button.py:46:66 - error: Cannot access attribute "remote_start_drive" for class "EnergySite"
    Attribute "remote_start_drive" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/button.py:49:51 - error: Cannot access attribute "remote_boombox" for class "EnergySite"
    Attribute "remote_boombox" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/button.py:53:36 - error: Cannot access attribute "trigger_homelink" for class "EnergySite"
    Attribute "trigger_homelink" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/button.py:76:7 - error: Base classes for class "TeslaFleetButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/button.py:87:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/button.py:87:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tesla_fleet/climate.py
  <CWD>/homeassistant/components/tesla_fleet/climate.py:49:60 - error: Argument of type "list[Scope]" cannot be assigned to parameter "scopes" of type "Scope" in function "__init__"
    "list[Scope]" is not assignable to "Scope" (reportArgumentType)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:55:30 - error: Argument of type "list[Scope]" cannot be assigned to parameter "scopes" of type "Scope" in function "__init__"
    "list[Scope]" is not assignable to "Scope" (reportArgumentType)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:63:7 - error: Base classes for class "TeslaFleetClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:125:47 - error: Cannot access attribute "auto_conditioning_start" for class "EnergySite"
    Attribute "auto_conditioning_start" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:134:47 - error: Cannot access attribute "auto_conditioning_stop" for class "EnergySite"
    Attribute "auto_conditioning_stop" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:137:34 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:152:22 - error: Cannot access attribute "set_temps" for class "EnergySite"
    Attribute "set_temps" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:176:22 - error: Cannot access attribute "set_climate_keeper_mode" for class "EnergySite"
    Attribute "set_climate_keeper_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:177:61 - error: "index" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:181:27 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:207:7 - error: Base classes for class "TeslaFleetCabinOverheatProtectionEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:260:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:260:9 - error: "supported_features" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[ClimateEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:295:47 - error: Cannot access attribute "set_cop_temp" for class "EnergySite"
    Attribute "set_cop_temp" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:312:26 - error: Cannot access attribute "set_cabin_overheat_protection" for class "EnergySite"
    Attribute "set_cabin_overheat_protection" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:316:26 - error: Cannot access attribute "set_cabin_overheat_protection" for class "EnergySite"
    Attribute "set_cabin_overheat_protection" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/climate.py:320:26 - error: Cannot access attribute "set_cabin_overheat_protection" for class "EnergySite"
    Attribute "set_cabin_overheat_protection" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/tesla_fleet/coordinator.py
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:107:62 - error: Argument of type "list[VehicleDataEndpoint]" cannot be assigned to parameter "endpoints" of type "list[VehicleDataEndpoint | str] | None" in function "vehicle_data"
    Type "list[VehicleDataEndpoint]" is not assignable to type "list[VehicleDataEndpoint | str] | None"
      "list[VehicleDataEndpoint]" is not assignable to "list[VehicleDataEndpoint | str]"
        Type parameter "_T@list" is invariant, but "VehicleDataEndpoint" is not the same as "VehicleDataEndpoint | str"
        Consider switching from "list" to "Sequence" which is covariant
      "list[VehicleDataEndpoint]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:184:24 - error: Cannot access attribute "get" for class "str"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:184:24 - error: "get" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:186:16 - error: Operator "in" not supported for types "Literal['after']" and "dict[Unknown, Unknown] | str | None"
    Operator "in" not supported for types "Literal['after']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:187:62 - error: Argument of type "Literal['after']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['after']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['after']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['after']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:187:62 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:246:24 - error: Cannot access attribute "get" for class "str"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:246:24 - error: "get" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:248:16 - error: Operator "in" not supported for types "Literal['after']" and "dict[Unknown, Unknown] | str | None"
    Operator "in" not supported for types "Literal['after']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:249:62 - error: Argument of type "Literal['after']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['after']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['after']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['after']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:249:62 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:309:24 - error: Cannot access attribute "get" for class "str"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:309:24 - error: "get" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:311:16 - error: Operator "in" not supported for types "Literal['after']" and "dict[Unknown, Unknown] | str | None"
    Operator "in" not supported for types "Literal['after']" and "None" (reportOperatorIssue)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:312:62 - error: Argument of type "Literal['after']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['after']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['after']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['after']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/tesla_fleet/coordinator.py:312:62 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
<CWD>/homeassistant/components/tesla_fleet/cover.py
  <CWD>/homeassistant/components/tesla_fleet/cover.py:48:7 - error: Base classes for class "TeslaFleetWindowEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:84:22 - error: Cannot access attribute "window_control" for class "EnergySite"
    Attribute "window_control" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:93:22 - error: Cannot access attribute "window_control" for class "EnergySite"
    Attribute "window_control" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:99:7 - error: Base classes for class "TeslaFleetChargePortEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:124:47 - error: Cannot access attribute "charge_port_door_open" for class "EnergySite"
    Attribute "charge_port_door_open" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:131:47 - error: Cannot access attribute "charge_port_door_close" for class "EnergySite"
    Attribute "charge_port_door_close" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:136:7 - error: Base classes for class "TeslaFleetFrontTrunkEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:157:47 - error: Cannot access attribute "actuate_trunk" for class "EnergySite"
    Attribute "actuate_trunk" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:162:7 - error: Base classes for class "TeslaFleetRearTrunkEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:186:51 - error: Cannot access attribute "actuate_trunk" for class "EnergySite"
    Attribute "actuate_trunk" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:194:51 - error: Cannot access attribute "actuate_trunk" for class "EnergySite"
    Attribute "actuate_trunk" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:199:7 - error: Base classes for class "TeslaFleetSunroofEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:231:47 - error: Cannot access attribute "sun_roof_control" for class "EnergySite"
    Attribute "sun_roof_control" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:238:47 - error: Cannot access attribute "sun_roof_control" for class "EnergySite"
    Attribute "sun_roof_control" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/cover.py:245:47 - error: Cannot access attribute "sun_roof_control" for class "EnergySite"
    Attribute "sun_roof_control" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/tesla_fleet/device_tracker.py
  <CWD>/homeassistant/components/tesla_fleet/device_tracker.py:33:7 - error: Base classes for class "TeslaFleetDeviceTrackerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/device_tracker.py:33:7 - error: Base classes for class "TeslaFleetDeviceTrackerEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/device_tracker.py:33:7 - error: Base classes for class "TeslaFleetDeviceTrackerEntity" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/device_tracker.py:33:7 - error: Base classes for class "TeslaFleetDeviceTrackerEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/device_tracker.py:33:7 - error: Base classes for class "TeslaFleetDeviceTrackerEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/device_tracker.py:33:7 - error: Base classes for class "TeslaFleetDeviceTrackerEntity" define variable "force_update" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/device_tracker.py:88:9 - error: "location_name" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tesla_fleet/entity.py
  <CWD>/homeassistant/components/tesla_fleet/entity.py:176:7 - error: Base classes of TeslaFleetWallConnectorEntity are mutually incompatible
    Base class "CoordinatorEntity[TeslaFleetEnergySiteLiveCoordinator]" is incompatible with type "CoordinatorEntity[TeslaFleetVehicleDataCoordinator | TeslaFleetEnergySiteLiveCoordinator | TeslaFleetEnergySiteHistoryCoordinator | TeslaFleetEnergySiteInfoCoordinator]" (reportGeneralTypeIssues)
<CWD>/homeassistant/components/tesla_fleet/lock.py
  <CWD>/homeassistant/components/tesla_fleet/lock.py:42:7 - error: Base classes for class "TeslaFleetVehicleLockEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/lock.py:58:47 - error: Cannot access attribute "door_lock" for class "EnergySite"
    Attribute "door_lock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/lock.py:66:47 - error: Cannot access attribute "door_unlock" for class "EnergySite"
    Attribute "door_unlock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/lock.py:71:7 - error: Base classes for class "TeslaFleetCableLockEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/lock.py:101:47 - error: Cannot access attribute "charge_port_door_open" for class "EnergySite"
    Attribute "charge_port_door_open" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/tesla_fleet/media_player.py
  <CWD>/homeassistant/components/tesla_fleet/media_player.py:46:7 - error: Base classes for class "TeslaFleetMediaEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/media_player.py:120:22 - error: Cannot access attribute "adjust_volume" for class "EnergySite"
    Attribute "adjust_volume" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/media_player.py:129:51 - error: Cannot access attribute "media_toggle_playback" for class "EnergySite"
    Attribute "media_toggle_playback" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/media_player.py:137:51 - error: Cannot access attribute "media_toggle_playback" for class "EnergySite"
    Attribute "media_toggle_playback" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/media_player.py:144:47 - error: Cannot access attribute "media_next_track" for class "EnergySite"
    Attribute "media_next_track" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/media_player.py:149:47 - error: Cannot access attribute "media_prev_track" for class "EnergySite"
    Attribute "media_prev_track" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/tesla_fleet/number.py
  <CWD>/homeassistant/components/tesla_fleet/number.py:37:5 - error: "native_min_value" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/tesla_fleet/number.py:38:5 - error: "native_max_value" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/tesla_fleet/number.py:54:55 - error: Argument of type "float" cannot be assigned to parameter "charging_amps" of type "int" in function "set_charging_amps"
    "float" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/tesla_fleet/number.py:67:54 - error: Argument of type "float" cannot be assigned to parameter "percent" of type "int" in function "set_charge_limit"
    "float" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/tesla_fleet/number.py:128:7 - error: Base classes for class "TeslaFleetVehicleNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/number.py:141:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetNumberVehicleEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/number.py:141:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetNumberVehicleEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/number.py:169:67 - error: Argument of type "VehicleFleet | EnergySite" cannot be assigned to parameter of type "VehicleFleet"
    Type "VehicleFleet | EnergySite" is not assignable to type "VehicleFleet"
      "EnergySite" is not assignable to "VehicleFleet" (reportArgumentType)
  <CWD>/homeassistant/components/tesla_fleet/number.py:174:7 - error: Base classes for class "TeslaFleetEnergyInfoNumberSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/number.py:192:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetNumberBatteryEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/number.py:192:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetNumberBatteryEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/number.py:204:59 - error: Argument of type "VehicleFleet | EnergySite" cannot be assigned to parameter of type "EnergySite"
    Type "VehicleFleet | EnergySite" is not assignable to type "EnergySite"
      "VehicleFleet" is not assignable to "EnergySite" (reportArgumentType)
<CWD>/homeassistant/components/tesla_fleet/select.py
  <CWD>/homeassistant/components/tesla_fleet/select.py:113:7 - error: Base classes for class "TeslaFleetSeatHeaterSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/select.py:132:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SeatHeaterDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/select.py:132:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "SeatHeaterDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/select.py:152:51 - error: Cannot access attribute "auto_conditioning_start" for class "EnergySite"
    Attribute "auto_conditioning_start" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/select.py:154:22 - error: Cannot access attribute "remote_seat_heater_request" for class "EnergySite"
    Attribute "remote_seat_heater_request" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/select.py:160:7 - error: Base classes for class "TeslaFleetWheelHeaterSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/select.py:197:51 - error: Cannot access attribute "auto_conditioning_start" for class "EnergySite"
    Attribute "auto_conditioning_start" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/select.py:199:22 - error: Cannot access attribute "remote_steering_wheel_heat_level_request" for class "EnergySite"
    Attribute "remote_steering_wheel_heat_level_request" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/select.py:205:7 - error: Base classes for class "TeslaFleetOperationSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/select.py:230:39 - error: Cannot access attribute "operation" for class "VehicleFleet"
    Attribute "operation" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/select.py:235:7 - error: Base classes for class "TeslaFleetExportRuleSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/select.py:261:22 - error: Cannot access attribute "grid_import_export" for class "VehicleFleet"
    Attribute "grid_import_export" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/tesla_fleet/sensor.py
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:497:7 - error: Base classes for class "TeslaFleetVehicleSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:508:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:508:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:526:7 - error: Base classes for class "TeslaFleetVehicleTimeSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:537:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetTimeEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:537:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetTimeEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:552:7 - error: Base classes for class "TeslaFleetEnergyLiveSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:563:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:563:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:571:7 - error: Base classes for class "TeslaFleetEnergyHistorySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:582:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:590:7 - error: Base classes for class "TeslaFleetWallConnectorSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:602:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:615:7 - error: Base classes for class "TeslaFleetEnergyInfoSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/sensor.py:626:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tesla_fleet/switch.py
  <CWD>/homeassistant/components/tesla_fleet/switch.py:134:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "TeslaFleetSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/switch.py:137:7 - error: Base classes for class "TeslaFleetVehicleSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/switch.py:177:7 - error: Base classes for class "TeslaFleetChargeFromGridSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/switch.py:203:22 - error: Cannot access attribute "grid_import_export" for class "VehicleFleet"
    Attribute "grid_import_export" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/switch.py:214:22 - error: Cannot access attribute "grid_import_export" for class "VehicleFleet"
    Attribute "grid_import_export" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/switch.py:222:7 - error: Base classes for class "TeslaFleetStormModeSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_fleet/switch.py:244:39 - error: Cannot access attribute "storm_mode" for class "VehicleFleet"
    Attribute "storm_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_fleet/switch.py:251:39 - error: Cannot access attribute "storm_mode" for class "VehicleFleet"
    Attribute "storm_mode" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/tesla_wall_connector/__init__.py
  <CWD>/homeassistant/components/tesla_wall_connector/__init__.py:85:34 - error: Cannot access attribute "part_number" for class "dict[Unknown, Unknown]"
    Attribute "part_number" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_wall_connector/__init__.py:86:39 - error: Cannot access attribute "firmware_version" for class "dict[Unknown, Unknown]"
    Attribute "firmware_version" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_wall_connector/__init__.py:87:36 - error: Cannot access attribute "serial_number" for class "dict[Unknown, Unknown]"
    Attribute "serial_number" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/tesla_wall_connector/binary_sensor.py
  <CWD>/homeassistant/components/tesla_wall_connector/binary_sensor.py:64:7 - error: Base classes for class "WallConnectorBinarySensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_wall_connector/binary_sensor.py:64:7 - error: Base classes for class "WallConnectorBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_wall_connector/binary_sensor.py:77:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tesla_wall_connector/config_flow.py
  <CWD>/homeassistant/components/tesla_wall_connector/config_flow.py:36:46 - error: Cannot access attribute "serial_number" for class "dict[Unknown, Unknown]"
    Attribute "serial_number" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_wall_connector/config_flow.py:72:38 - error: Cannot access attribute "serial_number" for class "dict[Unknown, Unknown]"
    Attribute "serial_number" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tesla_wall_connector/config_flow.py:110:27 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tesla_wall_connector/config_flow.py:116:50 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/tesla_wall_connector/entity.py
  <CWD>/homeassistant/components/tesla_wall_connector/entity.py:42:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tesla_wall_connector/sensor.py
  <CWD>/homeassistant/components/tesla_wall_connector/sensor.py:203:7 - error: Base classes for class "WallConnectorSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_wall_connector/sensor.py:203:7 - error: Base classes for class "WallConnectorSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_wall_connector/sensor.py:214:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WallConnectorSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_wall_connector/sensor.py:214:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WallConnectorSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tesla_wall_connector/sensor.py:218:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/binary_sensor.py
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:574:7 - error: Base classes for class "TeslemetryVehiclePollingBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:587:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:587:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:599:7 - error: Base classes for class "TeslemetryVehicleStreamingBinarySensorEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:599:7 - error: Base classes for class "TeslemetryVehicleStreamingBinarySensorEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:599:7 - error: Base classes for class "TeslemetryVehicleStreamingBinarySensorEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:612:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:612:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:635:7 - error: Base classes for class "TeslemetryEnergyLiveBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:648:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:648:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:656:7 - error: Base classes for class "TeslemetryEnergyInfoBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:669:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/binary_sensor.py:669:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/button.py
  <CWD>/homeassistant/components/teslemetry/button.py:89:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/button.py:89:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/climate.py
  <CWD>/homeassistant/components/teslemetry/climate.py:117:34 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/teslemetry/climate.py:118:31 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/teslemetry/climate.py:154:61 - error: "index" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/teslemetry/climate.py:158:27 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/teslemetry/climate.py:175:24 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/teslemetry/climate.py:180:7 - error: Base classes for class "TeslemetryVehiclePollingClimateEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:180:7 - error: Base classes for class "TeslemetryVehiclePollingClimateEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:180:7 - error: Base classes for class "TeslemetryVehiclePollingClimateEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:180:7 - error: Base classes for class "TeslemetryVehiclePollingClimateEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:180:7 - error: Base classes for class "TeslemetryVehiclePollingClimateEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:231:7 - error: Base classes for class "TeslemetryStreamingClimateEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:231:7 - error: Base classes for class "TeslemetryStreamingClimateEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:231:7 - error: Base classes for class "TeslemetryStreamingClimateEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:231:7 - error: Base classes for class "TeslemetryStreamingClimateEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:231:7 - error: Base classes for class "TeslemetryStreamingClimateEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:433:7 - error: Base classes for class "TeslemetryVehiclePollingCabinOverheatProtectionEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:478:7 - error: Base classes for class "TeslemetryStreamingCabinOverheatProtectionEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:478:7 - error: Base classes for class "TeslemetryStreamingCabinOverheatProtectionEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:478:7 - error: Base classes for class "TeslemetryStreamingCabinOverheatProtectionEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:478:7 - error: Base classes for class "TeslemetryStreamingCabinOverheatProtectionEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/climate.py:478:7 - error: Base classes for class "TeslemetryStreamingCabinOverheatProtectionEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/coordinator.py
  <CWD>/homeassistant/components/teslemetry/coordinator.py:74:59 - error: Argument of type "list[VehicleDataEndpoint]" cannot be assigned to parameter "endpoints" of type "list[VehicleDataEndpoint | str] | None" in function "vehicle_data"
    Type "list[VehicleDataEndpoint]" is not assignable to type "list[VehicleDataEndpoint | str] | None"
      "list[VehicleDataEndpoint]" is not assignable to "list[VehicleDataEndpoint | str]"
        Type parameter "_T@list" is invariant, but "VehicleDataEndpoint" is not the same as "VehicleDataEndpoint | str"
        Consider switching from "list" to "Sequence" which is covariant
      "list[VehicleDataEndpoint]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/teslemetry/cover.py
  <CWD>/homeassistant/components/teslemetry/cover.py:133:7 - error: Base classes for class "TeslemetryVehiclePollingWindowEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/cover.py:259:7 - error: Base classes for class "TeslemetryVehiclePollingChargePortEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/cover.py:334:7 - error: Base classes for class "TeslemetryVehiclePollingFrontTrunkEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/cover.py:404:7 - error: Base classes for class "TeslemetryVehiclePollingRearTrunkEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/cover.py:448:7 - error: Base classes for class "TeslemetrySunroofEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/device_tracker.py
  <CWD>/homeassistant/components/teslemetry/device_tracker.py:107:7 - error: Base classes for class "TeslemetryVehiclePollingDeviceTrackerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/device_tracker.py:120:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryDeviceTrackerEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/device_tracker.py:120:14 - error: "entity_description" overrides symbol of same name in class "TrackerEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryDeviceTrackerEntityDescription" is not the same as base type "TrackerEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/device_tracker.py:141:7 - error: Base classes for class "TeslemetryStreamingDeviceTrackerEntity" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/device_tracker.py:141:7 - error: Base classes for class "TeslemetryStreamingDeviceTrackerEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/device_tracker.py:141:7 - error: Base classes for class "TeslemetryStreamingDeviceTrackerEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/device_tracker.py:141:7 - error: Base classes for class "TeslemetryStreamingDeviceTrackerEntity" define variable "force_update" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/device_tracker.py:154:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryDeviceTrackerEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/device_tracker.py:154:14 - error: "entity_description" overrides symbol of same name in class "TrackerEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryDeviceTrackerEntityDescription" is not the same as base type "TrackerEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/entity.py
  <CWD>/homeassistant/components/teslemetry/entity.py:67:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/lock.py
  <CWD>/homeassistant/components/teslemetry/lock.py:87:7 - error: Base classes for class "TeslemetryVehiclePollingVehicleLockEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/lock.py:105:7 - error: Base classes for class "TeslemetryStreamingVehicleLockEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/lock.py:105:7 - error: Base classes for class "TeslemetryStreamingVehicleLockEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/lock.py:105:7 - error: Base classes for class "TeslemetryStreamingVehicleLockEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/lock.py:105:7 - error: Base classes for class "TeslemetryStreamingVehicleLockEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/lock.py:105:7 - error: Base classes for class "TeslemetryStreamingVehicleLockEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/lock.py:160:7 - error: Base classes for class "TeslemetryVehiclePollingCableLockEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/lock.py:184:7 - error: Base classes for class "TeslemetryStreamingCableLockEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/lock.py:184:7 - error: Base classes for class "TeslemetryStreamingCableLockEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/lock.py:184:7 - error: Base classes for class "TeslemetryStreamingCableLockEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/lock.py:184:7 - error: Base classes for class "TeslemetryStreamingCableLockEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/lock.py:184:7 - error: Base classes for class "TeslemetryStreamingCableLockEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/media_player.py
  <CWD>/homeassistant/components/teslemetry/media_player.py:109:7 - error: Base classes for class "TeslemetryVehiclePollingMediaEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/media_player.py:163:7 - error: Base classes for class "TeslemetryStreamingMediaEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/media_player.py:163:7 - error: Base classes for class "TeslemetryStreamingMediaEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/media_player.py:163:7 - error: Base classes for class "TeslemetryStreamingMediaEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/media_player.py:163:7 - error: Base classes for class "TeslemetryStreamingMediaEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/media_player.py:163:7 - error: Base classes for class "TeslemetryStreamingMediaEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/media_player.py:163:7 - error: Base classes for class "TeslemetryStreamingMediaEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/media_player.py:163:7 - error: Base classes for class "TeslemetryStreamingMediaEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/number.py
  <CWD>/homeassistant/components/teslemetry/number.py:52:5 - error: "native_min_value" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/teslemetry/number.py:53:5 - error: "native_max_value" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/teslemetry/number.py:176:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryNumberVehicleEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/number.py:176:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryNumberVehicleEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/number.py:187:7 - error: Base classes for class "TeslemetryVehiclePollingNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/number.py:231:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryNumberVehicleEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/number.py:231:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryNumberVehicleEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/number.py:275:7 - error: Base classes for class "TeslemetryEnergyInfoNumberSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/number.py:293:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryNumberBatteryEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/number.py:293:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryNumberBatteryEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/select.py
  <CWD>/homeassistant/components/teslemetry/select.py:52:5 - error: "options" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/teslemetry/select.py:212:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetrySelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/select.py:212:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetrySelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/select.py:227:7 - error: Base classes for class "TeslemetryVehiclePollingSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/select.py:252:7 - error: Base classes for class "TeslemetryStreamingSelectEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/select.py:252:7 - error: Base classes for class "TeslemetryStreamingSelectEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/select.py:252:7 - error: Base classes for class "TeslemetryStreamingSelectEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/select.py:252:7 - error: Base classes for class "TeslemetryStreamingSelectEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/select.py:303:7 - error: Base classes for class "TeslemetryOperationSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/select.py:333:7 - error: Base classes for class "TeslemetryExportRuleSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/sensor.py
  <CWD>/homeassistant/components/teslemetry/sensor.py:1641:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryVehicleSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1641:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryVehicleSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1664:7 - error: Base classes for class "TeslemetryVehicleSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1675:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryVehicleSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1675:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryVehicleSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1701:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryTimeEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1701:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryTimeEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1727:7 - error: Base classes for class "TeslemetryVehicleTimeSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1738:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryTimeEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1738:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryTimeEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1753:7 - error: Base classes for class "TeslemetryEnergyLiveSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1764:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryEnergySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1764:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetryEnergySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1773:7 - error: Base classes for class "TeslemetryWallConnectorSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1785:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetrySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1785:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetrySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1797:7 - error: Base classes for class "TeslemetryEnergyInfoSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1808:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1817:7 - error: Base classes for class "TeslemetryEnergyHistorySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/sensor.py:1828:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/services.py
  <CWD>/homeassistant/components/teslemetry/services.py:85:12 - error: "config_entry" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/teslemetry/services.py:97:12 - error: "vehicle_data" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/teslemetry/services.py:109:12 - error: "energy_data" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/teslemetry/services.py:163:81 - error: Argument of type "int | None" cannot be assigned to parameter "time" of type "int" in function "set_scheduled_charging"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/teslemetry/services.py:223:17 - error: Argument of type "int | None" cannot be assigned to parameter "departure_time" of type "int" in function "set_scheduled_departure"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/teslemetry/services.py:226:17 - error: Argument of type "int | None" cannot be assigned to parameter "end_off_peak_time" of type "int" in function "set_scheduled_departure"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/teslemetry/services.py:256:17 - error: Argument of type "Any | None" cannot be assigned to parameter "on" of type "bool" in function "set_valet_mode"
    Type "Any | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportArgumentType)
  <CWD>/homeassistant/components/teslemetry/services.py:282:50 - error: Argument of type "Any | None" cannot be assigned to parameter "pin" of type "str | int" in function "speed_limit_activate"
    Type "Any | None" is not assignable to type "str | int"
      Type "None" is not assignable to type "str | int"
        "None" is not assignable to "str"
        "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/teslemetry/services.py:286:52 - error: Argument of type "Any | None" cannot be assigned to parameter "pin" of type "str | int" in function "speed_limit_deactivate"
    Type "Any | None" is not assignable to type "str | int"
      Type "None" is not assignable to type "str | int"
        "None" is not assignable to "str"
        "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/teslemetry/services.py:309:43 - error: Argument of type "Any | None" cannot be assigned to parameter "settings" of type "dict[str, Any]" in function "time_of_use_settings"
    Type "Any | None" is not assignable to type "dict[str, Any]"
      "None" is not assignable to "dict[str, Any]" (reportArgumentType)
<CWD>/homeassistant/components/teslemetry/switch.py
  <CWD>/homeassistant/components/teslemetry/switch.py:203:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TeslemetrySwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/switch.py:203:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "TeslemetrySwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/switch.py:220:7 - error: Base classes for class "TeslemetryVehiclePollingVehicleSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/switch.py:247:7 - error: Base classes for class "TeslemetryStreamingVehicleSwitchEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/switch.py:247:7 - error: Base classes for class "TeslemetryStreamingVehicleSwitchEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/switch.py:247:7 - error: Base classes for class "TeslemetryStreamingVehicleSwitchEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/switch.py:247:7 - error: Base classes for class "TeslemetryStreamingVehicleSwitchEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/switch.py:290:7 - error: Base classes for class "TeslemetryChargeFromGridSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/switch.py:335:7 - error: Base classes for class "TeslemetryStormModeSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/teslemetry/update.py
  <CWD>/homeassistant/components/teslemetry/update.py:65:7 - error: Base classes for class "TeslemetryVehiclePollingUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/update.py:130:7 - error: Base classes for class "TeslemetryStreamingUpdateEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/update.py:130:7 - error: Base classes for class "TeslemetryStreamingUpdateEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/update.py:130:7 - error: Base classes for class "TeslemetryStreamingUpdateEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/update.py:130:7 - error: Base classes for class "TeslemetryStreamingUpdateEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/update.py:130:7 - error: Base classes for class "TeslemetryStreamingUpdateEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/update.py:130:7 - error: Base classes for class "TeslemetryStreamingUpdateEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/update.py:130:7 - error: Base classes for class "TeslemetryStreamingUpdateEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/teslemetry/update.py:130:7 - error: Base classes for class "TeslemetryStreamingUpdateEntity" define variable "entity_category" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tessie/binary_sensor.py
  <CWD>/homeassistant/components/tessie/binary_sensor.py:205:7 - error: Base classes for class "TessieBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/binary_sensor.py:217:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TessieBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/binary_sensor.py:217:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TessieBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/binary_sensor.py:220:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/binary_sensor.py:225:7 - error: Base classes for class "TessieEnergyLiveBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/binary_sensor.py:236:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/binary_sensor.py:245:7 - error: Base classes for class "TessieEnergyInfoBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/binary_sensor.py:256:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tessie/button.py
  <CWD>/homeassistant/components/tessie/button.py:65:7 - error: Base classes for class "TessieButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/button.py:77:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TessieButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/button.py:77:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "TessieButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tessie/climate.py
  <CWD>/homeassistant/components/tessie/climate.py:43:7 - error: Base classes for class "TessieClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/climate.py:57:5 - error: "_attr_preset_modes" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "list[Unknown]" is not the same as base type "list[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/climate.py:72:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/climate.py:79:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/climate.py:84:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/climate.py:89:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/climate.py:94:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/climate.py:99:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tessie/cover.py
  <CWD>/homeassistant/components/tessie/cover.py:66:7 - error: Base classes for class "TessieWindowEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/cover.py:77:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/cover.py:107:7 - error: Base classes for class "TessieChargePortEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/cover.py:118:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/cover.py:133:7 - error: Base classes for class "TessieFrontTrunkEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/cover.py:144:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/cover.py:154:7 - error: Base classes for class "TessieRearTrunkEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/cover.py:165:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/cover.py:182:7 - error: Base classes for class "TessieSunroofEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/cover.py:193:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/cover.py:198:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tessie/device_tracker.py
  <CWD>/homeassistant/components/tessie/device_tracker.py:35:7 - error: Base classes for class "TessieDeviceTrackerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/device_tracker.py:52:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/device_tracker.py:57:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/device_tracker.py:62:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/device_tracker.py:76:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/device_tracker.py:81:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tessie/lock.py
  <CWD>/homeassistant/components/tessie/lock.py:37:7 - error: Base classes for class "TessieLockEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/lock.py:48:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/lock.py:63:7 - error: Base classes for class "TessieCableLockEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/lock.py:74:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tessie/media_player.py
  <CWD>/homeassistant/components/tessie/media_player.py:41:7 - error: Base classes for class "TessieMediaEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/media_player.py:55:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/media_player.py:55:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/media_player.py:63:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/media_player.py:68:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/media_player.py:75:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/media_player.py:83:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/media_player.py:90:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/media_player.py:97:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/media_player.py:104:9 - error: "media_playlist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/media_player.py:111:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tessie/number.py
  <CWD>/homeassistant/components/tessie/number.py:43:5 - error: "native_min_value" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/tessie/number.py:44:5 - error: "native_max_value" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/tessie/number.py:136:7 - error: Base classes for class "TessieNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/number.py:148:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TessieNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/number.py:148:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "TessieNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/number.py:151:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/number.py:156:9 - error: "native_min_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/number.py:166:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/number.py:180:7 - error: Base classes for class "TessieEnergyInfoNumberSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/number.py:196:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TessieNumberBatteryEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/number.py:196:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "TessieNumberBatteryEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tessie/select.py
  <CWD>/homeassistant/components/tessie/select.py:76:7 - error: Base classes for class "TessieSeatHeaterSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/select.py:87:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/select.py:98:7 - error: Base classes for class "TessieSeatCoolerSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/select.py:109:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/select.py:120:7 - error: Base classes for class "TessieOperationSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/select.py:147:7 - error: Base classes for class "TessieExportRuleSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tessie/sensor.py
  <CWD>/homeassistant/components/tessie/sensor.py:427:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TessieSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/sensor.py:427:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TessieSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/sensor.py:431:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/sensor.py:436:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/sensor.py:441:7 - error: Base classes for class "TessieEnergyLiveSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/sensor.py:452:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TessieSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/sensor.py:452:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TessieSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/sensor.py:461:7 - error: Base classes for class "TessieEnergyInfoSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/sensor.py:472:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TessieSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/sensor.py:472:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TessieSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/sensor.py:481:7 - error: Base classes for class "TessieWallConnectorSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/sensor.py:493:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TessieSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/sensor.py:493:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TessieSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tessie/switch.py
  <CWD>/homeassistant/components/tessie/switch.py:111:7 - error: Base classes for class "TessieSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/switch.py:123:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TessieSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/switch.py:123:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "TessieSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/switch.py:129:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/switch.py:144:7 - error: Base classes for class "TessieChargeFromGridSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/switch.py:185:7 - error: Base classes for class "TessieStormModeSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tessie/update.py
  <CWD>/homeassistant/components/tessie/update.py:32:7 - error: Base classes for class "TessieUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/update.py:45:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/update.py:45:9 - error: "supported_features" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[UpdateEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/update.py:55:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/update.py:61:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/update.py:74:9 - error: "in_progress" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/update.py:82:9 - error: "update_percentage" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[int | float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tessie/update.py:92:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/text/__init__.py
  <CWD>/homeassistant/components/text/__init__.py:126:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TextEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/text/__init__.py:132:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/text/__init__.py:136:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/text/__init__.py:147:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/text/__init__.py:266:7 - error: Base classes for class "RestoreText" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/text/__init__.py:266:7 - error: Base classes for class "RestoreText" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/text/__init__.py:266:7 - error: Base classes for class "RestoreText" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/text/__init__.py:266:7 - error: Base classes for class "RestoreText" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tfiac/climate.py
  <CWD>/homeassistant/components/tfiac/climate.py:10:6 - error: Import "pytfiac" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/tfiac/climate.py:104:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tfiac/climate.py:109:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tfiac/climate.py:114:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tfiac/climate.py:119:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tfiac/climate.py:131:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tfiac/climate.py:136:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/thermobeacon/sensor.py
  <CWD>/homeassistant/components/thermobeacon/sensor.py:131:7 - error: Base classes for class "ThermoBeaconBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/thermobeacon/sensor.py:140:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/thermopro/button.py
  <CWD>/homeassistant/components/thermopro/button.py:120:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "ThermoProButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/thermopro/sensor.py
  <CWD>/homeassistant/components/thermopro/sensor.py:129:7 - error: Base classes for class "ThermoProBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/thermopro/sensor.py:138:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/thermoworks_smoke/sensor.py
  <CWD>/homeassistant/components/thermoworks_smoke/sensor.py:88:33 - error: "initialize_app" is not a known attribute of module "thermoworks_smoke" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/thethingsnetwork/config_flow.py
  <CWD>/homeassistant/components/thethingsnetwork/config_flow.py:7:38 - error: "TTNClient" is not exported from module "ttn_client"
    Import from "ttn_client.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/thethingsnetwork/coordinator.py
  <CWD>/homeassistant/components/thethingsnetwork/coordinator.py:6:38 - error: "TTNClient" is not exported from module "ttn_client"
    Import from "ttn_client.client" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/thethingsnetwork/sensor.py
  <CWD>/homeassistant/components/thethingsnetwork/sensor.py:51:7 - error: Base classes for class "TtnDataSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/thethingsnetwork/sensor.py:54:5 - error: "_ttn_value" overrides symbol of same name in class "TTNEntity"
    Variable is mutable so its type is invariant
      Override type "TTNSensorValue" is not the same as base type "TTNBaseValue" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/thethingsnetwork/sensor.py:57:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/thingspeak/__init__.py
  <CWD>/homeassistant/components/thingspeak/__init__.py:48:30 - error: "Channel" is not a known attribute of module "thingspeak" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/thinkingcleaner/sensor.py
  <CWD>/homeassistant/components/thinkingcleaner/sensor.py:7:6 - error: Import "pythinkingcleaner" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/thinkingcleaner/switch.py
  <CWD>/homeassistant/components/thinkingcleaner/switch.py:9:6 - error: Import "pythinkingcleaner" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/thinkingcleaner/switch.py:126:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/thread/dataset_store.py
  <CWD>/homeassistant/components/thread/dataset_store.py:181:16 - error: "data" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/thread/diagnostics.py
  <CWD>/homeassistant/components/thread/diagnostics.py:32:26 - error: "NDB" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/homeassistant/components/thread/discovery.py
  <CWD>/homeassistant/components/thread/discovery.py:13:5 - error: "DNSPointer" is not exported from module "zeroconf"
    Import from "zeroconf._dns" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/thread/discovery.py:16:5 - error: "instance_name_from_service_info" is not exported from module "zeroconf"
    Import from "zeroconf._services.info" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/threshold/binary_sensor.py
  <CWD>/homeassistant/components/threshold/binary_sensor.py:255:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tibber/__init__.py
  <CWD>/homeassistant/components/tibber/__init__.py:59:16 - error: "RetryableHttpExceptionError" is not exported from module "tibber" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tibber/__init__.py:62:19 - error: "InvalidLoginError" is not exported from module "tibber" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tibber/__init__.py:65:19 - error: "FatalHttpExceptionError" is not exported from module "tibber" (reportPrivateImportUsage)
<CWD>/homeassistant/components/tibber/config_flow.py
  <CWD>/homeassistant/components/tibber/config_flow.py:50:27 - error: "InvalidLoginError" is not exported from module "tibber" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tibber/config_flow.py:54:24 - error: "RetryableHttpExceptionError" is not exported from module "tibber" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tibber/config_flow.py:55:24 - error: "FatalHttpExceptionError" is not exported from module "tibber" (reportPrivateImportUsage)
<CWD>/homeassistant/components/tibber/coordinator.py
  <CWD>/homeassistant/components/tibber/coordinator.py:63:23 - error: "RetryableHttpExceptionError" is not exported from module "tibber" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tibber/coordinator.py:65:23 - error: "FatalHttpExceptionError" is not exported from module "tibber" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tibber/coordinator.py:142:44 - error: Could not access item in TypedDict
    "sum" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/tibber/coordinator.py:143:43 - error: Could not access item in TypedDict
    "start" is not a required key in "StatisticsRow", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/tibber/sensor.py
  <CWD>/homeassistant/components/tibber/sensor.py:283:24 - error: "RetryableHttpExceptionError" is not exported from module "tibber" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tibber/sensor.py:337:47 - error: "TibberHome" is not exported from module "tibber" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tibber/sensor.py:351:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:369:44 - error: "TibberHome" is not exported from module "tibber" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tibber/sensor.py:441:7 - error: Base classes for class "TibberDataSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:441:7 - error: Base classes for class "TibberDataSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:441:7 - error: Base classes for class "TibberDataSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:441:7 - error: Base classes for class "TibberDataSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:441:7 - error: Base classes for class "TibberDataSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:441:7 - error: Base classes for class "TibberDataSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:441:7 - error: Base classes for class "TibberDataSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:441:7 - error: Base classes for class "TibberDataSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:441:7 - error: Base classes for class "TibberDataSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:446:29 - error: "TibberHome" is not exported from module "tibber" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tibber/sensor.py:463:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:468:7 - error: Base classes for class "TibberSensorRT" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:468:7 - error: Base classes for class "TibberSensorRT" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:468:7 - error: Base classes for class "TibberSensorRT" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:468:7 - error: Base classes for class "TibberSensorRT" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:468:7 - error: Base classes for class "TibberSensorRT" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:468:7 - error: Base classes for class "TibberSensorRT" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:468:7 - error: Base classes for class "TibberSensorRT" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:468:7 - error: Base classes for class "TibberSensorRT" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:468:7 - error: Base classes for class "TibberSensorRT" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:473:29 - error: "TibberHome" is not exported from module "tibber" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tibber/sensor.py:491:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tibber/sensor.py:535:29 - error: "TibberHome" is not exported from module "tibber" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tibber/sensor.py:621:29 - error: "TibberHome" is not exported from module "tibber" (reportPrivateImportUsage)
<CWD>/homeassistant/components/tikteck/light.py
  <CWD>/homeassistant/components/tikteck/light.py:63:5 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "tuple[float, float]" is not the same as base type "cached_property" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tikteck/light.py:64:5 - error: "brightness" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "int" is not the same as base type "cached_property" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tile/__init__.py
  <CWD>/homeassistant/components/tile/__init__.py:5:20 - error: "async_login" is not exported from module "pytile"
    Import from "pytile.api" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/tile/binary_sensor.py
  <CWD>/homeassistant/components/tile/binary_sensor.py:51:7 - error: Base classes for class "TileBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tile/binary_sensor.py:63:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TileBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tile/binary_sensor.py:63:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TileBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tile/binary_sensor.py:69:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tile/config_flow.py
  <CWD>/homeassistant/components/tile/config_flow.py:8:20 - error: "async_login" is not exported from module "pytile"
    Import from "pytile.api" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/tile/device_tracker.py
  <CWD>/homeassistant/components/tile/device_tracker.py:40:7 - error: Base classes for class "TileDeviceTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tilt_ble/sensor.py
  <CWD>/homeassistant/components/tilt_ble/sensor.py:104:7 - error: Base classes for class "TiltBluetoothSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tilt_ble/sensor.py:113:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tilt_pi/sensor.py
  <CWD>/homeassistant/components/tilt_pi/sensor.py:74:7 - error: Base classes for class "TiltSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tilt_pi/sensor.py:87:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TiltEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tilt_pi/sensor.py:87:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TiltEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tilt_pi/sensor.py:91:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/time/__init__.py
  <CWD>/homeassistant/components/time/__init__.py:74:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TimeEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/time/__init__.py:76:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/time/__init__.py:77:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/time/__init__.py:93:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/time_date/sensor.py
  <CWD>/homeassistant/components/time_date/sensor.py:91:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/time_date/sensor.py:96:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/timer/__init__.py
  <CWD>/homeassistant/components/timer/__init__.py:234:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/timer/__init__.py:239:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/timer/__init__.py:244:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/timer/__init__.py:249:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/timer/__init__.py:265:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/timer/reproduce_state.py
  <CWD>/homeassistant/components/timer/reproduce_state.py:65:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/tmb/sensor.py
  <CWD>/homeassistant/components/tmb/sensor.py:9:17 - error: "IBus" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tmb/sensor.py:91:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tmb/sensor.py:96:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tmb/sensor.py:101:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tmb/sensor.py:106:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tmb/sensor.py:111:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tod/binary_sensor.py
  <CWD>/homeassistant/components/tod/binary_sensor.py:138:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tod/binary_sensor.py:145:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/todo/__init__.py
  <CWD>/homeassistant/components/todo/__init__.py:246:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/todo/intent.py
  <CWD>/homeassistant/components/todo/intent.py:28:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/todo/intent.py:28:19 - error: Type "dict[Required, (value: Any) -> str]" is not assignable to declared type "property" (reportAssignmentType)
  <CWD>/homeassistant/components/todo/intent.py:85:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/todo/intent.py:85:19 - error: Type "dict[Required, (value: Any) -> str]" is not assignable to declared type "property" (reportAssignmentType)
<CWD>/homeassistant/components/todoist/calendar.py
  <CWD>/homeassistant/components/todoist/calendar.py:360:7 - error: Base classes for class "TodoistProjectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/todoist/calendar.py:400:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/todoist/calendar.py:419:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/todoist/calendar.py:520:59 - error: Argument of type "datetime | None" cannot be assigned to parameter "end" of type "date | datetime" in function "__init__"
    Type "datetime | None" is not assignable to type "date | datetime"
      Type "None" is not assignable to type "date | datetime"
        "None" is not assignable to "date"
        "None" is not assignable to "datetime" (reportArgumentType)
  <CWD>/homeassistant/components/todoist/calendar.py:570:21 - error: Operator ">" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/todoist/calendar.py:576:45 - error: "date" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/todoist/calendar.py:579:20 - error: Operator "<=" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/todoist/calendar.py:647:36 - error: "date" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/todoist/calendar.py:647:56 - error: "date" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/todoist/calendar.py:651:36 - error: "date" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/todoist/calendar.py:651:56 - error: "date" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/todoist/calendar.py:662:44 - error: Operator "<" not supported for types "datetime | None" and "datetime | None"
    Operator "<" not supported for types "datetime" and "None"
    Operator "<" not supported for types "None" and "datetime"
    Operator "<" not supported for types "None" and "None" (reportOperatorIssue)
<CWD>/homeassistant/components/todoist/todo.py
  <CWD>/homeassistant/components/todoist/todo.py:64:7 - error: Base classes for class "TodoistTodoListEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/togrill/event.py
  <CWD>/homeassistant/components/togrill/event.py:32:7 - error: Base classes for class "ToGrillEventEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/togrill/number.py
  <CWD>/homeassistant/components/togrill/number.py:167:7 - error: Base classes for class "ToGrillNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/togrill/number.py:180:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ToGrillNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/togrill/number.py:180:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "ToGrillNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/togrill/number.py:184:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/togrill/select.py
  <CWD>/homeassistant/components/togrill/select.py:150:7 - error: Base classes for class "ToGrillSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/togrill/select.py:163:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ToGrillSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/togrill/select.py:163:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "ToGrillSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/togrill/select.py:167:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/togrill/sensor.py
  <CWD>/homeassistant/components/togrill/sensor.py:113:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ToGrillSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/togrill/sensor.py:113:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ToGrillSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/togrill/sensor.py:117:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/togrill/sensor.py:122:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tolo/binary_sensor.py
  <CWD>/homeassistant/components/tolo/binary_sensor.py:30:7 - error: Base classes for class "ToloFlowInBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/binary_sensor.py:46:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/binary_sensor.py:51:7 - error: Base classes for class "ToloFlowOutBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/binary_sensor.py:67:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tolo/button.py
  <CWD>/homeassistant/components/tolo/button.py:43:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tolo/climate.py
  <CWD>/homeassistant/components/tolo/climate.py:41:7 - error: Base classes for class "SaunaClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/climate.py:71:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/climate.py:76:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/climate.py:81:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/climate.py:86:9 - error: "target_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/climate.py:91:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/climate.py:103:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/climate.py:116:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tolo/fan.py
  <CWD>/homeassistant/components/tolo/fan.py:25:7 - error: Base classes for class "ToloFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tolo/light.py
  <CWD>/homeassistant/components/tolo/light.py:25:7 - error: Base classes for class "ToloLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/light.py:41:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tolo/number.py
  <CWD>/homeassistant/components/tolo/number.py:78:7 - error: Base classes for class "ToloNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/number.py:91:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ToloNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/number.py:91:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "ToloNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/number.py:95:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tolo/select.py
  <CWD>/homeassistant/components/tolo/select.py:24:5 - error: "options" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/tolo/select.py:65:7 - error: Base classes for class "ToloSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/select.py:80:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ToloSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/select.py:80:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "ToloSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/select.py:84:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/select.py:89:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tolo/sensor.py
  <CWD>/homeassistant/components/tolo/sensor.py:112:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ToloSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/sensor.py:112:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ToloSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/sensor.py:116:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/sensor.py:125:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tolo/switch.py
  <CWD>/homeassistant/components/tolo/switch.py:55:7 - error: Base classes for class "ToloSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/switch.py:68:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ToloSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/switch.py:68:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ToloSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tolo/switch.py:72:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tomorrowio/sensor.py
  <CWD>/homeassistant/components/tomorrowio/sensor.py:352:7 - error: Base classes for class "BaseTomorrowioSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tomorrowio/sensor.py:368:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TomorrowioSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tomorrowio/sensor.py:368:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TomorrowioSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tomorrowio/sensor.py:381:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tomorrowio/weather.py
  <CWD>/homeassistant/components/tomorrowio/weather.py:97:7 - error: Base classes of TomorrowioWeatherEntity are mutually incompatible
    Base class "SingleCoordinatorWeatherEntity[DataUpdateCoordinator[dict[str, Any]]]" derives from "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" which is incompatible with type "CoordinatorEntity[TomorrowioDataUpdateCoordinator]" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/tomorrowio/weather.py:178:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tomorrowio/weather.py:183:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tomorrowio/weather.py:188:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tomorrowio/weather.py:193:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tomorrowio/weather.py:198:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tomorrowio/weather.py:203:9 - error: "ozone" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tomorrowio/weather.py:208:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tomorrowio/weather.py:216:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/toon/__init__.py
  <CWD>/homeassistant/components/toon/__init__.py:116:17 - error: Argument of type "set[tuple[Literal['toon'], str | None, Literal['meter_adapter']]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]] | UndefinedType | None" in function "async_get_or_create"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/toon/__init__.py:122:20 - error: Argument of type "tuple[Literal['toon'], str | None]" cannot be assigned to parameter "via_device" of type "tuple[str, str] | UndefinedType | None" in function "async_get_or_create"
    Type "tuple[Literal['toon'], str | None]" is not assignable to type "tuple[str, str] | UndefinedType | None"
      "tuple[Literal['toon'], str | None]" is not assignable to "tuple[str, str]"
        Tuple entry 2 is incorrect type
          Type "str | None" is not assignable to type "str"
            "None" is not assignable to "str"
      "tuple[Literal['toon'], str | None]" is not assignable to "None"
      "tuple[Literal['toon'], str | None]" is not assignable to "UndefinedType" (reportArgumentType)
<CWD>/homeassistant/components/toon/binary_sensor.py
  <CWD>/homeassistant/components/toon/binary_sensor.py:50:7 - error: Base classes for class "ToonBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:62:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ToonBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:62:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ToonBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:71:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:85:7 - error: Base classes for class "ToonBoilerBinarySensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:85:7 - error: Base classes for class "ToonBoilerBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:85:7 - error: Base classes for class "ToonBoilerBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:85:7 - error: Base classes for class "ToonBoilerBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:89:7 - error: Base classes for class "ToonDisplayBinarySensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:89:7 - error: Base classes for class "ToonDisplayBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:89:7 - error: Base classes for class "ToonDisplayBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:89:7 - error: Base classes for class "ToonDisplayBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:93:7 - error: Base classes for class "ToonBoilerModuleBinarySensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:93:7 - error: Base classes for class "ToonBoilerModuleBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:93:7 - error: Base classes for class "ToonBoilerModuleBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/binary_sensor.py:93:7 - error: Base classes for class "ToonBoilerModuleBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/toon/climate.py
  <CWD>/homeassistant/components/toon/climate.py:45:7 - error: Base classes for class "ToonThermostatDevice" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/climate.py:45:7 - error: Base classes for class "ToonThermostatDevice" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/climate.py:76:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/climate.py:83:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/climate.py:91:28 - error: Argument of type "int | None" cannot be assigned to parameter "key" of type "int" in function "get"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/toon/climate.py:94:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/climate.py:99:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/climate.py:104:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/climate.py:109:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/toon/climate.py:112:58 - error: Argument of type "Any | None" cannot be assigned to parameter "temperature" of type "float" in function "set_current_setpoint"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/toon/climate.py:115:15 - error: Method "async_set_preset_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/toon/coordinator.py
  <CWD>/homeassistant/components/toon/coordinator.py:153:20 - error: Type "Status | None" is not assignable to return type "Status"
    Type "Status | None" is not assignable to type "Status"
      "None" is not assignable to "Status" (reportReturnType)
<CWD>/homeassistant/components/toon/entity.py
  <CWD>/homeassistant/components/toon/entity.py:22:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/entity.py:26:35 - error: Argument of type "set[tuple[Literal['toon'], str | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/toon/entity.py:28:54 - error: "rpartition" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/toon/entity.py:30:59 - error: "rpartition" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/toon/entity.py:38:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/entity.py:58:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/entity.py:78:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/entity.py:98:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/entity.py:118:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/entity.py:131:33 - error: Argument of type "tuple[Literal['toon'], str | None]" cannot be assigned to parameter "via_device" of type "tuple[str, str]" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/toon/entity.py:139:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/toon/sensor.py
  <CWD>/homeassistant/components/toon/sensor.py:69:7 - error: Base classes for class "ToonSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:80:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ToonSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:80:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ToonSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:90:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:96:7 - error: Base classes for class "ToonElectricityMeterDeviceSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:96:7 - error: Base classes for class "ToonElectricityMeterDeviceSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:96:7 - error: Base classes for class "ToonElectricityMeterDeviceSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:96:7 - error: Base classes for class "ToonElectricityMeterDeviceSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:96:7 - error: Base classes for class "ToonElectricityMeterDeviceSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:96:7 - error: Base classes for class "ToonElectricityMeterDeviceSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:96:7 - error: Base classes for class "ToonElectricityMeterDeviceSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:96:7 - error: Base classes for class "ToonElectricityMeterDeviceSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:100:7 - error: Base classes for class "ToonGasMeterDeviceSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:100:7 - error: Base classes for class "ToonGasMeterDeviceSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:100:7 - error: Base classes for class "ToonGasMeterDeviceSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:100:7 - error: Base classes for class "ToonGasMeterDeviceSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:100:7 - error: Base classes for class "ToonGasMeterDeviceSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:100:7 - error: Base classes for class "ToonGasMeterDeviceSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:100:7 - error: Base classes for class "ToonGasMeterDeviceSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:100:7 - error: Base classes for class "ToonGasMeterDeviceSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:104:7 - error: Base classes for class "ToonWaterMeterDeviceSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:104:7 - error: Base classes for class "ToonWaterMeterDeviceSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:104:7 - error: Base classes for class "ToonWaterMeterDeviceSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:104:7 - error: Base classes for class "ToonWaterMeterDeviceSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:104:7 - error: Base classes for class "ToonWaterMeterDeviceSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:104:7 - error: Base classes for class "ToonWaterMeterDeviceSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:104:7 - error: Base classes for class "ToonWaterMeterDeviceSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:104:7 - error: Base classes for class "ToonWaterMeterDeviceSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:108:7 - error: Base classes for class "ToonSolarDeviceSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:108:7 - error: Base classes for class "ToonSolarDeviceSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:108:7 - error: Base classes for class "ToonSolarDeviceSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:108:7 - error: Base classes for class "ToonSolarDeviceSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:108:7 - error: Base classes for class "ToonSolarDeviceSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:108:7 - error: Base classes for class "ToonSolarDeviceSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:108:7 - error: Base classes for class "ToonSolarDeviceSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:108:7 - error: Base classes for class "ToonSolarDeviceSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:112:7 - error: Base classes for class "ToonBoilerDeviceSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:112:7 - error: Base classes for class "ToonBoilerDeviceSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:112:7 - error: Base classes for class "ToonBoilerDeviceSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:112:7 - error: Base classes for class "ToonBoilerDeviceSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:112:7 - error: Base classes for class "ToonBoilerDeviceSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:112:7 - error: Base classes for class "ToonBoilerDeviceSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:112:7 - error: Base classes for class "ToonBoilerDeviceSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:112:7 - error: Base classes for class "ToonBoilerDeviceSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:116:7 - error: Base classes for class "ToonDisplayDeviceSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:116:7 - error: Base classes for class "ToonDisplayDeviceSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:116:7 - error: Base classes for class "ToonDisplayDeviceSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:116:7 - error: Base classes for class "ToonDisplayDeviceSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:116:7 - error: Base classes for class "ToonDisplayDeviceSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:116:7 - error: Base classes for class "ToonDisplayDeviceSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:116:7 - error: Base classes for class "ToonDisplayDeviceSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/sensor.py:116:7 - error: Base classes for class "ToonDisplayDeviceSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/toon/switch.py
  <CWD>/homeassistant/components/toon/switch.py:39:7 - error: Base classes for class "ToonSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/switch.py:50:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ToonSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/switch.py:50:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ToonSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/switch.py:58:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/switch.py:64:7 - error: Base classes for class "ToonProgramSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/switch.py:64:7 - error: Base classes for class "ToonProgramSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/switch.py:64:7 - error: Base classes for class "ToonProgramSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/switch.py:64:7 - error: Base classes for class "ToonProgramSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/switch.py:68:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/toon/switch.py:75:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/toon/switch.py:82:7 - error: Base classes for class "ToonHolidayModeSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/switch.py:82:7 - error: Base classes for class "ToonHolidayModeSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/switch.py:82:7 - error: Base classes for class "ToonHolidayModeSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/switch.py:82:7 - error: Base classes for class "ToonHolidayModeSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/toon/switch.py:86:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/toon/switch.py:93:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/torque/sensor.py
  <CWD>/homeassistant/components/torque/sensor.py:141:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/torque/sensor.py:146:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/torque/sensor.py:151:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/torque/sensor.py:156:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/totalconnect/__init__.py
  <CWD>/homeassistant/components/totalconnect/__init__.py:33:24 - error: Argument of type "tuple[Any, Any, dict[int, Any], Any]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[Any, Any, dict[int, Any], Any]" is not assignable to type "*tuple[str, str, Dict[str, str] | None, bool, int, bool]"
      "*tuple[Any, Any, dict[int, Any], Any]" is not assignable to "*tuple[str, str, Dict[str, str] | None, bool, int, bool]"
        Tuple entry 3 is incorrect type
          Type "dict[int, Any]" is not assignable to type "Dict[str, str] | None"
            "dict[int, Any]" is not assignable to "Dict[str, str]"
            "dict[int, Any]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/totalconnect/alarm_control_panel.py
  <CWD>/homeassistant/components/totalconnect/alarm_control_panel.py:59:7 - error: Base classes for class "TotalConnectAlarm" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/alarm_control_panel.py:98:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/alarm_control_panel.py:139:42 - error: Argument of type "dict[str, Any | None]" cannot be assigned to parameter "translation_placeholders" of type "dict[str, str] | None" in function "__init__"
    Type "dict[str, Any | None]" is not assignable to type "dict[str, str] | None"
      "dict[str, Any | None]" is not assignable to "dict[str, str]"
        Type parameter "_VT@dict" is invariant, but "Any | None" is not the same as "str"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, Any | None]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/totalconnect/alarm_control_panel.py:162:42 - error: Argument of type "dict[str, Any | None]" cannot be assigned to parameter "translation_placeholders" of type "dict[str, str] | None" in function "__init__"
    Type "dict[str, Any | None]" is not assignable to type "dict[str, str] | None"
      "dict[str, Any | None]" is not assignable to "dict[str, str]"
        Type parameter "_VT@dict" is invariant, but "Any | None" is not the same as "str"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, Any | None]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/totalconnect/alarm_control_panel.py:185:42 - error: Argument of type "dict[str, Any | None]" cannot be assigned to parameter "translation_placeholders" of type "dict[str, str] | None" in function "__init__"
    Type "dict[str, Any | None]" is not assignable to type "dict[str, str] | None"
      "dict[str, Any | None]" is not assignable to "dict[str, str]"
        Type parameter "_VT@dict" is invariant, but "Any | None" is not the same as "str"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, Any | None]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/totalconnect/alarm_control_panel.py:208:42 - error: Argument of type "dict[str, Any | None]" cannot be assigned to parameter "translation_placeholders" of type "dict[str, str] | None" in function "__init__"
    Type "dict[str, Any | None]" is not assignable to type "dict[str, str] | None"
      "dict[str, Any | None]" is not assignable to "dict[str, str]"
        Type parameter "_VT@dict" is invariant, but "Any | None" is not the same as "str"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, Any | None]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/totalconnect/alarm_control_panel.py:230:42 - error: Argument of type "dict[str, Any | None]" cannot be assigned to parameter "translation_placeholders" of type "dict[str, str] | None" in function "__init__"
    Type "dict[str, Any | None]" is not assignable to type "dict[str, str] | None"
      "dict[str, Any | None]" is not assignable to "dict[str, str]"
        Type parameter "_VT@dict" is invariant, but "Any | None" is not the same as "str"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, Any | None]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/totalconnect/alarm_control_panel.py:252:42 - error: Argument of type "dict[str, Any | None]" cannot be assigned to parameter "translation_placeholders" of type "dict[str, str] | None" in function "__init__"
    Type "dict[str, Any | None]" is not assignable to type "dict[str, str] | None"
      "dict[str, Any | None]" is not assignable to "dict[str, str]"
        Type parameter "_VT@dict" is invariant, but "Any | None" is not the same as "str"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, Any | None]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/totalconnect/binary_sensor.py
  <CWD>/homeassistant/components/totalconnect/binary_sensor.py:141:64 - error: Argument of type "int" cannot be assigned to parameter "location_id" of type "str" in function "__init__"
    "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/totalconnect/binary_sensor.py:151:25 - error: Argument of type "int" cannot be assigned to parameter "location_id" of type "str" in function "__init__"
    "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/totalconnect/binary_sensor.py:159:7 - error: Base classes for class "TotalConnectZoneBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/binary_sensor.py:173:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TotalConnectZoneBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/binary_sensor.py:173:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TotalConnectZoneBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/binary_sensor.py:181:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/binary_sensor.py:186:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/binary_sensor.py:186:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/binary_sensor.py:193:7 - error: Base classes for class "TotalConnectAlarmBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/binary_sensor.py:206:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TotalConnectAlarmBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/binary_sensor.py:206:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TotalConnectAlarmBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/binary_sensor.py:213:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/totalconnect/button.py
  <CWD>/homeassistant/components/totalconnect/button.py:55:61 - error: Argument of type "int" cannot be assigned to parameter "location_id" of type "str" in function "__init__"
    "int" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/totalconnect/button.py:63:7 - error: Base classes for class "TotalConnectZoneBypassButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/button.py:83:7 - error: Base classes for class "TotalConnectPanelButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/button.py:96:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TotalConnectButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/totalconnect/button.py:96:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "TotalConnectButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/totalconnect/config_flow.py
  <CWD>/homeassistant/components/totalconnect/config_flow.py:156:19 - error: Argument of type "tuple[str | None, str, dict[int, str | None]]" cannot be assigned to parameter "args" of type "_Ts@async_add_executor_job" in function "async_add_executor_job"
    Type "*tuple[str | None, str, dict[int, str | None]]" is not assignable to type "*tuple[str, str, Dict[str, str] | None, bool, int, bool]"
      "*tuple[str | None, str, dict[int, str | None]]" is not assignable to "*tuple[str, str, Dict[str, str] | None, bool, int, bool]"
        Tuple entry 1 is incorrect type
          Type "str | None" is not assignable to type "str"
            "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/totalconnect/diagnostics.py
  <CWD>/homeassistant/components/totalconnect/diagnostics.py:40:32 - error: "_master_user" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/totalconnect/diagnostics.py:41:36 - error: "_user_admin" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/totalconnect/diagnostics.py:42:38 - error: "_config_admin" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/totalconnect/diagnostics.py:43:42 - error: "security_problem" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/totalconnect/diagnostics.py:44:34 - error: "_features" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/totalconnect/entity.py
  <CWD>/homeassistant/components/totalconnect/entity.py:32:35 - error: Argument of type "set[tuple[Literal['totalconnect'], Any | None]]" cannot be assigned to parameter "identifiers" of type "set[tuple[str, str]]" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/touchline/climate.py
  <CWD>/homeassistant/components/touchline/climate.py:7:6 - error: Import "pytouchline_extended" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/touchline_sl/climate.py
  <CWD>/homeassistant/components/touchline_sl/climate.py:36:7 - error: Base classes for class "TouchlineSLZone" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/touchline_sl/climate.py:102:47 - error: Cannot access attribute "name" for class "LocalScheduleModel"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/touchline_sl/climate.py:102:47 - error: "name" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/tplink/binary_sensor.py
  <CWD>/homeassistant/components/tplink/binary_sensor.py:105:7 - error: Base classes for class "TPLinkBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/binary_sensor.py:108:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkFeatureEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkBinarySensorEntityDescription" is not the same as base type "TPLinkFeatureEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/binary_sensor.py:108:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tplink/button.py
  <CWD>/homeassistant/components/tplink/button.py:126:7 - error: Base classes for class "TPLinkButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/button.py:129:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkFeatureEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkButtonEntityDescription" is not the same as base type "TPLinkFeatureEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/button.py:129:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tplink/camera.py
  <CWD>/homeassistant/components/tplink/camera.py:97:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkModuleEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkCameraEntityDescription" is not the same as base type "TPLinkModuleEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/camera.py:97:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TPLinkCameraEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/camera.py:228:17 - error: Argument of type "StreamReader" cannot be assigned to parameter "stream" of type "StreamReader" in function "async_aiohttp_proxy_stream"
    "asyncio.streams.StreamReader" is not assignable to "aiohttp.streams.StreamReader" (reportArgumentType)
<CWD>/homeassistant/components/tplink/climate.py
  <CWD>/homeassistant/components/tplink/climate.py:11:51 - error: "ThermostatState" is not exported from module "kasa.smart.modules.temperaturecontrol"
    Import from "kasa.interfaces.thermostat" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tplink/climate.py:101:7 - error: Base classes for class "TPLinkClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/climate.py:113:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkModuleEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkClimateEntityDescription" is not the same as base type "TPLinkModuleEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/climate.py:113:5 - error: "entity_description" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkClimateEntityDescription" is not the same as base type "ClimateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/climate.py:150:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/tplink/climate.py:157:15 - error: Method "async_set_hvac_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/tplink/climate.py:165:15 - error: Method "async_turn_on" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/tplink/climate.py:170:15 - error: Method "async_turn_off" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/tplink/config_flow.py
  <CWD>/homeassistant/components/tplink/config_flow.py:140:17 - error: "entry_conn_params_dict" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tplink/config_flow.py:141:17 - error: "device_conn_params_dict" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tplink/config_flow.py:201:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "TPLinkConfigFlow"
      "ConfigFlow" is not assignable to "TPLinkConfigFlow" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/tplink/config_flow.py:459:27 - error: "un" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tplink/config_flow.py:459:34 - error: "pw" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tplink/config_flow.py:579:23 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/tplink/config_flow.py:582:24 - error: Could not access item in TypedDict
    "entry_id" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/tplink/entity.py
  <CWD>/homeassistant/components/tplink/entity.py:178:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TPLinkEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/entity.py:300:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkFeatureEntityDescription" is not the same as base type "TPLinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/entity.py:540:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkModuleEntityDescription" is not the same as base type "TPLinkEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/entity.py:678:45 - error: "has_parent_entities" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/tplink/fan.py
  <CWD>/homeassistant/components/tplink/fan.py:93:7 - error: Base classes for class "TPLinkFanEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/fan.py:103:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkModuleEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkFanEntityDescription" is not the same as base type "TPLinkModuleEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/fan.py:103:5 - error: "entity_description" overrides symbol of same name in class "FanEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkFanEntityDescription" is not the same as base type "FanEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/fan.py:118:15 - error: Method "async_turn_on" overrides class "FanEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/tplink/fan.py:134:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/tplink/light.py
  <CWD>/homeassistant/components/tplink/light.py:240:7 - error: Base classes for class "TPLinkLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/light.py:246:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkModuleEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkLightEntityDescription" is not the same as base type "TPLinkModuleEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/light.py:246:5 - error: "entity_description" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkLightEntityDescription" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/light.py:336:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/tplink/light.py:349:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/tplink/number.py
  <CWD>/homeassistant/components/tplink/number.py:114:7 - error: Base classes for class "TPLinkNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/number.py:117:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkFeatureEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkNumberEntityDescription" is not the same as base type "TPLinkFeatureEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/number.py:117:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/number.py:136:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/tplink/select.py
  <CWD>/homeassistant/components/tplink/select.py:84:7 - error: Base classes for class "TPLinkSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/select.py:87:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkFeatureEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkSelectEntityDescription" is not the same as base type "TPLinkFeatureEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/select.py:87:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/select.py:105:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/tplink/sensor.py
  <CWD>/homeassistant/components/tplink/sensor.py:302:7 - error: Base classes for class "TPLinkSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/sensor.py:305:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkFeatureEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkSensorEntityDescription" is not the same as base type "TPLinkFeatureEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/sensor.py:305:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tplink/siren.py
  <CWD>/homeassistant/components/tplink/siren.py:92:7 - error: Base classes for class "TPLinkSirenEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/siren.py:104:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkModuleEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkSirenEntityDescription" is not the same as base type "TPLinkModuleEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/siren.py:104:5 - error: "entity_description" overrides symbol of same name in class "SirenEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkSirenEntityDescription" is not the same as base type "SirenEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/siren.py:127:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/tplink/siren.py:152:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/tplink/switch.py
  <CWD>/homeassistant/components/tplink/switch.py:116:7 - error: Base classes for class "TPLinkSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/switch.py:119:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkFeatureEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkSwitchEntityDescription" is not the same as base type "TPLinkFeatureEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/switch.py:119:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/switch.py:122:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/tplink/switch.py:127:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/tplink/vacuum.py
  <CWD>/homeassistant/components/tplink/vacuum.py:94:7 - error: Base classes for class "TPLinkVacuumEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/vacuum.py:105:5 - error: "entity_description" overrides symbol of same name in class "CoordinatedTPLinkModuleEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkVacuumEntityDescription" is not the same as base type "TPLinkModuleEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/vacuum.py:105:5 - error: "entity_description" overrides symbol of same name in class "StateVacuumEntity"
    Variable is mutable so its type is invariant
      Override type "TPLinkVacuumEntityDescription" is not the same as base type "StateVacuumEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink/vacuum.py:129:15 - error: Method "async_start" overrides class "StateVacuumEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/tplink/vacuum.py:134:15 - error: Method "async_pause" overrides class "StateVacuumEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/tplink/vacuum.py:139:15 - error: Method "async_return_to_base" overrides class "StateVacuumEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/tplink/vacuum.py:144:15 - error: Method "async_set_fan_speed" overrides class "StateVacuumEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/tplink/vacuum.py:153:9 - error: "battery_level" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tplink_lte/__init__.py
  <CWD>/homeassistant/components/tplink_lte/__init__.py:11:8 - error: Import "tp_connected" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/tplink_lte/notify.py
  <CWD>/homeassistant/components/tplink_lte/notify.py:9:8 - error: Import "tp_connected" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/tplink_omada/binary_sensor.py
  <CWD>/homeassistant/components/tplink_omada/binary_sensor.py:96:7 - error: Base classes for class "OmadaGatewayPortBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink_omada/binary_sensor.py:112:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "GatewayPortBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink_omada/binary_sensor.py:112:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "GatewayPortBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tplink_omada/device_tracker.py
  <CWD>/homeassistant/components/tplink_omada/device_tracker.py:43:7 - error: Base classes for class "OmadaClientScannerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink_omada/device_tracker.py:78:9 - error: "ip_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink_omada/device_tracker.py:83:9 - error: "mac_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink_omada/device_tracker.py:88:9 - error: "hostname" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink_omada/device_tracker.py:98:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tplink_omada/sensor.py
  <CWD>/homeassistant/components/tplink_omada/sensor.py:111:7 - error: Base classes for class "OmadaDeviceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink_omada/sensor.py:124:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "OmadaDeviceSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink_omada/sensor.py:124:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "OmadaDeviceSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink_omada/sensor.py:128:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tplink_omada/switch.py
  <CWD>/homeassistant/components/tplink_omada/switch.py:258:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "OmadaDevicePortSwitchEntityDescription[TCoordinator@OmadaDevicePortSwitchEntity, TDevice@OmadaDevicePortSwitchEntity, TPort@OmadaDevicePortSwitchEntity]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink_omada/switch.py:258:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "OmadaDevicePortSwitchEntityDescription[TCoordinator@OmadaDevicePortSwitchEntity, TDevice@OmadaDevicePortSwitchEntity, TPort@OmadaDevicePortSwitchEntity]" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tplink_omada/switch.py:291:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tplink_omada/update.py
  <CWD>/homeassistant/components/tplink_omada/update.py:113:7 - error: Base classes for class "OmadaDeviceUpdate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/traccar/device_tracker.py
  <CWD>/homeassistant/components/traccar/device_tracker.py:113:7 - error: Base classes for class "TraccarEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar/device_tracker.py:113:7 - error: Base classes for class "TraccarEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar/device_tracker.py:113:7 - error: Base classes for class "TraccarEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar/device_tracker.py:113:7 - error: Base classes for class "TraccarEntity" define variable "force_update" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar/device_tracker.py:135:9 - error: "battery_level" overrides symbol of same name in class "BaseTrackerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar/device_tracker.py:176:9 - error: Object of type "None" cannot be called (reportOptionalCall)
<CWD>/homeassistant/components/traccar_server/binary_sensor.py
  <CWD>/homeassistant/components/traccar_server/binary_sensor.py:73:7 - error: Base classes for class "TraccarServerBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar_server/binary_sensor.py:87:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TraccarServerBinarySensorEntityDescription[_T@TraccarServerBinarySensor]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar_server/binary_sensor.py:87:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TraccarServerBinarySensorEntityDescription[_T@TraccarServerBinarySensor]" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar_server/binary_sensor.py:93:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/traccar_server/device_tracker.py
  <CWD>/homeassistant/components/traccar_server/device_tracker.py:30:7 - error: Base classes for class "TraccarServerDeviceTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar_server/device_tracker.py:37:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar_server/device_tracker.py:47:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar_server/device_tracker.py:52:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar_server/device_tracker.py:57:9 - error: "location_accuracy" overrides symbol of same name in class "TrackerEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/traccar_server/sensor.py
  <CWD>/homeassistant/components/traccar_server/sensor.py:101:7 - error: Base classes for class "TraccarServerSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar_server/sensor.py:115:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TraccarServerSensorEntityDescription[_T@TraccarServerSensor]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar_server/sensor.py:115:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TraccarServerSensorEntityDescription[_T@TraccarServerSensor]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/traccar_server/sensor.py:121:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/trace/__init__.py
  <CWD>/homeassistant/components/trace/__init__.py:50:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/trace/__init__.py:50:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "TraceData"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, LimitedSizeDict[str, BaseTrace]]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "LimitedSizeDict[str, BaseTrace]"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
<CWD>/homeassistant/components/tractive/__init__.py
  <CWD>/homeassistant/components/tractive/__init__.py:62:26 - error: "tracker" is not a known attribute of module "aiotractive" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tractive/__init__.py:92:24 - error: "exceptions" is not a known attribute of module "aiotractive" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tractive/__init__.py:95:24 - error: "exceptions" is not a known attribute of module "aiotractive" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tractive/__init__.py:106:24 - error: "exceptions" is not a known attribute of module "aiotractive" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tractive/__init__.py:130:28 - error: "trackable_object" is not a known attribute of module "aiotractive" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tractive/__init__.py:199:27 - error: "trackable_object" is not a known attribute of module "aiotractive" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tractive/__init__.py:202:30 - error: "trackable_object" is not a known attribute of module "aiotractive" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tractive/__init__.py:206:55 - error: "tracker" is not a known attribute of module "aiotractive" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tractive/__init__.py:224:36 - error: "CoroutineType[Any, Any, Unknown]" is not iterable
    "__aiter__" method not defined (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/tractive/__init__.py:248:32 - error: "exceptions" is not a known attribute of module "aiotractive" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tractive/__init__.py:259:32 - error: "exceptions" is not a known attribute of module "aiotractive" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/tractive/config_flow.py
  <CWD>/homeassistant/components/tractive/config_flow.py:32:26 - error: "api" is not a known attribute of module "aiotractive" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/tractive/config_flow.py:35:24 - error: "exceptions" is not a known attribute of module "aiotractive" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/tractive/device_tracker.py
  <CWD>/homeassistant/components/tractive/device_tracker.py:64:9 - error: "battery_level" overrides symbol of same name in class "BaseTrackerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tractive/sensor.py
  <CWD>/homeassistant/components/tractive/sensor.py:77:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TractiveSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tractive/sensor.py:77:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TractiveSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tractive/switch.py
  <CWD>/homeassistant/components/tractive/switch.py:98:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TractiveSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tractive/switch.py:98:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "TractiveSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tradfri/__init__.py
  <CWD>/homeassistant/components/tradfri/__init__.py:274:50 - error: "device_id" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/tradfri/__init__.py:280:66 - error: "device_id" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/tradfri/cover.py
  <CWD>/homeassistant/components/tradfri/cover.py:41:7 - error: Base classes for class "TradfriCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/cover.py:67:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/cover.py:72:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/cover.py:106:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tradfri/fan.py
  <CWD>/homeassistant/components/tradfri/fan.py:54:7 - error: Base classes for class "TradfriAirPurifierFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/fan.py:101:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/fan.py:112:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tradfri/light.py
  <CWD>/homeassistant/components/tradfri/light.py:51:7 - error: Base classes for class "TradfriLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/light.py:106:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/light.py:113:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/light.py:122:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/light.py:136:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/light.py:240:29 - error: Operator "+" not supported for "None" (reportOptionalOperand)
<CWD>/homeassistant/components/tradfri/sensor.py
  <CWD>/homeassistant/components/tradfri/sensor.py:173:7 - error: Base classes for class "TradfriSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/sensor.py:192:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TradfriSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/sensor.py:192:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TradfriSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tradfri/switch.py
  <CWD>/homeassistant/components/tradfri/switch.py:41:7 - error: Base classes for class "TradfriSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tradfri/switch.py:67:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/trafikverket_camera/binary_sensor.py
  <CWD>/homeassistant/components/trafikverket_camera/binary_sensor.py:53:7 - error: Base classes for class "TrafikverketCameraBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trafikverket_camera/binary_sensor.py:58:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TVCameraSensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/trafikverket_camera/camera.py
  <CWD>/homeassistant/components/trafikverket_camera/camera.py:66:9 - error: "is_on" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trafikverket_camera/camera.py:71:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/trafikverket_camera/sensor.py
  <CWD>/homeassistant/components/trafikverket_camera/sensor.py:88:7 - error: Base classes for class "TrafikverketCameraSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trafikverket_camera/sensor.py:91:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TVCameraSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/trafikverket_ferry/sensor.py
  <CWD>/homeassistant/components/trafikverket_ferry/sensor.py:109:7 - error: Base classes for class "FerrySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trafikverket_ferry/sensor.py:126:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TrafikverketSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trafikverket_ferry/sensor.py:126:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TrafikverketSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/trafikverket_train/sensor.py
  <CWD>/homeassistant/components/trafikverket_train/sensor.py:127:7 - error: Base classes for class "TrainSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trafikverket_train/sensor.py:144:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TrafikverketSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trafikverket_train/sensor.py:144:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TrafikverketSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trafikverket_train/sensor.py:166:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/trafikverket_weatherstation/sensor.py
  <CWD>/homeassistant/components/trafikverket_weatherstation/sensor.py:222:7 - error: Base classes for class "TrafikverketWeatherStation" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trafikverket_weatherstation/sensor.py:240:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TrafikverketSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trafikverket_weatherstation/sensor.py:240:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TrafikverketSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trafikverket_weatherstation/sensor.py:252:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/transmission/__init__.py
  <CWD>/homeassistant/components/transmission/__init__.py:133:32 - error: "new" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/transmission/sensor.py
  <CWD>/homeassistant/components/transmission/sensor.py:141:7 - error: Base classes for class "TransmissionSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/transmission/sensor.py:144:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TransmissionSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/transmission/sensor.py:147:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/transmission/sensor.py:152:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/transmission/switch.py
  <CWD>/homeassistant/components/transmission/switch.py:56:7 - error: Base classes for class "TransmissionSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/transmission/switch.py:59:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "TransmissionSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/transmission/switch.py:62:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/transport_nsw/sensor.py
  <CWD>/homeassistant/components/transport_nsw/sensor.py:92:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/transport_nsw/sensor.py:97:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/transport_nsw/sensor.py:102:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/transport_nsw/sensor.py:117:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/transport_nsw/sensor.py:122:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/travisci/sensor.py
  <CWD>/homeassistant/components/travisci/sensor.py:8:6 - error: Import "travispy" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/travisci/sensor.py:9:6 - error: Import "travispy.errors" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/travisci/sensor.py:157:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/trend/binary_sensor.py
  <CWD>/homeassistant/components/trend/binary_sensor.py:164:7 - error: Base classes for class "SensorTrend" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trend/binary_sensor.py:164:7 - error: Base classes for class "SensorTrend" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trend/binary_sensor.py:164:7 - error: Base classes for class "SensorTrend" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trend/binary_sensor.py:164:7 - error: Base classes for class "SensorTrend" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/trend/binary_sensor.py:208:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/triggercmd/switch.py
  <CWD>/homeassistant/components/triggercmd/switch.py:59:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tts/__init__.py
  <CWD>/homeassistant/components/tts/__init__.py:23:30 - error: "TextFrame" is not exported from module "mutagen.id3"
    Import from "mutagen.id3._frames" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tts/__init__.py:86:5 - warning: "SampleFormat" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
  <CWD>/homeassistant/components/tts/__init__.py:659:13 - error: Argument of type "HassJob[(_now: datetime), None]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later"
    Type "HassJob[(_now: datetime), None]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(_now: datetime), None]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "None" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(_now: datetime), None]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
  <CWD>/homeassistant/components/tts/__init__.py:1156:32 - error: "File" is not exported from module "mutagen" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/tts/__init__.py:1178:24 - error: "MutagenError" is not exported from module "mutagen" (reportPrivateImportUsage)
<CWD>/homeassistant/components/tts/entity.py
  <CWD>/homeassistant/components/tts/entity.py:66:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tts/media_source.py
  <CWD>/homeassistant/components/tts/media_source.py:128:5 - error: "name" overrides symbol of same name in class "MediaSource"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/alarm_control_panel.py
  <CWD>/homeassistant/components/tuya/alarm_control_panel.py:120:42 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/alarm_control_panel.py:147:7 - error: Base classes for class "TuyaAlarmEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/alarm_control_panel.py:147:7 - error: Base classes for class "TuyaAlarmEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/alarm_control_panel.py:178:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/alarm_control_panel.py:183:9 - error: "changed_by" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/binary_sensor.py
  <CWD>/homeassistant/components/tuya/binary_sensor.py:427:51 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/binary_sensor.py:443:7 - error: Base classes for class "TuyaBinarySensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/binary_sensor.py:443:7 - error: Base classes for class "TuyaBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/binary_sensor.py:457:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TuyaBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/binary_sensor.py:457:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "TuyaBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/binary_sensor.py:462:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/button.py
  <CWD>/homeassistant/components/tuya/button.py:82:44 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/button.py:102:7 - error: Base classes for class "TuyaButtonEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/button.py:102:7 - error: Base classes for class "TuyaButtonEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/camera.py
  <CWD>/homeassistant/components/tuya/camera.py:61:7 - error: Base classes for class "TuyaCameraEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/camera.py:84:9 - error: "is_recording" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/camera.py:91:9 - error: "motion_detection_enabled" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/climate.py
  <CWD>/homeassistant/components/tuya/climate.py:108:25 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "__getitem__"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/climate.py:127:7 - error: Base classes for class "TuyaClimateEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/climate.py:127:7 - error: Base classes for class "TuyaClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/climate.py:148:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TuyaClimateEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/climate.py:148:14 - error: "entity_description" overrides symbol of same name in class "ClimateEntity"
    Variable is mutable so its type is invariant
      Override type "TuyaClimateEntityDescription" is not the same as base type "ClimateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/climate.py:365:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/climate.py:384:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/climate.py:389:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/climate.py:401:9 - error: "target_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/climate.py:406:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/climate.py:430:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/climate.py:442:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/climate.py:451:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/config_flow.py
  <CWD>/homeassistant/components/tuya/config_flow.py:144:19 - error: Argument of type "Any | None" cannot be assigned to parameter "title" of type "str" in function "async_create_entry"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/tuya/cover.py
  <CWD>/homeassistant/components/tuya/cover.py:209:43 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/cover.py:243:7 - error: Base classes for class "TuyaCoverEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/cover.py:243:7 - error: Base classes for class "TuyaCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/cover.py:261:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TuyaCoverEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/cover.py:261:14 - error: "entity_description" overrides symbol of same name in class "CoverEntity"
    Variable is mutable so its type is invariant
      Override type "TuyaCoverEntityDescription" is not the same as base type "CoverEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/cover.py:293:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/cover.py:298:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/cover.py:306:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/diagnostics.py
  <CWD>/homeassistant/components/tuya/diagnostics.py:50:19 - error: "client" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/tuya/diagnostics.py:51:37 - error: "client" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/tuya/entity.py
  <CWD>/homeassistant/components/tuya/entity.py:32:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/entity.py:43:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/event.py
  <CWD>/homeassistant/components/tuya/event.py:98:43 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/event.py:120:7 - error: Base classes for class "TuyaEventEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/event.py:120:7 - error: Base classes for class "TuyaEventEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/event.py:134:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "EventEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/fan.py
  <CWD>/homeassistant/components/tuya/fan.py:87:7 - error: Base classes for class "TuyaFanEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/fan.py:87:7 - error: Base classes for class "TuyaFanEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/fan.py:237:9 - error: "current_direction" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/fan.py:254:9 - error: "oscillating" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/fan.py:261:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/fan.py:268:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/fan.py:285:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/humidifier.py
  <CWD>/homeassistant/components/tuya/humidifier.py:95:48 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/humidifier.py:127:7 - error: Base classes for class "TuyaHumidifierEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/humidifier.py:127:7 - error: Base classes for class "TuyaHumidifierEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/humidifier.py:146:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TuyaHumidifierEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/humidifier.py:146:14 - error: "entity_description" overrides symbol of same name in class "HumidifierEntity"
    Variable is mutable so its type is invariant
      Override type "TuyaHumidifierEntityDescription" is not the same as base type "HumidifierEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/humidifier.py:169:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/humidifier.py:174:9 - error: "mode" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/humidifier.py:179:9 - error: "target_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/humidifier.py:184:9 - error: "current_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/light.py
  <CWD>/homeassistant/components/tuya/light.py:522:43 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/light.py:551:7 - error: Base classes for class "TuyaLightEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/light.py:551:7 - error: Base classes for class "TuyaLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/light.py:576:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TuyaLightEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/light.py:576:14 - error: "entity_description" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "TuyaLightEntityDescription" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/light.py:638:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/light.py:740:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/light.py:765:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/light.py:774:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/models.py
  <CWD>/homeassistant/components/tuya/models.py:208:37 - error: Argument of type "DPType" cannot be assigned to parameter "dptype" of type "Literal[DPType.BOOLEAN, DPType.JSON, DPType.RAW]" in function "find_dpcode"
    Type "DPType" is not assignable to type "Literal[DPType.BOOLEAN, DPType.JSON, DPType.RAW]"
      "DPType" is not assignable to type "Literal[DPType.BOOLEAN]"
      "DPType" is not assignable to type "Literal[DPType.JSON]"
      "DPType" is not assignable to type "Literal[DPType.RAW]" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/models.py:431:33 - error: Argument of type "dict[str, Any] | str" cannot be assigned to parameter "data" of type "str" in function "from_json"
    Type "dict[str, Any] | str" is not assignable to type "str"
      "dict[str, Any]" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/tuya/number.py
  <CWD>/homeassistant/components/tuya/number.py:463:44 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/number.py:483:7 - error: Base classes for class "TuyaNumberEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/number.py:483:7 - error: Base classes for class "TuyaNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/number.py:552:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/scene.py
  <CWD>/homeassistant/components/tuya/scene.py:44:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/scene.py:55:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/scene.py:61:41 - error: Argument of type "int" cannot be assigned to parameter "home_id" of type "str" in function "trigger_scene"
    "int" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/tuya/select.py
  <CWD>/homeassistant/components/tuya/select.py:366:44 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/select.py:388:7 - error: Base classes for class "TuyaSelectEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/select.py:388:7 - error: Base classes for class "TuyaSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/select.py:406:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/sensor.py
  <CWD>/homeassistant/components/tuya/sensor.py:1750:44 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/sensor.py:1766:7 - error: Base classes for class "TuyaSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/sensor.py:1766:7 - error: Base classes for class "TuyaSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/sensor.py:1781:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TuyaSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/sensor.py:1781:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TuyaSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/sensor.py:1837:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/siren.py
  <CWD>/homeassistant/components/tuya/siren.py:66:43 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/siren.py:86:7 - error: Base classes for class "TuyaSirenEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/siren.py:86:7 - error: Base classes for class "TuyaSirenEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/siren.py:106:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/switch.py
  <CWD>/homeassistant/components/tuya/switch.py:947:45 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/switch.py:1022:7 - error: Base classes for class "TuyaSwitchEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/switch.py:1022:7 - error: Base classes for class "TuyaSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/switch.py:1039:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/vacuum.py
  <CWD>/homeassistant/components/tuya/vacuum.py:97:7 - error: Base classes for class "TuyaVacuumEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/vacuum.py:97:7 - error: Base classes for class "TuyaVacuumEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/vacuum.py:147:9 - error: "fan_speed" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/vacuum.py:152:9 - error: "activity" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[VacuumActivity | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/tuya/valve.py
  <CWD>/homeassistant/components/tuya/valve.py:95:43 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"
    "str" is not assignable to "DeviceCategory" (reportArgumentType)
  <CWD>/homeassistant/components/tuya/valve.py:115:7 - error: Base classes for class "TuyaValveEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/tuya/valve.py:115:7 - error: Base classes for class "TuyaValveEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/twentemilieu/calendar.py
  <CWD>/homeassistant/components/twentemilieu/calendar.py:27:7 - error: Base classes for class "TwenteMilieuCalendar" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/twentemilieu/entity.py
  <CWD>/homeassistant/components/twentemilieu/entity.py:14:7 - error: Base classes for class "TwenteMilieuEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/twentemilieu/sensor.py
  <CWD>/homeassistant/components/twentemilieu/sensor.py:76:7 - error: Base classes for class "TwenteMilieuSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/twentemilieu/sensor.py:88:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "TwenteMilieuSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/twentemilieu/sensor.py:88:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "TwenteMilieuSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/twentemilieu/sensor.py:92:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/twinkly/coordinator.py
  <CWD>/homeassistant/components/twinkly/coordinator.py:97:13 - error: Argument of type "bool | None" cannot be assigned to parameter "is_on" of type "bool" in function "__init__"
    Type "bool | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportArgumentType)
<CWD>/homeassistant/components/twinkly/light.py
  <CWD>/homeassistant/components/twinkly/light.py:38:7 - error: Base classes for class "TwinklyLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/twinkly/light.py:67:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/twinkly/light.py:76:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/twinkly/select.py
  <CWD>/homeassistant/components/twinkly/select.py:29:7 - error: Base classes for class "TwinklyModeSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/twinkly/select.py:42:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/twitch/sensor.py
  <CWD>/homeassistant/components/twitch/sensor.py:60:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/twitch/sensor.py:70:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/twitch/sensor.py:75:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/twitch/sensor.py:96:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/twitter/notify.py
  <CWD>/homeassistant/components/twitter/notify.py:13:6 - error: Import "TwitterAPI" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/ubus/device_tracker.py
  <CWD>/homeassistant/components/ubus/device_tracker.py:8:6 - error: Import "openwrt.ubus" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/uk_transport/sensor.py
  <CWD>/homeassistant/components/uk_transport/sensor.py:126:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uk_transport/sensor.py:131:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uk_transport/sensor.py:200:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uk_transport/sensor.py:212:17 - error: Argument of type "Unknown | Any | None" cannot be assigned to parameter "value" of type "list[Unknown]" in function "__setitem__"
    Type "Unknown | Any | None" is not assignable to type "list[Unknown]"
      "None" is not assignable to "list[Unknown]" (reportArgumentType)
  <CWD>/homeassistant/components/uk_transport/sensor.py:272:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ukraine_alarm/binary_sensor.py
  <CWD>/homeassistant/components/ukraine_alarm/binary_sensor.py:84:7 - error: Base classes for class "UkraineAlarmSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/ukraine_alarm/binary_sensor.py:114:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ukraine_alarm/config_flow.py
  <CWD>/homeassistant/components/ukraine_alarm/config_flow.py:59:35 - error: "regions" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/ukraine_alarm/config_flow.py:68:27 - error: "__getitem__" method not defined on type "ClientResponse" (reportIndexIssue)
  <CWD>/homeassistant/components/ukraine_alarm/config_flow.py:68:27 - error: "regions" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/ukraine_alarm/config_flow.py:103:46 - error: Argument of type "Any | list[dict[str, Any]] | None" cannot be assigned to parameter "regions" of type "list[dict[str, Any]]" in function "_find"
    Type "Any | list[dict[str, Any]] | None" is not assignable to type "list[dict[str, Any]]"
      "None" is not assignable to "list[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/ukraine_alarm/config_flow.py:120:45 - error: Argument of type "Any | list[dict[str, Any]] | None" cannot be assigned to parameter "regions" of type "list[dict[str, Any]]" in function "_make_regions_object"
    Type "Any | list[dict[str, Any]] | None" is not assignable to type "list[dict[str, Any]]"
      "None" is not assignable to "list[dict[str, Any]]" (reportArgumentType)
<CWD>/homeassistant/components/ukraine_alarm/coordinator.py
  <CWD>/homeassistant/components/ukraine_alarm/coordinator.py:56:22 - error: "__getitem__" method not defined on type "ClientResponse" (reportIndexIssue)
<CWD>/homeassistant/components/unifi/button.py
  <CWD>/homeassistant/components/unifi/button.py:59:19 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/button.py:66:19 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/button.py:74:19 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/button.py:88:36 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/button.py:145:7 - error: Base classes for class "UnifiButtonEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/button.py:150:5 - error: "entity_description" overrides symbol of same name in class "UnifiEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiButtonEntityDescription[HandlerT@UnifiButtonEntity, ApiItemT@UnifiButtonEntity]" is not the same as base type "UnifiEntityDescription[HandlerT@UnifiButtonEntity, ApiItemT@UnifiButtonEntity]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/button.py:150:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiButtonEntityDescription[HandlerT@UnifiButtonEntity, ApiItemT@UnifiButtonEntity]" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifi/device_tracker.py
  <CWD>/homeassistant/components/unifi/device_tracker.py:146:39 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/device_tracker.py:148:37 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/device_tracker.py:227:7 - error: Base classes for class "UnifiScannerEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/device_tracker.py:232:5 - error: "entity_description" overrides symbol of same name in class "UnifiEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiTrackerEntityDescription[Unknown, Unknown]" is not the same as base type "UnifiEntityDescription[HandlerT@UnifiScannerEntity, ApiItemT@UnifiScannerEntity]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/device_tracker.py:232:5 - error: "entity_description" overrides symbol of same name in class "ScannerEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiTrackerEntityDescription[Unknown, Unknown]" is not the same as base type "ScannerEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/device_tracker.py:261:9 - error: "hostname" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/device_tracker.py:266:9 - error: "ip_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/device_tracker.py:276:9 - error: "unique_id" incorrectly overrides property of same name in class "ScannerEntity" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/unifi/device_tracker.py:354:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifi/entity.py
  <CWD>/homeassistant/components/unifi/entity.py:102:40 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/entity.py:106:35 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/entity.py:148:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "UnifiEntityDescription[HandlerT@UnifiEntity, ApiItemT@UnifiEntity]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/entity.py:157:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifi/hub/api.py
  <CWD>/homeassistant/components/unifi/hub/api.py:31:15 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/hub/api.py:44:20 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
<CWD>/homeassistant/components/unifi/hub/entity_helper.py
  <CWD>/homeassistant/components/unifi/hub/entity_helper.py:19:59 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/hub/entity_helper.py:122:59 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
<CWD>/homeassistant/components/unifi/hub/hub.py
  <CWD>/homeassistant/components/unifi/hub/hub.py:36:23 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
<CWD>/homeassistant/components/unifi/hub/websocket.py
  <CWD>/homeassistant/components/unifi/hub/websocket.py:25:50 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
<CWD>/homeassistant/components/unifi/image.py
  <CWD>/homeassistant/components/unifi/image.py:77:7 - error: Base classes for class "UnifiImageEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/image.py:82:5 - error: "entity_description" overrides symbol of same name in class "UnifiEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiImageEntityDescription[HandlerT@UnifiImageEntity, ApiItemT@UnifiImageEntity]" is not the same as base type "UnifiEntityDescription[HandlerT@UnifiImageEntity, ApiItemT@UnifiImageEntity]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/image.py:82:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "UnifiImageEntityDescription[HandlerT@UnifiImageEntity, ApiItemT@UnifiImageEntity]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifi/light.py
  <CWD>/homeassistant/components/unifi/light.py:123:7 - error: Base classes for class "UnifiLightEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/light.py:128:5 - error: "entity_description" overrides symbol of same name in class "UnifiEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiLightEntityDescription[HandlerT@UnifiLightEntity, ApiItemT@UnifiLightEntity]" is not the same as base type "UnifiEntityDescription[HandlerT@UnifiLightEntity, ApiItemT@UnifiLightEntity]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/light.py:128:5 - error: "entity_description" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiLightEntityDescription[HandlerT@UnifiLightEntity, ApiItemT@UnifiLightEntity]" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifi/sensor.py
  <CWD>/homeassistant/components/unifi/sensor.py:654:7 - error: Base classes for class "UnifiSensorEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/sensor.py:659:5 - error: "entity_description" overrides symbol of same name in class "UnifiEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiSensorEntityDescription[HandlerT@UnifiSensorEntity, ApiItemT@UnifiSensorEntity]" is not the same as base type "UnifiEntityDescription[HandlerT@UnifiSensorEntity, ApiItemT@UnifiSensorEntity]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/sensor.py:659:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiSensorEntityDescription[HandlerT@UnifiSensorEntity, ApiItemT@UnifiSensorEntity]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifi/switch.py
  <CWD>/homeassistant/components/unifi/switch.py:240:42 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/switch.py:435:7 - error: Base classes for class "UnifiSwitchEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/switch.py:440:5 - error: "entity_description" overrides symbol of same name in class "UnifiEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiSwitchEntityDescription[HandlerT@UnifiSwitchEntity, ApiItemT@UnifiSwitchEntity]" is not the same as base type "UnifiEntityDescription[HandlerT@UnifiSwitchEntity, ApiItemT@UnifiSwitchEntity]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/switch.py:440:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiSwitchEntityDescription[HandlerT@UnifiSwitchEntity, ApiItemT@UnifiSwitchEntity]" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifi/update.py
  <CWD>/homeassistant/components/unifi/update.py:35:49 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/update.py:46:36 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/update.py:47:34 - error: "Controller" is not exported from module "aiounifi" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/unifi/update.py:78:7 - error: Base classes for class "UnifiDeviceUpdateEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/update.py:83:5 - error: "entity_description" overrides symbol of same name in class "UnifiEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiUpdateEntityDescription[_HandlerT@UnifiDeviceUpdateEntity, _DataT@UnifiDeviceUpdateEntity]" is not the same as base type "UnifiEntityDescription[_HandlerT@UnifiDeviceUpdateEntity, _DataT@UnifiDeviceUpdateEntity]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifi/update.py:83:5 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "UnifiUpdateEntityDescription[_HandlerT@UnifiDeviceUpdateEntity, _DataT@UnifiDeviceUpdateEntity]" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifi_direct/device_tracker.py
  <CWD>/homeassistant/components/unifi_direct/device_tracker.py:8:6 - error: Import "unifi_ap" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/unifiled/light.py
  <CWD>/homeassistant/components/unifiled/light.py:8:22 - error: "unifiled" is unknown import symbol (reportAttributeAccessIssue)
<CWD>/homeassistant/components/unifiprotect/binary_sensor.py
  <CWD>/homeassistant/components/unifiprotect/binary_sensor.py:620:7 - error: Base classes for class "ProtectDeviceBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/binary_sensor.py:620:7 - error: Base classes for class "ProtectDeviceBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/binary_sensor.py:620:7 - error: Base classes for class "ProtectDeviceBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/binary_sensor.py:625:5 - error: "entity_description" overrides symbol of same name in class "ProtectIsOnEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectBinaryEntityDescription" is not the same as base type "ProtectEntityDescription[Unknown]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/binary_sensor.py:625:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectBinaryEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/binary_sensor.py:631:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"
    Variable is mutable so its type is invariant
      Override type "Sensor" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/binary_sensor.py:647:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectBinaryEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/binary_sensor.py:690:5 - error: "entity_description" overrides symbol of same name in class "EventEntityMixin"
    Variable is mutable so its type is invariant
      Override type "ProtectBinaryEventEntityDescription" is not the same as base type "ProtectEventMixin[Unknown]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/binary_sensor.py:690:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectBinaryEventEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifiprotect/button.py
  <CWD>/homeassistant/components/unifiprotect/button.py:89:22 - error: Argument of type "Literal['unifiprotect__chime_button']" cannot be assigned to parameter "device_class" of type "ButtonDeviceClass | None" in function "__init__"
    Type "Literal['unifiprotect__chime_button']" is not assignable to type "ButtonDeviceClass | None"
      "Literal['unifiprotect__chime_button']" is not assignable to "ButtonDeviceClass"
      "Literal['unifiprotect__chime_button']" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/unifiprotect/button.py:168:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectButtonEntityDescription[Unknown]" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifiprotect/camera.py
  <CWD>/homeassistant/components/unifiprotect/camera.py:166:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"
    Variable is mutable so its type is invariant
      Override type "Camera" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifiprotect/entity.py
  <CWD>/homeassistant/components/unifiprotect/entity.py:313:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"
    Variable is mutable so its type is invariant
      Override type "NVR" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifiprotect/event.py
  <CWD>/homeassistant/components/unifiprotect/event.py:59:7 - error: Base classes for class "ProtectDeviceRingEventEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:59:7 - error: Base classes for class "ProtectDeviceRingEventEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:59:7 - error: Base classes for class "ProtectDeviceRingEventEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:59:7 - error: Base classes for class "ProtectDeviceRingEventEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:59:7 - error: Base classes for class "ProtectDeviceRingEventEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:62:5 - error: "entity_description" overrides symbol of same name in class "EventEntityMixin"
    Variable is mutable so its type is invariant
      Override type "ProtectEventEntityDescription" is not the same as base type "ProtectEventMixin[Unknown]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:62:5 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectEventEntityDescription" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:84:7 - error: Base classes for class "ProtectDeviceNFCEventEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:84:7 - error: Base classes for class "ProtectDeviceNFCEventEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:84:7 - error: Base classes for class "ProtectDeviceNFCEventEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:84:7 - error: Base classes for class "ProtectDeviceNFCEventEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:84:7 - error: Base classes for class "ProtectDeviceNFCEventEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:87:5 - error: "entity_description" overrides symbol of same name in class "EventEntityMixin"
    Variable is mutable so its type is invariant
      Override type "ProtectEventEntityDescription" is not the same as base type "ProtectEventMixin[Unknown]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:87:5 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectEventEntityDescription" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:126:7 - error: Base classes for class "ProtectDeviceFingerprintEventEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:126:7 - error: Base classes for class "ProtectDeviceFingerprintEventEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:126:7 - error: Base classes for class "ProtectDeviceFingerprintEventEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:126:7 - error: Base classes for class "ProtectDeviceFingerprintEventEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:126:7 - error: Base classes for class "ProtectDeviceFingerprintEventEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:131:5 - error: "entity_description" overrides symbol of same name in class "EventEntityMixin"
    Variable is mutable so its type is invariant
      Override type "ProtectEventEntityDescription" is not the same as base type "ProtectEventMixin[Unknown]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/event.py:131:5 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectEventEntityDescription" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifiprotect/light.py
  <CWD>/homeassistant/components/unifiprotect/light.py:56:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"
    Variable is mutable so its type is invariant
      Override type "Light" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifiprotect/lock.py
  <CWD>/homeassistant/components/unifiprotect/lock.py:51:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"
    Variable is mutable so its type is invariant
      Override type "Doorlock" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifiprotect/media_player.py
  <CWD>/homeassistant/components/unifiprotect/media_player.py:64:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"
    Variable is mutable so its type is invariant
      Override type "Camera" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifiprotect/media_source.py
  <CWD>/homeassistant/components/unifiprotect/media_source.py:180:5 - error: "name" overrides symbol of same name in class "MediaSource"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/media_source.py:444:22 - error: "event_text" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/unifiprotect/media_source.py:593:21 - error: "recording_start" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/unifiprotect/media_source.py:771:43 - error: "format" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/unifiprotect/number.py
  <CWD>/homeassistant/components/unifiprotect/number.py:259:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"
    Variable is mutable so its type is invariant
      Override type "Camera | Light" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/number.py:260:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectNumberEntityDescription[Unknown]" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifiprotect/select.py
  <CWD>/homeassistant/components/unifiprotect/select.py:366:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"
    Variable is mutable so its type is invariant
      Override type "Camera | Light | Viewer" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/select.py:367:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectSelectEntityDescription[Unknown]" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifiprotect/sensor.py
  <CWD>/homeassistant/components/unifiprotect/sensor.py:693:17 - error: "description" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:716:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectSensorEntityDescription[Unknown]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:724:7 - error: Base classes for class "ProtectDeviceSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:724:7 - error: Base classes for class "ProtectDeviceSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:724:7 - error: Base classes for class "ProtectDeviceSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:724:7 - error: Base classes for class "ProtectDeviceSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:724:7 - error: Base classes for class "ProtectDeviceSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:724:7 - error: Base classes for class "ProtectDeviceSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:724:7 - error: Base classes for class "ProtectDeviceSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:724:7 - error: Base classes for class "ProtectDeviceSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:728:7 - error: Base classes for class "ProtectNVRSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:728:7 - error: Base classes for class "ProtectNVRSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:728:7 - error: Base classes for class "ProtectNVRSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:728:7 - error: Base classes for class "ProtectNVRSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:728:7 - error: Base classes for class "ProtectNVRSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:728:7 - error: Base classes for class "ProtectNVRSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:728:7 - error: Base classes for class "ProtectNVRSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:728:7 - error: Base classes for class "ProtectNVRSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:735:5 - error: "entity_description" overrides symbol of same name in class "EventEntityMixin"
    Variable is mutable so its type is invariant
      Override type "ProtectSensorEventEntityDescription[Unknown]" is not the same as base type "ProtectEventMixin[Unknown]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:735:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectSensorEventEntityDescription[Unknown]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/sensor.py:746:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"
    Variable is mutable so its type is invariant
      Override type "Camera" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifiprotect/switch.py
  <CWD>/homeassistant/components/unifiprotect/switch.py:476:5 - error: "entity_description" overrides symbol of same name in class "ProtectIsOnEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectSwitchEntityDescription[Unknown]" is not the same as base type "ProtectEntityDescription[Unknown]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/switch.py:487:7 - error: Base classes for class "ProtectSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/switch.py:487:7 - error: Base classes for class "ProtectSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/switch.py:487:7 - error: Base classes for class "ProtectSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/switch.py:490:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectSwitchEntityDescription[Unknown]" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/switch.py:493:7 - error: Base classes for class "ProtectNVRSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/switch.py:493:7 - error: Base classes for class "ProtectNVRSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/switch.py:493:7 - error: Base classes for class "ProtectNVRSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/switch.py:493:7 - error: Base classes for class "ProtectNVRSwitch" define variable "device" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/switch.py:496:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectSwitchEntityDescription[Unknown]" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/switch.py:502:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"
    Variable is mutable so its type is invariant
      Override type "Camera" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/unifiprotect/switch.py:503:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ProtectSwitchEntityDescription[Unknown]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/unifiprotect/text.py
  <CWD>/homeassistant/components/unifiprotect/text.py:93:5 - error: "entity_description" overrides symbol of same name in class "TextEntity"
    Variable is mutable so its type is invariant
      Override type "ProtectTextEntityDescription[Unknown]" is not the same as base type "TextEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/universal/media_player.py
  <CWD>/homeassistant/components/universal/media_player.py:316:9 - error: "assumed_state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:318:16 - error: Type "Any | None" is not assignable to return type "bool"
    Type "Any | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/components/universal/media_player.py:321:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:338:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:346:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:351:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:356:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:361:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:366:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:381:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:386:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:391:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:396:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:401:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:406:9 - error: "media_series_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:411:9 - error: "media_season" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:416:9 - error: "media_episode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:421:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:426:9 - error: "media_playlist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:431:9 - error: "app_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:436:9 - error: "app_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:441:9 - error: "sound_mode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:446:9 - error: "sound_mode_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:451:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:456:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:461:9 - error: "repeat" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[RepeatMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:466:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:471:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:536:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:542:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/universal/media_player.py:547:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/upb/__init__.py
  <CWD>/homeassistant/components/upb/__init__.py:55:17 - error: "add_callback" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/upb/config_flow.py
  <CWD>/homeassistant/components/upb/config_flow.py:103:52 - error: "network_id" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/upb/config_flow.py:107:27 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/upb/config_flow.py:109:36 - error: "info" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/upb/entity.py
  <CWD>/homeassistant/components/upb/entity.py:23:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/entity.py:28:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/entity.py:33:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/entity.py:56:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/upb/light.py
  <CWD>/homeassistant/components/upb/light.py:52:7 - error: Base classes for class "UpbLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/light.py:52:7 - error: Base classes for class "UpbLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/light.py:52:7 - error: Base classes for class "UpbLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/light.py:52:7 - error: Base classes for class "UpbLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/light.py:64:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/light.py:71:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/light.py:76:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/light.py:76:9 - error: "supported_features" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[LightEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/light.py:83:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/upb/scene.py
  <CWD>/homeassistant/components/upb/scene.py:50:7 - error: Base classes for class "UpbLink" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/scene.py:50:7 - error: Base classes for class "UpbLink" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upb/scene.py:50:7 - error: Base classes for class "UpbLink" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/upc_connect/device_tracker.py
  <CWD>/homeassistant/components/upc_connect/device_tracker.py:7:6 - error: Import "connect_box" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/upc_connect/device_tracker.py:8:6 - error: Import "connect_box.exceptions" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/upcloud/binary_sensor.py
  <CWD>/homeassistant/components/upcloud/binary_sensor.py:25:7 - error: Base classes for class "UpCloudBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/binary_sensor.py:25:7 - error: Base classes for class "UpCloudBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/binary_sensor.py:25:7 - error: Base classes for class "UpCloudBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/binary_sensor.py:25:7 - error: Base classes for class "UpCloudBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/binary_sensor.py:25:7 - error: Base classes for class "UpCloudBinarySensor" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/binary_sensor.py:25:7 - error: Base classes for class "UpCloudBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/binary_sensor.py:25:7 - error: Base classes for class "UpCloudBinarySensor" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/upcloud/entity.py
  <CWD>/homeassistant/components/upcloud/entity.py:46:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/entity.py:51:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/entity.py:59:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/entity.py:75:26 - error: Cannot access attribute "state" for class "Server"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/upcloud/entity.py:75:46 - error: Cannot access attribute "state" for class "Server"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/upcloud/entity.py:79:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/entity.py:94:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/upcloud/switch.py
  <CWD>/homeassistant/components/upcloud/switch.py:28:7 - error: Base classes for class "UpCloudSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/switch.py:28:7 - error: Base classes for class "UpCloudSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/switch.py:28:7 - error: Base classes for class "UpCloudSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/switch.py:28:7 - error: Base classes for class "UpCloudSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/switch.py:28:7 - error: Base classes for class "UpCloudSwitch" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/switch.py:28:7 - error: Base classes for class "UpCloudSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upcloud/switch.py:28:7 - error: Base classes for class "UpCloudSwitch" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/update/__init__.py
  <CWD>/homeassistant/components/update/__init__.py:224:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "UpdateEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/update/__init__.py:227:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "UpdateDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/update/__init__.py:233:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/update/__init__.py:234:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "UpdateEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/update/__init__.py:276:9 - error: "entity_category" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[EntityCategory | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/update/__init__.py:287:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/update/__init__.py:413:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/update/__init__.py:434:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/upnp/binary_sensor.py
  <CWD>/homeassistant/components/upnp/binary_sensor.py:58:7 - error: Base classes for class "UpnpStatusBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upnp/binary_sensor.py:61:5 - error: "entity_description" overrides symbol of same name in class "UpnpEntity"
    Variable is mutable so its type is invariant
      Override type "UpnpBinarySensorEntityDescription" is not the same as base type "UpnpEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upnp/binary_sensor.py:61:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "UpnpBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upnp/binary_sensor.py:72:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/upnp/entity.py
  <CWD>/homeassistant/components/upnp/entity.py:40:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "UpnpEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/upnp/sensor.py
  <CWD>/homeassistant/components/upnp/sensor.py:174:7 - error: Base classes for class "UpnpSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upnp/sensor.py:177:5 - error: "entity_description" overrides symbol of same name in class "UpnpEntity"
    Variable is mutable so its type is invariant
      Override type "UpnpSensorEntityDescription" is not the same as base type "UpnpEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upnp/sensor.py:177:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "UpnpSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/upnp/sensor.py:180:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/uptime_kuma/sensor.py
  <CWD>/homeassistant/components/uptime_kuma/sensor.py:156:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "UptimeKumaSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uptime_kuma/sensor.py:156:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "UptimeKumaSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uptime_kuma/sensor.py:174:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uptime_kuma/sensor.py:180:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/uptime_kuma/update.py
  <CWD>/homeassistant/components/uptime_kuma/update.py:82:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uptime_kuma/update.py:88:9 - error: "title" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uptime_kuma/update.py:94:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uptime_kuma/update.py:100:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uptime_kuma/update.py:120:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/uptimerobot/binary_sensor.py
  <CWD>/homeassistant/components/uptimerobot/binary_sensor.py:50:7 - error: Base classes for class "UptimeRobotBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uptimerobot/binary_sensor.py:54:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/uptimerobot/config_flow.py
  <CWD>/homeassistant/components/uptimerobot/config_flow.py:57:45 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/uptimerobot/config_flow.py:59:46 - error: Type "list[UptimeRobotMonitor] | UptimeRobotAccount | None" is not assignable to declared type "UptimeRobotAccount | None"
    Type "list[UptimeRobotMonitor] | UptimeRobotAccount | None" is not assignable to type "UptimeRobotAccount | None"
      Type "list[UptimeRobotMonitor]" is not assignable to type "UptimeRobotAccount | None"
        "list[UptimeRobotMonitor]" is not assignable to "UptimeRobotAccount"
        "list[UptimeRobotMonitor]" is not assignable to "None" (reportAssignmentType)
  <CWD>/homeassistant/components/uptimerobot/config_flow.py:61:61 - error: Cannot access attribute "email" for class "list[UptimeRobotMonitor]"
    Attribute "email" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/uptimerobot/config_flow.py:102:50 - error: Could not access item in TypedDict
    "unique_id" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/uptimerobot/diagnostics.py
  <CWD>/homeassistant/components/uptimerobot/diagnostics.py:28:40 - error: Cannot access attribute "up_monitors" for class "list[UptimeRobotMonitor]"
    Attribute "up_monitors" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/uptimerobot/diagnostics.py:29:42 - error: Cannot access attribute "down_monitors" for class "list[UptimeRobotMonitor]"
    Attribute "down_monitors" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/uptimerobot/diagnostics.py:30:44 - error: Cannot access attribute "paused_monitors" for class "list[UptimeRobotMonitor]"
    Attribute "paused_monitors" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/uptimerobot/sensor.py
  <CWD>/homeassistant/components/uptimerobot/sensor.py:68:7 - error: Base classes for class "UptimeRobotSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uptimerobot/sensor.py:72:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/uptimerobot/switch.py
  <CWD>/homeassistant/components/uptimerobot/switch.py:58:7 - error: Base classes for class "UptimeRobotSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uptimerobot/switch.py:64:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uptimerobot/switch.py:86:67 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/usage_prediction/__init__.py
  <CWD>/homeassistant/components/usage_prediction/__init__.py:27:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/usage_prediction/__init__.py:27:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, Task[EntityUsagePredictions] | EntityUsageDataCache]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, Task[EntityUsagePredictions] | EntityUsageDataCache]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "Task[EntityUsagePredictions] | EntityUsageDataCache"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
<CWD>/homeassistant/components/usb/__init__.py
  <CWD>/homeassistant/components/usb/__init__.py:536:1 - warning: Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
<CWD>/homeassistant/components/usgs_earthquakes_feed/geo_location.py
  <CWD>/homeassistant/components/usgs_earthquakes_feed/geo_location.py:185:16 - error: Type "FeedEntry | None" is not assignable to return type "UsgsEarthquakeHazardsProgramFeedEntry | None"
    Type "FeedEntry | None" is not assignable to type "UsgsEarthquakeHazardsProgramFeedEntry | None"
      Type "FeedEntry" is not assignable to type "UsgsEarthquakeHazardsProgramFeedEntry | None"
        "FeedEntry" is not assignable to "UsgsEarthquakeHazardsProgramFeedEntry"
        "FeedEntry" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/usgs_earthquakes_feed/geo_location.py:264:31 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/usgs_earthquakes_feed/geo_location.py:265:32 - error: Object of type "None" is not subscriptable (reportOptionalSubscript)
  <CWD>/homeassistant/components/usgs_earthquakes_feed/geo_location.py:276:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/utility_meter/select.py
  <CWD>/homeassistant/components/utility_meter/select.py:82:7 - error: Base classes for class "TariffSelect" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/utility_meter/select.py:82:7 - error: Base classes for class "TariffSelect" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/utility_meter/select.py:82:7 - error: Base classes for class "TariffSelect" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/utility_meter/select.py:82:7 - error: Base classes for class "TariffSelect" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/utility_meter/select.py:107:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/utility_meter/select.py:112:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/utility_meter/sensor.py
  <CWD>/homeassistant/components/utility_meter/sensor.py:691:9 - error: "device_class" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[SensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/utility_meter/sensor.py:703:9 - error: "state_class" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[SensorStateClass | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/utility_meter/sensor.py:712:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/uvc/camera.py
  <CWD>/homeassistant/components/uvc/camera.py:109:9 - error: "supported_features" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[CameraEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uvc/camera.py:119:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uvc/camera.py:129:9 - error: "is_recording" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uvc/camera.py:140:9 - error: "motion_detection_enabled" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/uvc/camera.py:145:9 - error: "model" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/v2c/binary_sensor.py
  <CWD>/homeassistant/components/v2c/binary_sensor.py:64:7 - error: Base classes for class "V2CBinarySensorBaseEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/v2c/binary_sensor.py:67:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "V2CBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/v2c/binary_sensor.py:80:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/v2c/number.py
  <CWD>/homeassistant/components/v2c/number.py:85:7 - error: Base classes for class "V2CSettingsNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/v2c/number.py:88:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "V2CSettingsNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/v2c/number.py:101:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/v2c/sensor.py
  <CWD>/homeassistant/components/v2c/sensor.py:156:7 - error: Base classes for class "V2CSensorBaseEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/v2c/sensor.py:159:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "V2CSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/v2c/sensor.py:172:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/v2c/switch.py
  <CWD>/homeassistant/components/v2c/switch.py:93:7 - error: Base classes for class "V2CSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/v2c/switch.py:96:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "V2CSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/v2c/switch.py:109:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vacuum/__init__.py
  <CWD>/homeassistant/components/vacuum/__init__.py:208:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "StateVacuumEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vacuum/__init__.py:217:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "VacuumEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vacuum/__init__.py:351:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vacuum/__init__.py:368:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vacuum/__init__.py:387:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vacuum/__init__.py:523:1 - warning: Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
<CWD>/homeassistant/components/vacuum/const.py
  <CWD>/homeassistant/components/vacuum/const.py:42:1 - warning: Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
<CWD>/homeassistant/components/vacuum/device_action.py
  <CWD>/homeassistant/components/vacuum/device_action.py:77:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/vacuum/reproduce_state.py
  <CWD>/homeassistant/components/vacuum/reproduce_state.py:84:21 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/vallox/binary_sensor.py
  <CWD>/homeassistant/components/vallox/binary_sensor.py:21:7 - error: Base classes for class "ValloxBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/binary_sensor.py:36:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ValloxBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/binary_sensor.py:36:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ValloxBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/binary_sensor.py:41:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vallox/date.py
  <CWD>/homeassistant/components/vallox/date.py:20:7 - error: Base classes for class "ValloxFilterChangeDateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/date.py:39:9 - error: "native_value" overrides symbol of same name in class "DateEntity"
    "property" is not assignable to "cached_property[date | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vallox/fan.py
  <CWD>/homeassistant/components/vallox/fan.py:78:7 - error: Base classes for class "ValloxFanEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/fan.py:109:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/fan.py:115:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/fan.py:125:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vallox/number.py
  <CWD>/homeassistant/components/vallox/number.py:24:7 - error: Base classes for class "ValloxNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/number.py:40:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ValloxNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/number.py:40:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "ValloxNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/number.py:46:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vallox/sensor.py
  <CWD>/homeassistant/components/vallox/sensor.py:39:7 - error: Base classes for class "ValloxSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/sensor.py:54:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ValloxSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/sensor.py:54:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ValloxSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/sensor.py:59:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vallox/switch.py
  <CWD>/homeassistant/components/vallox/switch.py:21:7 - error: Base classes for class "ValloxSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/switch.py:37:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ValloxSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/switch.py:37:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "ValloxSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vallox/switch.py:43:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/valve/__init__.py
  <CWD>/homeassistant/components/valve/__init__.py:133:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ValveEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/valve/__init__.py:135:5 - error: "_attr_device_class" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ValveDeviceClass | None" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/valve/__init__.py:140:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ValveEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/valve/__init__.py:162:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/valve/__init__.py:172:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/valve/__init__.py:192:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/valve/__init__.py:199:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vasttrafik/sensor.py
  <CWD>/homeassistant/components/vasttrafik/sensor.py:70:26 - error: "JournyPlanner" is not a known attribute of module "vasttrafik" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vasttrafik/sensor.py:115:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vasttrafik/sensor.py:120:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vasttrafik/sensor.py:125:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vasttrafik/sensor.py:138:27 - error: "Error" is not a known attribute of module "vasttrafik" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/vegehub/__init__.py
  <CWD>/homeassistant/components/vegehub/__init__.py:44:26 - error: Cannot assign to attribute "runtime_data" for class "VegeHubConfigEntry"
    "VegeHubCoordinator" is not assignable to "VegeHub" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vegehub/__init__.py:59:61 - error: Argument of type "VegeHub" cannot be assigned to parameter "coordinator" of type "VegeHubCoordinator" in function "get_webhook_handler"
    "VegeHub" is not assignable to "VegeHubCoordinator" (reportArgumentType)
<CWD>/homeassistant/components/vegehub/sensor.py
  <CWD>/homeassistant/components/vegehub/sensor.py:47:33 - error: Cannot access attribute "vegehub" for class "VegeHub"
    Attribute "vegehub" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vegehub/sensor.py:50:25 - error: Argument of type "VegeHub" cannot be assigned to parameter "coordinator" of type "VegeHubCoordinator" in function "__init__"
    "VegeHub" is not assignable to "VegeHubCoordinator" (reportArgumentType)
  <CWD>/homeassistant/components/vegehub/sensor.py:56:24 - error: Cannot access attribute "vegehub" for class "VegeHub"
    Attribute "vegehub" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vegehub/sensor.py:60:29 - error: Argument of type "VegeHub" cannot be assigned to parameter "coordinator" of type "VegeHubCoordinator" in function "__init__"
    "VegeHub" is not assignable to "VegeHubCoordinator" (reportArgumentType)
  <CWD>/homeassistant/components/vegehub/sensor.py:68:7 - error: Base classes for class "VegeHubSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vegehub/sensor.py:90:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vegehub/switch.py
  <CWD>/homeassistant/components/vegehub/switch.py:37:25 - error: Argument of type "VegeHub" cannot be assigned to parameter "coordinator" of type "VegeHubCoordinator" in function "__init__"
    "VegeHub" is not assignable to "VegeHubCoordinator" (reportArgumentType)
  <CWD>/homeassistant/components/vegehub/switch.py:40:36 - error: Cannot access attribute "vegehub" for class "VegeHub"
    Attribute "vegehub" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vegehub/switch.py:44:7 - error: Base classes for class "VegeHubSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vegehub/switch.py:68:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/velbus/binary_sensor.py
  <CWD>/homeassistant/components/velbus/binary_sensor.py:34:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/velbus/button.py
  <CWD>/homeassistant/components/velbus/button.py:42:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/velbus/climate.py
  <CWD>/homeassistant/components/velbus/climate.py:51:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velbus/climate.py:56:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velbus/climate.py:68:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velbus/climate.py:73:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velbus/climate.py:78:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/velbus/climate.py:86:15 - error: Method "async_set_preset_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/velbus/climate.py:92:15 - error: Method "async_set_hvac_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/velbus/cover.py
  <CWD>/homeassistant/components/velbus/cover.py:63:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velbus/cover.py:70:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velbus/cover.py:77:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velbus/cover.py:84:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velbus/cover.py:96:15 - error: Method "async_open_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/velbus/cover.py:101:15 - error: Method "async_close_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/velbus/cover.py:106:15 - error: Method "async_stop_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/velbus/cover.py:111:15 - error: Method "async_set_cover_position" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/velbus/light.py
  <CWD>/homeassistant/components/velbus/light.py:61:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velbus/light.py:66:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velbus/light.py:71:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/velbus/light.py:92:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/velbus/light.py:118:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velbus/light.py:123:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/velbus/light.py:133:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/velbus/select.py
  <CWD>/homeassistant/components/velbus/select.py:45:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/velbus/select.py:50:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/velbus/sensor.py
  <CWD>/homeassistant/components/velbus/sensor.py:70:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/velbus/services.py
  <CWD>/homeassistant/components/velbus/services.py:41:62 - error: "entry_id" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/velbus/switch.py
  <CWD>/homeassistant/components/velbus/switch.py:36:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velbus/switch.py:41:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/velbus/switch.py:46:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/velux/__init__.py
  <CWD>/homeassistant/components/velux/__init__.py:5:19 - error: "PyVLX" is not exported from module "pyvlx"
    Import from "pyvlx.pyvlx" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/velux/__init__.py:5:26 - error: "PyVLXException" is not exported from module "pyvlx"
    Import from "pyvlx.exception" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/velux/button.py
  <CWD>/homeassistant/components/velux/button.py:5:19 - error: "PyVLX" is not exported from module "pyvlx"
    Import from "pyvlx.pyvlx" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/velux/button.py:5:26 - error: "PyVLXException" is not exported from module "pyvlx"
    Import from "pyvlx.exception" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/velux/config_flow.py
  <CWD>/homeassistant/components/velux/config_flow.py:5:19 - error: "PyVLX" is not exported from module "pyvlx"
    Import from "pyvlx.pyvlx" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/velux/config_flow.py:5:26 - error: "PyVLXException" is not exported from module "pyvlx"
    Import from "pyvlx.exception" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/velux/cover.py
  <CWD>/homeassistant/components/velux/cover.py:8:5 - error: "Awning" is not exported from module "pyvlx"
    Import from "pyvlx.opening_device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/velux/cover.py:9:5 - error: "Blind" is not exported from module "pyvlx"
    Import from "pyvlx.opening_device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/velux/cover.py:10:5 - error: "GarageDoor" is not exported from module "pyvlx"
    Import from "pyvlx.opening_device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/velux/cover.py:11:5 - error: "Gate" is not exported from module "pyvlx"
    Import from "pyvlx.opening_device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/velux/cover.py:12:5 - error: "OpeningDevice" is not exported from module "pyvlx"
    Import from "pyvlx.opening_device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/velux/cover.py:13:5 - error: "Position" is not exported from module "pyvlx"
    Import from "pyvlx.parameter" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/velux/cover.py:14:5 - error: "RollerShutter" is not exported from module "pyvlx"
    Import from "pyvlx.opening_device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/velux/cover.py:87:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velux/cover.py:92:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velux/cover.py:99:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velux/cover.py:107:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velux/cover.py:112:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/velux/entity.py
  <CWD>/homeassistant/components/velux/entity.py:5:19 - error: "Node" is not exported from module "pyvlx"
    Import from "pyvlx.node" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/velux/light.py
  <CWD>/homeassistant/components/velux/light.py:7:19 - error: "Intensity" is not exported from module "pyvlx"
    Import from "pyvlx.parameter" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/velux/light.py:7:30 - error: "LighteningDevice" is not exported from module "pyvlx"
    Import from "pyvlx.lightening_device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/velux/light.py:43:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/velux/light.py:48:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/velux/scene.py
  <CWD>/homeassistant/components/velux/scene.py:7:19 - error: "Scene" is not exported from module "pyvlx"
    Import from "pyvlx.scene" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/venstar/binary_sensor.py
  <CWD>/homeassistant/components/venstar/binary_sensor.py:31:7 - error: Base classes for class "VenstarBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/binary_sensor.py:31:7 - error: Base classes for class "VenstarBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/binary_sensor.py:44:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/venstar/climate.py
  <CWD>/homeassistant/components/venstar/climate.py:111:7 - error: Base classes for class "VenstarThermostat" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:111:7 - error: Base classes for class "VenstarThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:137:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:137:9 - error: "supported_features" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[ClimateEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:156:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:163:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:168:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:173:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:184:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:195:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:202:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:210:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:219:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:226:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:233:9 - error: "target_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/climate.py:238:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/venstar/config_flow.py
  <CWD>/homeassistant/components/venstar/config_flow.py:46:12 - error: Type "Any | None" is not assignable to return type "str"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportReturnType)
<CWD>/homeassistant/components/venstar/entity.py
  <CWD>/homeassistant/components/venstar/entity.py:35:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/venstar/sensor.py
  <CWD>/homeassistant/components/venstar/sensor.py:137:7 - error: Base classes for class "VenstarSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/sensor.py:137:7 - error: Base classes for class "VenstarSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/sensor.py:151:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "VenstarSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/sensor.py:151:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "VenstarSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/sensor.py:158:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/sensor.py:163:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/venstar/sensor.py:168:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vera/binary_sensor.py
  <CWD>/homeassistant/components/vera/binary_sensor.py:26:30 - error: Argument of type "VeraDevice" cannot be assigned to parameter "vera_device" of type "VeraBinarySensor" in function "__init__"
    "VeraDevice" is not assignable to "VeraBinarySensor" (reportArgumentType)
  <CWD>/homeassistant/components/vera/binary_sensor.py:33:7 - error: Base classes for class "VeraBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/binary_sensor.py:33:7 - error: Base classes for class "VeraBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/binary_sensor.py:33:7 - error: Base classes for class "VeraBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/binary_sensor.py:33:7 - error: Base classes for class "VeraBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vera/climate.py
  <CWD>/homeassistant/components/vera/climate.py:39:28 - error: Argument of type "VeraDevice" cannot be assigned to parameter "vera_device" of type "VeraThermostat" in function "__init__"
    "VeraDevice" is not assignable to "VeraThermostat" (reportArgumentType)
  <CWD>/homeassistant/components/vera/climate.py:46:7 - error: Base classes for class "VeraThermostat" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/climate.py:46:7 - error: Base classes for class "VeraThermostat" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/climate.py:46:7 - error: Base classes for class "VeraThermostat" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/climate.py:46:7 - error: Base classes for class "VeraThermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/climate.py:66:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/climate.py:81:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/climate.py:97:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/climate.py:107:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/climate.py:114:16 - error: Type "str | None" is not assignable to return type "str"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportReturnType)
  <CWD>/homeassistant/components/vera/climate.py:117:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/climate.py:124:46 - error: Argument of type "Any | None" cannot be assigned to parameter "temp" of type "float" in function "set_temperature"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportArgumentType)
<CWD>/homeassistant/components/vera/cover.py
  <CWD>/homeassistant/components/vera/cover.py:28:23 - error: Argument of type "VeraDevice" cannot be assigned to parameter "vera_device" of type "VeraCurtain" in function "__init__"
    "VeraDevice" is not assignable to "VeraCurtain" (reportArgumentType)
  <CWD>/homeassistant/components/vera/cover.py:35:7 - error: Base classes for class "VeraCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/cover.py:35:7 - error: Base classes for class "VeraCover" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/cover.py:35:7 - error: Base classes for class "VeraCover" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/cover.py:35:7 - error: Base classes for class "VeraCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/cover.py:46:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/cover.py:60:36 - error: Argument of type "Any | None" cannot be assigned to parameter "level" of type "int" in function "set_level"
    Type "Any | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/vera/cover.py:64:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vera/entity.py
  <CWD>/homeassistant/components/vera/entity.py:49:52 - error: Argument of type "(_device: _DeviceTypeT@VeraEntity) -> None" cannot be assigned to parameter "callback" of type "SubscriptionCallback" in function "register"
    Type "(_device: _DeviceTypeT@VeraEntity) -> None" is not assignable to type "SubscriptionCallback"
      Parameter 1: type "VeraDevice" is incompatible with type "_DeviceTypeT@VeraEntity"
        Type "VeraDevice" is not assignable to type "_DeviceTypeT@VeraEntity" (reportArgumentType)
  <CWD>/homeassistant/components/vera/entity.py:53:54 - error: Argument of type "(_device: _DeviceTypeT@VeraEntity) -> None" cannot be assigned to parameter "callback" of type "SubscriptionCallback" in function "unregister"
    Type "(_device: _DeviceTypeT@VeraEntity) -> None" is not assignable to type "SubscriptionCallback"
      Parameter 1: type "VeraDevice" is incompatible with type "_DeviceTypeT@VeraEntity"
        Type "VeraDevice" is not assignable to type "_DeviceTypeT@VeraEntity" (reportArgumentType)
  <CWD>/homeassistant/components/vera/entity.py:67:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/entity.py:72:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/entity.py:97:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/entity.py:102:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vera/light.py
  <CWD>/homeassistant/components/vera/light.py:35:23 - error: Argument of type "VeraDevice" cannot be assigned to parameter "vera_device" of type "VeraDimmer" in function "__init__"
    "VeraDevice" is not assignable to "VeraDimmer" (reportArgumentType)
  <CWD>/homeassistant/components/vera/light.py:42:7 - error: Base classes for class "VeraLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/light.py:42:7 - error: Base classes for class "VeraLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/light.py:42:7 - error: Base classes for class "VeraLight" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/light.py:42:7 - error: Base classes for class "VeraLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/light.py:57:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/light.py:66:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/light.py:74:40 - error: Argument of type "tuple[int, int, int]" cannot be assigned to parameter "rgb" of type "List[int]" in function "set_color"
    "tuple[int, int, int]" is not assignable to "List[int]" (reportArgumentType)
<CWD>/homeassistant/components/vera/lock.py
  <CWD>/homeassistant/components/vera/lock.py:31:22 - error: Argument of type "VeraDevice" cannot be assigned to parameter "vera_device" of type "VeraLock" in function "__init__"
    "VeraDevice" is not assignable to "VeraLock" (reportArgumentType)
  <CWD>/homeassistant/components/vera/lock.py:38:7 - error: Base classes for class "VeraLock" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/lock.py:38:7 - error: Base classes for class "VeraLock" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/lock.py:38:7 - error: Base classes for class "VeraLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/lock.py:59:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/lock.py:76:9 - error: "changed_by" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vera/scene.py
  <CWD>/homeassistant/components/vera/scene.py:56:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vera/sensor.py
  <CWD>/homeassistant/components/vera/sensor.py:41:24 - error: Argument of type "VeraDevice" cannot be assigned to parameter "vera_device" of type "VeraSensor" in function "__init__"
    "VeraDevice" is not assignable to "VeraSensor" (reportArgumentType)
  <CWD>/homeassistant/components/vera/sensor.py:48:7 - error: Base classes for class "VeraSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/sensor.py:48:7 - error: Base classes for class "VeraSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/sensor.py:48:7 - error: Base classes for class "VeraSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/sensor.py:48:7 - error: Base classes for class "VeraSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vera/switch.py
  <CWD>/homeassistant/components/vera/switch.py:28:24 - error: Argument of type "VeraDevice" cannot be assigned to parameter "vera_device" of type "VeraSwitch" in function "__init__"
    "VeraDevice" is not assignable to "VeraSwitch" (reportArgumentType)
  <CWD>/homeassistant/components/vera/switch.py:35:7 - error: Base classes for class "VeraSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/switch.py:35:7 - error: Base classes for class "VeraSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/switch.py:35:7 - error: Base classes for class "VeraSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vera/switch.py:35:7 - error: Base classes for class "VeraSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/verisure/alarm_control_panel.py
  <CWD>/homeassistant/components/verisure/alarm_control_panel.py:32:7 - error: Base classes for class "VerisureAlarm" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/alarm_control_panel.py:46:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/alarm_control_panel.py:57:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/alarm_control_panel.py:80:58 - error: Argument of type "str" cannot be assigned to parameter "future_state" of type "ArmFutureState" in function "poll_arm_state"
    "str" is not assignable to "ArmFutureState" (reportArgumentType)
  <CWD>/homeassistant/components/verisure/alarm_control_panel.py:99:58 - error: Argument of type "str | None" cannot be assigned to parameter "code" of type "Code" in function "disarm"
    Type "str | None" is not assignable to type "Code"
      "str" is not assignable to "Code" (reportArgumentType)
  <CWD>/homeassistant/components/verisure/alarm_control_panel.py:107:62 - error: Argument of type "str | None" cannot be assigned to parameter "code" of type "Code" in function "arm_home"
    Type "str | None" is not assignable to type "Code"
      "str" is not assignable to "Code" (reportArgumentType)
  <CWD>/homeassistant/components/verisure/alarm_control_panel.py:115:62 - error: Argument of type "str | None" cannot be assigned to parameter "code" of type "Code" in function "arm_away"
    Type "str | None" is not assignable to type "Code"
      "str" is not assignable to "Code" (reportArgumentType)
<CWD>/homeassistant/components/verisure/binary_sensor.py
  <CWD>/homeassistant/components/verisure/binary_sensor.py:57:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/binary_sensor.py:70:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/binary_sensor.py:77:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/binary_sensor.py:85:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/binary_sensor.py:105:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/binary_sensor.py:110:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/binary_sensor.py:121:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/binary_sensor.py:126:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/verisure/camera.py
  <CWD>/homeassistant/components/verisure/camera.py:70:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/verisure/coordinator.py
  <CWD>/homeassistant/components/verisure/coordinator.py:156:49 - error: Argument of type "str" cannot be assigned to parameter "device_label" of type "DeviceLabel" in function "camera_get_request_id"
    "str" is not assignable to "DeviceLabel" (reportArgumentType)
  <CWD>/homeassistant/components/verisure/coordinator.py:172:46 - error: Argument of type "str" cannot be assigned to parameter "device_label" of type "DeviceLabel" in function "camera_capture"
    "str" is not assignable to "DeviceLabel" (reportArgumentType)
<CWD>/homeassistant/components/verisure/lock.py
  <CWD>/homeassistant/components/verisure/lock.py:78:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/lock.py:91:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/lock.py:98:9 - error: "code_format" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/lock.py:106:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/lock.py:125:49 - error: Argument of type "str" cannot be assigned to parameter "device_label" of type "DeviceLabel" in function "door_lock"
    "str" is not assignable to "DeviceLabel" (reportArgumentType)
  <CWD>/homeassistant/components/verisure/lock.py:125:69 - error: Argument of type "str" cannot be assigned to parameter "code" of type "Code" in function "door_lock"
    "str" is not assignable to "Code" (reportArgumentType)
  <CWD>/homeassistant/components/verisure/lock.py:127:56 - error: Argument of type "str" cannot be assigned to parameter "device_label" of type "DeviceLabel" in function "door_unlock"
    "str" is not assignable to "DeviceLabel" (reportArgumentType)
  <CWD>/homeassistant/components/verisure/lock.py:127:76 - error: Argument of type "str" cannot be assigned to parameter "code" of type "Code" in function "door_unlock"
    "str" is not assignable to "Code" (reportArgumentType)
  <CWD>/homeassistant/components/verisure/lock.py:147:37 - error: Argument of type "str" cannot be assigned to parameter "device_label" of type "DeviceLabel" in function "poll_lock_state"
    "str" is not assignable to "DeviceLabel" (reportArgumentType)
  <CWD>/homeassistant/components/verisure/lock.py:147:57 - error: Argument of type "Literal['LOCKED', 'UNLOCKED']" cannot be assigned to parameter "future_state" of type "LockFutureState" in function "poll_lock_state"
    Type "Literal['LOCKED', 'UNLOCKED']" is not assignable to type "LockFutureState"
      "Literal['LOCKED']" is not assignable to "LockFutureState" (reportArgumentType)
  <CWD>/homeassistant/components/verisure/lock.py:165:17 - error: Argument of type "str" cannot be assigned to parameter "device_label" of type "DeviceLabel" in function "set_autolock_enabled"
    "str" is not assignable to "DeviceLabel" (reportArgumentType)
  <CWD>/homeassistant/components/verisure/lock.py:176:17 - error: Argument of type "str" cannot be assigned to parameter "device_label" of type "DeviceLabel" in function "set_autolock_enabled"
    "str" is not assignable to "DeviceLabel" (reportArgumentType)
<CWD>/homeassistant/components/verisure/sensor.py
  <CWD>/homeassistant/components/verisure/sensor.py:64:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/sensor.py:80:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/sensor.py:85:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/sensor.py:114:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/sensor.py:130:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/sensor.py:135:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/verisure/switch.py
  <CWD>/homeassistant/components/verisure/switch.py:50:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/switch.py:65:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/switch.py:76:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/verisure/switch.py:94:53 - error: Argument of type "str" cannot be assigned to parameter "device_label" of type "DeviceLabel" in function "set_smartplug"
    "str" is not assignable to "DeviceLabel" (reportArgumentType)
<CWD>/homeassistant/components/versasense/__init__.py
  <CWD>/homeassistant/components/versasense/__init__.py:5:8 - error: Import "pyversasense" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/versasense/sensor.py
  <CWD>/homeassistant/components/versasense/sensor.py:69:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/versasense/sensor.py:74:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/versasense/sensor.py:79:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/versasense/sensor.py:84:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/versasense/sensor.py:89:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/versasense/switch.py
  <CWD>/homeassistant/components/versasense/switch.py:72:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/versasense/switch.py:77:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/versasense/switch.py:82:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/versasense/switch.py:87:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/version/binary_sensor.py
  <CWD>/homeassistant/components/version/binary_sensor.py:51:7 - error: Base classes for class "VersionBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/version/binary_sensor.py:57:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/version/sensor.py
  <CWD>/homeassistant/components/version/sensor.py:42:7 - error: Base classes for class "VersionSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/version/sensor.py:46:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/version/sensor.py:51:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vesync/binary_sensor.py
  <CWD>/homeassistant/components/vesync/binary_sensor.py:93:7 - error: Base classes for class "VeSyncBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/binary_sensor.py:93:7 - error: Base classes for class "VeSyncBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/binary_sensor.py:93:7 - error: Base classes for class "VeSyncBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/binary_sensor.py:106:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "VeSyncBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/binary_sensor.py:106:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "VeSyncBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/binary_sensor.py:110:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vesync/entity.py
  <CWD>/homeassistant/components/vesync/entity.py:41:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vesync/fan.py
  <CWD>/homeassistant/components/vesync/fan.py:81:7 - error: Base classes for class "VeSyncFanHA" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/fan.py:81:7 - error: Base classes for class "VeSyncFanHA" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/fan.py:109:9 - error: "oscillating" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/fan.py:114:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/fan.py:125:29 - error: Cannot access attribute "fan_levels" for class "VeSyncBaseDevice[Unknown]"
    Attribute "fan_levels" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:130:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/fan.py:132:32 - error: Cannot access attribute "fan_levels" for class "VeSyncBaseDevice[Unknown]"
    Attribute "fan_levels" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:135:9 - error: "preset_modes" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/fan.py:141:45 - error: Cannot access attribute "modes" for class "VeSyncBaseDevice[Unknown]"
    Attribute "modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:148:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/fan.py:155:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/fan.py:196:38 - error: Cannot access attribute "turn_off" for class "VeSyncBaseDevice[Unknown]"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:199:49 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/vesync/fan.py:206:38 - error: Cannot access attribute "turn_on" for class "VeSyncBaseDevice[Unknown]"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:209:49 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/vesync/fan.py:214:38 - error: Cannot access attribute "set_manual_mode" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_manual_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:217:49 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/vesync/fan.py:221:34 - error: Cannot access attribute "set_fan_speed" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_fan_speed" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:222:57 - error: Cannot access attribute "fan_levels" for class "VeSyncBaseDevice[Unknown]"
    Attribute "fan_levels" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:226:45 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/vesync/fan.py:240:31 - error: Cannot access attribute "turn_on" for class "VeSyncBaseDevice[Unknown]"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:243:41 - error: Cannot access attribute "set_auto_mode" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_auto_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:245:41 - error: Cannot access attribute "set_sleep_mode" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_sleep_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:247:41 - error: Cannot access attribute "set_advanced_sleep_mode" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_advanced_sleep_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:249:41 - error: Cannot access attribute "set_pet_mode" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_pet_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:251:41 - error: Cannot access attribute "set_turbo_mode" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_turbo_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:253:41 - error: Cannot access attribute "set_normal_mode" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_normal_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:254:16 - error: "success" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/vesync/fan.py:255:64 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/vesync/fan.py:270:41 - error: Cannot access attribute "turn_on" for class "VeSyncBaseDevice[Unknown]"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:272:68 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/vesync/fan.py:279:37 - error: Cannot access attribute "turn_off" for class "VeSyncBaseDevice[Unknown]"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:281:64 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/vesync/fan.py:286:37 - error: Cannot access attribute "toggle_oscillation" for class "VeSyncBaseDevice[Unknown]"
    Attribute "toggle_oscillation" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/fan.py:288:64 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/vesync/humidifier.py
  <CWD>/homeassistant/components/vesync/humidifier.py:88:7 - error: Base classes for class "VeSyncHumidifierHA" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/humidifier.py:88:7 - error: Base classes for class "VeSyncHumidifierHA" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/humidifier.py:112:46 - error: Cannot access attribute "target_minmax" for class "VeSyncBaseDevice[Unknown]"
    Attribute "target_minmax" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/humidifier.py:113:46 - error: Cannot access attribute "target_minmax" for class "VeSyncBaseDevice[Unknown]"
    Attribute "target_minmax" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/humidifier.py:116:36 - error: Cannot access attribute "mist_modes" for class "VeSyncBaseDevice[Unknown]"
    Attribute "mist_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/humidifier.py:128:9 - error: "available_modes" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/humidifier.py:133:9 - error: "current_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/humidifier.py:138:9 - error: "target_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/humidifier.py:143:9 - error: "mode" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/humidifier.py:153:34 - error: Cannot access attribute "set_humidity" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_humidity" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/humidifier.py:154:64 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/vesync/humidifier.py:162:34 - error: Cannot access attribute "set_mode" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/humidifier.py:163:64 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/vesync/humidifier.py:167:31 - error: Cannot access attribute "toggle_display" for class "VeSyncBaseDevice[Unknown]"
    Attribute "toggle_display" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/humidifier.py:177:37 - error: Cannot access attribute "turn_on" for class "VeSyncBaseDevice[Unknown]"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/humidifier.py:179:64 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/vesync/humidifier.py:185:37 - error: Cannot access attribute "turn_off" for class "VeSyncBaseDevice[Unknown]"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/humidifier.py:187:64 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/vesync/humidifier.py:192:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vesync/light.py
  <CWD>/homeassistant/components/vesync/light.py:74:7 - error: Base classes for class "VeSyncBaseLightHA" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/light.py:74:7 - error: Base classes for class "VeSyncBaseLightHA" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/light.py:80:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/light.py:85:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/light.py:122:31 - error: Cannot access attribute "set_color_temp" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_color_temp" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/light.py:139:31 - error: Cannot access attribute "set_brightness" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_brightness" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/light.py:147:27 - error: Cannot access attribute "turn_on" for class "VeSyncBaseDevice[Unknown]"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/light.py:151:27 - error: Cannot access attribute "turn_off" for class "VeSyncBaseDevice[Unknown]"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/light.py:154:7 - error: Base classes for class "VeSyncDimmableLightHA" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/light.py:154:7 - error: Base classes for class "VeSyncDimmableLightHA" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/light.py:154:7 - error: Base classes for class "VeSyncDimmableLightHA" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/light.py:154:7 - error: Base classes for class "VeSyncDimmableLightHA" define variable "brightness" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/light.py:161:7 - error: Base classes for class "VeSyncTunableWhiteLightHA" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/light.py:161:7 - error: Base classes for class "VeSyncTunableWhiteLightHA" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/light.py:161:7 - error: Base classes for class "VeSyncTunableWhiteLightHA" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/light.py:161:7 - error: Base classes for class "VeSyncTunableWhiteLightHA" define variable "brightness" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vesync/number.py
  <CWD>/homeassistant/components/vesync/number.py:43:55 - error: Cannot access attribute "mist_levels" for class "VeSyncBaseDevice[Unknown]"
    Attribute "mist_levels" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/number.py:44:55 - error: Cannot access attribute "mist_levels" for class "VeSyncBaseDevice[Unknown]"
    Attribute "mist_levels" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/number.py:48:51 - error: Cannot access attribute "set_mist_level" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_mist_level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/number.py:93:7 - error: Base classes for class "VeSyncNumberEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/number.py:93:7 - error: Base classes for class "VeSyncNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/number.py:106:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "VeSyncNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/number.py:106:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "VeSyncNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/number.py:110:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/number.py:115:9 - error: "native_min_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/number.py:120:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/number.py:127:64 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/vesync/select.py
  <CWD>/homeassistant/components/vesync/select.py:65:67 - error: Cannot access attribute "supports_nightlight" for class "VeSyncBaseDevice[Unknown]"
    Attribute "supports_nightlight" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/select.py:68:55 - error: Cannot access attribute "set_nightlight_brightness" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_nightlight_brightness" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/select.py:87:65 - error: Cannot access attribute "supports_nightlight" for class "VeSyncBaseDevice[Unknown]"
    Attribute "supports_nightlight" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/select.py:88:55 - error: Cannot access attribute "set_nightlight_mode" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_nightlight_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/select.py:101:63 - error: Cannot access attribute "supports_nightlight" for class "VeSyncBaseDevice[Unknown]"
    Attribute "supports_nightlight" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/select.py:102:55 - error: Cannot access attribute "set_nightlight_state" for class "VeSyncBaseDevice[Unknown]"
    Attribute "set_nightlight_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/select.py:147:7 - error: Base classes for class "VeSyncSelectEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/select.py:147:7 - error: Base classes for class "VeSyncSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/select.py:160:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "VeSyncSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/select.py:160:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "VeSyncSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/select.py:164:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/select.py:171:64 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/vesync/sensor.py
  <CWD>/homeassistant/components/vesync/sensor.py:197:7 - error: Base classes for class "VeSyncSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/sensor.py:197:7 - error: Base classes for class "VeSyncSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/sensor.py:210:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "VeSyncSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/sensor.py:210:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "VeSyncSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/sensor.py:214:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vesync/switch.py
  <CWD>/homeassistant/components/vesync/switch.py:46:37 - error: Cannot access attribute "turn_on" for class "VeSyncBaseDevice[Unknown]"
    Attribute "turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/switch.py:47:38 - error: Cannot access attribute "turn_off" for class "VeSyncBaseDevice[Unknown]"
    Attribute "turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/switch.py:56:37 - error: Cannot access attribute "toggle_display" for class "VeSyncBaseDevice[Unknown]"
    Attribute "toggle_display" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/switch.py:57:38 - error: Cannot access attribute "toggle_display" for class "VeSyncBaseDevice[Unknown]"
    Attribute "toggle_display" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/switch.py:64:37 - error: Cannot access attribute "toggle_child_lock" for class "VeSyncBaseDevice[Unknown]"
    Attribute "toggle_child_lock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/switch.py:65:38 - error: Cannot access attribute "toggle_child_lock" for class "VeSyncBaseDevice[Unknown]"
    Attribute "toggle_child_lock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vesync/switch.py:108:7 - error: Base classes for class "VeSyncSwitchEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/switch.py:108:7 - error: Base classes for class "VeSyncSwitchEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/switch.py:108:7 - error: Base classes for class "VeSyncSwitchEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/switch.py:121:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "VeSyncSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/switch.py:121:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "VeSyncSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/switch.py:129:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/switch.py:136:64 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/vesync/switch.py:143:64 - error: "message" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/vesync/update.py
  <CWD>/homeassistant/components/vesync/update.py:55:7 - error: Base classes for class "VeSyncDeviceUpdate" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/update.py:55:7 - error: Base classes for class "VeSyncDeviceUpdate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/update.py:61:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vesync/update.py:66:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/viaggiatreno/sensor.py
  <CWD>/homeassistant/components/viaggiatreno/sensor.py:118:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/viaggiatreno/sensor.py:123:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/viaggiatreno/sensor.py:128:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/viaggiatreno/sensor.py:133:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/viaggiatreno/sensor.py:138:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vicare/__init__.py
  <CWD>/homeassistant/components/vicare/__init__.py:39:30 - error: Cannot assign to attribute "runtime_data" for class "ViCareConfigEntry"
    "PyViCare" is not assignable to "ViCareData" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/__init__.py:80:12 - error: Type "ViCareData" is not assignable to return type "PyViCare"
    "ViCareData" is not assignable to "PyViCare" (reportReturnType)
<CWD>/homeassistant/components/vicare/binary_sensor.py
  <CWD>/homeassistant/components/vicare/binary_sensor.py:58:38 - error: Cannot access attribute "getCirculationPumpActive" for class "Device"
    Attribute "getCirculationPumpActive" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:63:38 - error: Cannot access attribute "getFrostProtectionActive" for class "Device"
    Attribute "getFrostProtectionActive" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:72:38 - error: Cannot access attribute "getActive" for class "Device"
    Attribute "getActive" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:81:38 - error: Cannot access attribute "getActive" for class "Device"
    Attribute "getActive" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:90:38 - error: Cannot access attribute "getSolarPumpActive" for class "Device"
    Attribute "getSolarPumpActive" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:96:38 - error: Cannot access attribute "getDomesticHotWaterChargingActive" for class "Device"
    Attribute "getDomesticHotWaterChargingActive" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:102:38 - error: Cannot access attribute "getDomesticHotWaterCirculationPumpActive" for class "Device"
    Attribute "getDomesticHotWaterCirculationPumpActive" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:108:38 - error: Cannot access attribute "getDomesticHotWaterPumpActive" for class "Device"
    Attribute "getDomesticHotWaterPumpActive" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:114:38 - error: Cannot access attribute "getOneTimeCharge" for class "Device"
    Attribute "getOneTimeCharge" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:125:38 - error: Cannot access attribute "getIdentification" for class "Device"
    Attribute "getIdentification" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:132:38 - error: Cannot access attribute "getMountingMode" for class "Device"
    Attribute "getMountingMode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:138:38 - error: Cannot access attribute "getChildLock" for class "Device"
    Attribute "getChildLock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:145:38 - error: Cannot access attribute "isValveOpen" for class "Device"
    Attribute "isValveOpen" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:150:38 - error: Cannot access attribute "getHeatExchangerFrostProtectionActive" for class "Device"
    Attribute "getHeatExchangerFrostProtectionActive" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:225:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ViCareBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:225:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "ViCareBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:228:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/binary_sensor.py:236:73 - error: Argument of type "Device | HeatingDeviceWithComponent" cannot be assigned to parameter of type "Device"
    Type "Device | HeatingDeviceWithComponent" is not assignable to type "Device"
      "HeatingDeviceWithComponent" is not assignable to "Device" (reportArgumentType)
<CWD>/homeassistant/components/vicare/button.py
  <CWD>/homeassistant/components/vicare/button.py:42:38 - error: Cannot access attribute "getOneTimeCharge" for class "Device"
    Attribute "getOneTimeCharge" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/button.py:43:38 - error: Cannot access attribute "activateOneTimeCharge" for class "Device"
    Attribute "activateOneTimeCharge" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/button.py:49:38 - error: Cannot access attribute "getOneTimeCharge" for class "Device"
    Attribute "getOneTimeCharge" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/button.py:50:38 - error: Cannot access attribute "deactivateOneTimeCharge" for class "Device"
    Attribute "deactivateOneTimeCharge" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/button.py:101:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ViCareButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/button.py:101:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "ViCareButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/button.py:107:54 - error: Argument of type "Device | HeatingDeviceWithComponent" cannot be assigned to parameter of type "Device"
    Type "Device | HeatingDeviceWithComponent" is not assignable to type "Device"
      "HeatingDeviceWithComponent" is not assignable to "Device" (reportArgumentType)
<CWD>/homeassistant/components/vicare/climate.py
  <CWD>/homeassistant/components/vicare/climate.py:91:13 - error: Argument of type "HeatingDeviceWithComponent" cannot be assigned to parameter "circuit" of type "HeatingCircuit" in function "__init__"
    "HeatingDeviceWithComponent" is not assignable to "HeatingCircuit" (reportArgumentType)
  <CWD>/homeassistant/components/vicare/climate.py:148:13 - error: Argument of type "str | None" cannot be assigned to parameter "unique_id_suffix" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/vicare/climate.py:152:57 - error: Cannot access attribute "getPrograms" for class "Device"
    Attribute "getPrograms" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:152:57 - error: Cannot access attribute "getPrograms" for class "HeatingDeviceWithComponent"
    Attribute "getPrograms" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:165:31 - error: Cannot access attribute "getRoomTemperature" for class "Device"
    Attribute "getRoomTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:165:31 - error: Cannot access attribute "getRoomTemperature" for class "HeatingDeviceWithComponent"
    Attribute "getRoomTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:170:49 - error: Cannot access attribute "getSupplyTemperature" for class "Device"
    Attribute "getSupplyTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:170:49 - error: Cannot access attribute "getSupplyTemperature" for class "HeatingDeviceWithComponent"
    Attribute "getSupplyTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:181:31 - error: Cannot access attribute "getActiveProgram" for class "Device"
    Attribute "getActiveProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:181:31 - error: Cannot access attribute "getActiveProgram" for class "HeatingDeviceWithComponent"
    Attribute "getActiveProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:185:59 - error: Cannot access attribute "getCurrentDesiredTemperature" for class "Device"
    Attribute "getCurrentDesiredTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:185:59 - error: Cannot access attribute "getCurrentDesiredTemperature" for class "HeatingDeviceWithComponent"
    Attribute "getCurrentDesiredTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:189:31 - error: Cannot access attribute "getActiveMode" for class "Device"
    Attribute "getActiveMode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:189:31 - error: Cannot access attribute "getActiveMode" for class "HeatingDeviceWithComponent"
    Attribute "getActiveMode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:194:31 - error: Cannot access attribute "getHeatingCurveSlope" for class "Device"
    Attribute "getHeatingCurveSlope" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:194:31 - error: Cannot access attribute "getHeatingCurveSlope" for class "HeatingDeviceWithComponent"
    Attribute "getHeatingCurveSlope" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:199:31 - error: Cannot access attribute "getHeatingCurveShift" for class "Device"
    Attribute "getHeatingCurveShift" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:199:31 - error: Cannot access attribute "getHeatingCurveShift" for class "HeatingDeviceWithComponent"
    Attribute "getHeatingCurveShift" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:203:62 - error: Cannot access attribute "getModes" for class "Device"
    Attribute "getModes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:203:62 - error: Cannot access attribute "getModes" for class "HeatingDeviceWithComponent"
    Attribute "getModes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:209:75 - error: Cannot access attribute "getActive" for class "HeatingDeviceWithComponent"
    Attribute "getActive" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:214:60 - error: Cannot access attribute "getActive" for class "HeatingDeviceWithComponent"
    Attribute "getActive" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:227:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/climate.py:243:19 - error: Cannot access attribute "setMode" for class "Device"
    Attribute "setMode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:243:19 - error: Cannot access attribute "setMode" for class "HeatingDeviceWithComponent"
    Attribute "setMode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:257:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/climate.py:272:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/climate.py:281:23 - error: Cannot access attribute "setProgramTemperature" for class "Device"
    Attribute "setProgramTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:281:23 - error: Cannot access attribute "setProgramTemperature" for class "HeatingDeviceWithComponent"
    Attribute "setProgramTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:285:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/climate.py:310:27 - error: Cannot access attribute "deactivateProgram" for class "Device"
    Attribute "deactivateProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:310:27 - error: Cannot access attribute "deactivateProgram" for class "HeatingDeviceWithComponent"
    Attribute "deactivateProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:324:27 - error: Cannot access attribute "activateProgram" for class "Device"
    Attribute "activateProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:324:27 - error: Cannot access attribute "activateProgram" for class "HeatingDeviceWithComponent"
    Attribute "activateProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:335:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/climate.py:344:19 - error: Cannot access attribute "setMode" for class "Device"
    Attribute "setMode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/climate.py:344:19 - error: Cannot access attribute "setMode" for class "HeatingDeviceWithComponent"
    Attribute "setMode" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/vicare/fan.py
  <CWD>/homeassistant/components/vicare/fan.py:140:13 - error: Argument of type "str | None" cannot be assigned to parameter "unique_id_suffix" of type "str" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/vicare/fan.py:143:47 - error: Cannot access attribute "getVentilationModes" for class "Device"
    Attribute "getVentilationModes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:143:47 - error: Cannot access attribute "getVentilationModes" for class "HeatingDeviceWithComponent"
    Attribute "getVentilationModes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:154:42 - error: Cannot access attribute "getVentilationLevels" for class "Device"
    Attribute "getVentilationLevels" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:154:42 - error: Cannot access attribute "getVentilationLevels" for class "HeatingDeviceWithComponent"
    Attribute "getVentilationLevels" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:160:20 - error: Cannot access attribute "getVentilationQuickmodes" for class "Device"
    Attribute "getVentilationQuickmodes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:163:33 - error: Cannot access attribute "getVentilationQuickmodes" for class "Device"
    Attribute "getVentilationQuickmodes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:177:31 - error: Cannot access attribute "getActiveVentilationMode" for class "Device"
    Attribute "getActiveVentilationMode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:177:31 - error: Cannot access attribute "getActiveVentilationMode" for class "HeatingDeviceWithComponent"
    Attribute "getActiveVentilationMode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:181:48 - error: Cannot access attribute "getVentilationLevel" for class "Device"
    Attribute "getVentilationLevel" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:181:48 - error: Cannot access attribute "getVentilationLevel" for class "HeatingDeviceWithComponent"
    Attribute "getVentilationLevel" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:202:25 - error: Cannot access attribute "getVentilationQuickmode" for class "Device"
    Attribute "getVentilationQuickmode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:202:25 - error: Cannot access attribute "getVentilationQuickmode" for class "HeatingDeviceWithComponent"
    Attribute "getVentilationQuickmode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:209:19 - error: Cannot access attribute "activateVentilationQuickmode" for class "Device"
    Attribute "activateVentilationQuickmode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:209:19 - error: Cannot access attribute "activateVentilationQuickmode" for class "HeatingDeviceWithComponent"
    Attribute "activateVentilationQuickmode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:212:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/fan.py:216:25 - error: Cannot access attribute "getVentilationQuickmode" for class "Device"
    Attribute "getVentilationQuickmode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:216:25 - error: Cannot access attribute "getVentilationQuickmode" for class "HeatingDeviceWithComponent"
    Attribute "getVentilationQuickmode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:245:25 - error: Cannot access attribute "getVentilationQuickmode" for class "Device"
    Attribute "getVentilationQuickmode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:245:25 - error: Cannot access attribute "getVentilationQuickmode" for class "HeatingDeviceWithComponent"
    Attribute "getVentilationQuickmode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:246:23 - error: Cannot access attribute "deactivateVentilationQuickmode" for class "Device"
    Attribute "deactivateVentilationQuickmode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:246:23 - error: Cannot access attribute "deactivateVentilationQuickmode" for class "HeatingDeviceWithComponent"
    Attribute "deactivateVentilationQuickmode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:250:19 - error: Cannot access attribute "setVentilationLevel" for class "Device"
    Attribute "setVentilationLevel" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:250:19 - error: Cannot access attribute "setVentilationLevel" for class "HeatingDeviceWithComponent"
    Attribute "setVentilationLevel" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:256:19 - error: Cannot access attribute "activateVentilationMode" for class "Device"
    Attribute "activateVentilationMode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:256:19 - error: Cannot access attribute "activateVentilationMode" for class "HeatingDeviceWithComponent"
    Attribute "activateVentilationMode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/fan.py:259:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vicare/number.py
  <CWD>/homeassistant/components/vicare/number.py:64:38 - error: Cannot access attribute "getDomesticHotWaterConfiguredTemperature" for class "Device"
    Attribute "getDomesticHotWaterConfiguredTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:65:45 - error: Cannot access attribute "setDomesticHotWaterTemperature" for class "Device"
    Attribute "setDomesticHotWaterTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:66:42 - error: Cannot access attribute "getDomesticHotWaterMinTemperature" for class "Device"
    Attribute "getDomesticHotWaterMinTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:67:42 - error: Cannot access attribute "getDomesticHotWaterMaxTemperature" for class "Device"
    Attribute "getDomesticHotWaterMaxTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:77:38 - error: Cannot access attribute "getDomesticHotWaterConfiguredTemperature2" for class "Device"
    Attribute "getDomesticHotWaterConfiguredTemperature2" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:78:45 - error: Cannot access attribute "setDomesticHotWaterTemperature2" for class "Device"
    Attribute "setDomesticHotWaterTemperature2" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:91:38 - error: Cannot access attribute "getDomesticHotWaterHysteresisSwitchOn" for class "Device"
    Attribute "getDomesticHotWaterHysteresisSwitchOn" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:92:45 - error: Cannot access attribute "setDomesticHotWaterHysteresisSwitchOn" for class "Device"
    Attribute "setDomesticHotWaterHysteresisSwitchOn" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:95:42 - error: Cannot access attribute "getDomesticHotWaterHysteresisSwitchOnMin" for class "Device"
    Attribute "getDomesticHotWaterHysteresisSwitchOnMin" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:96:42 - error: Cannot access attribute "getDomesticHotWaterHysteresisSwitchOnMax" for class "Device"
    Attribute "getDomesticHotWaterHysteresisSwitchOnMax" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:97:41 - error: Cannot access attribute "getDomesticHotWaterHysteresisSwitchOnStepping" for class "Device"
    Attribute "getDomesticHotWaterHysteresisSwitchOnStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:106:38 - error: Cannot access attribute "getDomesticHotWaterHysteresisSwitchOff" for class "Device"
    Attribute "getDomesticHotWaterHysteresisSwitchOff" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:107:45 - error: Cannot access attribute "setDomesticHotWaterHysteresisSwitchOff" for class "Device"
    Attribute "setDomesticHotWaterHysteresisSwitchOff" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:110:42 - error: Cannot access attribute "getDomesticHotWaterHysteresisSwitchOffMin" for class "Device"
    Attribute "getDomesticHotWaterHysteresisSwitchOffMin" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:111:42 - error: Cannot access attribute "getDomesticHotWaterHysteresisSwitchOffMax" for class "Device"
    Attribute "getDomesticHotWaterHysteresisSwitchOffMax" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:112:41 - error: Cannot access attribute "getDomesticHotWaterHysteresisSwitchOffStepping" for class "Device"
    Attribute "getDomesticHotWaterHysteresisSwitchOffStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:125:38 - error: Cannot access attribute "getHeatingCurveShift" for class "Device"
    Attribute "getHeatingCurveShift" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:127:17 - error: Cannot access attribute "setHeatingCurve" for class "Device"
    Attribute "setHeatingCurve" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:127:44 - error: Cannot access attribute "getHeatingCurveSlope" for class "Device"
    Attribute "getHeatingCurveSlope" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:129:42 - error: Cannot access attribute "getHeatingCurveShiftMin" for class "Device"
    Attribute "getHeatingCurveShiftMin" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:130:42 - error: Cannot access attribute "getHeatingCurveShiftMax" for class "Device"
    Attribute "getHeatingCurveShiftMax" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:131:41 - error: Cannot access attribute "getHeatingCurveShiftStepping" for class "Device"
    Attribute "getHeatingCurveShiftStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:141:38 - error: Cannot access attribute "getHeatingCurveSlope" for class "Device"
    Attribute "getHeatingCurveSlope" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:143:17 - error: Cannot access attribute "setHeatingCurve" for class "Device"
    Attribute "setHeatingCurve" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:143:37 - error: Cannot access attribute "getHeatingCurveShift" for class "Device"
    Attribute "getHeatingCurveShift" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:145:42 - error: Cannot access attribute "getHeatingCurveSlopeMin" for class "Device"
    Attribute "getHeatingCurveSlopeMin" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:146:42 - error: Cannot access attribute "getHeatingCurveSlopeMax" for class "Device"
    Attribute "getHeatingCurveSlopeMax" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:147:41 - error: Cannot access attribute "getHeatingCurveSlopeStepping" for class "Device"
    Attribute "getHeatingCurveSlopeStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:159:38 - error: Cannot access attribute "getDesiredTemperatureForProgram" for class "Device"
    Attribute "getDesiredTemperatureForProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:162:45 - error: Cannot access attribute "setProgramTemperature" for class "Device"
    Attribute "setProgramTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:165:42 - error: Cannot access attribute "getProgramMinTemperature" for class "Device"
    Attribute "getProgramMinTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:168:42 - error: Cannot access attribute "getProgramMaxTemperature" for class "Device"
    Attribute "getProgramMaxTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:171:41 - error: Cannot access attribute "getProgramStepping" for class "Device"
    Attribute "getProgramStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:180:38 - error: Cannot access attribute "getDesiredTemperatureForProgram" for class "Device"
    Attribute "getDesiredTemperatureForProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:183:45 - error: Cannot access attribute "setProgramTemperature" for class "Device"
    Attribute "setProgramTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:186:42 - error: Cannot access attribute "getProgramMinTemperature" for class "Device"
    Attribute "getProgramMinTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:189:42 - error: Cannot access attribute "getProgramMaxTemperature" for class "Device"
    Attribute "getProgramMaxTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:192:41 - error: Cannot access attribute "getProgramStepping" for class "Device"
    Attribute "getProgramStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:201:38 - error: Cannot access attribute "getDesiredTemperatureForProgram" for class "Device"
    Attribute "getDesiredTemperatureForProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:204:45 - error: Cannot access attribute "setProgramTemperature" for class "Device"
    Attribute "setProgramTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:207:42 - error: Cannot access attribute "getProgramMinTemperature" for class "Device"
    Attribute "getProgramMinTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:210:42 - error: Cannot access attribute "getProgramMaxTemperature" for class "Device"
    Attribute "getProgramMaxTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:213:41 - error: Cannot access attribute "getProgramStepping" for class "Device"
    Attribute "getProgramStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:222:38 - error: Cannot access attribute "getDesiredTemperatureForProgram" for class "Device"
    Attribute "getDesiredTemperatureForProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:225:45 - error: Cannot access attribute "setProgramTemperature" for class "Device"
    Attribute "setProgramTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:228:42 - error: Cannot access attribute "getProgramMinTemperature" for class "Device"
    Attribute "getProgramMinTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:231:42 - error: Cannot access attribute "getProgramMaxTemperature" for class "Device"
    Attribute "getProgramMaxTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:234:41 - error: Cannot access attribute "getProgramStepping" for class "Device"
    Attribute "getProgramStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:245:38 - error: Cannot access attribute "getDesiredTemperatureForProgram" for class "Device"
    Attribute "getDesiredTemperatureForProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:248:45 - error: Cannot access attribute "setProgramTemperature" for class "Device"
    Attribute "setProgramTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:251:42 - error: Cannot access attribute "getProgramMinTemperature" for class "Device"
    Attribute "getProgramMinTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:254:42 - error: Cannot access attribute "getProgramMaxTemperature" for class "Device"
    Attribute "getProgramMaxTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:257:41 - error: Cannot access attribute "getProgramStepping" for class "Device"
    Attribute "getProgramStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:268:38 - error: Cannot access attribute "getDesiredTemperatureForProgram" for class "Device"
    Attribute "getDesiredTemperatureForProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:271:45 - error: Cannot access attribute "setProgramTemperature" for class "Device"
    Attribute "setProgramTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:274:42 - error: Cannot access attribute "getProgramMinTemperature" for class "Device"
    Attribute "getProgramMinTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:277:42 - error: Cannot access attribute "getProgramMaxTemperature" for class "Device"
    Attribute "getProgramMaxTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:280:41 - error: Cannot access attribute "getProgramStepping" for class "Device"
    Attribute "getProgramStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:291:38 - error: Cannot access attribute "getDesiredTemperatureForProgram" for class "Device"
    Attribute "getDesiredTemperatureForProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:294:45 - error: Cannot access attribute "setProgramTemperature" for class "Device"
    Attribute "setProgramTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:297:42 - error: Cannot access attribute "getProgramMinTemperature" for class "Device"
    Attribute "getProgramMinTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:300:42 - error: Cannot access attribute "getProgramMaxTemperature" for class "Device"
    Attribute "getProgramMaxTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:303:41 - error: Cannot access attribute "getProgramStepping" for class "Device"
    Attribute "getProgramStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:314:38 - error: Cannot access attribute "getDesiredTemperatureForProgram" for class "Device"
    Attribute "getDesiredTemperatureForProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:317:45 - error: Cannot access attribute "setProgramTemperature" for class "Device"
    Attribute "setProgramTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:320:42 - error: Cannot access attribute "getProgramMinTemperature" for class "Device"
    Attribute "getProgramMinTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:323:42 - error: Cannot access attribute "getProgramMaxTemperature" for class "Device"
    Attribute "getProgramMaxTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:326:41 - error: Cannot access attribute "getProgramStepping" for class "Device"
    Attribute "getProgramStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:337:38 - error: Cannot access attribute "getDesiredTemperatureForProgram" for class "Device"
    Attribute "getDesiredTemperatureForProgram" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:340:45 - error: Cannot access attribute "setProgramTemperature" for class "Device"
    Attribute "setProgramTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:343:42 - error: Cannot access attribute "getProgramMinTemperature" for class "Device"
    Attribute "getProgramMinTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:346:42 - error: Cannot access attribute "getProgramMaxTemperature" for class "Device"
    Attribute "getProgramMaxTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:349:41 - error: Cannot access attribute "getProgramStepping" for class "Device"
    Attribute "getProgramStepping" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/number.py:421:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ViCareNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/number.py:421:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "ViCareNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/number.py:424:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/number.py:431:50 - error: Argument of type "Device | HeatingDeviceWithComponent" cannot be assigned to parameter of type "Device"
    Type "Device | HeatingDeviceWithComponent" is not assignable to type "Device"
      "HeatingDeviceWithComponent" is not assignable to "Device" (reportArgumentType)
  <CWD>/homeassistant/components/vicare/number.py:439:21 - error: Argument of type "Device | HeatingDeviceWithComponent" cannot be assigned to parameter of type "Device"
    Type "Device | HeatingDeviceWithComponent" is not assignable to type "Device"
      "HeatingDeviceWithComponent" is not assignable to "Device" (reportArgumentType)
  <CWD>/homeassistant/components/vicare/number.py:443:63 - error: Argument of type "Device | HeatingDeviceWithComponent" cannot be assigned to parameter "api" of type "HeatingDeviceWithComponent" in function "_get_value"
    Type "Device | HeatingDeviceWithComponent" is not assignable to type "HeatingDeviceWithComponent"
      "Device" is not assignable to "HeatingDeviceWithComponent" (reportArgumentType)
  <CWD>/homeassistant/components/vicare/number.py:448:63 - error: Argument of type "Device | HeatingDeviceWithComponent" cannot be assigned to parameter "api" of type "HeatingDeviceWithComponent" in function "_get_value"
    Type "Device | HeatingDeviceWithComponent" is not assignable to type "HeatingDeviceWithComponent"
      "Device" is not assignable to "HeatingDeviceWithComponent" (reportArgumentType)
  <CWD>/homeassistant/components/vicare/number.py:453:62 - error: Argument of type "Device | HeatingDeviceWithComponent" cannot be assigned to parameter "api" of type "HeatingDeviceWithComponent" in function "_get_value"
    Type "Device | HeatingDeviceWithComponent" is not assignable to type "HeatingDeviceWithComponent"
      "Device" is not assignable to "HeatingDeviceWithComponent" (reportArgumentType)
  <CWD>/homeassistant/components/vicare/number.py:470:39 - error: Argument of type "HeatingDeviceWithComponent" cannot be assigned to parameter of type "Device"
    "HeatingDeviceWithComponent" is not assignable to "Device" (reportArgumentType)
<CWD>/homeassistant/components/vicare/sensor.py
  <CWD>/homeassistant/components/vicare/sensor.py:104:38 - error: Cannot access attribute "getSupplyTemperature" for class "Device"
    Attribute "getSupplyTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:116:38 - error: Cannot access attribute "getOutsideTemperature" for class "Device"
    Attribute "getOutsideTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:124:38 - error: Cannot access attribute "getOutsideHumidity" for class "Device"
    Attribute "getOutsideHumidity" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:132:38 - error: Cannot access attribute "getReturnTemperature" for class "Device"
    Attribute "getReturnTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:140:38 - error: Cannot access attribute "getBoilerTemperature" for class "Device"
    Attribute "getBoilerTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:148:38 - error: Cannot access attribute "getBoilerCommonSupplyTemperature" for class "Device"
    Attribute "getBoilerCommonSupplyTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:156:38 - error: Cannot access attribute "getSupplyTemperaturePrimaryCircuit" for class "Device"
    Attribute "getSupplyTemperaturePrimaryCircuit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:164:38 - error: Cannot access attribute "getReturnTemperaturePrimaryCircuit" for class "Device"
    Attribute "getReturnTemperaturePrimaryCircuit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:172:38 - error: Cannot access attribute "getSupplyTemperatureSecondaryCircuit" for class "Device"
    Attribute "getSupplyTemperatureSecondaryCircuit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:180:38 - error: Cannot access attribute "getReturnTemperatureSecondaryCircuit" for class "Device"
    Attribute "getReturnTemperatureSecondaryCircuit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:188:38 - error: Cannot access attribute "getDomesticHotWaterOutletTemperature" for class "Device"
    Attribute "getDomesticHotWaterOutletTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:196:38 - error: Cannot access attribute "getDomesticHotWaterMaxTemperature" for class "Device"
    Attribute "getDomesticHotWaterMaxTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:205:38 - error: Cannot access attribute "getDomesticHotWaterMinTemperature" for class "Device"
    Attribute "getDomesticHotWaterMinTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:214:38 - error: Cannot access attribute "getDomesticHotWaterStorageTemperature" for class "Device"
    Attribute "getDomesticHotWaterStorageTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:222:38 - error: Cannot access attribute "getHotWaterStorageTemperatureTop" for class "Device"
    Attribute "getHotWaterStorageTemperatureTop" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:230:38 - error: Cannot access attribute "getDomesticHotWaterStorageTemperatureMiddle" for class "Device"
    Attribute "getDomesticHotWaterStorageTemperatureMiddle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:239:38 - error: Cannot access attribute "getHotWaterStorageTemperatureBottom" for class "Device"
    Attribute "getHotWaterStorageTemperatureBottom" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:246:38 - error: Cannot access attribute "getGasConsumptionDomesticHotWaterToday" for class "Device"
    Attribute "getGasConsumptionDomesticHotWaterToday" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:247:37 - error: Cannot access attribute "getGasConsumptionDomesticHotWaterUnit" for class "Device"
    Attribute "getGasConsumptionDomesticHotWaterUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:253:38 - error: Cannot access attribute "getGasConsumptionDomesticHotWaterThisWeek" for class "Device"
    Attribute "getGasConsumptionDomesticHotWaterThisWeek" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:254:37 - error: Cannot access attribute "getGasConsumptionDomesticHotWaterUnit" for class "Device"
    Attribute "getGasConsumptionDomesticHotWaterUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:261:38 - error: Cannot access attribute "getGasConsumptionDomesticHotWaterThisMonth" for class "Device"
    Attribute "getGasConsumptionDomesticHotWaterThisMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:262:37 - error: Cannot access attribute "getGasConsumptionDomesticHotWaterUnit" for class "Device"
    Attribute "getGasConsumptionDomesticHotWaterUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:269:38 - error: Cannot access attribute "getGasConsumptionDomesticHotWaterThisYear" for class "Device"
    Attribute "getGasConsumptionDomesticHotWaterThisYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:270:37 - error: Cannot access attribute "getGasConsumptionDomesticHotWaterUnit" for class "Device"
    Attribute "getGasConsumptionDomesticHotWaterUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:277:38 - error: Cannot access attribute "getGasConsumptionHeatingToday" for class "Device"
    Attribute "getGasConsumptionHeatingToday" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:278:37 - error: Cannot access attribute "getGasConsumptionHeatingUnit" for class "Device"
    Attribute "getGasConsumptionHeatingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:284:38 - error: Cannot access attribute "getGasConsumptionHeatingThisWeek" for class "Device"
    Attribute "getGasConsumptionHeatingThisWeek" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:285:37 - error: Cannot access attribute "getGasConsumptionHeatingUnit" for class "Device"
    Attribute "getGasConsumptionHeatingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:292:38 - error: Cannot access attribute "getGasConsumptionHeatingThisMonth" for class "Device"
    Attribute "getGasConsumptionHeatingThisMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:293:37 - error: Cannot access attribute "getGasConsumptionHeatingUnit" for class "Device"
    Attribute "getGasConsumptionHeatingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:300:38 - error: Cannot access attribute "getGasConsumptionHeatingThisYear" for class "Device"
    Attribute "getGasConsumptionHeatingThisYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:301:37 - error: Cannot access attribute "getGasConsumptionHeatingUnit" for class "Device"
    Attribute "getGasConsumptionHeatingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:308:38 - error: Cannot access attribute "getFuelCellGasConsumptionToday" for class "Device"
    Attribute "getFuelCellGasConsumptionToday" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:309:37 - error: Cannot access attribute "getFuelCellGasConsumptionUnit" for class "Device"
    Attribute "getFuelCellGasConsumptionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:315:38 - error: Cannot access attribute "getFuelCellGasConsumptionThisWeek" for class "Device"
    Attribute "getFuelCellGasConsumptionThisWeek" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:316:37 - error: Cannot access attribute "getFuelCellGasConsumptionUnit" for class "Device"
    Attribute "getFuelCellGasConsumptionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:323:38 - error: Cannot access attribute "getFuelCellGasConsumptionThisMonth" for class "Device"
    Attribute "getFuelCellGasConsumptionThisMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:324:37 - error: Cannot access attribute "getFuelCellGasConsumptionUnit" for class "Device"
    Attribute "getFuelCellGasConsumptionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:331:38 - error: Cannot access attribute "getFuelCellGasConsumptionThisYear" for class "Device"
    Attribute "getFuelCellGasConsumptionThisYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:332:37 - error: Cannot access attribute "getFuelCellGasConsumptionUnit" for class "Device"
    Attribute "getFuelCellGasConsumptionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:339:38 - error: Cannot access attribute "getGasConsumptionTotalToday" for class "Device"
    Attribute "getGasConsumptionTotalToday" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:340:37 - error: Cannot access attribute "getGasConsumptionUnit" for class "Device"
    Attribute "getGasConsumptionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:346:38 - error: Cannot access attribute "getGasConsumptionTotalThisWeek" for class "Device"
    Attribute "getGasConsumptionTotalThisWeek" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:347:37 - error: Cannot access attribute "getGasConsumptionUnit" for class "Device"
    Attribute "getGasConsumptionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:354:38 - error: Cannot access attribute "getGasConsumptionTotalThisMonth" for class "Device"
    Attribute "getGasConsumptionTotalThisMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:355:37 - error: Cannot access attribute "getGasConsumptionUnit" for class "Device"
    Attribute "getGasConsumptionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:362:38 - error: Cannot access attribute "getGasConsumptionTotalThisYear" for class "Device"
    Attribute "getGasConsumptionTotalThisYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:363:37 - error: Cannot access attribute "getGasConsumptionUnit" for class "Device"
    Attribute "getGasConsumptionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:371:38 - error: Cannot access attribute "getGasSummaryConsumptionHeatingCurrentDay" for class "Device"
    Attribute "getGasSummaryConsumptionHeatingCurrentDay" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:372:37 - error: Cannot access attribute "getGasSummaryConsumptionHeatingUnit" for class "Device"
    Attribute "getGasSummaryConsumptionHeatingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:379:38 - error: Cannot access attribute "getGasSummaryConsumptionHeatingCurrentMonth" for class "Device"
    Attribute "getGasSummaryConsumptionHeatingCurrentMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:380:37 - error: Cannot access attribute "getGasSummaryConsumptionHeatingUnit" for class "Device"
    Attribute "getGasSummaryConsumptionHeatingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:388:38 - error: Cannot access attribute "getGasSummaryConsumptionHeatingCurrentYear" for class "Device"
    Attribute "getGasSummaryConsumptionHeatingCurrentYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:389:37 - error: Cannot access attribute "getGasSummaryConsumptionHeatingUnit" for class "Device"
    Attribute "getGasSummaryConsumptionHeatingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:397:38 - error: Cannot access attribute "getGasSummaryConsumptionHeatingLastSevenDays" for class "Device"
    Attribute "getGasSummaryConsumptionHeatingLastSevenDays" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:398:37 - error: Cannot access attribute "getGasSummaryConsumptionHeatingUnit" for class "Device"
    Attribute "getGasSummaryConsumptionHeatingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:406:38 - error: Cannot access attribute "getGasSummaryConsumptionDomesticHotWaterCurrentDay" for class "Device"
    Attribute "getGasSummaryConsumptionDomesticHotWaterCurrentDay" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:407:37 - error: Cannot access attribute "getGasSummaryConsumptionDomesticHotWaterUnit" for class "Device"
    Attribute "getGasSummaryConsumptionDomesticHotWaterUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:414:38 - error: Cannot access attribute "getGasSummaryConsumptionDomesticHotWaterCurrentMonth" for class "Device"
    Attribute "getGasSummaryConsumptionDomesticHotWaterCurrentMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:415:37 - error: Cannot access attribute "getGasSummaryConsumptionDomesticHotWaterUnit" for class "Device"
    Attribute "getGasSummaryConsumptionDomesticHotWaterUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:423:38 - error: Cannot access attribute "getGasSummaryConsumptionDomesticHotWaterCurrentYear" for class "Device"
    Attribute "getGasSummaryConsumptionDomesticHotWaterCurrentYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:424:37 - error: Cannot access attribute "getGasSummaryConsumptionDomesticHotWaterUnit" for class "Device"
    Attribute "getGasSummaryConsumptionDomesticHotWaterUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:432:38 - error: Cannot access attribute "getGasSummaryConsumptionDomesticHotWaterLastSevenDays" for class "Device"
    Attribute "getGasSummaryConsumptionDomesticHotWaterLastSevenDays" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:433:37 - error: Cannot access attribute "getGasSummaryConsumptionDomesticHotWaterUnit" for class "Device"
    Attribute "getGasSummaryConsumptionDomesticHotWaterUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:441:38 - error: Cannot access attribute "getPowerSummaryConsumptionHeatingCurrentDay" for class "Device"
    Attribute "getPowerSummaryConsumptionHeatingCurrentDay" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:442:37 - error: Cannot access attribute "getPowerSummaryConsumptionHeatingUnit" for class "Device"
    Attribute "getPowerSummaryConsumptionHeatingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:449:38 - error: Cannot access attribute "getPowerSummaryConsumptionHeatingCurrentMonth" for class "Device"
    Attribute "getPowerSummaryConsumptionHeatingCurrentMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:450:37 - error: Cannot access attribute "getPowerSummaryConsumptionHeatingUnit" for class "Device"
    Attribute "getPowerSummaryConsumptionHeatingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:458:38 - error: Cannot access attribute "getPowerSummaryConsumptionHeatingCurrentYear" for class "Device"
    Attribute "getPowerSummaryConsumptionHeatingCurrentYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:459:37 - error: Cannot access attribute "getPowerSummaryConsumptionHeatingUnit" for class "Device"
    Attribute "getPowerSummaryConsumptionHeatingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:467:38 - error: Cannot access attribute "getPowerSummaryConsumptionHeatingLastSevenDays" for class "Device"
    Attribute "getPowerSummaryConsumptionHeatingLastSevenDays" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:468:37 - error: Cannot access attribute "getPowerSummaryConsumptionHeatingUnit" for class "Device"
    Attribute "getPowerSummaryConsumptionHeatingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:476:38 - error: Cannot access attribute "getPowerConsumptionCoolingToday" for class "Device"
    Attribute "getPowerConsumptionCoolingToday" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:477:37 - error: Cannot access attribute "getPowerConsumptionCoolingUnit" for class "Device"
    Attribute "getPowerConsumptionCoolingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:484:38 - error: Cannot access attribute "getPowerConsumptionCoolingThisMonth" for class "Device"
    Attribute "getPowerConsumptionCoolingThisMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:485:37 - error: Cannot access attribute "getPowerConsumptionCoolingUnit" for class "Device"
    Attribute "getPowerConsumptionCoolingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:493:38 - error: Cannot access attribute "getPowerConsumptionCoolingThisYear" for class "Device"
    Attribute "getPowerConsumptionCoolingThisYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:494:37 - error: Cannot access attribute "getPowerConsumptionCoolingUnit" for class "Device"
    Attribute "getPowerConsumptionCoolingUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:502:38 - error: Cannot access attribute "getPowerSummaryConsumptionDomesticHotWaterCurrentDay" for class "Device"
    Attribute "getPowerSummaryConsumptionDomesticHotWaterCurrentDay" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:503:37 - error: Cannot access attribute "getPowerSummaryConsumptionDomesticHotWaterUnit" for class "Device"
    Attribute "getPowerSummaryConsumptionDomesticHotWaterUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:510:38 - error: Cannot access attribute "getPowerSummaryConsumptionDomesticHotWaterCurrentMonth" for class "Device"
    Attribute "getPowerSummaryConsumptionDomesticHotWaterCurrentMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:511:37 - error: Cannot access attribute "getPowerSummaryConsumptionDomesticHotWaterUnit" for class "Device"
    Attribute "getPowerSummaryConsumptionDomesticHotWaterUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:519:38 - error: Cannot access attribute "getPowerSummaryConsumptionDomesticHotWaterCurrentYear" for class "Device"
    Attribute "getPowerSummaryConsumptionDomesticHotWaterCurrentYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:520:37 - error: Cannot access attribute "getPowerSummaryConsumptionDomesticHotWaterUnit" for class "Device"
    Attribute "getPowerSummaryConsumptionDomesticHotWaterUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:528:38 - error: Cannot access attribute "getPowerSummaryConsumptionDomesticHotWaterLastSevenDays" for class "Device"
    Attribute "getPowerSummaryConsumptionDomesticHotWaterLastSevenDays" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:529:37 - error: Cannot access attribute "getPowerSummaryConsumptionDomesticHotWaterUnit" for class "Device"
    Attribute "getPowerSummaryConsumptionDomesticHotWaterUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:537:38 - error: Cannot access attribute "getPowerProductionCurrent" for class "Device"
    Attribute "getPowerProductionCurrent" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:545:38 - error: Cannot access attribute "getPowerProductionToday" for class "Device"
    Attribute "getPowerProductionToday" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:553:38 - error: Cannot access attribute "getPowerProductionThisWeek" for class "Device"
    Attribute "getPowerProductionThisWeek" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:562:38 - error: Cannot access attribute "getPowerProductionThisMonth" for class "Device"
    Attribute "getPowerProductionThisMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:571:38 - error: Cannot access attribute "getPowerProductionThisYear" for class "Device"
    Attribute "getPowerProductionThisYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:580:38 - error: Cannot access attribute "getSolarStorageTemperature" for class "Device"
    Attribute "getSolarStorageTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:588:38 - error: Cannot access attribute "getSolarCollectorTemperature" for class "Device"
    Attribute "getSolarCollectorTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:596:38 - error: Cannot access attribute "getSolarPowerProductionToday" for class "Device"
    Attribute "getSolarPowerProductionToday" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:597:37 - error: Cannot access attribute "getSolarPowerProductionUnit" for class "Device"
    Attribute "getSolarPowerProductionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:605:38 - error: Cannot access attribute "getSolarPowerProductionThisWeek" for class "Device"
    Attribute "getSolarPowerProductionThisWeek" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:606:37 - error: Cannot access attribute "getSolarPowerProductionUnit" for class "Device"
    Attribute "getSolarPowerProductionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:615:38 - error: Cannot access attribute "getSolarPowerProductionThisMonth" for class "Device"
    Attribute "getSolarPowerProductionThisMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:616:37 - error: Cannot access attribute "getSolarPowerProductionUnit" for class "Device"
    Attribute "getSolarPowerProductionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:625:38 - error: Cannot access attribute "getSolarPowerProductionThisYear" for class "Device"
    Attribute "getSolarPowerProductionThisYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:626:37 - error: Cannot access attribute "getSolarPowerProductionUnit" for class "Device"
    Attribute "getSolarPowerProductionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:635:38 - error: Cannot access attribute "getPowerConsumptionToday" for class "Device"
    Attribute "getPowerConsumptionToday" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:636:37 - error: Cannot access attribute "getPowerConsumptionUnit" for class "Device"
    Attribute "getPowerConsumptionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:644:38 - error: Cannot access attribute "getPowerConsumptionThisWeek" for class "Device"
    Attribute "getPowerConsumptionThisWeek" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:645:37 - error: Cannot access attribute "getPowerConsumptionUnit" for class "Device"
    Attribute "getPowerConsumptionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:654:38 - error: Cannot access attribute "getPowerConsumptionThisMonth" for class "Device"
    Attribute "getPowerConsumptionThisMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:655:37 - error: Cannot access attribute "getPowerConsumptionUnit" for class "Device"
    Attribute "getPowerConsumptionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:664:38 - error: Cannot access attribute "getPowerConsumptionThisYear" for class "Device"
    Attribute "getPowerConsumptionThisYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:665:37 - error: Cannot access attribute "getPowerConsumptionUnit" for class "Device"
    Attribute "getPowerConsumptionUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:674:38 - error: Cannot access attribute "getBufferTopTemperature" for class "Device"
    Attribute "getBufferTopTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:684:38 - error: Cannot access attribute "getBufferMidTopTemperature" for class "Device"
    Attribute "getBufferMidTopTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:692:38 - error: Cannot access attribute "getBufferMiddleTemperature" for class "Device"
    Attribute "getBufferMiddleTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:700:38 - error: Cannot access attribute "getBufferMidBottomTemperature" for class "Device"
    Attribute "getBufferMidBottomTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:708:38 - error: Cannot access attribute "getBufferBottomTemperature" for class "Device"
    Attribute "getBufferBottomTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:714:38 - error: Cannot access attribute "getBufferMainTemperature" for class "Device"
    Attribute "getBufferMainTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:722:38 - error: Cannot access attribute "getVolumetricFlowReturn" for class "Device"
    Attribute "getVolumetricFlowReturn" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:732:38 - error: Cannot access attribute "getElectricalEnergySystemSOC" for class "Device"
    Attribute "getElectricalEnergySystemSOC" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:733:37 - error: Cannot access attribute "getElectricalEnergySystemSOCUnit" for class "Device"
    Attribute "getElectricalEnergySystemSOCUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:740:38 - error: Cannot access attribute "getElectricalEnergySystemPower" for class "Device"
    Attribute "getElectricalEnergySystemPower" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:741:37 - error: Cannot access attribute "getElectricalEnergySystemPowerUnit" for class "Device"
    Attribute "getElectricalEnergySystemPowerUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:748:38 - error: Cannot access attribute "getElectricalEnergySystemOperationState" for class "Device"
    Attribute "getElectricalEnergySystemOperationState" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:754:38 - error: Cannot access attribute "getElectricalEnergySystemTransferChargeCumulatedLifeCycle" for class "Device"
    Attribute "getElectricalEnergySystemTransferChargeCumulatedLifeCycle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:755:37 - error: Cannot access attribute "getElectricalEnergySystemTransferChargeCumulatedUnit" for class "Device"
    Attribute "getElectricalEnergySystemTransferChargeCumulatedUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:761:38 - error: Cannot access attribute "getElectricalEnergySystemTransferDischargeCumulatedCurrentDay" for class "Device"
    Attribute "getElectricalEnergySystemTransferDischargeCumulatedCurrentDay" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:762:37 - error: Cannot access attribute "getElectricalEnergySystemTransferDischargeCumulatedUnit" for class "Device"
    Attribute "getElectricalEnergySystemTransferDischargeCumulatedUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:768:38 - error: Cannot access attribute "getElectricalEnergySystemTransferDischargeCumulatedCurrentWeek" for class "Device"
    Attribute "getElectricalEnergySystemTransferDischargeCumulatedCurrentWeek" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:769:37 - error: Cannot access attribute "getElectricalEnergySystemTransferDischargeCumulatedUnit" for class "Device"
    Attribute "getElectricalEnergySystemTransferDischargeCumulatedUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:776:38 - error: Cannot access attribute "getElectricalEnergySystemTransferDischargeCumulatedCurrentMonth" for class "Device"
    Attribute "getElectricalEnergySystemTransferDischargeCumulatedCurrentMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:777:37 - error: Cannot access attribute "getElectricalEnergySystemTransferDischargeCumulatedUnit" for class "Device"
    Attribute "getElectricalEnergySystemTransferDischargeCumulatedUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:784:38 - error: Cannot access attribute "getElectricalEnergySystemTransferDischargeCumulatedCurrentYear" for class "Device"
    Attribute "getElectricalEnergySystemTransferDischargeCumulatedCurrentYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:785:37 - error: Cannot access attribute "getElectricalEnergySystemTransferDischargeCumulatedUnit" for class "Device"
    Attribute "getElectricalEnergySystemTransferDischargeCumulatedUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:792:38 - error: Cannot access attribute "getElectricalEnergySystemTransferDischargeCumulatedLifeCycle" for class "Device"
    Attribute "getElectricalEnergySystemTransferDischargeCumulatedLifeCycle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:793:37 - error: Cannot access attribute "getElectricalEnergySystemTransferDischargeCumulatedUnit" for class "Device"
    Attribute "getElectricalEnergySystemTransferDischargeCumulatedUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:801:38 - error: Cannot access attribute "getPointOfCommonCouplingTransferPowerExchange" for class "Device"
    Attribute "getPointOfCommonCouplingTransferPowerExchange" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:808:38 - error: Cannot access attribute "getPointOfCommonCouplingTransferConsumptionTotal" for class "Device"
    Attribute "getPointOfCommonCouplingTransferConsumptionTotal" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:809:37 - error: Cannot access attribute "getPointOfCommonCouplingTransferConsumptionTotalUnit" for class "Device"
    Attribute "getPointOfCommonCouplingTransferConsumptionTotalUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:816:38 - error: Cannot access attribute "getPointOfCommonCouplingTransferFeedInTotal" for class "Device"
    Attribute "getPointOfCommonCouplingTransferFeedInTotal" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:817:37 - error: Cannot access attribute "getPointOfCommonCouplingTransferFeedInTotalUnit" for class "Device"
    Attribute "getPointOfCommonCouplingTransferFeedInTotalUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:824:38 - error: Cannot access attribute "getPhotovoltaicProductionCurrent" for class "Device"
    Attribute "getPhotovoltaicProductionCurrent" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:825:37 - error: Cannot access attribute "getPhotovoltaicProductionCurrentUnit" for class "Device"
    Attribute "getPhotovoltaicProductionCurrentUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:833:38 - error: Cannot access attribute "getPhotovoltaicProductionCumulatedCurrentDay" for class "Device"
    Attribute "getPhotovoltaicProductionCumulatedCurrentDay" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:834:37 - error: Cannot access attribute "getPhotovoltaicProductionCumulatedUnit" for class "Device"
    Attribute "getPhotovoltaicProductionCumulatedUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:842:38 - error: Cannot access attribute "getPhotovoltaicProductionCumulatedCurrentWeek" for class "Device"
    Attribute "getPhotovoltaicProductionCumulatedCurrentWeek" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:843:37 - error: Cannot access attribute "getPhotovoltaicProductionCumulatedUnit" for class "Device"
    Attribute "getPhotovoltaicProductionCumulatedUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:852:38 - error: Cannot access attribute "getPhotovoltaicProductionCumulatedCurrentMonth" for class "Device"
    Attribute "getPhotovoltaicProductionCumulatedCurrentMonth" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:853:37 - error: Cannot access attribute "getPhotovoltaicProductionCumulatedUnit" for class "Device"
    Attribute "getPhotovoltaicProductionCumulatedUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:862:38 - error: Cannot access attribute "getPhotovoltaicProductionCumulatedCurrentYear" for class "Device"
    Attribute "getPhotovoltaicProductionCumulatedCurrentYear" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:863:37 - error: Cannot access attribute "getPhotovoltaicProductionCumulatedUnit" for class "Device"
    Attribute "getPhotovoltaicProductionCumulatedUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:872:38 - error: Cannot access attribute "getPhotovoltaicProductionCumulatedLifeCycle" for class "Device"
    Attribute "getPhotovoltaicProductionCumulatedLifeCycle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:873:37 - error: Cannot access attribute "getPhotovoltaicProductionCumulatedUnit" for class "Device"
    Attribute "getPhotovoltaicProductionCumulatedUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:880:51 - error: Cannot access attribute "getPhotovoltaicStatus" for class "Device"
    Attribute "getPhotovoltaicStatus" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:887:38 - error: Cannot access attribute "getTemperature" for class "Device"
    Attribute "getTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:894:38 - error: Cannot access attribute "getHumidity" for class "Device"
    Attribute "getHumidity" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:899:51 - error: Cannot access attribute "getVentilationLevel" for class "Device"
    Attribute "getVentilationLevel" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:906:38 - error: Cannot access attribute "getVentilationReason" for class "Device"
    Attribute "getVentilationReason" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:926:38 - error: Cannot access attribute "getSupplyPressure" for class "Device"
    Attribute "getSupplyPressure" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:927:37 - error: Cannot access attribute "getSupplyPressureUnit" for class "Device"
    Attribute "getSupplyPressureUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:932:38 - error: Cannot access attribute "getHeatingRodStarts" for class "Device"
    Attribute "getHeatingRodStarts" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:940:38 - error: Cannot access attribute "getHeatingRodHours" for class "Device"
    Attribute "getHeatingRodHours" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:949:38 - error: Cannot access attribute "getSeasonalPerformanceFactorTotal" for class "Device"
    Attribute "getSeasonalPerformanceFactorTotal" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:956:38 - error: Cannot access attribute "getSeasonalPerformanceFactorDHW" for class "Device"
    Attribute "getSeasonalPerformanceFactorDHW" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:963:38 - error: Cannot access attribute "getSeasonalPerformanceFactorHeating" for class "Device"
    Attribute "getSeasonalPerformanceFactorHeating" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:971:38 - error: Cannot access attribute "getBatteryLevel" for class "Device"
    Attribute "getBatteryLevel" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:979:38 - error: Cannot access attribute "getZigbeeSignalStrength" for class "Device"
    Attribute "getZigbeeSignalStrength" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:987:38 - error: Cannot access attribute "getValvePosition" for class "Device"
    Attribute "getValvePosition" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:996:38 - error: Cannot access attribute "getFuelNeed" for class "Device"
    Attribute "getFuelNeed" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:997:37 - error: Cannot access attribute "getFuelUnit" for class "Device"
    Attribute "getFuelUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1006:38 - error: Cannot access attribute "getHydraulicSeparatorTemperature" for class "Device"
    Attribute "getHydraulicSeparatorTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1015:38 - error: Cannot access attribute "getSupplyHumidity" for class "Device"
    Attribute "getSupplyHumidity" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1021:38 - error: Cannot access attribute "getSupplyFanHours" for class "Device"
    Attribute "getSupplyFanHours" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1030:38 - error: Cannot access attribute "getSupplyFanSpeed" for class "Device"
    Attribute "getSupplyFanSpeed" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1039:38 - error: Cannot access attribute "getFilterHours" for class "Device"
    Attribute "getFilterHours" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1048:38 - error: Cannot access attribute "getFilterRemainingHours" for class "Device"
    Attribute "getFilterRemainingHours" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1057:38 - error: Cannot access attribute "getFilterOverdueHours" for class "Device"
    Attribute "getFilterOverdueHours" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1067:38 - error: Cannot access attribute "getAirborneDustPM1" for class "Device"
    Attribute "getAirborneDustPM1" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1074:38 - error: Cannot access attribute "getAirborneDustPM2d5" for class "Device"
    Attribute "getAirborneDustPM2d5" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1081:38 - error: Cannot access attribute "getAirborneDustPM4" for class "Device"
    Attribute "getAirborneDustPM4" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1088:38 - error: Cannot access attribute "getAirborneDustPM10" for class "Device"
    Attribute "getAirborneDustPM10" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1094:38 - error: Cannot access attribute "getSupplyVolumeFlow" for class "Device"
    Attribute "getSupplyVolumeFlow" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1101:38 - error: Cannot access attribute "getExhaustVolumeFlow" for class "Device"
    Attribute "getExhaustVolumeFlow" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1114:38 - error: Cannot access attribute "getStarts" for class "Device"
    Attribute "getStarts" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1122:38 - error: Cannot access attribute "getHours" for class "Device"
    Attribute "getHours" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1130:38 - error: Cannot access attribute "getModulation" for class "Device"
    Attribute "getModulation" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1139:38 - error: Cannot access attribute "getStarts" for class "Device"
    Attribute "getStarts" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1147:38 - error: Cannot access attribute "getHours" for class "Device"
    Attribute "getHours" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1155:38 - error: Cannot access attribute "getHoursLoadClass1" for class "Device"
    Attribute "getHoursLoadClass1" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1164:38 - error: Cannot access attribute "getHoursLoadClass2" for class "Device"
    Attribute "getHoursLoadClass2" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1173:38 - error: Cannot access attribute "getHoursLoadClass3" for class "Device"
    Attribute "getHoursLoadClass3" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1182:38 - error: Cannot access attribute "getHoursLoadClass4" for class "Device"
    Attribute "getHoursLoadClass4" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1191:38 - error: Cannot access attribute "getHoursLoadClass5" for class "Device"
    Attribute "getHoursLoadClass5" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1199:54 - error: Cannot access attribute "getPhase" for class "Device"
    Attribute "getPhase" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1207:38 - error: Cannot access attribute "getCompressorInletTemperature" for class "Device"
    Attribute "getCompressorInletTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1208:37 - error: Cannot access attribute "getCompressorInletTemperatureUnit" for class "Device"
    Attribute "getCompressorInletTemperatureUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1216:38 - error: Cannot access attribute "getCompressorOutletTemperature" for class "Device"
    Attribute "getCompressorOutletTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1217:37 - error: Cannot access attribute "getCompressorOutletTemperatureUnit" for class "Device"
    Attribute "getCompressorOutletTemperatureUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1225:38 - error: Cannot access attribute "getCompressorInletPressure" for class "Device"
    Attribute "getCompressorInletPressure" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1226:37 - error: Cannot access attribute "getCompressorInletPressureUnit" for class "Device"
    Attribute "getCompressorInletPressureUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1234:38 - error: Cannot access attribute "getCompressorOutletPressure" for class "Device"
    Attribute "getCompressorOutletPressure" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1235:37 - error: Cannot access attribute "getCompressorOutletPressureUnit" for class "Device"
    Attribute "getCompressorOutletPressureUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1246:38 - error: Cannot access attribute "getCondensorLiquidTemperature" for class "Device"
    Attribute "getCondensorLiquidTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1247:37 - error: Cannot access attribute "getCondensorLiquidTemperatureUnit" for class "Device"
    Attribute "getCondensorLiquidTemperatureUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1255:38 - error: Cannot access attribute "getCondensorSubcoolingTemperature" for class "Device"
    Attribute "getCondensorSubcoolingTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1256:37 - error: Cannot access attribute "getCondensorSubcoolingTemperatureUnit" for class "Device"
    Attribute "getCondensorSubcoolingTemperatureUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1267:38 - error: Cannot access attribute "getEvaporatorOverheatTemperature" for class "Device"
    Attribute "getEvaporatorOverheatTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1268:37 - error: Cannot access attribute "getEvaporatorOverheatTemperatureUnit" for class "Device"
    Attribute "getEvaporatorOverheatTemperatureUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1276:38 - error: Cannot access attribute "getEvaporatorLiquidTemperature" for class "Device"
    Attribute "getEvaporatorLiquidTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1277:37 - error: Cannot access attribute "getEvaporatorLiquidTemperatureUnit" for class "Device"
    Attribute "getEvaporatorLiquidTemperatureUnit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/sensor.py:1357:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ViCareSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/sensor.py:1357:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ViCareSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/sensor.py:1360:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vicare/sensor.py:1370:21 - error: Argument of type "Device | HeatingDeviceWithComponent" cannot be assigned to parameter of type "Device"
    Type "Device | HeatingDeviceWithComponent" is not assignable to type "Device"
      "HeatingDeviceWithComponent" is not assignable to "Device" (reportArgumentType)
  <CWD>/homeassistant/components/vicare/sensor.py:1374:71 - error: Argument of type "Device | HeatingDeviceWithComponent" cannot be assigned to parameter of type "Device"
    Type "Device | HeatingDeviceWithComponent" is not assignable to type "Device"
      "HeatingDeviceWithComponent" is not assignable to "Device" (reportArgumentType)
<CWD>/homeassistant/components/vicare/utils.py
  <CWD>/homeassistant/components/vicare/utils.py:103:23 - error: Cannot access attribute "burners" for class "Device"
    Attribute "burners" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/utils.py:114:23 - error: Cannot access attribute "circuits" for class "Device"
    Attribute "circuits" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/utils.py:125:23 - error: Cannot access attribute "compressors" for class "Device"
    Attribute "compressors" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/utils.py:136:23 - error: Cannot access attribute "condensors" for class "Device"
    Attribute "condensors" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/utils.py:147:23 - error: Cannot access attribute "evaporators" for class "Device"
    Attribute "evaporators" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/vicare/water_heater.py
  <CWD>/homeassistant/components/vicare/water_heater.py:73:13 - error: Argument of type "HeatingDeviceWithComponent" cannot be assigned to parameter "circuit" of type "HeatingCircuit" in function "__init__"
    "HeatingDeviceWithComponent" is not assignable to "HeatingCircuit" (reportArgumentType)
  <CWD>/homeassistant/components/vicare/water_heater.py:123:31 - error: Cannot access attribute "getDomesticHotWaterStorageTemperature" for class "Device"
    Attribute "getDomesticHotWaterStorageTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/water_heater.py:123:31 - error: Cannot access attribute "getDomesticHotWaterStorageTemperature" for class "HeatingDeviceWithComponent"
    Attribute "getDomesticHotWaterStorageTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/water_heater.py:128:31 - error: Cannot access attribute "getDomesticHotWaterDesiredTemperature" for class "Device"
    Attribute "getDomesticHotWaterDesiredTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/water_heater.py:128:31 - error: Cannot access attribute "getDomesticHotWaterDesiredTemperature" for class "HeatingDeviceWithComponent"
    Attribute "getDomesticHotWaterDesiredTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/water_heater.py:146:23 - error: Cannot access attribute "setDomesticHotWaterTemperature" for class "Device"
    Attribute "setDomesticHotWaterTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/water_heater.py:146:23 - error: Cannot access attribute "setDomesticHotWaterTemperature" for class "HeatingDeviceWithComponent"
    Attribute "setDomesticHotWaterTemperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vicare/water_heater.py:150:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/victron_remote_monitoring/coordinator.py
  <CWD>/homeassistant/components/victron_remote_monitoring/coordinator.py:57:15 - error: Argument of type "Literal['solar_yield']" cannot be assigned to parameter "key" of type "Literal['records', 'totals']" in function "__getitem__"
    Type "Literal['solar_yield']" is not assignable to type "Literal['records', 'totals']"
      "Literal['solar_yield']" is not assignable to type "Literal['records']"
      "Literal['solar_yield']" is not assignable to type "Literal['totals']" (reportArgumentType)
  <CWD>/homeassistant/components/victron_remote_monitoring/coordinator.py:57:15 - error: Argument of type "dict[Unknown, Unknown] | ForecastAggregations | None" cannot be assigned to parameter "solar" of type "ForecastAggregations | None" in function "__init__"
    Type "dict[Unknown, Unknown] | ForecastAggregations | None" is not assignable to type "ForecastAggregations | None"
      Type "dict[Unknown, Unknown]" is not assignable to type "ForecastAggregations | None"
        "dict[Unknown, Unknown]" is not assignable to "ForecastAggregations"
        "dict[Unknown, Unknown]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/victron_remote_monitoring/coordinator.py:58:21 - error: Argument of type "Literal['consumption']" cannot be assigned to parameter "key" of type "Literal['records', 'totals']" in function "__getitem__"
    Type "Literal['consumption']" is not assignable to type "Literal['records', 'totals']"
      "Literal['consumption']" is not assignable to type "Literal['records']"
      "Literal['consumption']" is not assignable to type "Literal['totals']" (reportArgumentType)
  <CWD>/homeassistant/components/victron_remote_monitoring/coordinator.py:58:21 - error: Argument of type "dict[Unknown, Unknown] | ForecastAggregations | None" cannot be assigned to parameter "consumption" of type "ForecastAggregations | None" in function "__init__"
    Type "dict[Unknown, Unknown] | ForecastAggregations | None" is not assignable to type "ForecastAggregations | None"
      Type "dict[Unknown, Unknown]" is not assignable to type "ForecastAggregations | None"
        "dict[Unknown, Unknown]" is not assignable to "ForecastAggregations"
        "dict[Unknown, Unknown]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/victron_remote_monitoring/sensor.py
  <CWD>/homeassistant/components/victron_remote_monitoring/sensor.py:261:7 - error: Base classes for class "VRMForecastsSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/victron_remote_monitoring/sensor.py:279:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "VRMForecastsSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/victron_remote_monitoring/sensor.py:279:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "VRMForecastsSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/victron_remote_monitoring/sensor.py:292:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vilfo/sensor.py
  <CWD>/homeassistant/components/vilfo/sensor.py:72:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "VilfoSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vilfo/sensor.py:84:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vivotek/camera.py
  <CWD>/homeassistant/components/vivotek/camera.py:5:6 - error: Import "libpyvivotek" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/vizio/config_flow.py
  <CWD>/homeassistant/components/vizio/config_flow.py:232:45 - error: Could not access item in TypedDict
    "source" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/vizio/config_flow.py:244:25 - error: Argument of type "Any | None" cannot be assigned to parameter "auth_token" of type "str" in function "validate_ha_config"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/vizio/config_flow.py:343:17 - error: Argument of type "str | None" cannot be assigned to parameter "ch_type" of type "int | str" in function "pair"
    Type "str | None" is not assignable to type "int | str"
      Type "None" is not assignable to type "int | str"
        "None" is not assignable to "int"
        "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/vizio/config_flow.py:343:32 - error: Argument of type "str | None" cannot be assigned to parameter "token" of type "int | str" in function "pair"
    Type "str | None" is not assignable to type "int | str"
      Type "None" is not assignable to type "int | str"
        "None" is not assignable to "int"
        "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/vizio/media_player.py
  <CWD>/homeassistant/components/vizio/media_player.py:242:48 - error: Cannot access attribute "lower" for class "int"
    Attribute "lower" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vizio/media_player.py:251:41 - error: Cannot assign to attribute "_attr_sound_mode" for class "VizioDevice*"
    Type "int | str" is not assignable to type "str | None"
      Type "int" is not assignable to type "str | None"
        "int" is not assignable to "str"
        "int" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vizio/media_player.py:253:50 - error: Cannot assign to attribute "_attr_sound_mode_list" for class "VizioDevice*"
    Type "List[str] | Dict[str, int | str] | None" is not assignable to type "list[str] | None"
      Type "Dict[str, int | str]" is not assignable to type "list[str] | None"
        "Dict[str, int | str]" is not assignable to "list[str]"
        "Dict[str, int | str]" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vizio/media_player.py:363:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vizio/media_player.py:371:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vizio/media_player.py:393:9 - error: "app_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vizio/media_player.py:454:25 - error: Argument of type "list[dict[str, Any]] | None" cannot be assigned to parameter "apps_list" of type "List[Dict[str, str | List[str | Dict[str, Any]]]]" in function "launch_app"
    Type "list[dict[str, Any]] | None" is not assignable to type "List[Dict[str, str | List[str | Dict[str, Any]]]]"
      "None" is not assignable to "List[Dict[str, str | List[str | Dict[str, Any]]]]" (reportArgumentType)
<CWD>/homeassistant/components/vlc/media_player.py
  <CWD>/homeassistant/components/vlc/media_player.py:76:26 - error: "State" is not a known attribute of module "vlc" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/vlc/media_player.py:78:28 - error: "State" is not a known attribute of module "vlc" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/vlc_telnet/media_player.py
  <CWD>/homeassistant/components/vlc_telnet/media_player.py:96:5 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    Variable is mutable so its type is invariant
      Override type "int" is not the same as base type "cached_property" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vlc_telnet/media_player.py:189:15 - error: Method "async_media_seek" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/vlc_telnet/media_player.py:194:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/vlc_telnet/media_player.py:206:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/vlc_telnet/media_player.py:216:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/vlc_telnet/media_player.py:227:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/vlc_telnet/media_player.py:237:15 - error: Method "async_media_stop" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/vlc_telnet/media_player.py:243:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/vlc_telnet/media_player.py:263:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/vlc_telnet/media_player.py:268:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/vlc_telnet/media_player.py:273:15 - error: Method "async_clear_playlist" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/vlc_telnet/media_player.py:278:15 - error: Method "async_set_shuffle" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/vodafone_station/button.py
  <CWD>/homeassistant/components/vodafone_station/button.py:99:7 - error: Base classes for class "VodafoneStationSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vodafone_station/button.py:114:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "VodafoneStationEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vodafone_station/button.py:114:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "VodafoneStationEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vodafone_station/device_tracker.py
  <CWD>/homeassistant/components/vodafone_station/device_tracker.py:68:7 - error: Base classes for class "VodafoneStationTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vodafone_station/device_tracker.py:73:5 - error: "mac_address" overrides symbol of same name in class "ScannerEntity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "cached_property" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vodafone_station/device_tracker.py:99:9 - error: "ip_address" overrides symbol of same name in class "ScannerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/vodafone_station/sensor.py
  <CWD>/homeassistant/components/vodafone_station/sensor.py:188:7 - error: Base classes for class "VodafoneStationSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vodafone_station/sensor.py:203:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "VodafoneStationEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vodafone_station/sensor.py:203:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "VodafoneStationEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/vodafone_station/sensor.py:209:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/voip/assist_satellite.py
  <CWD>/homeassistant/components/voip/assist_satellite.py:126:14 - error: "_audio_queue" overrides symbol of same name in class "RtpDatagramProtocol"
    Variable is mutable so its type is invariant
      Override type "Queue[bytes | None]" is not the same as base type "Queue[bytes]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/voip/assist_satellite.py:168:37 - error: Cannot assign to attribute "protocol" for class "VoIPDevice"
    Type "Self@VoipAssistSatellite" is not assignable to type "VoipDatagramProtocol | None"
      "VoipAssistSatellite*" is not assignable to "VoipDatagramProtocol"
      "VoipAssistSatellite*" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/voip/assist_satellite.py:278:22 - error: Argument of type "int | None" cannot be assigned to parameter "rtp_port" of type "int" in function "outgoing_call"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/voip/assist_satellite.py:442:30 - error: Argument of type "CoroutineType[Any, Any, Unknown]" cannot be assigned to parameter "audio_stream" of type "AsyncIterable[bytes]" in function "async_accept_pipeline_from_satellite"
    "CoroutineType[Any, Any, Unknown]" is incompatible with protocol "AsyncIterable[bytes]"
      "__aiter__" is not present (reportArgumentType)
<CWD>/homeassistant/components/voip/switch.py
  <CWD>/homeassistant/components/voip/switch.py:42:7 - error: Base classes for class "VoIPCallAllowedSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/voip/switch.py:42:7 - error: Base classes for class "VoIPCallAllowedSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/voip/switch.py:42:7 - error: Base classes for class "VoIPCallAllowedSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/voip/switch.py:42:7 - error: Base classes for class "VoIPCallAllowedSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/voip/voip.py
  <CWD>/homeassistant/components/voip/voip.py:58:16 - error: Type "PreRecordMessageProtocol" is not assignable to return type "VoipDatagramProtocol"
    "PreRecordMessageProtocol" is not assignable to "VoipDatagramProtocol" (reportReturnType)
  <CWD>/homeassistant/components/voip/voip.py:68:14 - error: Cannot access attribute "_rtp_input" for class "VoipDatagramProtocol"
    Attribute "_rtp_input" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/voip/voip.py:69:14 - error: Cannot access attribute "_rtp_output" for class "VoipDatagramProtocol"
    Attribute "_rtp_output" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/voip/voip.py:71:14 - error: Cannot assign to attribute "rtcp_state" for class "VoipDatagramProtocol"
    Attribute "rtcp_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/voip/voip.py:72:17 - error: Cannot access attribute "rtcp_state" for class "VoipDatagramProtocol"
    Attribute "rtcp_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/voip/voip.py:74:18 - error: Cannot access attribute "rtcp_state" for class "VoipDatagramProtocol"
    Attribute "rtcp_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/voip/voip.py:74:53 - error: Cannot access attribute "disconnect" for class "VoipDatagramProtocol"
    Attribute "disconnect" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/voip/voip.py:91:36 - error: Argument of type "(call_info: CallInfo, rtcp_state: RtcpState) -> VoipDatagramProtocol" cannot be assigned to parameter "valid_protocol_factory" of type "CallProtocolFactory" in function "__init__"
    Type "(call_info: CallInfo, rtcp_state: RtcpState) -> VoipDatagramProtocol" is not assignable to type "CallProtocolFactory"
      Function return type "VoipDatagramProtocol" is incompatible with type "Protocol"
        "VoipDatagramProtocol" is not assignable to "Protocol" (reportArgumentType)
  <CWD>/homeassistant/components/voip/voip.py:94:38 - error: Argument of type "(call_info: CallInfo, rtcp_state: RtcpState) -> PreRecordMessageProtocol" cannot be assigned to parameter "invalid_protocol_factory" of type "CallProtocolFactory | None" in function "__init__"
    Type "(call_info: CallInfo, rtcp_state: RtcpState) -> PreRecordMessageProtocol" is not assignable to type "CallProtocolFactory | None"
      Type "(call_info: CallInfo, rtcp_state: RtcpState) -> PreRecordMessageProtocol" is not assignable to type "CallProtocolFactory"
        Function return type "PreRecordMessageProtocol" is incompatible with type "Protocol"
          "PreRecordMessageProtocol" is not assignable to "Protocol"
      "FunctionType" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/volkszaehler/sensor.py
  <CWD>/homeassistant/components/volkszaehler/sensor.py:8:26 - error: "Volkszaehler" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/volkszaehler/sensor.py:9:6 - error: Import "volkszaehler.exceptions" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/volkszaehler/sensor.py:133:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/volumio/media_player.py
  <CWD>/homeassistant/components/volumio/media_player.py:96:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volumio/media_player.py:107:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volumio/media_player.py:112:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volumio/media_player.py:117:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volumio/media_player.py:122:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volumio/media_player.py:133:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volumio/media_player.py:138:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volumio/media_player.py:146:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volumio/media_player.py:151:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volumio/media_player.py:156:9 - error: "repeat" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[RepeatMode | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/volvo/binary_sensor.py
  <CWD>/homeassistant/components/volvo/binary_sensor.py:378:7 - error: Base classes for class "VolvoBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volvo/binary_sensor.py:381:5 - error: "entity_description" overrides symbol of same name in class "VolvoBaseEntity"
    Variable is mutable so its type is invariant
      Override type "VolvoBinarySensorDescription" is not the same as base type "VolvoEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volvo/binary_sensor.py:381:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "VolvoBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/volvo/button.py
  <CWD>/homeassistant/components/volvo/button.py:89:5 - error: "entity_description" overrides symbol of same name in class "VolvoBaseEntity"
    Variable is mutable so its type is invariant
      Override type "VolvoButtonDescription" is not the same as base type "VolvoEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volvo/button.py:89:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "VolvoButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volvo/button.py:105:42 - error: "result" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/volvo/button.py:109:67 - error: "result" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/volvo/device_tracker.py
  <CWD>/homeassistant/components/volvo/device_tracker.py:49:7 - error: Base classes for class "VolvoDeviceTracker" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volvo/device_tracker.py:52:5 - error: "entity_description" overrides symbol of same name in class "VolvoBaseEntity"
    Variable is mutable so its type is invariant
      Override type "VolvoTrackerDescription" is not the same as base type "VolvoEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volvo/device_tracker.py:52:5 - error: "entity_description" overrides symbol of same name in class "TrackerEntity"
    Variable is mutable so its type is invariant
      Override type "VolvoTrackerDescription" is not the same as base type "TrackerEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/volvo/entity.py
  <CWD>/homeassistant/components/volvo/entity.py:46:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "VolvoEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volvo/entity.py:80:36 - error: Argument of type "Self@VolvoEntity" cannot be assigned to parameter "self" of type "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" in function "__init__"
    "VolvoEntity*" is not assignable to "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]"
      Type parameter "_DataUpdateCoordinatorT@CoordinatorEntity" is invariant, but "VolvoBaseCoordinator" is not the same as "DataUpdateCoordinator[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/volvo/entity.py:93:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/volvo/lock.py
  <CWD>/homeassistant/components/volvo/lock.py:63:7 - error: Base classes for class "VolvoLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volvo/lock.py:66:5 - error: "entity_description" overrides symbol of same name in class "VolvoBaseEntity"
    Variable is mutable so its type is invariant
      Override type "VolvoLockDescription" is not the same as base type "VolvoEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volvo/lock.py:66:5 - error: "entity_description" overrides symbol of same name in class "LockEntity"
    Variable is mutable so its type is invariant
      Override type "VolvoLockDescription" is not the same as base type "LockEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/volvo/sensor.py
  <CWD>/homeassistant/components/volvo/sensor.py:412:7 - error: Base classes for class "VolvoSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volvo/sensor.py:415:5 - error: "entity_description" overrides symbol of same name in class "VolvoBaseEntity"
    Variable is mutable so its type is invariant
      Override type "VolvoSensorDescription" is not the same as base type "VolvoEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/volvo/sensor.py:415:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "VolvoSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/w800rf32/__init__.py
  <CWD>/homeassistant/components/w800rf32/__init__.py:6:8 - error: Import "W800rf32" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/w800rf32/binary_sensor.py
  <CWD>/homeassistant/components/w800rf32/binary_sensor.py:8:8 - error: Import "W800rf32" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/w800rf32/binary_sensor.py:96:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/w800rf32/binary_sensor.py:101:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/w800rf32/binary_sensor.py:106:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wake_on_lan/switch.py
  <CWD>/homeassistant/components/wake_on_lan/switch.py:103:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wake_word/__init__.py
  <CWD>/homeassistant/components/wake_word/__init__.py:89:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wallbox/entity.py
  <CWD>/homeassistant/components/wallbox/entity.py:26:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wallbox/lock.py
  <CWD>/homeassistant/components/wallbox/lock.py:45:7 - error: Base classes for class "WallboxLock" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/lock.py:45:7 - error: Base classes for class "WallboxLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/lock.py:60:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wallbox/number.py
  <CWD>/homeassistant/components/wallbox/number.py:97:7 - error: Base classes for class "WallboxNumber" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/number.py:97:7 - error: Base classes for class "WallboxNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/number.py:110:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WallboxNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/number.py:110:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "WallboxNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/number.py:115:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/number.py:120:9 - error: "native_min_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/number.py:125:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wallbox/select.py
  <CWD>/homeassistant/components/wallbox/select.py:80:7 - error: Base classes for class "WallboxSelect" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/select.py:80:7 - error: Base classes for class "WallboxSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/select.py:92:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WallboxSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/select.py:92:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "WallboxSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/select.py:96:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wallbox/sensor.py
  <CWD>/homeassistant/components/wallbox/sensor.py:188:7 - error: Base classes for class "WallboxSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/sensor.py:188:7 - error: Base classes for class "WallboxSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/sensor.py:200:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WallboxSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/sensor.py:200:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WallboxSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/sensor.py:204:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/sensor.py:218:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wallbox/switch.py
  <CWD>/homeassistant/components/wallbox/switch.py:45:7 - error: Base classes for class "WallboxSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/switch.py:59:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wallbox/switch.py:74:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/waqi/sensor.py
  <CWD>/homeassistant/components/waqi/sensor.py:144:7 - error: Base classes for class "WaqiSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/waqi/sensor.py:157:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WAQISensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/waqi/sensor.py:157:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WAQISensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/waqi/sensor.py:169:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/water_heater/__init__.py
  <CWD>/homeassistant/components/water_heater/__init__.py:182:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WaterHeaterEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/water_heater/__init__.py:190:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/water_heater/__init__.py:191:5 - error: "_attr_supported_features" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WaterHeaterEntityFeature" is not the same as base type "int | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/water_heater/__init__.py:200:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/water_heater/__init__.py:214:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/water_heater/__init__.py:234:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/water_heater/__init__.py:413:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/water_heater/__init__.py:451:1 - warning: Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
<CWD>/homeassistant/components/water_heater/device_action.py
  <CWD>/homeassistant/components/water_heater/device_action.py:78:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/waterfurnace/__init__.py
  <CWD>/homeassistant/components/waterfurnace/__init__.py:9:6 - error: Import "waterfurnace.waterfurnace" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/watergate/__init__.py
  <CWD>/homeassistant/components/watergate/__init__.py:107:55 - error: Cannot access attribute "state" for class "AutoShutOffReportData"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:107:55 - error: Cannot access attribute "state" for class "TelemetryEventData"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:107:55 - error: Cannot access attribute "state" for class "PowerSupplyChangedEventData"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:107:55 - error: Cannot access attribute "state" for class "WifiChangedEventData"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:107:55 - error: Cannot access attribute "state" for class "OnlineEvent"
    Attribute "state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:109:27 - error: Cannot access attribute "errors" for class "AutoShutOffReportData"
    Attribute "errors" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:109:27 - error: Cannot access attribute "errors" for class "ValveEventData"
    Attribute "errors" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:109:27 - error: Cannot access attribute "errors" for class "PowerSupplyChangedEventData"
    Attribute "errors" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:109:27 - error: Cannot access attribute "errors" for class "WifiChangedEventData"
    Attribute "errors" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:109:27 - error: Cannot access attribute "errors" for class "OnlineEvent"
    Attribute "errors" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:110:40 - error: Cannot assign to attribute "flow" for class "TelemetryData"
    Expression of type "Unknown | int | None" cannot be assigned to attribute "flow" of class "TelemetryData"
      Type "Unknown | int | None" is not assignable to type "float"
        "None" is not assignable to "float" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:111:22 - error: Cannot access attribute "flow" for class "AutoShutOffReportData"
    Attribute "flow" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:111:22 - error: Cannot access attribute "flow" for class "ValveEventData"
    Attribute "flow" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:111:22 - error: Cannot access attribute "flow" for class "PowerSupplyChangedEventData"
    Attribute "flow" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:111:22 - error: Cannot access attribute "flow" for class "WifiChangedEventData"
    Attribute "flow" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:111:22 - error: Cannot access attribute "flow" for class "OnlineEvent"
    Attribute "flow" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:113:40 - error: Cannot assign to attribute "pressure" for class "TelemetryData"
    Expression of type "Unknown | int | None" cannot be assigned to attribute "pressure" of class "TelemetryData"
      Type "Unknown | int | None" is not assignable to type "float"
        "None" is not assignable to "float" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:114:22 - error: Cannot access attribute "pressure" for class "AutoShutOffReportData"
    Attribute "pressure" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:114:22 - error: Cannot access attribute "pressure" for class "ValveEventData"
    Attribute "pressure" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:114:22 - error: Cannot access attribute "pressure" for class "PowerSupplyChangedEventData"
    Attribute "pressure" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:114:22 - error: Cannot access attribute "pressure" for class "WifiChangedEventData"
    Attribute "pressure" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:114:22 - error: Cannot access attribute "pressure" for class "OnlineEvent"
    Attribute "pressure" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:116:40 - error: Cannot assign to attribute "water_temperature" for class "TelemetryData"
    Expression of type "Unknown | float | None" cannot be assigned to attribute "water_temperature" of class "TelemetryData"
      Type "Unknown | float | None" is not assignable to type "float"
        "None" is not assignable to "float" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:117:22 - error: Cannot access attribute "temperature" for class "AutoShutOffReportData"
    Attribute "temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:117:22 - error: Cannot access attribute "temperature" for class "ValveEventData"
    Attribute "temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:117:22 - error: Cannot access attribute "temperature" for class "PowerSupplyChangedEventData"
    Attribute "temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:117:22 - error: Cannot access attribute "temperature" for class "WifiChangedEventData"
    Attribute "temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:117:22 - error: Cannot access attribute "temperature" for class "OnlineEvent"
    Attribute "temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:120:51 - error: Cannot access attribute "ip" for class "AutoShutOffReportData"
    Attribute "ip" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:120:51 - error: Cannot access attribute "ip" for class "TelemetryEventData"
    Attribute "ip" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:120:51 - error: Cannot access attribute "ip" for class "ValveEventData"
    Attribute "ip" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:120:51 - error: Cannot access attribute "ip" for class "PowerSupplyChangedEventData"
    Attribute "ip" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:120:51 - error: Cannot access attribute "ip" for class "OnlineEvent"
    Attribute "ip" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:121:56 - error: Cannot access attribute "gateway" for class "AutoShutOffReportData"
    Attribute "gateway" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:121:56 - error: Cannot access attribute "gateway" for class "TelemetryEventData"
    Attribute "gateway" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:121:56 - error: Cannot access attribute "gateway" for class "ValveEventData"
    Attribute "gateway" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:121:56 - error: Cannot access attribute "gateway" for class "PowerSupplyChangedEventData"
    Attribute "gateway" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:121:56 - error: Cannot access attribute "gateway" for class "OnlineEvent"
    Attribute "gateway" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:122:55 - error: Cannot access attribute "subnet" for class "AutoShutOffReportData"
    Attribute "subnet" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:122:55 - error: Cannot access attribute "subnet" for class "TelemetryEventData"
    Attribute "subnet" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:122:55 - error: Cannot access attribute "subnet" for class "ValveEventData"
    Attribute "subnet" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:122:55 - error: Cannot access attribute "subnet" for class "PowerSupplyChangedEventData"
    Attribute "subnet" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:122:55 - error: Cannot access attribute "subnet" for class "OnlineEvent"
    Attribute "subnet" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:123:53 - error: Cannot access attribute "ssid" for class "AutoShutOffReportData"
    Attribute "ssid" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:123:53 - error: Cannot access attribute "ssid" for class "TelemetryEventData"
    Attribute "ssid" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:123:53 - error: Cannot access attribute "ssid" for class "ValveEventData"
    Attribute "ssid" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:123:53 - error: Cannot access attribute "ssid" for class "PowerSupplyChangedEventData"
    Attribute "ssid" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:123:53 - error: Cannot access attribute "ssid" for class "OnlineEvent"
    Attribute "ssid" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:124:41 - error: Cannot assign to attribute "rssi" for class "NetworkingData"
    Expression of type "Unknown | int" cannot be assigned to attribute "rssi" of class "NetworkingData"
      Type "Unknown | int" is not assignable to type "str"
        "int" is not assignable to "str" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:124:53 - error: Cannot access attribute "rssi" for class "AutoShutOffReportData"
    Attribute "rssi" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:124:53 - error: Cannot access attribute "rssi" for class "TelemetryEventData"
    Attribute "rssi" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:124:53 - error: Cannot access attribute "rssi" for class "ValveEventData"
    Attribute "rssi" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:124:53 - error: Cannot access attribute "rssi" for class "PowerSupplyChangedEventData"
    Attribute "rssi" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:124:53 - error: Cannot access attribute "rssi" for class "OnlineEvent"
    Attribute "rssi" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:126:56 - error: Cannot access attribute "supply" for class "AutoShutOffReportData"
    Attribute "supply" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:126:56 - error: Cannot access attribute "supply" for class "TelemetryEventData"
    Attribute "supply" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:126:56 - error: Cannot access attribute "supply" for class "ValveEventData"
    Attribute "supply" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:126:56 - error: Cannot access attribute "supply" for class "WifiChangedEventData"
    Attribute "supply" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:126:56 - error: Cannot access attribute "supply" for class "OnlineEvent"
    Attribute "supply" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:129:60 - error: Cannot access attribute "type" for class "TelemetryEventData"
    Attribute "type" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:129:60 - error: Cannot access attribute "type" for class "ValveEventData"
    Attribute "type" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:129:60 - error: Cannot access attribute "type" for class "PowerSupplyChangedEventData"
    Attribute "type" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/watergate/__init__.py:129:60 - error: Cannot access attribute "type" for class "WifiChangedEventData"
    Attribute "type" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/watergate/coordinator.py
  <CWD>/homeassistant/components/watergate/coordinator.py:59:43 - error: Argument of type "DeviceState | None" cannot be assigned to parameter "state" of type "DeviceState" in function "__init__"
    Type "DeviceState | None" is not assignable to type "DeviceState"
      "None" is not assignable to "DeviceState" (reportArgumentType)
  <CWD>/homeassistant/components/watergate/coordinator.py:59:50 - error: Argument of type "TelemetryData | None" cannot be assigned to parameter "telemetry" of type "TelemetryData" in function "__init__"
    Type "TelemetryData | None" is not assignable to type "TelemetryData"
      "None" is not assignable to "TelemetryData" (reportArgumentType)
  <CWD>/homeassistant/components/watergate/coordinator.py:59:61 - error: Argument of type "NetworkingData | None" cannot be assigned to parameter "networking" of type "NetworkingData" in function "__init__"
    Type "NetworkingData | None" is not assignable to type "NetworkingData"
      "None" is not assignable to "NetworkingData" (reportArgumentType)
<CWD>/homeassistant/components/watergate/event.py
  <CWD>/homeassistant/components/watergate/event.py:49:7 - error: Base classes for class "AutoShutOffEvent" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/watergate/sensor.py
  <CWD>/homeassistant/components/watergate/sensor.py:96:56 - error: Argument of type "str" cannot be assigned to parameter "milliseconds" of type "float" in function "__new__"
    "str" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/watergate/sensor.py:110:56 - error: Argument of type "str" cannot be assigned to parameter "milliseconds" of type "float" in function "__new__"
    "str" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/watergate/sensor.py:208:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WatergateSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/watergate/sensor.py:208:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WatergateSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/watergate/sensor.py:211:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/watergate/sensor.py:219:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/watergate/valve.py
  <CWD>/homeassistant/components/watergate/valve.py:88:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/watson_tts/tts.py
  <CWD>/homeassistant/components/watson_tts/tts.py:5:6 - error: Import "ibm_cloud_sdk_core.authenticators" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/watson_tts/tts.py:6:6 - error: Import "ibm_watson" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/watttime/sensor.py
  <CWD>/homeassistant/components/watttime/sensor.py:70:7 - error: Base classes for class "RealtimeEmissionsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/watttime/sensor.py:93:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/watttime/sensor.py:113:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/waze_travel_time/coordinator.py
  <CWD>/homeassistant/components/waze_travel_time/coordinator.py:71:26 - error: Argument of type "str" cannot be assigned to parameter "vehicle_type" of type "Literal['TAXI', 'MOTORCYCLE'] | None" in function "calc_routes"
    Type "str" is not assignable to type "Literal['TAXI', 'MOTORCYCLE'] | None"
      "str" is not assignable to "None"
      "str" is not assignable to type "Literal['TAXI']"
      "str" is not assignable to type "Literal['MOTORCYCLE']" (reportArgumentType)
<CWD>/homeassistant/components/waze_travel_time/helpers.py
  <CWD>/homeassistant/components/waze_travel_time/helpers.py:23:34 - error: Argument of type "str | None" cannot be assigned to parameter "start" of type "str" in function "calc_routes"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/waze_travel_time/helpers.py:23:51 - error: Argument of type "str | None" cannot be assigned to parameter "end" of type "str" in function "calc_routes"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/waze_travel_time/sensor.py
  <CWD>/homeassistant/components/waze_travel_time/sensor.py:37:7 - error: Base classes for class "WazeTravelTimeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/waze_travel_time/sensor.py:65:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/waze_travel_time/sensor.py:72:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/weather/__init__.py
  <CWD>/homeassistant/components/weather/__init__.py:286:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WeatherEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weather/__init__.py:293:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weather/__init__.py:560:9 - error: "state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weather/__init__.py:879:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weather/__init__.py:1033:7 - error: Base classes for class "CoordinatorWeatherEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/weather/intent.py
  <CWD>/homeassistant/components/weather/intent.py:23:5 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/weather/intent.py:23:19 - error: Type "dict[Optional, (value: Any) -> str]" is not assignable to declared type "property" (reportAssignmentType)
<CWD>/homeassistant/components/weatherflow/event.py
  <CWD>/homeassistant/components/weatherflow/event.py:24:5 - error: "event_types" overrides a field of the same name but is missing a default value (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/weatherflow/event.py:81:14 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "WeatherFlowEventEntityDescription" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/weatherflow/sensor.py
  <CWD>/homeassistant/components/weatherflow/sensor.py:80:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:88:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:97:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:106:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:115:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:124:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:131:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:140:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:146:26 - error: Argument of type "(raw_data: WeatherFlowDevice) -> WeatherFlowDevice" cannot be assigned to parameter "raw_data_conv_fn" of type "(WeatherFlowDevice) -> (StateType | datetime)" in function "__init__"
    Type "(raw_data: WeatherFlowDevice) -> WeatherFlowDevice" is not assignable to type "(WeatherFlowDevice) -> (StateType | datetime)"
      Function return type "WeatherFlowDevice" is incompatible with type "StateType | datetime"
        Type "WeatherFlowDevice" is not assignable to type "StateType | datetime"
          "WeatherFlowDevice" is not assignable to "datetime"
          "WeatherFlowDevice" is not assignable to "str"
          "WeatherFlowDevice" is not assignable to "int"
          "WeatherFlowDevice" is not assignable to "float"
          "WeatherFlowDevice" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/weatherflow/sensor.py:153:26 - error: Argument of type "(raw_data: Enum) -> (str | None)" cannot be assigned to parameter "raw_data_conv_fn" of type "(WeatherFlowDevice) -> (StateType | datetime)" in function "__init__"
    Type "(raw_data: Enum) -> (str | None)" is not assignable to type "(WeatherFlowDevice) -> (StateType | datetime)"
      Parameter 1: type "WeatherFlowDevice" is incompatible with type "Enum"
        "WeatherFlowDevice" is not assignable to "Enum" (reportArgumentType)
  <CWD>/homeassistant/components/weatherflow/sensor.py:161:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:168:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:175:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:185:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:195:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:202:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:211:26 - error: Argument of type "(raw_data: WeatherFlowDevice) -> WeatherFlowDevice" cannot be assigned to parameter "raw_data_conv_fn" of type "(WeatherFlowDevice) -> (StateType | datetime)" in function "__init__"
    Type "(raw_data: WeatherFlowDevice) -> WeatherFlowDevice" is not assignable to type "(WeatherFlowDevice) -> (StateType | datetime)"
      Function return type "WeatherFlowDevice" is incompatible with type "StateType | datetime"
        Type "WeatherFlowDevice" is not assignable to type "StateType | datetime"
          "WeatherFlowDevice" is not assignable to "datetime"
          "WeatherFlowDevice" is not assignable to "str"
          "WeatherFlowDevice" is not assignable to "int"
          "WeatherFlowDevice" is not assignable to "float"
          "WeatherFlowDevice" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/weatherflow/sensor.py:218:26 - error: Argument of type "(raw_data: WeatherFlowDevice) -> WeatherFlowDevice" cannot be assigned to parameter "raw_data_conv_fn" of type "(WeatherFlowDevice) -> (StateType | datetime)" in function "__init__"
    Type "(raw_data: WeatherFlowDevice) -> WeatherFlowDevice" is not assignable to type "(WeatherFlowDevice) -> (StateType | datetime)"
      Function return type "WeatherFlowDevice" is incompatible with type "StateType | datetime"
        Type "WeatherFlowDevice" is not assignable to type "StateType | datetime"
          "WeatherFlowDevice" is not assignable to "datetime"
          "WeatherFlowDevice" is not assignable to "str"
          "WeatherFlowDevice" is not assignable to "int"
          "WeatherFlowDevice" is not assignable to "float"
          "WeatherFlowDevice" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/weatherflow/sensor.py:228:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:238:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:247:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:256:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:265:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:274:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:281:52 - error: Cannot access attribute "magnitude" for class "WeatherFlowDevice"
    Attribute "magnitude" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/weatherflow/sensor.py:334:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WeatherFlowSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow/sensor.py:353:9 - error: "last_reset" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow/sensor.py:356:32 - error: Cannot access attribute "last_report" for class "WeatherFlowDevice"
    Attribute "last_report" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/weatherflow_cloud/coordinator.py
  <CWD>/homeassistant/components/weatherflow_cloud/coordinator.py:137:22 - error: Argument of type "(data: Unknown) -> CoroutineType[Any, Any, None]" cannot be assigned to parameter "callback" of type "(str) -> None" in function "register_callback"
    Type "(data: Unknown) -> CoroutineType[Any, Any, None]" is not assignable to type "(str) -> None"
      Function return type "CoroutineType[Any, Any, None]" is incompatible with type "None"
        "CoroutineType[Any, Any, None]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/weatherflow_cloud/coordinator.py:143:51 - error: Argument of type "None" cannot be assigned to parameter "message_type" of type "WebsocketRequest" in function "send_message"
    "None" is not assignable to "WebsocketRequest" (reportArgumentType)
  <CWD>/homeassistant/components/weatherflow_cloud/coordinator.py:167:9 - error: Method "_create_listen_message" overrides class "BaseWebsocketCoordinator" in an incompatible manner
    Return type mismatch: base method returns type "None", override returns type "RapidWindListenStartMessage"
      "RapidWindListenStartMessage" is not assignable to "None" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/coordinator.py:177:9 - error: Argument of type "EventDataRapidWind | List[Unknown]" cannot be assigned to parameter "value" of type "EventDataRapidWind | None" in function "__setitem__"
    Type "EventDataRapidWind | List[Unknown]" is not assignable to type "EventDataRapidWind | None"
      Type "List[Unknown]" is not assignable to type "EventDataRapidWind | None"
        "List[Unknown]" is not assignable to "EventDataRapidWind"
        "List[Unknown]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/weatherflow_cloud/coordinator.py:186:9 - error: Method "_create_listen_message" overrides class "BaseWebsocketCoordinator" in an incompatible manner
    Return type mismatch: base method returns type "None", override returns type "ListenStartMessage"
      "ListenStartMessage" is not assignable to "None" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/weatherflow_cloud/sensor.py
  <CWD>/homeassistant/components/weatherflow_cloud/sensor.py:431:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/sensor.py:453:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/sensor.py:465:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/sensor.py:483:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/weatherflow_cloud/weather.py
  <CWD>/homeassistant/components/weatherflow_cloud/weather.py:43:7 - error: Base classes of WeatherFlowWeatherREST are mutually incompatible
    Base class "SingleCoordinatorWeatherEntity[WeatherFlowCloudUpdateCoordinatorREST]" derives from "CoordinatorEntity[WeatherFlowCloudUpdateCoordinatorREST]" which is incompatible with type "CoordinatorEntity[BaseWeatherFlowCoordinator[Unknown]]" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/weatherflow_cloud/weather.py:73:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/weather.py:78:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/weather.py:83:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/weather.py:88:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/weather.py:93:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/weather.py:98:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/weather.py:103:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/weather.py:108:9 - error: "native_dew_point" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/weather.py:113:9 - error: "uv_index" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherflow_cloud/weather.py:120:16 - error: Type "list[dict[Unknown, Unknown]]" is not assignable to return type "list[Forecast] | None" (reportReturnType)
  <CWD>/homeassistant/components/weatherflow_cloud/weather.py:125:16 - error: Type "list[dict[Unknown, Unknown]]" is not assignable to return type "list[Forecast] | None" (reportReturnType)
<CWD>/homeassistant/components/weatherkit/sensor.py
  <CWD>/homeassistant/components/weatherkit/sensor.py:51:7 - error: Base classes for class "WeatherKitSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/sensor.py:51:7 - error: Base classes for class "WeatherKitSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/sensor.py:51:7 - error: Base classes for class "WeatherKitSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/sensor.py:51:7 - error: Base classes for class "WeatherKitSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/sensor.py:51:7 - error: Base classes for class "WeatherKitSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/sensor.py:51:7 - error: Base classes for class "WeatherKitSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/sensor.py:51:7 - error: Base classes for class "WeatherKitSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/sensor.py:51:7 - error: Base classes for class "WeatherKitSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/sensor.py:51:7 - error: Base classes for class "WeatherKitSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/sensor.py:69:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/weatherkit/weather.py
  <CWD>/homeassistant/components/weatherkit/weather.py:127:7 - error: Base classes for class "WeatherKitWeather" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:127:7 - error: Base classes for class "WeatherKitWeather" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:127:7 - error: Base classes for class "WeatherKitWeather" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:127:7 - error: Base classes for class "WeatherKitWeather" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:127:7 - error: Base classes for class "WeatherKitWeather" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:151:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:175:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:186:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:191:9 - error: "native_apparent_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:196:9 - error: "native_dew_point" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:201:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:206:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:211:9 - error: "cloud_coverage" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:216:9 - error: "uv_index" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:221:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:226:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:231:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weatherkit/weather.py:236:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/webdav/backup.py
  <CWD>/homeassistant/components/webdav/backup.py:120:15 - error: Method "async_download_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, AsyncIterator[bytes]]", override returns type "Coroutine[Any, Any, AsyncIterator[bytes]]"
      "Coroutine[Any, Any, AsyncIterator[bytes]]" is not assignable to "CoroutineType[Any, Any, AsyncIterator[bytes]]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webdav/backup.py:138:15 - error: Method "async_upload_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webdav/backup.py:178:15 - error: Method "async_delete_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webdav/backup.py:204:15 - error: Method "async_list_backups" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, list[AgentBackup]]", override returns type "Coroutine[Any, Any, list[AgentBackup]]"
      "Coroutine[Any, Any, list[AgentBackup]]" is not assignable to "CoroutineType[Any, Any, list[AgentBackup]]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webdav/backup.py:209:15 - error: Method "async_get_backup" overrides class "BackupAgent" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, AgentBackup]", override returns type "Coroutine[Any, Any, AgentBackup]"
      "Coroutine[Any, Any, AgentBackup]" is not assignable to "CoroutineType[Any, Any, AgentBackup]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/webmin/sensor.py
  <CWD>/homeassistant/components/webmin/sensor.py:224:7 - error: Base classes for class "WebminSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/webmin/sensor.py:236:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/webmin/sensor.py:241:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/webmin/sensor.py:246:7 - error: Base classes for class "WebminFSSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/webmin/sensor.py:260:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WebminFSSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/webmin/sensor.py:260:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WebminFSSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/webmin/sensor.py:268:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/webostv/config_flow.py
  <CWD>/homeassistant/components/webostv/config_flow.py:137:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "FlowHandler"
      "ConfigFlow" is not assignable to "FlowHandler" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/webostv/media_player.py
  <CWD>/homeassistant/components/webostv/media_player.py:379:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:379:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:387:15 - error: Method "async_turn_off" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:396:15 - error: Method "async_volume_up" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:401:15 - error: Method "async_volume_down" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:406:15 - error: Method "async_set_volume_level" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:412:15 - error: Method "async_mute_volume" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:422:15 - error: Method "async_media_play_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:430:15 - error: Method "async_select_source" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:447:15 - error: Method "async_play_media" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:484:15 - error: Method "async_media_play" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:490:15 - error: Method "async_media_pause" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:496:15 - error: Method "async_media_stop" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:501:15 - error: Method "async_media_next_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/webostv/media_player.py:509:15 - error: Method "async_media_previous_track" overrides class "MediaPlayerEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/websocket_api/__init__.py
  <CWD>/homeassistant/components/websocket_api/__init__.py:67:5 - error: Argument of type "Any | str | WebSocketCommandHandler" cannot be assigned to parameter "key" of type "str" in function "__setitem__"
    Type "Any | str | WebSocketCommandHandler" is not assignable to type "str"
      "FunctionType" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/websocket_api/connection.py
  <CWD>/homeassistant/components/websocket_api/connection.py:282:31 - error: "humanize" is not a known attribute of module "voluptuous" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/websocket_api/http.py
  <CWD>/homeassistant/components/websocket_api/http.py:53:5 - error: "url" overrides symbol of same name in class "HomeAssistantView"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/websocket_api/http.py:117:36 - error: "isEnabledFor" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:148:24 - error: "debug" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:153:29 - error: "closed" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:216:26 - error: "error" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:243:17 - error: Argument of type "HomeAssistant | None" cannot be assigned to parameter "hass" of type "HomeAssistant" in function "async_call_later"
    Type "HomeAssistant | None" is not assignable to type "HomeAssistant"
      "None" is not assignable to "HomeAssistant" (reportArgumentType)
  <CWD>/homeassistant/components/websocket_api/http.py:280:22 - error: "error" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:317:29 - error: "prepare" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:320:20 - error: "debug" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:324:20 - error: Type "WebSocketResponse | None" is not assignable to return type "WebSocketResponse"
    Type "WebSocketResponse | None" is not assignable to type "WebSocketResponse"
      "None" is not assignable to "WebSocketResponse" (reportReturnType)
  <CWD>/homeassistant/components/websocket_api/http.py:326:20 - error: "warning" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:327:20 - error: Type "WebSocketResponse | None" is not assignable to return type "WebSocketResponse"
    Type "WebSocketResponse | None" is not assignable to type "WebSocketResponse"
      "None" is not assignable to "WebSocketResponse" (reportReturnType)
  <CWD>/homeassistant/components/websocket_api/http.py:329:16 - error: "debug" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:332:27 - error: "bus" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:335:40 - error: "bus" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:339:24 - error: "_writer" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:345:13 - error: Argument of type "WebSocketAdapter | None" cannot be assigned to parameter "logger" of type "WebSocketAdapter" in function "__init__"
    Type "WebSocketAdapter | None" is not assignable to type "WebSocketAdapter"
      "None" is not assignable to "WebSocketAdapter" (reportArgumentType)
  <CWD>/homeassistant/components/websocket_api/http.py:345:21 - error: Argument of type "HomeAssistant | None" cannot be assigned to parameter "hass" of type "HomeAssistant" in function "__init__"
    Type "HomeAssistant | None" is not assignable to type "HomeAssistant"
      "None" is not assignable to "HomeAssistant" (reportArgumentType)
  <CWD>/homeassistant/components/websocket_api/http.py:355:20 - error: "debug" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:361:20 - error: "debug" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:363:20 - error: "exception" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:381:16 - error: Type "WebSocketResponse | None" is not assignable to return type "WebSocketResponse"
    Type "WebSocketResponse | None" is not assignable to type "WebSocketResponse"
      "None" is not assignable to "WebSocketResponse" (reportReturnType)
  <CWD>/homeassistant/components/websocket_api/http.py:393:37 - error: "receive" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:418:26 - error: "debug" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:427:20 - error: "data" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:427:56 - error: "data" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:428:9 - error: No overloads for "async_dispatcher_send" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/websocket_api/http.py:428:31 - error: Argument of type "HomeAssistant | None" cannot be assigned to parameter "hass" of type "HomeAssistant" in function "async_dispatcher_send"
    Type "HomeAssistant | None" is not assignable to type "HomeAssistant"
      "None" is not assignable to "HomeAssistant" (reportArgumentType)
  <CWD>/homeassistant/components/websocket_api/http.py:481:25 - error: "closed" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:482:31 - error: "receive" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:512:30 - error: "debug" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:540:29 - error: "close" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:543:28 - error: "debug" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:547:28 - error: "debug" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:553:28 - error: "warning" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:558:26 - error: "data" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/websocket_api/http.py:561:17 - error: No overloads for "async_dispatcher_send" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/websocket_api/http.py:561:39 - error: Argument of type "HomeAssistant | None" cannot be assigned to parameter "hass" of type "HomeAssistant" in function "async_dispatcher_send"
    Type "HomeAssistant | None" is not assignable to type "HomeAssistant"
      "None" is not assignable to "HomeAssistant" (reportArgumentType)
<CWD>/homeassistant/components/weheat/binary_sensor.py
  <CWD>/homeassistant/components/weheat/binary_sensor.py:84:7 - error: Base classes for class "WeheatHeatPumpBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weheat/binary_sensor.py:99:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WeHeatBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weheat/binary_sensor.py:99:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "WeHeatBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weheat/binary_sensor.py:104:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/weheat/sensor.py
  <CWD>/homeassistant/components/weheat/sensor.py:270:7 - error: Base classes for class "WeheatHeatPumpSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weheat/sensor.py:285:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WeHeatSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weheat/sensor.py:285:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WeHeatSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/weheat/sensor.py:290:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wemo/__init__.py
  <CWD>/homeassistant/components/wemo/__init__.py:88:23 - error: "SubscriptionRegistry" is not exported from module "pywemo" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/__init__.py:92:34 - error: "ssdp" is not a known attribute of module "pywemo" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/wemo/__init__.py:180:49 - error: "WeMoDevice" is not exported from module "pywemo" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/__init__.py:188:23 - error: "PyWeMoException" is not exported from module "pywemo" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/__init__.py:273:24 - error: "discover_devices" is not exported from module "pywemo" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/__init__.py:289:17 - error: Argument of type "HassJob[(datetime), None]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later"
    Type "HassJob[(datetime), None]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(datetime), None]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "None" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(datetime), None]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
  <CWD>/homeassistant/components/wemo/__init__.py:325:67 - error: "WeMoDevice" is not exported from module "pywemo" (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/__init__.py:327:18 - error: "setup_url_for_address" is not exported from module "pywemo" (reportPrivateImportUsage)
<CWD>/homeassistant/components/wemo/binary_sensor.py
  <CWD>/homeassistant/components/wemo/binary_sensor.py:3:20 - error: "Insight" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.insight" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/binary_sensor.py:3:29 - error: "Maker" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.maker" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/binary_sensor.py:3:36 - error: "StandbyState" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.insight" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/binary_sensor.py:34:7 - error: Base classes for class "WemoBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/binary_sensor.py:34:7 - error: Base classes for class "WemoBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/binary_sensor.py:34:7 - error: Base classes for class "WemoBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/binary_sensor.py:34:7 - error: Base classes for class "WemoBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/binary_sensor.py:34:7 - error: Base classes for class "WemoBinarySensor" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/binary_sensor.py:38:7 - error: Base classes for class "MakerBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/binary_sensor.py:38:7 - error: Base classes for class "MakerBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/binary_sensor.py:38:7 - error: Base classes for class "MakerBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/binary_sensor.py:38:7 - error: Base classes for class "MakerBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/binary_sensor.py:45:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wemo/config_flow.py
  <CWD>/homeassistant/components/wemo/config_flow.py:21:58 - error: "discover_devices" is not exported from module "pywemo" (reportPrivateImportUsage)
<CWD>/homeassistant/components/wemo/coordinator.py
  <CWD>/homeassistant/components/wemo/coordinator.py:12:20 - error: "Insight" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.insight" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/coordinator.py:12:29 - error: "LongPressMixin" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.api.long_press" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/coordinator.py:12:45 - error: "WeMoDevice" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/wemo/entity.py
  <CWD>/homeassistant/components/wemo/entity.py:40:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/entity.py:55:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/entity.py:63:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wemo/fan.py
  <CWD>/homeassistant/components/wemo/fan.py:9:20 - error: "DesiredHumidity" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.humidifier" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/fan.py:9:37 - error: "FanMode" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.humidifier" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/fan.py:9:46 - error: "Humidifier" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.humidifier" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/fan.py:74:7 - error: Base classes for class "WemoHumidifier" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/fan.py:74:7 - error: Base classes for class "WemoHumidifier" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/fan.py:74:7 - error: Base classes for class "WemoHumidifier" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/fan.py:74:7 - error: Base classes for class "WemoHumidifier" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/fan.py:94:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/fan.py:99:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/fan.py:111:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/fan.py:116:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/fan.py:172:36 - error: "pywemo_humidity" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/wemo/light.py
  <CWD>/homeassistant/components/wemo/light.py:7:20 - error: "Bridge" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.bridge" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/light.py:7:28 - error: "BridgeLight" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.bridge" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/light.py:7:41 - error: "Dimmer" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.dimmer" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/light.py:94:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:99:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:104:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:109:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:120:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:125:9 - error: "xy_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:137:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:151:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:165:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:206:7 - error: Base classes for class "WemoDimmer" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:206:7 - error: Base classes for class "WemoDimmer" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:206:7 - error: Base classes for class "WemoDimmer" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:206:7 - error: Base classes for class "WemoDimmer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:206:7 - error: Base classes for class "WemoDimmer" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/light.py:214:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wemo/models.py
  <CWD>/homeassistant/components/wemo/models.py:37:22 - error: "SubscriptionRegistry" is not exported from module "pywemo" (reportPrivateImportUsage)
<CWD>/homeassistant/components/wemo/sensor.py
  <CWD>/homeassistant/components/wemo/sensor.py:77:7 - error: Base classes for class "AttributeSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/sensor.py:77:7 - error: Base classes for class "AttributeSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/sensor.py:77:7 - error: Base classes for class "AttributeSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/sensor.py:77:7 - error: Base classes for class "AttributeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/sensor.py:87:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "AttributeSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/sensor.py:87:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "AttributeSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/sensor.py:106:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wemo/switch.py
  <CWD>/homeassistant/components/wemo/switch.py:8:20 - error: "CoffeeMaker" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.coffeemaker" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/switch.py:8:33 - error: "Insight" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.insight" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/switch.py:8:42 - error: "Maker" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.maker" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/switch.py:8:49 - error: "StandbyState" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.insight" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/switch.py:8:63 - error: "Switch" is not exported from module "pywemo"
    Import from "pywemo.ouimeaux_device.switch" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/wemo/switch.py:50:7 - error: Base classes for class "WemoSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/switch.py:50:7 - error: Base classes for class "WemoSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/switch.py:50:7 - error: Base classes for class "WemoSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/switch.py:50:7 - error: Base classes for class "WemoSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/switch.py:50:7 - error: Base classes for class "WemoSwitch" define variable "is_on" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/switch.py:57:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wemo/switch.py:116:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/whirlpool/binary_sensor.py
  <CWD>/homeassistant/components/whirlpool/binary_sensor.py:35:46 - error: Cannot access attribute "get_door_open" for class "Appliance"
    Attribute "get_door_open" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/whirlpool/binary_sensor.py:71:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WhirlpoolBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/binary_sensor.py:71:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "WhirlpoolBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/binary_sensor.py:74:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/whirlpool/climate.py
  <CWD>/homeassistant/components/whirlpool/climate.py:86:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/climate.py:88:16 - error: Type "float | None" is not assignable to return type "float"
    Type "float | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportReturnType)
  <CWD>/homeassistant/components/whirlpool/climate.py:91:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/climate.py:93:16 - error: Type "float | None" is not assignable to return type "float"
    Type "float | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportReturnType)
  <CWD>/homeassistant/components/whirlpool/climate.py:98:44 - error: Argument of type "Any | None" cannot be assigned to parameter "temp" of type "float" in function "set_temp"
    Type "Any | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/whirlpool/climate.py:102:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/climate.py:104:16 - error: Type "int | None" is not assignable to return type "int"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportReturnType)
  <CWD>/homeassistant/components/whirlpool/climate.py:107:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/climate.py:112:28 - error: Type "Mode | None" is not assignable to declared type "Mode"
    Type "Mode | None" is not assignable to type "Mode"
      "None" is not assignable to "Mode" (reportAssignmentType)
  <CWD>/homeassistant/components/whirlpool/climate.py:131:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/climate.py:134:16 - error: No overloads for "get" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/whirlpool/climate.py:134:40 - error: Argument of type "FanSpeed | None" cannot be assigned to parameter "key" of type "FanSpeed" in function "get"
    Type "FanSpeed | None" is not assignable to type "FanSpeed"
      "None" is not assignable to "FanSpeed" (reportArgumentType)
  <CWD>/homeassistant/components/whirlpool/climate.py:144:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/whirlpool/entity.py
  <CWD>/homeassistant/components/whirlpool/entity.py:48:32 - error: Cannot assign to attribute "_attr_available" for class "WhirlpoolEntity*"
    Type "bool | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportAttributeAccessIssue)
<CWD>/homeassistant/components/whirlpool/sensor.py
  <CWD>/homeassistant/components/whirlpool/sensor.py:136:37 - error: Argument of type "Literal[MachineState.RunningMainCycle, MachineState.Standby, MachineState.Setting, MachineState.DelayCountdownMode, MachineState.DelayPause, MachineState.SmartDelay, MachineState.SmartGridPause, MachineState.Pause, MachineState.RunningPostCycle, MachineState.Exceptions, MachineState.Complete, MachineState.PowerFailure, MachineState.ServiceDiagnostic, MachineState.FactoryDiagnostic, MachineState.LifeTest, MachineState.CustomerFocusMode, MachineState.DemoMode, MachineState.HardStopOrError, MachineState.SystemInit] | None" cannot be assigned to parameter "key" of type "MachineState" in function "get"
    Type "Literal[MachineState.RunningMainCycle, MachineState.Standby, MachineState.Setting, MachineState.DelayCountdownMode, MachineState.DelayPause, MachineState.SmartDelay, MachineState.SmartGridPause, MachineState.Pause, MachineState.RunningPostCycle, MachineState.Exceptions, MachineState.Complete, MachineState.PowerFailure, MachineState.ServiceDiagnostic, MachineState.FactoryDiagnostic, MachineState.LifeTest, MachineState.CustomerFocusMode, MachineState.DemoMode, MachineState.HardStopOrError, MachineState.SystemInit] | None" is not assignable to type "MachineState"
      "None" is not assignable to "MachineState" (reportArgumentType)
  <CWD>/homeassistant/components/whirlpool/sensor.py:148:36 - error: Argument of type "Literal[MachineState.RunningMainCycle, MachineState.Standby, MachineState.Setting, MachineState.DelayCountdownMode, MachineState.DelayPause, MachineState.SmartDelay, MachineState.SmartGridPause, MachineState.Pause, MachineState.RunningPostCycle, MachineState.Exceptions, MachineState.Complete, MachineState.PowerFailure, MachineState.ServiceDiagnostic, MachineState.FactoryDiagnostic, MachineState.LifeTest, MachineState.CustomerFocusMode, MachineState.DemoMode, MachineState.HardStopOrError, MachineState.SystemInit, MachineState.Cancelled] | None" cannot be assigned to parameter "key" of type "MachineState" in function "get"
    Type "Literal[MachineState.RunningMainCycle, MachineState.Standby, MachineState.Setting, MachineState.DelayCountdownMode, MachineState.DelayPause, MachineState.SmartDelay, MachineState.SmartGridPause, MachineState.Pause, MachineState.RunningPostCycle, MachineState.Exceptions, MachineState.Complete, MachineState.PowerFailure, MachineState.ServiceDiagnostic, MachineState.FactoryDiagnostic, MachineState.LifeTest, MachineState.CustomerFocusMode, MachineState.DemoMode, MachineState.HardStopOrError, MachineState.SystemInit, MachineState.Cancelled] | None" is not assignable to type "MachineState"
      "None" is not assignable to "MachineState" (reportArgumentType)
  <CWD>/homeassistant/components/whirlpool/sensor.py:179:18 - error: Argument of type "(washer: Washer) -> (str | None)" cannot be assigned to parameter "value_fn" of type "(Appliance) -> (str | None)" in function "__init__"
    Type "(washer: Washer) -> (str | None)" is not assignable to type "(Appliance) -> (str | None)"
      Parameter 1: type "Appliance" is incompatible with type "Washer"
        "Appliance" is not assignable to "Washer" (reportArgumentType)
  <CWD>/homeassistant/components/whirlpool/sensor.py:187:61 - error: Cannot access attribute "get_dispense_1_level" for class "Appliance"
    Attribute "get_dispense_1_level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/whirlpool/sensor.py:197:18 - error: Argument of type "(dryer: Dryer) -> (str | None)" cannot be assigned to parameter "value_fn" of type "(Appliance) -> (str | None)" in function "__init__"
    Type "(dryer: Dryer) -> (str | None)" is not assignable to type "(Appliance) -> (str | None)"
      Parameter 1: type "Appliance" is incompatible with type "Dryer"
        "Appliance" is not assignable to "Dryer" (reportArgumentType)
  <CWD>/homeassistant/components/whirlpool/sensor.py:330:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WhirlpoolSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/sensor.py:330:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WhirlpoolSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/sensor.py:333:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/sensor.py:373:6 - error: Argument of type "property" cannot be assigned to parameter "method" of type "_F@override" in function "override"
    Type "property" is not assignable to type "(...) -> Any"
      Type "property" is not assignable to type "(...) -> Any" (reportArgumentType)
  <CWD>/homeassistant/components/whirlpool/sensor.py:375:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/sensor.py:386:25 - error: Argument of type "int | None" cannot be assigned to parameter "seconds" of type "float" in function "__new__"
    Type "int | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/whirlpool/sensor.py:399:5 - error: "_appliance" overrides symbol of same name in class "WasherDryerTimeSensorBase"
    Variable is mutable so its type is invariant
      Override type "Washer" is not the same as base type "Washer | Dryer" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/sensor.py:418:5 - error: "_appliance" overrides symbol of same name in class "WasherDryerTimeSensorBase"
    Variable is mutable so its type is invariant
      Override type "Dryer" is not the same as base type "Washer | Dryer" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/sensor.py:445:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WhirlpoolOvenCavitySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/sensor.py:445:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WhirlpoolOvenCavitySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whirlpool/sensor.py:450:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/whois/sensor.py
  <CWD>/homeassistant/components/whois/sensor.py:182:7 - error: Base classes for class "WhoisSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whois/sensor.py:198:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WhoisSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whois/sensor.py:198:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WhoisSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whois/sensor.py:208:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/whois/sensor.py:215:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wiffi/binary_sensor.py
  <CWD>/homeassistant/components/wiffi/binary_sensor.py:47:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wiffi/sensor.py
  <CWD>/homeassistant/components/wiffi/sensor.py:89:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wiffi/sensor.py:119:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wilight/cover.py
  <CWD>/homeassistant/components/wilight/cover.py:61:7 - error: Base classes for class "WiLightCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/cover.py:67:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/cover.py:77:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/cover.py:84:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/cover.py:91:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wilight/entity.py
  <CWD>/homeassistant/components/wilight/entity.py:42:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wilight/fan.py
  <CWD>/homeassistant/components/wilight/fan.py:58:7 - error: Base classes for class "WiLightFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/fan.py:82:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/fan.py:95:9 - error: "current_direction" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wilight/light.py
  <CWD>/homeassistant/components/wilight/light.py:57:7 - error: Base classes for class "WiLightLightOnOff" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/light.py:65:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/light.py:78:7 - error: Base classes for class "WiLightLightDimmer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/light.py:86:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/light.py:91:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/light.py:130:7 - error: Base classes for class "WiLightLightColor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/light.py:138:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/light.py:143:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/light.py:151:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wilight/parent_device.py
  <CWD>/homeassistant/components/wilight/parent_device.py:106:16 - error: Type "None" is not assignable to return type "PyWiLightDevice"
    "None" is not assignable to "PyWiLightDevice" (reportReturnType)
<CWD>/homeassistant/components/wilight/switch.py
  <CWD>/homeassistant/components/wilight/switch.py:148:7 - error: Base classes for class "WiLightValveSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/switch.py:154:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/switch.py:207:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/switch.py:264:7 - error: Base classes for class "WiLightValvePauseSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/switch.py:270:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wilight/switch.py:286:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wirelesstag/__init__.py
  <CWD>/homeassistant/components/wirelesstag/__init__.py:7:6 - error: Import "wirelesstagpy" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/wirelesstag/__init__.py:8:6 - error: Import "wirelesstagpy.exceptions" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/wirelesstag/binary_sensor.py
  <CWD>/homeassistant/components/wirelesstag/binary_sensor.py:98:7 - error: Base classes for class "WirelessTagBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/binary_sensor.py:98:7 - error: Base classes for class "WirelessTagBinarySensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/binary_sensor.py:98:7 - error: Base classes for class "WirelessTagBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/binary_sensor.py:122:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/binary_sensor.py:127:9 - error: "device_class" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/binary_sensor.py:127:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wirelesstag/entity.py
  <CWD>/homeassistant/components/wirelesstag/entity.py:39:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/entity.py:63:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/entity.py:81:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wirelesstag/sensor.py
  <CWD>/homeassistant/components/wirelesstag/sensor.py:95:7 - error: Base classes for class "WirelessTagSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/sensor.py:95:7 - error: Base classes for class "WirelessTagSensor" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/sensor.py:95:7 - error: Base classes for class "WirelessTagSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/sensor.py:131:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/sensor.py:136:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wirelesstag/switch.py
  <CWD>/homeassistant/components/wirelesstag/switch.py:82:7 - error: Base classes for class "WirelessTagSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/switch.py:82:7 - error: Base classes for class "WirelessTagSwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/switch.py:82:7 - error: Base classes for class "WirelessTagSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/switch.py:101:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wirelesstag/switch.py:103:16 - error: Type "Unknown | None" is not assignable to return type "bool"
    Type "Unknown | None" is not assignable to type "bool"
      "None" is not assignable to "bool" (reportReturnType)
<CWD>/homeassistant/components/wirelesstag/util.py
  <CWD>/homeassistant/components/wirelesstag/util.py:5:6 - error: Import "wirelesstagpy.sensortag" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/withings/binary_sensor.py
  <CWD>/homeassistant/components/withings/binary_sensor.py:48:7 - error: Base classes for class "WithingsBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/binary_sensor.py:60:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/withings/calendar.py
  <CWD>/homeassistant/components/withings/calendar.py:68:7 - error: Base classes for class "WithingsWorkoutCalendarEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/withings/sensor.py
  <CWD>/homeassistant/components/withings/sensor.py:886:7 - error: Base classes for class "WithingsSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/sensor.py:901:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "_ED@WithingsSensor" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/sensor.py:901:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "_ED@WithingsSensor" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/sensor.py:913:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/sensor.py:944:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/sensor.py:960:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/sensor.py:975:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/sensor.py:982:9 - error: "last_reset" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/sensor.py:996:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/sensor.py:1003:7 - error: Base classes for class "WithingsDeviceSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/sensor.py:1016:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WithingsDeviceSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/sensor.py:1016:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WithingsDeviceSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/withings/sensor.py:1019:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wiz/binary_sensor.py
  <CWD>/homeassistant/components/wiz/binary_sensor.py:65:7 - error: Base classes for class "WizOccupancyEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wiz/binary_sensor.py:79:31 - error: "get_source" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/wiz/config_flow.py
  <CWD>/homeassistant/components/wiz/config_flow.py:180:66 - error: Argument of type "str | None" cannot be assigned to parameter "mac" of type "str" in function "name_from_bulb_type_and_mac"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/wiz/entity.py
  <CWD>/homeassistant/components/wiz/entity.py:22:7 - error: Base classes for class "WizEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wiz/entity.py:31:31 - error: Type "BulbType | None" is not assignable to declared type "BulbType"
    Type "BulbType | None" is not assignable to type "BulbType"
      "None" is not assignable to "BulbType" (reportAssignmentType)
  <CWD>/homeassistant/components/wiz/entity.py:34:51 - error: Argument of type "set[tuple[Literal['mac'], str | None]]" cannot be assigned to parameter "connections" of type "set[tuple[str, str]]" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/wiz/entity.py:60:7 - error: Base classes for class "WizToggleEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wiz/fan.py
  <CWD>/homeassistant/components/wiz/fan.py:37:41 - error: "features" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/fan.py:41:7 - error: Base classes for class "WizFanEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wiz/fan.py:48:5 - error: "is_on" incorrectly overrides property of same name in class "FanEntity" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wiz/fan.py:48:23 - error: Type "cached_property" is not assignable to declared type "property"
    "cached_property[bool | None]" is not assignable to "property" (reportAssignmentType)
  <CWD>/homeassistant/components/wiz/fan.py:53:31 - error: Type "BulbType | None" is not assignable to declared type "BulbType"
    Type "BulbType | None" is not assignable to type "BulbType"
      "None" is not assignable to "BulbType" (reportAssignmentType)
  <CWD>/homeassistant/components/wiz/fan.py:68:34 - error: Cannot assign to attribute "_attr_speed_count" for class "WizFanEntity*"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/wiz/fan.py:77:28 - error: Operator ">" not supported for "None" (reportOptionalOperand)
  <CWD>/homeassistant/components/wiz/fan.py:77:34 - error: "get_fan_state" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/fan.py:79:36 - error: Argument of type "int | None" cannot be assigned to parameter "value" of type "float" in function "ranged_value_to_percentage"
    Type "int | None" is not assignable to type "float"
      "None" is not assignable to "float" (reportArgumentType)
  <CWD>/homeassistant/components/wiz/fan.py:79:42 - error: "get_fan_speed" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/fan.py:82:30 - error: "get_fan_mode" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/fan.py:85:33 - error: "get_fan_reverse" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/wiz/light.py
  <CWD>/homeassistant/components/wiz/light.py:63:41 - error: "bulb_type" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/light.py:67:7 - error: Base classes for class "WizBulbEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wiz/light.py:76:31 - error: Type "BulbType | None" is not assignable to declared type "BulbType"
    Type "BulbType | None" is not assignable to type "BulbType"
      "None" is not assignable to "BulbType" (reportAssignmentType)
  <CWD>/homeassistant/components/wiz/light.py:80:29 - error: Argument of type "int | None" cannot be assigned to parameter "key" of type "int" in function "__getitem__"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/wiz/light.py:92:55 - error: "max" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/light.py:93:55 - error: "min" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/light.py:104:33 - error: "get_brightness" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/light.py:107:33 - error: "get_colortemp" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/light.py:112:64 - error: "get_rgbww" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/light.py:116:63 - error: "get_rgbw" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/light.py:119:35 - error: "get_scene" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/wiz/number.py
  <CWD>/homeassistant/components/wiz/number.py:49:63 - error: "get_speed" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/number.py:60:63 - error: "get_ratio" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/number.py:78:46 - error: "features" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/number.py:94:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WizNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wiz/number.py:94:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "WizNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wiz/number.py:99:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wiz/sensor.py
  <CWD>/homeassistant/components/wiz/sensor.py:65:7 - error: Base classes for class "WizSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wiz/sensor.py:75:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "SensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wiz/sensor.py:82:54 - error: "pilotResult" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/sensor.py:94:41 - error: "get_power" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/wiz/switch.py
  <CWD>/homeassistant/components/wiz/switch.py:25:41 - error: "bulb_type" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/wiz/switch.py:29:7 - error: Base classes for class "WizSocketEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wled/button.py
  <CWD>/homeassistant/components/wled/button.py:26:7 - error: Base classes for class "WLEDRestartButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/button.py:26:7 - error: Base classes for class "WLEDRestartButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/button.py:38:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/wled/entity.py
  <CWD>/homeassistant/components/wled/entity.py:16:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wled/light.py
  <CWD>/homeassistant/components/wled/light.py:59:7 - error: Base classes for class "WLEDMainLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/light.py:73:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/light.py:78:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/light.py:83:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/light.py:88:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/light.py:98:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/light.py:110:7 - error: Base classes for class "WLEDSegmentLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/light.py:151:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/light.py:161:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/light.py:168:9 - error: "rgbw_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/light.py:181:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/light.py:188:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/light.py:202:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/light.py:207:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/light.py:219:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/light.py:236:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/wled/number.py
  <CWD>/homeassistant/components/wled/number.py:71:7 - error: Base classes for class "WLEDNumber" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/number.py:84:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WLEDNumberEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/number.py:84:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "WLEDNumberEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/number.py:98:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/number.py:108:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/number.py:115:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/wled/select.py
  <CWD>/homeassistant/components/wled/select.py:47:7 - error: Base classes for class "WLEDLiveOverrideSelect" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:47:7 - error: Base classes for class "WLEDLiveOverrideSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:61:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:66:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/select.py:71:7 - error: Base classes for class "WLEDPresetSelect" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:83:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:88:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:99:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:107:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/select.py:112:7 - error: Base classes for class "WLEDPlaylistSelect" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:124:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:129:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:140:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:148:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/select.py:153:7 - error: Base classes for class "WLEDPaletteSelect" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:174:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:184:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:196:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/select.py:204:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/wled/sensor.py
  <CWD>/homeassistant/components/wled/sensor.py:144:7 - error: Base classes for class "WLEDSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/sensor.py:144:7 - error: Base classes for class "WLEDSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/sensor.py:156:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WLEDSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/sensor.py:156:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WLEDSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/sensor.py:160:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wled/switch.py
  <CWD>/homeassistant/components/wled/switch.py:47:7 - error: Base classes for class "WLEDNightlightSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:47:7 - error: Base classes for class "WLEDNightlightSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:59:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:68:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:73:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/switch.py:78:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/switch.py:83:7 - error: Base classes for class "WLEDSyncSendSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:83:7 - error: Base classes for class "WLEDSyncSendSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:95:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:100:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:105:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/switch.py:110:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/switch.py:115:7 - error: Base classes for class "WLEDSyncReceiveSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:115:7 - error: Base classes for class "WLEDSyncReceiveSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:127:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:132:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:137:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/switch.py:142:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/switch.py:147:7 - error: Base classes for class "WLEDReverseSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:168:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:178:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/switch.py:183:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/wled/switch.py:188:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/wled/update.py
  <CWD>/homeassistant/components/wled/update.py:36:7 - error: Base classes for class "WLEDUpdateEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/update.py:68:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/update.py:73:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/update.py:80:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/update.py:101:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wled/update.py:108:15 - error: Method "async_install" overrides class "UpdateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/wmspro/button.py
  <CWD>/homeassistant/components/wmspro/button.py:32:7 - error: Base classes for class "WebControlProIdentifyButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wmspro/cover.py
  <CWD>/homeassistant/components/wmspro/cover.py:46:7 - error: Base classes for class "WebControlProCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wmspro/cover.py:53:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wmspro/cover.py:66:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wmspro/entity.py
  <CWD>/homeassistant/components/wmspro/entity.py:40:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wmspro/light.py
  <CWD>/homeassistant/components/wmspro/light.py:44:7 - error: Base classes for class "WebControlProLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wmspro/light.py:52:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wmspro/light.py:79:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wolflink/sensor.py
  <CWD>/homeassistant/components/wolflink/sensor.py:153:7 - error: Base classes for class "WolfLinkSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wolflink/sensor.py:167:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "WolflinkSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wolflink/sensor.py:167:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "WolflinkSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wolflink/sensor.py:179:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wolflink/sensor.py:195:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/workday/entity.py
  <CWD>/homeassistant/components/workday/entity.py:8:35 - error: "__version__" is not exported from module "holidays"
    Import from "holidays.version" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/worldtidesinfo/sensor.py
  <CWD>/homeassistant/components/worldtidesinfo/sensor.py:58:19 - error: "get" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/worldtidesinfo/sensor.py:79:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/worldtidesinfo/sensor.py:84:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/worldtidesinfo/sensor.py:101:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/worxlandroid/sensor.py
  <CWD>/homeassistant/components/worxlandroid/sensor.py:79:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/worxlandroid/sensor.py:84:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/worxlandroid/sensor.py:89:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/worxlandroid/sensor.py:121:26 - error: "mower_response" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/ws66i/__init__.py
  <CWD>/homeassistant/components/ws66i/__init__.py:55:41 - error: "amp_num" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/ws66i/media_player.py
  <CWD>/homeassistant/components/ws66i/media_player.py:45:7 - error: Base classes for class "Ws66iZone" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wsdot/sensor.py
  <CWD>/homeassistant/components/wsdot/sensor.py:81:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wsdot/sensor.py:86:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wsdot/sensor.py:117:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wyoming/select.py
  <CWD>/homeassistant/components/wyoming/select.py:72:7 - error: Base classes for class "WyomingSatelliteNoiseSuppressionLevelSelect" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wyoming/select.py:72:7 - error: Base classes for class "WyomingSatelliteNoiseSuppressionLevelSelect" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wyoming/select.py:72:7 - error: Base classes for class "WyomingSatelliteNoiseSuppressionLevelSelect" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wyoming/select.py:72:7 - error: Base classes for class "WyomingSatelliteNoiseSuppressionLevelSelect" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wyoming/switch.py
  <CWD>/homeassistant/components/wyoming/switch.py:35:7 - error: Base classes for class "WyomingSatelliteMuteSwitch" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wyoming/switch.py:35:7 - error: Base classes for class "WyomingSatelliteMuteSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wyoming/switch.py:35:7 - error: Base classes for class "WyomingSatelliteMuteSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wyoming/switch.py:35:7 - error: Base classes for class "WyomingSatelliteMuteSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/wyoming/tts.py
  <CWD>/homeassistant/components/wyoming/tts.py:87:9 - error: "default_language" overrides symbol of same name in class "TextToSpeechEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wyoming/tts.py:95:9 - error: "supported_languages" overrides symbol of same name in class "TextToSpeechEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wyoming/tts.py:100:9 - error: "supported_options" overrides symbol of same name in class "TextToSpeechEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wyoming/tts.py:109:9 - error: "default_options" overrides symbol of same name in class "TextToSpeechEntity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/wyoming/tts.py:195:44 - error: Argument of type "CoroutineType[Any, Any, Unknown]" cannot be assigned to parameter "data_gen" of type "AsyncGenerator[bytes, None]" in function "__init__"
    "CoroutineType[Any, Any, Unknown]" is incompatible with protocol "AsyncGenerator[bytes, None]"
      "__anext__" is not present
      "asend" is not present
      "athrow" is not present
      "aclose" is not present
      "__aiter__" is not present (reportArgumentType)
<CWD>/homeassistant/components/x10/light.py
  <CWD>/homeassistant/components/x10/light.py:78:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/x10/light.py:83:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/x10/light.py:95:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xbox/binary_sensor.py
  <CWD>/homeassistant/components/xbox/binary_sensor.py:139:7 - error: Base classes for class "XboxBinarySensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/binary_sensor.py:139:7 - error: Base classes for class "XboxBinarySensorEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/binary_sensor.py:139:7 - error: Base classes for class "XboxBinarySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/binary_sensor.py:142:5 - error: "entity_description" overrides symbol of same name in class "XboxBaseEntity"
    Variable is mutable so its type is invariant
      Override type "XboxBinarySensorEntityDescription" is not the same as base type "XboxBaseEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/binary_sensor.py:142:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "XboxBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/binary_sensor.py:145:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xbox/entity.py
  <CWD>/homeassistant/components/xbox/entity.py:59:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "XboxBaseEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/entity.py:82:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/entity.py:93:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xbox/image.py
  <CWD>/homeassistant/components/xbox/image.py:92:7 - error: Base classes for class "XboxImageEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/image.py:92:7 - error: Base classes for class "XboxImageEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/image.py:95:5 - error: "entity_description" overrides symbol of same name in class "XboxBaseEntity"
    Variable is mutable so its type is invariant
      Override type "XboxImageEntityDescription" is not the same as base type "XboxBaseEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/image.py:95:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "XboxImageEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xbox/media_player.py
  <CWD>/homeassistant/components/xbox/media_player.py:69:7 - error: Base classes for class "XboxMediaPlayer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/media_player.py:76:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/media_player.py:76:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/media_player.py:84:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/media_player.py:84:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/media_player.py:95:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/media_player.py:103:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/media_player.py:108:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/media_player.py:118:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xbox/media_source.py
  <CWD>/homeassistant/components/xbox/media_source.py:89:5 - error: "name" overrides symbol of same name in class "MediaSource"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xbox/remote.py
  <CWD>/homeassistant/components/xbox/remote.py:37:7 - error: Base classes for class "XboxRemote" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/remote.py:41:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xbox/sensor.py
  <CWD>/homeassistant/components/xbox/sensor.py:291:7 - error: Base classes for class "XboxSensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/sensor.py:291:7 - error: Base classes for class "XboxSensorEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/sensor.py:291:7 - error: Base classes for class "XboxSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/sensor.py:294:5 - error: "entity_description" overrides symbol of same name in class "XboxBaseEntity"
    Variable is mutable so its type is invariant
      Override type "XboxSensorEntityDescription" is not the same as base type "XboxBaseEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/sensor.py:294:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "XboxSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/sensor.py:297:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/sensor.py:302:7 - error: Base classes for class "XboxStorageDeviceSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/sensor.py:319:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "XboxStorageDeviceSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/sensor.py:319:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "XboxStorageDeviceSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xbox/sensor.py:355:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xeoma/camera.py
  <CWD>/homeassistant/components/xeoma/camera.py:7:6 - error: Import "pyxeoma.xeoma" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/xeoma/camera.py:142:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi/camera.py
  <CWD>/homeassistant/components/xiaomi/camera.py:90:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi/camera.py:95:9 - error: "brand" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi/camera.py:100:9 - error: "model" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:140:7 - error: Base classes for class "XiaomiBinarySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:140:7 - error: Base classes for class "XiaomiBinarySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:140:7 - error: Base classes for class "XiaomiBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:140:7 - error: Base classes for class "XiaomiBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:184:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:246:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:327:7 - error: Base classes for class "XiaomiDoorSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:327:7 - error: Base classes for class "XiaomiDoorSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:327:7 - error: Base classes for class "XiaomiDoorSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:327:7 - error: Base classes for class "XiaomiDoorSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:327:7 - error: Base classes for class "XiaomiDoorSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:327:7 - error: Base classes for class "XiaomiDoorSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:327:7 - error: Base classes for class "XiaomiDoorSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:327:7 - error: Base classes for class "XiaomiDoorSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:352:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:465:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:514:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:562:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/binary_sensor.py:632:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_aqara/cover.py
  <CWD>/homeassistant/components/xiaomi_aqara/cover.py:42:7 - error: Base classes for class "XiaomiGenericCover" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/cover.py:42:7 - error: Base classes for class "XiaomiGenericCover" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/cover.py:42:7 - error: Base classes for class "XiaomiGenericCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/cover.py:42:7 - error: Base classes for class "XiaomiGenericCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/cover.py:59:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/cover.py:64:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_aqara/entity.py
  <CWD>/homeassistant/components/xiaomi_aqara/entity.py:53:48 - error: Cannot access attribute "_data_key" for class "XiaomiDevice*"
    Attribute "_data_key" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/xiaomi_aqara/entity.py:54:39 - error: Cannot access attribute "_data_key" for class "XiaomiDevice*"
    Attribute "_data_key" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/xiaomi_aqara/entity.py:76:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/entity.py:81:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/entity.py:91:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/entity.py:115:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_aqara/light.py
  <CWD>/homeassistant/components/xiaomi_aqara/light.py:44:7 - error: Base classes for class "XiaomiGatewayLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/light.py:44:7 - error: Base classes for class "XiaomiGatewayLight" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/light.py:44:7 - error: Base classes for class "XiaomiGatewayLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/light.py:44:7 - error: Base classes for class "XiaomiGatewayLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/light.py:94:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/light.py:99:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_aqara/lock.py
  <CWD>/homeassistant/components/xiaomi_aqara/lock.py:42:7 - error: Base classes for class "XiaomiAqaraLock" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/lock.py:42:7 - error: Base classes for class "XiaomiAqaraLock" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/lock.py:42:7 - error: Base classes for class "XiaomiAqaraLock" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/lock.py:42:7 - error: Base classes for class "XiaomiAqaraLock" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/lock.py:42:7 - error: Base classes for class "XiaomiAqaraLock" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/lock.py:59:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_aqara/sensor.py
  <CWD>/homeassistant/components/xiaomi_aqara/sensor.py:167:7 - error: Base classes for class "XiaomiSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/sensor.py:167:7 - error: Base classes for class "XiaomiSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/sensor.py:167:7 - error: Base classes for class "XiaomiSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/sensor.py:167:7 - error: Base classes for class "XiaomiSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/sensor.py:208:7 - error: Base classes for class "XiaomiBatterySensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/sensor.py:208:7 - error: Base classes for class "XiaomiBatterySensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/sensor.py:208:7 - error: Base classes for class "XiaomiBatterySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/sensor.py:208:7 - error: Base classes for class "XiaomiBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_aqara/switch.py
  <CWD>/homeassistant/components/xiaomi_aqara/switch.py:138:7 - error: Base classes for class "XiaomiGenericSwitch" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/switch.py:138:7 - error: Base classes for class "XiaomiGenericSwitch" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/switch.py:138:7 - error: Base classes for class "XiaomiGenericSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/switch.py:138:7 - error: Base classes for class "XiaomiGenericSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/switch.py:161:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_aqara/switch.py:168:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_ble/binary_sensor.py
  <CWD>/homeassistant/components/xiaomi_ble/binary_sensor.py:6:5 - error: "BinarySensorDeviceClass" is not exported from module "xiaomi_ble.parser"
    Import from ".binary_sensor.device_class" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_ble/binary_sensor.py:7:5 - error: "ExtendedBinarySensorDeviceClass" is not exported from module "xiaomi_ble.parser"
    Import from "xiaomi_ble.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_ble/binary_sensor.py:8:5 - error: "SensorUpdate" is not exported from module "xiaomi_ble.parser"
    Import from ".data" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_ble/binary_sensor.py:162:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_ble/binary_sensor.py:167:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_ble/config_flow.py
  <CWD>/homeassistant/components/xiaomi_ble/config_flow.py:17:31 - error: "EncryptionScheme" is not exported from module "xiaomi_ble.parser"
    Import from "xiaomi_ble.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_ble/config_flow.py:149:38 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/xiaomi_ble/config_flow.py:183:38 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/xiaomi_ble/config_flow.py:234:19 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/xiaomi_ble/config_flow.py:246:38 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/xiaomi_ble/config_flow.py:259:38 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/xiaomi_ble/config_flow.py:272:38 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/xiaomi_ble/config_flow.py:366:19 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/xiaomi_ble/coordinator.py
  <CWD>/homeassistant/components/xiaomi_ble/coordinator.py:78:5 - error: "coordinator" overrides symbol of same name in class "PassiveBluetoothDataProcessor"
    Variable is mutable so its type is invariant
      Override type "XiaomiActiveBluetoothProcessorCoordinator" is not the same as base type "PassiveBluetoothProcessorCoordinator[SensorUpdate]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_ble/sensor.py
  <CWD>/homeassistant/components/xiaomi_ble/sensor.py:8:31 - error: "ExtendedSensorDeviceClass" is not exported from module "xiaomi_ble.parser"
    Import from "xiaomi_ble.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_ble/sensor.py:271:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_ble/sensor.py:276:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/__init__.py
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:13:5 - error: "AirFresh" is not exported from module "miio"
    Import from "miio.integrations.airpurifier" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:14:5 - error: "AirFreshA1" is not exported from module "miio"
    Import from "miio.integrations.airpurifier" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:15:5 - error: "AirFreshT2017" is not exported from module "miio"
    Import from "miio.integrations.airpurifier" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:16:5 - error: "AirHumidifier" is not exported from module "miio"
    Import from "miio.integrations.humidifier" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:17:5 - error: "AirHumidifierMiot" is not exported from module "miio"
    Import from "miio.integrations.humidifier" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:18:5 - error: "AirHumidifierMjjsq" is not exported from module "miio"
    Import from "miio.integrations.humidifier" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:19:5 - error: "AirPurifier" is not exported from module "miio"
    Import from "miio.integrations.airpurifier" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:20:5 - error: "AirPurifierMiot" is not exported from module "miio"
    Import from "miio.integrations.airpurifier" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:21:5 - error: "CleaningDetails" is not exported from module "miio"
    Import from "miio.integrations.vacuum.roborock.vacuumcontainers" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:22:5 - error: "CleaningSummary" is not exported from module "miio"
    Import from "miio.integrations.vacuum.roborock.vacuumcontainers" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:23:5 - error: "ConsumableStatus" is not exported from module "miio"
    Import from "miio.integrations.vacuum.roborock.vacuumcontainers" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:24:5 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:25:5 - error: "DeviceException" is not exported from module "miio"
    Import from "miio.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:26:5 - error: "DNDStatus" is not exported from module "miio"
    Import from "miio.integrations.vacuum.roborock.vacuumcontainers" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:27:5 - error: "Fan" is not exported from module "miio"
    Import from "miio.integrations.fan" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:28:5 - error: "Fan1C" is not exported from module "miio"
    Import from "miio.integrations.fan" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:29:5 - error: "FanMiot" is not exported from module "miio"
    Import from "miio.integrations.fan" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:30:5 - error: "FanP5" is not exported from module "miio"
    Import from "miio.integrations.fan" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:31:5 - error: "FanZA5" is not exported from module "miio"
    Import from "miio.integrations.fan" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:32:5 - error: "RoborockVacuum" is not exported from module "miio"
    Import from "miio.integrations.vacuum" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:33:5 - error: "Timer" is not exported from module "miio"
    Import from "miio.integrations.vacuum.roborock.vacuumcontainers" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:34:5 - error: "VacuumStatus" is not exported from module "miio"
    Import from "miio.integrations.vacuum.roborock.vacuumcontainers" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:255:13 - error: Argument of type "CleaningDetails | None" cannot be assigned to parameter "last_clean_details" of type "CleaningDetails" in function "__init__"
    Type "CleaningDetails | None" is not assignable to type "CleaningDetails"
      "None" is not assignable to "CleaningDetails" (reportArgumentType)
  <CWD>/homeassistant/components/xiaomi_miio/__init__.py:390:43 - error: Argument of type "AirHumidifierMiot | AirHumidifierMjjsq | AirHumidifier | AirPurifierMiot | AirPurifier | AirFresh | AirFreshA1 | AirFreshT2017 | RoborockVacuum | Unknown | Device | Fan" cannot be assigned to parameter "device" of type "RoborockVacuum" in function "_async_update_data_vacuum"
    Type "AirHumidifierMiot | AirHumidifierMjjsq | AirHumidifier | AirPurifierMiot | AirPurifier | AirFresh | AirFreshA1 | AirFreshT2017 | RoborockVacuum | Unknown | Device | Fan" is not assignable to type "RoborockVacuum"
      "Device" is not assignable to "RoborockVacuum" (reportArgumentType)
<CWD>/homeassistant/components/xiaomi_miio/air_quality.py
  <CWD>/homeassistant/components/xiaomi_miio/air_quality.py:7:5 - error: "AirQualityMonitor" is not exported from module "miio"
    Import from "miio.airqualitymonitor" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/air_quality.py:8:5 - error: "AirQualityMonitorCGDN1" is not exported from module "miio"
    Import from "miio.airqualitymonitor_miot" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/air_quality.py:9:5 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/air_quality.py:10:5 - error: "DeviceException" is not exported from module "miio"
    Import from "miio.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/air_quality.py:45:7 - error: Base classes for class "AirMonitorB1" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/air_quality.py:119:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/air_quality.py:171:7 - error: Base classes for class "AirMonitorCGDN1" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/alarm_control_panel.py
  <CWD>/homeassistant/components/xiaomi_miio/alarm_control_panel.py:8:18 - error: "DeviceException" is not exported from module "miio"
    Import from "miio.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/xiaomi_miio/binary_sensor.py
  <CWD>/homeassistant/components/xiaomi_miio/binary_sensor.py:10:18 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/binary_sensor.py:219:7 - error: Base classes for class "XiaomiGenericBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/binary_sensor.py:219:7 - error: Base classes for class "XiaomiGenericBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/binary_sensor.py:237:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "XiaomiMiioBinarySensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/binary_sensor.py:237:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "XiaomiMiioBinarySensorDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/button.py
  <CWD>/homeassistant/components/xiaomi_miio/button.py:8:18 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/button.py:154:7 - error: Base classes for class "XiaomiGenericCoordinatedButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/button.py:154:7 - error: Base classes for class "XiaomiGenericCoordinatedButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/button.py:173:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "XiaomiMiioButtonDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/button.py:173:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"
    Variable is mutable so its type is invariant
      Override type "XiaomiMiioButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/config_flow.py
  <CWD>/homeassistant/components/xiaomi_miio/config_flow.py:414:27 - error: "startswith" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/xiaomi_miio/config_flow.py:419:31 - error: "startswith" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/xiaomi_miio/config_flow.py:424:23 - error: Argument of type "Unknown | Any | None" cannot be assigned to parameter "title" of type "str" in function "async_create_entry"
    Type "Unknown | Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/xiaomi_miio/device.py
  <CWD>/homeassistant/components/xiaomi_miio/device.py:6:18 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/device.py:6:26 - error: "DeviceException" is not exported from module "miio"
    Import from "miio.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/xiaomi_miio/device_tracker.py
  <CWD>/homeassistant/components/xiaomi_miio/device_tracker.py:7:18 - error: "DeviceException" is not exported from module "miio"
    Import from "miio.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/device_tracker.py:7:35 - error: "WifiRepeater" is not exported from module "miio"
    Import from "miio.wifirepeater" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/xiaomi_miio/entity.py
  <CWD>/homeassistant/components/xiaomi_miio/entity.py:9:18 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/entity.py:9:40 - error: "DeviceException" is not exported from module "miio"
    Import from "miio.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/entity.py:10:34 - error: "SubDevice" is not exported from module "miio.gateway.devices"
    Import from "miio.gateway.devices.subdevice" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/entity.py:47:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/entity.py:88:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/entity.py:175:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/entity.py:190:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/fan.py
  <CWD>/homeassistant/components/xiaomi_miio/fan.py:11:18 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/fan.py:300:7 - error: Base classes for class "XiaomiGenericDevice" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/fan.py:300:7 - error: Base classes for class "XiaomiGenericDevice" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/fan.py:323:14 - error: "_attr_preset_modes" overrides symbol of same name in class "FanEntity"
    Variable is mutable so its type is invariant
      Override type "list[str]" is not the same as base type "list[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/fan.py:331:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/fan.py:379:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/fan.py:958:9 - error: "preset_modes" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/fan.py:1018:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/gateway.py
  <CWD>/homeassistant/components/xiaomi_miio/gateway.py:8:18 - error: "DeviceException" is not exported from module "miio"
    Import from "miio.exceptions" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/xiaomi_miio/humidifier.py
  <CWD>/homeassistant/components/xiaomi_miio/humidifier.py:7:18 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/humidifier.py:113:7 - error: Base classes for class "XiaomiGenericHumidifier" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/humidifier.py:113:7 - error: Base classes for class "XiaomiGenericHumidifier" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/humidifier.py:169:7 - error: Base classes for class "XiaomiAirHumidifier" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/humidifier.py:169:7 - error: Base classes for class "XiaomiAirHumidifier" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/humidifier.py:172:5 - error: "available_modes" overrides symbol of same name in class "HumidifierEntity"
    Variable is mutable so its type is invariant
      Override type "list[str]" is not the same as base type "cached_property" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/humidifier.py:226:9 - error: "mode" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/humidifier.py:231:9 - error: "target_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/light.py
  <CWD>/homeassistant/components/xiaomi_miio/light.py:14:5 - error: "Ceil" is not exported from module "miio"
    Import from "miio.integrations.light" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:15:5 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:16:5 - error: "DeviceException" is not exported from module "miio"
    Import from "miio.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:17:5 - error: "PhilipsBulb" is not exported from module "miio"
    Import from "miio.integrations.light" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:18:5 - error: "PhilipsEyecare" is not exported from module "miio"
    Import from "miio.integrations.light" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:19:5 - error: "PhilipsMoonlight" is not exported from module "miio"
    Import from "miio.integrations.light" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:257:7 - error: Base classes for class "XiaomiPhilipsAbstractLight" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:329:38 - error: Operator "*" not supported for types "float" and "int | None"
    Operator "*" not supported for types "float" and "None" when expected type is "_SupportsCeil[int]" (reportOperatorIssue)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:365:38 - error: Operator "*" not supported for types "float" and "int | None"
    Operator "*" not supported for types "float" and "None" when expected type is "_SupportsCeil[int]" (reportOperatorIssue)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:368:19 - error: Cannot access attribute "delay_off_countdown" for class "PhilipsMoonlightStatus"
    Attribute "delay_off_countdown" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:418:5 - error: "_device" overrides symbol of same name in class "XiaomiPhilipsGenericLight"
    Variable is mutable so its type is invariant
      Override type "Ceil | PhilipsBulb | PhilipsMoonlight" is not the same as base type "Ceil | PhilipsBulb | PhilipsEyecare | PhilipsMoonlight" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:483:17 - error: "brightness" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:484:17 - error: "percent_brightness" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:485:17 - error: "color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:486:17 - error: "percent_color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:492:17 - error: "percent_brightness" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:493:17 - error: "percent_color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:497:36 - error: "color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:498:41 - error: "brightness" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:503:17 - error: "color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:504:17 - error: "percent_color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:510:17 - error: "percent_color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:514:36 - error: "color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:548:38 - error: Operator "*" not supported for types "float" and "int | None"
    Operator "*" not supported for types "float" and "None" when expected type is "_SupportsCeil[int]" (reportOperatorIssue)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:558:19 - error: Cannot access attribute "delay_off_countdown" for class "PhilipsMoonlightStatus"
    Attribute "delay_off_countdown" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:579:5 - error: "_device" overrides symbol of same name in class "XiaomiPhilipsBulb"
    Variable is mutable so its type is invariant
      Override type "Ceil" is not the same as base type "Ceil | PhilipsBulb | PhilipsMoonlight" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:647:5 - error: "_device" overrides symbol of same name in class "XiaomiPhilipsGenericLight"
    Variable is mutable so its type is invariant
      Override type "PhilipsEyecare" is not the same as base type "Ceil | PhilipsBulb | PhilipsEyecare | PhilipsMoonlight" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:768:5 - error: "_device" overrides symbol of same name in class "XiaomiPhilipsAbstractLight"
    Variable is mutable so its type is invariant
      Override type "PhilipsEyecare" is not the same as base type "Ceil | PhilipsBulb | PhilipsEyecare | PhilipsMoonlight" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:835:5 - error: "_device" overrides symbol of same name in class "XiaomiPhilipsBulb"
    Variable is mutable so its type is invariant
      Override type "PhilipsMoonlight" is not the same as base type "Ceil | PhilipsBulb | PhilipsMoonlight" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:869:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:896:17 - error: "brightness" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:897:17 - error: "percent_brightness" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:898:17 - error: "rgb" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:904:17 - error: "percent_brightness" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:905:17 - error: "rgb" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:909:39 - error: "hs_color" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:910:41 - error: "brightness" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:918:17 - error: "brightness" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:919:17 - error: "percent_brightness" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:920:17 - error: "color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:921:17 - error: "percent_color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:927:17 - error: "percent_brightness" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:928:17 - error: "percent_color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:932:36 - error: "color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:933:41 - error: "brightness" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:936:48 - error: "rgb" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:939:67 - error: "rgb" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:943:39 - error: "hs_color" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:948:17 - error: "color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:949:17 - error: "percent_color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:955:17 - error: "percent_color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:959:36 - error: "color_temp" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:1037:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:1044:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:1049:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:1097:7 - error: Base classes for class "XiaomiGatewayBulb" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:1097:7 - error: Base classes for class "XiaomiGatewayBulb" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:1105:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/light.py:1115:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/number.py
  <CWD>/homeassistant/components/xiaomi_miio/number.py:9:18 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/number.py:354:7 - error: Base classes for class "XiaomiNumberEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/number.py:375:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "XiaomiMiioNumberDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/number.py:375:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "XiaomiMiioNumberDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/number.py:378:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/remote.py
  <CWD>/homeassistant/components/xiaomi_miio/remote.py:11:18 - error: "ChuangmiIr" is not exported from module "miio"
    Import from "miio.chuangmi_ir" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/remote.py:11:30 - error: "DeviceException" is not exported from module "miio"
    Import from "miio.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/remote.py:214:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/select.py
  <CWD>/homeassistant/components/xiaomi_miio/select.py:9:18 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/select.py:237:7 - error: Base classes for class "XiaomiSelector" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/select.py:237:7 - error: Base classes for class "XiaomiSelector" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/select.py:254:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "XiaomiMiioSelectDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/select.py:254:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "XiaomiMiioSelectDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/select.py:305:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/sensor.py
  <CWD>/homeassistant/components/xiaomi_miio/sensor.py:10:18 - error: "AirQualityMonitor" is not exported from module "miio"
    Import from "miio.airqualitymonitor" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/sensor.py:10:37 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/sensor.py:10:59 - error: "DeviceException" is not exported from module "miio"
    Import from "miio.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/sensor.py:11:34 - error: "SubDevice" is not exported from module "miio.gateway.devices"
    Import from "miio.gateway.devices.subdevice" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/sensor.py:857:7 - error: Base classes for class "XiaomiGenericSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/sensor.py:857:7 - error: Base classes for class "XiaomiGenericSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/sensor.py:874:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "XiaomiMiioSensorDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/sensor.py:874:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "XiaomiMiioSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/sensor.py:925:7 - error: Base classes for class "XiaomiAirQualityMonitor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/sensor.py:980:7 - error: Base classes for class "XiaomiGatewaySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/sensor.py:980:7 - error: Base classes for class "XiaomiGatewaySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/sensor.py:997:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/switch.py
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:12:5 - error: "AirConditioningCompanionV3" is not exported from module "miio"
    Import from "miio.airconditioningcompanion" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:13:5 - error: "ChuangmiPlug" is not exported from module "miio"
    Import from "miio.chuangmi_plug" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:14:5 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:15:5 - error: "DeviceException" is not exported from module "miio"
    Import from "miio.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:16:5 - error: "PowerStrip" is not exported from module "miio"
    Import from "miio.powerstrip" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:18:34 - error: "SubDevice" is not exported from module "miio.gateway.devices"
    Import from "miio.gateway.devices.subdevice" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:529:7 - error: Base classes for class "XiaomiGenericCoordinatedSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:550:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "XiaomiMiioSwitchDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:550:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "XiaomiMiioSwitchDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:562:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:765:7 - error: Base classes for class "XiaomiGatewaySwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:765:7 - error: Base classes for class "XiaomiGatewaySwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:786:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:803:7 - error: Base classes for class "XiaomiPlugGenericSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:878:73 - error: Cannot access attribute "temperature" for class "AirConditioningCompanionStatus"
    Attribute "temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:918:5 - error: "_device" overrides symbol of same name in class "XiaomiPlugGenericSwitch"
    Variable is mutable so its type is invariant
      Override type "PowerStrip" is not the same as base type "AirConditioningCompanionV3 | ChuangmiPlug | PowerStrip" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:995:5 - error: "_device" overrides symbol of same name in class "XiaomiPlugGenericSwitch"
    Variable is mutable so its type is invariant
      Override type "ChuangmiPlug" is not the same as base type "AirConditioningCompanionV3 | ChuangmiPlug | PowerStrip" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/switch.py:1087:5 - error: "_device" overrides symbol of same name in class "XiaomiPlugGenericSwitch"
    Variable is mutable so its type is invariant
      Override type "AirConditioningCompanionV3" is not the same as base type "AirConditioningCompanionV3 | ChuangmiPlug | PowerStrip" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_miio/typing.py
  <CWD>/homeassistant/components/xiaomi_miio/typing.py:6:18 - error: "Device" is not exported from module "miio"
    Import from "miio.device" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/xiaomi_miio/vacuum.py
  <CWD>/homeassistant/components/xiaomi_miio/vacuum.py:9:18 - error: "DeviceException" is not exported from module "miio"
    Import from "miio.exceptions" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/xiaomi_miio/vacuum.py:177:7 - error: Base classes for class "MiroboVacuum" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/vacuum.py:177:7 - error: Base classes for class "MiroboVacuum" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/vacuum.py:203:9 - error: "activity" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[VacuumActivity | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/vacuum.py:213:9 - error: "battery_level" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/vacuum.py:218:9 - error: "fan_speed" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/vacuum.py:229:9 - error: "fan_speed_list" overrides symbol of same name in class "StateVacuumEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xiaomi_miio/vacuum.py:248:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xiaomi_tv/media_player.py
  <CWD>/homeassistant/components/xiaomi_tv/media_player.py:7:8 - error: Import "pymitv" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/xmpp/notify.py
  <CWD>/homeassistant/components/xmpp/notify.py:334:54 - error: "get" is not a known attribute of "None" (reportOptionalMemberAccess)
<CWD>/homeassistant/components/xs1/__init__.py
  <CWD>/homeassistant/components/xs1/__init__.py:6:8 - error: Import "xs1_api_client" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/xs1/climate.py
  <CWD>/homeassistant/components/xs1/climate.py:7:6 - error: Import "xs1_api_client.api_constants" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/xs1/climate.py:8:6 - error: Import "xs1_api_client.device.actuator" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/xs1/climate.py:9:6 - error: Import "xs1_api_client.device.sensor" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/xs1/climate.py:67:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xs1/climate.py:72:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xs1/climate.py:80:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xs1/climate.py:85:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xs1/entity.py
  <CWD>/homeassistant/components/xs1/entity.py:5:6 - error: Import "xs1_api_client.device" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/xs1/sensor.py
  <CWD>/homeassistant/components/xs1/sensor.py:5:6 - error: Import "xs1_api_client.api_constants" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/xs1/sensor.py:6:6 - error: Import "xs1_api_client.device.actuator" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/xs1/sensor.py:7:6 - error: Import "xs1_api_client.device.sensor" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/xs1/sensor.py:49:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xs1/sensor.py:54:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xs1/sensor.py:59:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/xs1/switch.py
  <CWD>/homeassistant/components/xs1/switch.py:7:6 - error: Import "xs1_api_client.api_constants" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/xs1/switch.py:8:6 - error: Import "xs1_api_client.device.actuator" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/xs1/switch.py:40:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/xs1/switch.py:45:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yale/binary_sensor.py
  <CWD>/homeassistant/components/yale/binary_sensor.py:75:18 - error: Argument of type "(data: YaleData, detail: DoorbellDetail | LockDetail) -> bool" cannot be assigned to parameter "value_fn" of type "(YaleData, DoorbellDetail | LockDetail) -> (Activity | None)" in function "__init__"
    Type "(data: YaleData, detail: DoorbellDetail | LockDetail) -> bool" is not assignable to type "(YaleData, DoorbellDetail | LockDetail) -> (Activity | None)"
      Function return type "bool" is incompatible with type "Activity | None"
        Type "bool" is not assignable to type "Activity | None"
          "bool" is not assignable to "Activity"
          "bool" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/yale/binary_sensor.py:103:19 - error: Cannot access attribute "doorsense" for class "DoorbellDetail"
    Attribute "doorsense" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/binary_sensor.py:106:19 - error: Cannot access attribute "doorbell" for class "DoorbellDetail"
    Attribute "doorbell" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/binary_sensor.py:130:46 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter "lock_detail" of type "LockDetail" in function "update_lock_detail_from_activity"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/yale/binary_sensor.py:130:60 - error: Argument of type "Activity" cannot be assigned to parameter "activity" of type "LockActivityTypes" in function "update_lock_detail_from_activity"
    Type "Activity" is not assignable to type "LockActivityTypes"
      "Activity" is not assignable to "LockOperationActivity"
      "Activity" is not assignable to "DoorOperationActivity"
      "Activity" is not assignable to "BridgeOperationActivity" (reportArgumentType)
  <CWD>/homeassistant/components/yale/binary_sensor.py:132:30 - error: Cannot access attribute "set_online" for class "DoorbellDetail"
    Attribute "set_online" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/binary_sensor.py:135:46 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter "lock_detail" of type "LockDetail" in function "update_lock_detail_from_activity"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/yale/binary_sensor.py:135:60 - error: Argument of type "Activity" cannot be assigned to parameter "activity" of type "LockActivityTypes" in function "update_lock_detail_from_activity"
    Type "Activity" is not assignable to type "LockActivityTypes"
      "Activity" is not assignable to "LockOperationActivity"
      "Activity" is not assignable to "DoorOperationActivity"
      "Activity" is not assignable to "BridgeOperationActivity" (reportArgumentType)
  <CWD>/homeassistant/components/yale/binary_sensor.py:136:45 - error: Cannot access attribute "bridge_is_online" for class "DoorbellDetail"
    Attribute "bridge_is_online" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/binary_sensor.py:137:41 - error: Cannot access attribute "door_state" for class "DoorbellDetail"
    Attribute "door_state" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/binary_sensor.py:143:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "YaleDoorbellBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yale/camera.py
  <CWD>/homeassistant/components/yale/camera.py:57:28 - error: Cannot assign to attribute "_attr_model" for class "YaleCamera*"
    Type "str | int | Unknown | None" is not assignable to type "str | None"
      Type "int" is not assignable to type "str | None"
        "int" is not assignable to "str"
        "int" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/camera.py:60:9 - error: "is_recording" overrides symbol of same name in class "Camera"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale/camera.py:62:29 - error: Cannot access attribute "has_subscription" for class "Lock"
    Attribute "has_subscription" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/camera.py:62:29 - error: Cannot access attribute "has_subscription" for class "KeypadDetail"
    Attribute "has_subscription" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/camera.py:76:49 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter "doorbell_detail" of type "DoorbellDetail" in function "update_doorbell_image_from_activity"
    Type "DoorbellDetail | LockDetail" is not assignable to type "DoorbellDetail"
      "LockDetail" is not assignable to "DoorbellDetail" (reportArgumentType)
  <CWD>/homeassistant/components/yale/camera.py:76:63 - error: Argument of type "Activity" cannot be assigned to parameter "activity" of type "DoorbellActivityTypes" in function "update_doorbell_image_from_activity"
    Type "Activity" is not assignable to type "DoorbellActivityTypes"
      "Activity" is not assignable to "DoorbellImageCaptureActivity"
      "Activity" is not assignable to "DoorbellMotionActivity"
      "Activity" is not assignable to "BridgeOperationActivity" (reportArgumentType)
  <CWD>/homeassistant/components/yale/camera.py:84:48 - error: Cannot access attribute "image_url" for class "LockDetail"
    Attribute "image_url" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/camera.py:88:44 - error: Cannot access attribute "image_url" for class "LockDetail"
    Attribute "image_url" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/yale/data.py
  <CWD>/homeassistant/components/yale/data.py:30:17 - error: Argument of type "dict[str, Unknown | str | int | None]" cannot be assigned to parameter "__map" of type "YaleXSBLEDiscovery" in function "__init__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str"
    Type "int | None" is not assignable to type "int"
      "None" is not assignable to "int" (reportArgumentType)
  <CWD>/homeassistant/components/yale/data.py:47:40 - error: Argument of type "type[HomeAssistantError]" cannot be assigned to parameter "error_exception_class" of type "Exception" in function "__init__"
    Type "type[HomeAssistantError]" is not assignable to type "Exception" (reportArgumentType)
<CWD>/homeassistant/components/yale/entity.py
  <CWD>/homeassistant/components/yale/entity.py:43:19 - error: Argument of type "str | int | Unknown | None" cannot be assigned to parameter "model" of type "str | None" in function "__init__"
    Type "str | int | Unknown | None" is not assignable to type "str | None"
      Type "int" is not assignable to type "str | None"
        "int" is not assignable to "str"
        "int" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/yale/entity.py:59:34 - error: Cannot access attribute "bridge" for class "DoorbellDetail"
    Attribute "bridge" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/entity.py:59:58 - error: Cannot access attribute "bridge" for class "DoorbellDetail"
    Attribute "bridge" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/yale/event.py
  <CWD>/homeassistant/components/yale/event.py:70:74 - error: Cannot access attribute "doorbell" for class "DoorbellDetail"
    Attribute "doorbell" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/event.py:83:5 - error: "entity_description" overrides symbol of same name in class "EventEntity"
    Variable is mutable so its type is invariant
      Override type "YaleEventEntityDescription" is not the same as base type "EventEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yale/lock.py
  <CWD>/homeassistant/components/yale/lock.py:38:7 - error: Base classes for class "YaleLock" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale/lock.py:38:7 - error: Base classes for class "YaleLock" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale/lock.py:38:7 - error: Base classes for class "YaleLock" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale/lock.py:38:7 - error: Base classes for class "YaleLock" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale/lock.py:38:7 - error: Base classes for class "YaleLock" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale/lock.py:47:25 - error: Cannot access attribute "unlatch_supported" for class "DoorbellDetail"
    Attribute "unlatch_supported" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/lock.py:73:30 - error: Cannot assign to attribute "lock_status" for class "DoorbellDetail"
    Attribute "lock_status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/lock.py:74:30 - error: Cannot assign to attribute "lock_status_datetime" for class "DoorbellDetail"
    Attribute "lock_status_datetime" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/lock.py:79:50 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter "lock_detail" of type "LockDetail" in function "update_lock_detail_from_activity"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/yale/lock.py:79:64 - error: Argument of type "ActivityTypes" cannot be assigned to parameter "activity" of type "LockActivityTypes" in function "update_lock_detail_from_activity"
    Type "ActivityTypes" is not assignable to type "LockActivityTypes"
      Type "DoorbellDingActivity" is not assignable to type "LockActivityTypes"
        "DoorbellDingActivity" is not assignable to "LockOperationActivity"
        "DoorbellDingActivity" is not assignable to "DoorOperationActivity"
        "DoorbellDingActivity" is not assignable to "BridgeOperationActivity" (reportArgumentType)
  <CWD>/homeassistant/components/yale/lock.py:89:45 - error: Cannot access attribute "bridge_is_online" for class "DoorbellDetail"
    Attribute "bridge_is_online" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/lock.py:91:46 - error: Cannot access attribute "lock_status" for class "DoorbellDetail"
    Attribute "lock_status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/lock.py:92:46 - error: Cannot access attribute "lock_status" for class "DoorbellDetail"
    Attribute "lock_status" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/lock.py:101:51 - error: Cannot access attribute "operated_by" for class "Activity"
    Attribute "operated_by" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/lock.py:106:13 - error: Argument of type "Activity | None" cannot be assigned to parameter "activity1" of type "LockActivityTypes | None" in function "get_latest_activity"
    Type "Activity | None" is not assignable to type "LockActivityTypes | None"
      Type "Activity" is not assignable to type "LockActivityTypes | None"
        "Activity" is not assignable to "LockOperationActivity"
        "Activity" is not assignable to "DoorOperationActivity"
        "Activity" is not assignable to "BridgeOperationActivity"
        "Activity" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/yale/lock.py:106:45 - error: Argument of type "Activity | None" cannot be assigned to parameter "activity2" of type "LockActivityTypes | None" in function "get_latest_activity"
    Type "Activity | None" is not assignable to type "LockActivityTypes | None"
      Type "Activity" is not assignable to type "LockActivityTypes | None"
        "Activity" is not assignable to "LockOperationActivity"
        "Activity" is not assignable to "DoorOperationActivity"
        "Activity" is not assignable to "BridgeOperationActivity"
        "Activity" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/yale/lock.py:109:30 - error: Cannot access attribute "set_online" for class "DoorbellDetail"
    Attribute "set_online" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/lock.py:110:46 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter "lock_detail" of type "LockDetail" in function "update_lock_detail_from_activity"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/yale/lock.py:113:46 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter "lock_detail" of type "LockDetail" in function "update_lock_detail_from_activity"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/yale/lock.py:113:54 - error: Argument of type "Activity" cannot be assigned to parameter "activity" of type "LockActivityTypes" in function "update_lock_detail_from_activity"
    Type "Activity" is not assignable to type "LockActivityTypes"
      "Activity" is not assignable to "LockOperationActivity"
      "Activity" is not assignable to "DoorOperationActivity"
      "Activity" is not assignable to "BridgeOperationActivity" (reportArgumentType)
  <CWD>/homeassistant/components/yale/lock.py:128:29 - error: Cannot access attribute "keypad" for class "DoorbellDetail"
    Attribute "keypad" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/yale/sensor.py
  <CWD>/homeassistant/components/yale/sensor.py:94:48 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter of type "LockDetail"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/yale/sensor.py:98:29 - error: Cannot access attribute "keypad" for class "DoorbellDetail"
    Attribute "keypad" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yale/sensor.py:106:27 - error: Type "Doorbell" cannot be assigned to type variable "T@YaleBatterySensor"
    Type "Doorbell" is not assignable to upper bound "LockDetail | KeypadDetail" for type variable "T@YaleBatterySensor"
      Type "Doorbell" is not assignable to type "LockDetail | KeypadDetail"
        "Doorbell" is not assignable to "LockDetail"
        "Doorbell" is not assignable to "KeypadDetail" (reportInvalidTypeArguments)
  <CWD>/homeassistant/components/yale/sensor.py:108:48 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter of type "LockDetail"
    Type "DoorbellDetail | LockDetail" is not assignable to type "LockDetail"
      "DoorbellDetail" is not assignable to "LockDetail" (reportArgumentType)
  <CWD>/homeassistant/components/yale/sensor.py:139:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale/sensor.py:203:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "YaleSensorEntityDescription[T@YaleBatterySensor]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale/sensor.py:210:68 - error: Argument of type "DoorbellDetail | LockDetail" cannot be assigned to parameter of type "T@YaleBatterySensor"
    Type "DoorbellDetail | LockDetail" is not assignable to type "T@YaleBatterySensor" (reportArgumentType)
<CWD>/homeassistant/components/yale/util.py
  <CWD>/homeassistant/components/yale/util.py:38:12 - error: Type "Literal[False]" is not assignable to return type "Activity | None"
    Type "Literal[False]" is not assignable to type "Activity | None"
      "Literal[False]" is not assignable to "Activity"
      "Literal[False]" is not assignable to "None" (reportReturnType)
<CWD>/homeassistant/components/yale_smart_alarm/alarm_control_panel.py
  <CWD>/homeassistant/components/yale_smart_alarm/alarm_control_panel.py:93:12 - error: "alarm_state" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/yale_smart_alarm/alarm_control_panel.py:103:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/alarm_control_panel.py:110:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yale_smart_alarm/binary_sensor.py
  <CWD>/homeassistant/components/yale_smart_alarm/binary_sensor.py:68:7 - error: Base classes for class "YaleDoorSensor" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/binary_sensor.py:68:7 - error: Base classes for class "YaleDoorSensor" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/binary_sensor.py:68:7 - error: Base classes for class "YaleDoorSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/binary_sensor.py:74:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/binary_sensor.py:79:7 - error: Base classes for class "YaleDoorBatterySensor" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/binary_sensor.py:79:7 - error: Base classes for class "YaleDoorBatterySensor" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/binary_sensor.py:79:7 - error: Base classes for class "YaleDoorBatterySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/binary_sensor.py:94:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/binary_sensor.py:100:7 - error: Base classes for class "YaleProblemSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/binary_sensor.py:112:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "BinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/binary_sensor.py:118:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yale_smart_alarm/button.py
  <CWD>/homeassistant/components/yale_smart_alarm/button.py:39:7 - error: Base classes for class "YalePanicButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/button.py:51:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ButtonEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yale_smart_alarm/const.py
  <CWD>/homeassistant/components/yale_smart_alarm/const.py:6:5 - error: "YALE_STATE_ARM_FULL" is not exported from module "yalesmartalarmclient.client"
    Import from "yalesmartalarmclient.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/yale_smart_alarm/const.py:7:5 - error: "YALE_STATE_ARM_PARTIAL" is not exported from module "yalesmartalarmclient.client"
    Import from "yalesmartalarmclient.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/yale_smart_alarm/const.py:8:5 - error: "YALE_STATE_DISARM" is not exported from module "yalesmartalarmclient.client"
    Import from "yalesmartalarmclient.const" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/yale_smart_alarm/entity.py
  <CWD>/homeassistant/components/yale_smart_alarm/entity.py:22:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/entity.py:23:14 - error: "_attr_device_info" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "DeviceInfo" is not the same as base type "DeviceInfo | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/entity.py:40:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/entity.py:51:7 - error: Base classes for class "YaleAlarmEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yale_smart_alarm/lock.py
  <CWD>/homeassistant/components/yale_smart_alarm/lock.py:47:7 - error: Base classes for class "YaleDoorlock" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/lock.py:47:7 - error: Base classes for class "YaleDoorlock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/lock.py:100:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/lock.py:105:9 - error: "is_open" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yale_smart_alarm/select.py
  <CWD>/homeassistant/components/yale_smart_alarm/select.py:34:7 - error: Base classes for class "YaleLockVolumeSelect" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/select.py:34:7 - error: Base classes for class "YaleLockVolumeSelect" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yale_smart_alarm/sensor.py
  <CWD>/homeassistant/components/yale_smart_alarm/sensor.py:32:7 - error: Base classes for class "YaleTemperatureSensor" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/sensor.py:32:7 - error: Base classes for class "YaleTemperatureSensor" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/sensor.py:32:7 - error: Base classes for class "YaleTemperatureSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/sensor.py:39:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yale_smart_alarm/switch.py
  <CWD>/homeassistant/components/yale_smart_alarm/switch.py:34:7 - error: Base classes for class "YaleAutolockSwitch" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yale_smart_alarm/switch.py:34:7 - error: Base classes for class "YaleAutolockSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yalexs_ble/config_flow.py
  <CWD>/homeassistant/components/yalexs_ble/config_flow.py:9:35 - error: "BleakError" is not exported from module "bleak_retry_connector"
    Import from "bleak.exc" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/yalexs_ble/config_flow.py:9:47 - error: "BLEDevice" is not exported from module "bleak_retry_connector"
    Import from "bleak.backends.device" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/yalexs_ble/config_flow.py:153:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "YalexsConfigFlow"
      "ConfigFlow" is not assignable to "YalexsConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/yalexs_ble/sensor.py
  <CWD>/homeassistant/components/yalexs_ble/sensor.py:96:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "YaleXSBLESensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yalexs_ble/sensor.py:96:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "YaleXSBLESensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yamaha/media_player.py
  <CWD>/homeassistant/components/yamaha/media_player.py:122:24 - error: Argument of type "Any | None" cannot be assigned to parameter "model_name" of type "str" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/yamaha/media_player.py:123:27 - error: Argument of type "Any | None" cannot be assigned to parameter "friendly_name" of type "str" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/yamaha/media_player.py:133:47 - error: Argument of type "Any | None" cannot be assigned to parameter "model_name" of type "str" in function "__init__"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/yamaha/media_player.py:287:13 - error: Argument of type "Generator[str | None, None, None]" cannot be assigned to parameter "iterable" of type "Iterable[SupportsRichComparisonT@sorted]" in function "sorted"
    "Generator[str | None, None, None]" is not assignable to "Iterable[SupportsRichComparisonT@sorted]"
      Type parameter "_T_co@Iterable" is covariant, but "str | None" is not a subtype of "SupportsRichComparisonT@sorted"
        Type "str | None" is not assignable to type "SupportsRichComparison"
          Type "str | None" is not assignable to type "SupportsRichComparison"
            Type "None" is not assignable to type "SupportsRichComparison" (reportArgumentType)
  <CWD>/homeassistant/components/yamaha/media_player.py:293:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha/media_player.py:299:35 - error: "replace" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/yamaha/media_player.py:308:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha/media_player.py:420:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha/media_player.py:427:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha/media_player.py:434:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha/media_player.py:442:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yamaha_musiccast/config_flow.py
  <CWD>/homeassistant/components/yamaha_musiccast/config_flow.py:92:13 - error: Argument of type "str | None" cannot be assigned to parameter "location" of type "str" in function "check_yamaha_ssdp"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/yamaha_musiccast/entity.py
  <CWD>/homeassistant/components/yamaha_musiccast/entity.py:55:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/entity.py:74:64 - error: "values" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/yamaha_musiccast/entity.py:77:13 - error: Could not assign item in TypedDict
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportGeneralTypeIssues)
  <CWD>/homeassistant/components/yamaha_musiccast/entity.py:110:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yamaha_musiccast/media_player.py
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:78:7 - error: Base classes for class "MusicCastMediaPlayer" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:78:7 - error: Base classes for class "MusicCastMediaPlayer" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:143:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:148:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:148:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:180:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:188:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:195:9 - error: "shuffle" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:202:9 - error: "sound_mode" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:207:9 - error: "sound_mode_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:217:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:405:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:412:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:422:9 - error: "media_artist" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:432:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:437:9 - error: "repeat" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[RepeatMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:446:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:446:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:523:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:528:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:533:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:541:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:549:9 - error: "media_position_updated_at" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[datetime | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/media_player.py:662:9 - error: "group_members" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yamaha_musiccast/number.py
  <CWD>/homeassistant/components/yamaha_musiccast/number.py:41:7 - error: Base classes for class "NumberCapability" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/number.py:41:7 - error: Base classes for class "NumberCapability" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/number.py:41:7 - error: Base classes for class "NumberCapability" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/number.py:59:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/number.py:65:35 - error: Argument of type "float" cannot be assigned to parameter "value" of type "int" in function "set"
    "float" is not assignable to "int" (reportArgumentType)
<CWD>/homeassistant/components/yamaha_musiccast/select.py
  <CWD>/homeassistant/components/yamaha_musiccast/select.py:41:7 - error: Base classes for class "SelectableCapability" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/select.py:41:7 - error: Base classes for class "SelectableCapability" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/select.py:41:7 - error: Base classes for class "SelectableCapability" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/select.py:64:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yamaha_musiccast/switch.py
  <CWD>/homeassistant/components/yamaha_musiccast/switch.py:41:7 - error: Base classes for class "SwitchCapability" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/switch.py:41:7 - error: Base classes for class "SwitchCapability" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/switch.py:41:7 - error: Base classes for class "SwitchCapability" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yamaha_musiccast/switch.py:47:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yardian/binary_sensor.py
  <CWD>/homeassistant/components/yardian/binary_sensor.py:111:7 - error: Base classes for class "YardianBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yardian/binary_sensor.py:126:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "YardianBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yardian/binary_sensor.py:126:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "YardianBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yardian/binary_sensor.py:131:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yardian/config_flow.py
  <CWD>/homeassistant/components/yardian/config_flow.py:64:48 - error: Could not access item in TypedDict
    "yid" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/yardian/switch.py
  <CWD>/homeassistant/components/yardian/switch.py:63:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yardian/switch.py:68:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yardian/switch.py:73:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yeelight/binary_sensor.py
  <CWD>/homeassistant/components/yeelight/binary_sensor.py:29:7 - error: Base classes for class "YeelightNightlightModeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/binary_sensor.py:46:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/binary_sensor.py:51:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yeelight/config_flow.py
  <CWD>/homeassistant/components/yeelight/config_flow.py:146:9 - error: Method "is_matching" overrides class "ConfigFlow" in an incompatible manner
    Parameter 2 type mismatch: base parameter is type "ConfigFlow", override parameter is type "YeelightConfigFlow"
      "ConfigFlow" is not assignable to "YeelightConfigFlow" (reportIncompatibleMethodOverride)
<CWD>/homeassistant/components/yeelight/entity.py
  <CWD>/homeassistant/components/yeelight/entity.py:32:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/entity.py:37:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yeelight/light.py
  <CWD>/homeassistant/components/yeelight/light.py:411:7 - error: Base classes for class "YeelightBaseLight" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/light.py:411:7 - error: Base classes for class "YeelightBaseLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/light.py:469:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/light.py:481:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/light.py:486:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/light.py:513:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/light.py:523:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/light.py:536:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/light.py:568:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/light.py:710:16 - error: Argument of type "Unknown | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "Unknown | None" is not assignable to type "ConvertibleToInt"
      Type "None" is not assignable to type "ConvertibleToInt"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "None" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "None" is incompatible with protocol "SupportsIndex"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/yeelight/light.py:710:16 - error: Argument of type "Unknown | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "Unknown | None" is not assignable to type "ConvertibleToInt"
      Type "None" is not assignable to type "ConvertibleToInt"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "None" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "None" is incompatible with protocol "SupportsIndex" (reportArgumentType)
  <CWD>/homeassistant/components/yeelight/light.py:725:77 - error: "duration" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/yeelight/light.py:729:72 - error: "duration" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/yeelight/light.py:733:27 - error: "count" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/yeelight/light.py:880:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/light.py:882:26 - error: Argument of type "Unknown | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "Unknown | None" is not assignable to type "ConvertibleToInt"
      Type "None" is not assignable to type "ConvertibleToInt"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "None" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "None" is incompatible with protocol "SupportsIndex"
    ... (reportArgumentType)
  <CWD>/homeassistant/components/yeelight/light.py:882:26 - error: Argument of type "Unknown | None" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "Unknown | None" is not assignable to type "ConvertibleToInt"
      Type "None" is not assignable to type "ConvertibleToInt"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "None" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "None" is incompatible with protocol "SupportsIndex" (reportArgumentType)
  <CWD>/homeassistant/components/yeelight/light.py:938:7 - error: Base classes for class "YeelightColorLightWithoutNightlightSwitch" define variable "color_mode" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/light.py:952:7 - error: Base classes for class "YeelightColorLightWithNightlightSwitch" define variable "color_mode" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelight/light.py:1019:9 - error: "supported_features" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[LightEntityFeature]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yeelightsunflower/light.py
  <CWD>/homeassistant/components/yeelightsunflower/light.py:38:29 - error: "Hub" is not a known attribute of module "yeelightsunflower" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yeelightsunflower/light.py:53:49 - error: "Bulb" is not a known attribute of module "yeelightsunflower" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/yeelightsunflower/light.py:64:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yeelightsunflower/light.py:69:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yi/camera.py
  <CWD>/homeassistant/components/yi/camera.py:7:6 - error: Import "aioftp" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/yolink/binary_sensor.py
  <CWD>/homeassistant/components/yolink/binary_sensor.py:151:7 - error: Base classes for class "YoLinkBinarySensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/binary_sensor.py:164:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "YoLinkBinarySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/binary_sensor.py:164:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "YoLinkBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/binary_sensor.py:182:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yolink/climate.py
  <CWD>/homeassistant/components/yolink/climate.py:62:7 - error: Base classes for class "YoLinkClimateEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/climate.py:62:7 - error: Base classes for class "YoLinkClimateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yolink/cover.py
  <CWD>/homeassistant/components/yolink/cover.py:40:7 - error: Base classes for class "YoLinkCoverEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/cover.py:40:7 - error: Base classes for class "YoLinkCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yolink/entity.py
  <CWD>/homeassistant/components/yolink/entity.py:51:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yolink/light.py
  <CWD>/homeassistant/components/yolink/light.py:35:7 - error: Base classes for class "YoLinkDimmerEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/light.py:35:7 - error: Base classes for class "YoLinkDimmerEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/light.py:40:5 - error: "_attr_supported_color_modes" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "set[ColorMode]" is not the same as base type "set[ColorMode] | set[str] | None" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yolink/lock.py
  <CWD>/homeassistant/components/yolink/lock.py:36:7 - error: Base classes for class "YoLinkLockEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/lock.py:36:7 - error: Base classes for class "YoLinkLockEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yolink/number.py
  <CWD>/homeassistant/components/yolink/number.py:90:7 - error: Base classes for class "YoLinkNumberTypeConfigEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/number.py:90:7 - error: Base classes for class "YoLinkNumberTypeConfigEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/number.py:103:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "YoLinkNumberTypeConfigEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/number.py:103:14 - error: "entity_description" overrides symbol of same name in class "NumberEntity"
    Variable is mutable so its type is invariant
      Override type "YoLinkNumberTypeConfigEntityDescription" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yolink/select.py
  <CWD>/homeassistant/components/yolink/select.py:83:7 - error: Base classes for class "YoLinkSelectEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/select.py:83:7 - error: Base classes for class "YoLinkSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/select.py:96:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "YoLinkSelectEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/select.py:96:14 - error: "entity_description" overrides symbol of same name in class "SelectEntity"
    Variable is mutable so its type is invariant
      Override type "YoLinkSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yolink/sensor.py
  <CWD>/homeassistant/components/yolink/sensor.py:367:7 - error: Base classes for class "YoLinkSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/sensor.py:380:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "YoLinkSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/sensor.py:380:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "YoLinkSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/sensor.py:398:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yolink/services.py
  <CWD>/homeassistant/components/yolink/services.py:43:16 - error: "entry" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/yolink/services.py:43:33 - error: "entry" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/yolink/services.py:48:44 - error: "entry" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/yolink/siren.py
  <CWD>/homeassistant/components/yolink/siren.py:66:7 - error: Base classes for class "YoLinkSirenEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/siren.py:66:7 - error: Base classes for class "YoLinkSirenEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/siren.py:81:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "YoLinkSirenEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/siren.py:81:14 - error: "entity_description" overrides symbol of same name in class "SirenEntity"
    Variable is mutable so its type is invariant
      Override type "YoLinkSirenEntityDescription" is not the same as base type "SirenEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/yolink/switch.py
  <CWD>/homeassistant/components/yolink/switch.py:136:7 - error: Base classes for class "YoLinkSwitchEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/switch.py:136:7 - error: Base classes for class "YoLinkSwitchEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/switch.py:149:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "YoLinkSwitchEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/switch.py:149:14 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"
    Variable is mutable so its type is invariant
      Override type "YoLinkSwitchEntityDescription" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/switch.py:174:41 - error: Type "None" is not assignable to declared type "ClientRequest"
    "None" is not assignable to "ClientRequest" (reportAssignmentType)
<CWD>/homeassistant/components/yolink/valve.py
  <CWD>/homeassistant/components/yolink/valve.py:129:7 - error: Base classes for class "YoLinkValveEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/valve.py:145:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "YoLinkValveEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/valve.py:145:14 - error: "entity_description" overrides symbol of same name in class "ValveEntity"
    Variable is mutable so its type is invariant
      Override type "YoLinkValveEntityDescription" is not the same as base type "ValveEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/yolink/valve.py:208:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/youless/sensor.py
  <CWD>/homeassistant/components/youless/sensor.py:178:42 - error: "current" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/youless/sensor.py:212:42 - error: "current" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/youless/sensor.py:323:7 - error: Base classes for class "YouLessSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/youless/sensor.py:342:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "YouLessSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/youless/sensor.py:342:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "YouLessSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/youless/sensor.py:345:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/youtube/sensor.py
  <CWD>/homeassistant/components/youtube/sensor.py:99:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "YouTubeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/youtube/sensor.py:102:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/youtube/sensor.py:109:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/youtube/sensor.py:114:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/youtube/sensor.py:123:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zabbix/__init__.py
  <CWD>/homeassistant/components/zabbix/__init__.py:15:6 - error: Import "zabbix_utils" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/zabbix/__init__.py:16:6 - error: Import "zabbix_utils.exceptions" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/zabbix/sensor.py
  <CWD>/homeassistant/components/zabbix/sensor.py:10:6 - error: Import "zabbix_utils" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/zabbix/sensor.py:105:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zabbix/sensor.py:110:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zabbix/sensor.py:115:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zabbix/sensor.py:131:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zamg/coordinator.py
  <CWD>/homeassistant/components/zamg/coordinator.py:51:14 - error: "data" overrides symbol of same name in class "DataUpdateCoordinator"
    Variable is mutable so its type is invariant
      Override type "dict[Unknown, Unknown]" is not the same as base type "ZamgData" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zamg/coordinator.py:51:21 - error: Cannot assign to attribute "data" for class "ZamgDataUpdateCoordinator*"
    Type "dict[Unknown, Unknown] | None" is not assignable to type "dict[Unknown, Unknown]"
      "None" is not assignable to "dict[Unknown, Unknown]" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zamg/coordinator.py:54:16 - error: Type "dict[Unknown, Unknown] | None" is not assignable to return type "ZamgData"
    Type "dict[Unknown, Unknown] | None" is not assignable to type "ZamgData"
      "dict[Unknown, Unknown]" is not assignable to "ZamgData" (reportReturnType)
<CWD>/homeassistant/components/zamg/sensor.py
  <CWD>/homeassistant/components/zamg/sensor.py:189:7 - error: Base classes for class "ZamgSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zamg/sensor.py:203:26 - error: Argument of type "ZamgDataUpdateCoordinator" cannot be assigned to parameter "coordinator" of type "DataUpdateCoordinator[dict[str, Any]]" in function "__init__"
    "ZamgDataUpdateCoordinator" is not assignable to "DataUpdateCoordinator[dict[str, Any]]"
      Type parameter "_DataT@DataUpdateCoordinator" is invariant, but "ZamgData" is not the same as "dict[str, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/zamg/sensor.py:204:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ZamgSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zamg/sensor.py:204:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ZamgSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zamg/sensor.py:218:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zamg/sensor.py:228:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zamg/weather.py
  <CWD>/homeassistant/components/zamg/weather.py:34:7 - error: Base classes for class "ZamgWeather" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zamg/weather.py:47:26 - error: Argument of type "ZamgDataUpdateCoordinator" cannot be assigned to parameter "coordinator" of type "DataUpdateCoordinator[dict[str, Any]]" in function "__init__"
    "ZamgDataUpdateCoordinator" is not assignable to "DataUpdateCoordinator[dict[str, Any]]"
      Type parameter "_DataT@DataUpdateCoordinator" is invariant, but "ZamgData" is not the same as "dict[str, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/zamg/weather.py:60:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zamg/weather.py:76:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zamg/weather.py:84:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zamg/weather.py:92:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zamg/weather.py:108:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"
    "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zeroconf/__init__.py
  <CWD>/homeassistant/components/zeroconf/__init__.py:321:1 - warning: Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
<CWD>/homeassistant/components/zeroconf/discovery.py
  <CWD>/homeassistant/components/zeroconf/discovery.py:419:30 - error: Could not access item in TypedDict
    "domain" is not a required key in "ZeroconfMatcher", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/zeroconf/discovery.py:487:38 - error: Argument of type "dict[str, Any | str | None]" cannot be assigned to parameter "translation_placeholders" of type "dict[str, str] | None" in function "async_create_issue"
    Type "dict[str, Any | str | None]" is not assignable to type "dict[str, str] | None"
      "dict[str, Any | str | None]" is not assignable to "dict[str, str]"
        Type parameter "_VT@dict" is invariant, but "Any | str | None" is not the same as "str"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, Any | str | None]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/zeroconf/websocket_api.py
  <CWD>/homeassistant/components/zeroconf/websocket_api.py:13:46 - error: "DNSPointer" is not exported from module "zeroconf"
    Import from "zeroconf._dns" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/zeroconf/websocket_api.py:14:48 - error: "IPVersion" is not exported from module "zeroconf.asyncio"
    Import from "zeroconf._utils.net" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/zestimate/sensor.py
  <CWD>/homeassistant/components/zestimate/sensor.py:84:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zestimate/sensor.py:89:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zestimate/sensor.py:94:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zestimate/sensor.py:102:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zeversolar/sensor.py
  <CWD>/homeassistant/components/zeversolar/sensor.py:70:7 - error: Base classes for class "ZeversolarSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zeversolar/sensor.py:82:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ZeversolarEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zeversolar/sensor.py:82:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ZeversolarEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zeversolar/sensor.py:87:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zha/__init__.py
  <CWD>/homeassistant/components/zha/__init__.py:120:57 - error: Argument of type "Module("..homeassistant_hardware")" cannot be assigned to parameter "platform" of type "HardwareFirmwareInfoModule" in function "async_register_firmware_info_provider"
    Type "Module("..homeassistant_hardware")" is not assignable to type "HardwareFirmwareInfoModule"
      "get_firmware_info" is an incompatible type
        Type "(hass: HomeAssistant, config_entry: ConfigEntry[Any]) -> (FirmwareInfo | None)" is not assignable to type "(hass: HomeAssistant, entry: ConfigEntry[Any]) -> (FirmwareInfo | None)"
          Parameter name mismatch: "entry" versus "config_entry"
      "async_get_firmware_info" is not present (reportArgumentType)
<CWD>/homeassistant/components/zha/alarm_control_panel.py
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:68:7 - error: Base classes for class "ZHAAlarmControlPanel" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:68:7 - error: Base classes for class "ZHAAlarmControlPanel" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:71:5 - error: "_attr_translation_key" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:81:9 - error: "code_arm_required" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:83:40 - error: Cannot access attribute "code_arm_required" for class "PlatformEntity"
    Attribute "code_arm_required" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:83:40 - error: Cannot access attribute "code_arm_required" for class "GroupEntity"
    Attribute "code_arm_required" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:86:15 - error: Method "async_alarm_disarm" overrides class "AlarmControlPanelEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:88:39 - error: Cannot access attribute "async_alarm_disarm" for class "PlatformEntity"
    Attribute "async_alarm_disarm" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:88:39 - error: Cannot access attribute "async_alarm_disarm" for class "GroupEntity"
    Attribute "async_alarm_disarm" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:92:15 - error: Method "async_alarm_arm_home" overrides class "AlarmControlPanelEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:94:39 - error: Cannot access attribute "async_alarm_arm_home" for class "PlatformEntity"
    Attribute "async_alarm_arm_home" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:94:39 - error: Cannot access attribute "async_alarm_arm_home" for class "GroupEntity"
    Attribute "async_alarm_arm_home" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:98:15 - error: Method "async_alarm_arm_away" overrides class "AlarmControlPanelEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:100:39 - error: Cannot access attribute "async_alarm_arm_away" for class "PlatformEntity"
    Attribute "async_alarm_arm_away" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:100:39 - error: Cannot access attribute "async_alarm_arm_away" for class "GroupEntity"
    Attribute "async_alarm_arm_away" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:104:15 - error: Method "async_alarm_arm_night" overrides class "AlarmControlPanelEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:106:39 - error: Cannot access attribute "async_alarm_arm_night" for class "PlatformEntity"
    Attribute "async_alarm_arm_night" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:106:39 - error: Cannot access attribute "async_alarm_arm_night" for class "GroupEntity"
    Attribute "async_alarm_arm_night" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:110:15 - error: Method "async_alarm_trigger" overrides class "AlarmControlPanelEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:112:39 - error: Cannot access attribute "async_alarm_trigger" for class "PlatformEntity"
    Attribute "async_alarm_trigger" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:112:39 - error: Cannot access attribute "async_alarm_trigger" for class "GroupEntity"
    Attribute "async_alarm_trigger" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/alarm_control_panel.py:116:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"
    "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zha/api.py
  <CWD>/homeassistant/components/zha/api.py:61:24 - error: No overloads for "max" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/components/zha/api.py:61:28 - error: Argument of type "BackupManager" cannot be assigned to parameter "iterable" of type "Iterable[_T@max]" in function "max"
    "BackupManager" is incompatible with protocol "Iterable[_T@max]"
      "__iter__" is not present (reportArgumentType)
  <CWD>/homeassistant/components/zha/api.py:61:57 - error: Cannot access attribute "backup_time" for class "object*"
    Attribute "backup_time" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/binary_sensor.py
  <CWD>/homeassistant/components/zha/binary_sensor.py:45:7 - error: Base classes for class "BinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/binary_sensor.py:45:7 - error: Base classes for class "BinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/binary_sensor.py:57:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/binary_sensor.py:59:40 - error: Cannot access attribute "is_on" for class "PlatformEntity"
    Attribute "is_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/binary_sensor.py:59:40 - error: Cannot access attribute "is_on" for class "GroupEntity"
    Attribute "is_on" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/button.py
  <CWD>/homeassistant/components/zha/button.py:46:7 - error: Base classes for class "ZHAButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/button.py:46:7 - error: Base classes for class "ZHAButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/button.py:58:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/button.py:60:39 - error: Cannot access attribute "async_press" for class "PlatformEntity"
    Attribute "async_press" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/button.py:60:39 - error: Cannot access attribute "async_press" for class "GroupEntity"
    Attribute "async_press" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/climate.py
  <CWD>/homeassistant/components/zha/climate.py:85:7 - error: Base classes for class "Thermostat" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:85:7 - error: Base classes for class "Thermostat" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:90:5 - error: "_attr_translation_key" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:96:75 - error: Cannot access attribute "hvac_modes" for class "PlatformEntity"
    Attribute "hvac_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:96:75 - error: Cannot access attribute "hvac_modes" for class "GroupEntity"
    Attribute "hvac_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:99:37 - error: Cannot access attribute "hvac_mode" for class "PlatformEntity"
    Attribute "hvac_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:99:37 - error: Cannot access attribute "hvac_mode" for class "GroupEntity"
    Attribute "hvac_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:102:37 - error: Cannot access attribute "hvac_action" for class "PlatformEntity"
    Attribute "hvac_action" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:102:37 - error: Cannot access attribute "hvac_action" for class "GroupEntity"
    Attribute "hvac_action" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:107:37 - error: Cannot access attribute "supported_features" for class "PlatformEntity"
    Attribute "supported_features" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:107:37 - error: Cannot access attribute "supported_features" for class "GroupEntity"
    Attribute "supported_features" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:130:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:148:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:150:40 - error: Cannot access attribute "current_temperature" for class "PlatformEntity"
    Attribute "current_temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:150:40 - error: Cannot access attribute "current_temperature" for class "GroupEntity"
    Attribute "current_temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:153:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:155:40 - error: Cannot access attribute "fan_mode" for class "PlatformEntity"
    Attribute "fan_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:155:40 - error: Cannot access attribute "fan_mode" for class "GroupEntity"
    Attribute "fan_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:158:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:160:40 - error: Cannot access attribute "fan_modes" for class "PlatformEntity"
    Attribute "fan_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:160:40 - error: Cannot access attribute "fan_modes" for class "GroupEntity"
    Attribute "fan_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:163:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:165:40 - error: Cannot access attribute "preset_mode" for class "PlatformEntity"
    Attribute "preset_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:165:40 - error: Cannot access attribute "preset_mode" for class "GroupEntity"
    Attribute "preset_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:168:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:170:40 - error: Cannot access attribute "preset_modes" for class "PlatformEntity"
    Attribute "preset_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:170:40 - error: Cannot access attribute "preset_modes" for class "GroupEntity"
    Attribute "preset_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:173:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:175:40 - error: Cannot access attribute "target_temperature" for class "PlatformEntity"
    Attribute "target_temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:175:40 - error: Cannot access attribute "target_temperature" for class "GroupEntity"
    Attribute "target_temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:178:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:180:40 - error: Cannot access attribute "target_temperature_high" for class "PlatformEntity"
    Attribute "target_temperature_high" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:180:40 - error: Cannot access attribute "target_temperature_high" for class "GroupEntity"
    Attribute "target_temperature_high" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:183:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:185:40 - error: Cannot access attribute "target_temperature_low" for class "PlatformEntity"
    Attribute "target_temperature_low" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:185:40 - error: Cannot access attribute "target_temperature_low" for class "GroupEntity"
    Attribute "target_temperature_low" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:188:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:190:40 - error: Cannot access attribute "max_temp" for class "PlatformEntity"
    Attribute "max_temp" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:190:40 - error: Cannot access attribute "max_temp" for class "GroupEntity"
    Attribute "max_temp" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:193:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/climate.py:195:40 - error: Cannot access attribute "min_temp" for class "PlatformEntity"
    Attribute "min_temp" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:195:40 - error: Cannot access attribute "min_temp" for class "GroupEntity"
    Attribute "min_temp" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:201:37 - error: Cannot access attribute "hvac_mode" for class "PlatformEntity"
    Attribute "hvac_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:201:37 - error: Cannot access attribute "hvac_mode" for class "GroupEntity"
    Attribute "hvac_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:204:37 - error: Cannot access attribute "hvac_action" for class "PlatformEntity"
    Attribute "hvac_action" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:204:37 - error: Cannot access attribute "hvac_action" for class "GroupEntity"
    Attribute "hvac_action" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:209:15 - error: Method "async_set_fan_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/climate.py:211:39 - error: Cannot access attribute "async_set_fan_mode" for class "PlatformEntity"
    Attribute "async_set_fan_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:211:39 - error: Cannot access attribute "async_set_fan_mode" for class "GroupEntity"
    Attribute "async_set_fan_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:215:15 - error: Method "async_set_hvac_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/climate.py:217:39 - error: Cannot access attribute "async_set_hvac_mode" for class "PlatformEntity"
    Attribute "async_set_hvac_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:217:39 - error: Cannot access attribute "async_set_hvac_mode" for class "GroupEntity"
    Attribute "async_set_hvac_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:221:15 - error: Method "async_set_preset_mode" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/climate.py:223:39 - error: Cannot access attribute "async_set_preset_mode" for class "PlatformEntity"
    Attribute "async_set_preset_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:223:39 - error: Cannot access attribute "async_set_preset_mode" for class "GroupEntity"
    Attribute "async_set_preset_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:227:15 - error: Method "async_set_temperature" overrides class "ClimateEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/climate.py:229:39 - error: Cannot access attribute "async_set_temperature" for class "PlatformEntity"
    Attribute "async_set_temperature" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/climate.py:229:39 - error: Cannot access attribute "async_set_temperature" for class "GroupEntity"
    Attribute "async_set_temperature" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/config_flow.py
  <CWD>/homeassistant/components/zha/config_flow.py:211:9 - error: "hass" overrides symbol of same name in class "FlowHandler"
    "property" is not assignable to "HomeAssistant" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/config_flow.py:363:17 - error: Argument of type "Unknown | dict[str, Any] | None" cannot be assigned to parameter "device_config" of type "dict[str, Any]" in function "probe"
    Type "Unknown | dict[str, Any] | None" is not assignable to type "dict[str, Any]"
      "None" is not assignable to "dict[str, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/zha/config_flow.py:841:7 - error: Base classes for class "ZhaConfigFlowHandler" define variable "hass" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/config_flow.py:897:46 - error: Argument of type "dict[str, str | None]" cannot be assigned to parameter "description_placeholders" of type "Mapping[str, str] | None" in function "__init__"
    Type "dict[str, str | None]" is not assignable to type "Mapping[str, str] | None"
      "dict[str, str | None]" is not assignable to "Mapping[str, str]"
        Type parameter "_VT_co@Mapping" is covariant, but "str | None" is not a subtype of "str"
          Type "str | None" is not assignable to type "str"
            "None" is not assignable to "str"
      "dict[str, str | None]" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/components/zha/config_flow.py:1123:7 - error: Base classes for class "ZhaOptionsFlowHandler" define variable "hass" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zha/cover.py
  <CWD>/homeassistant/components/zha/cover.py:58:7 - error: Base classes for class "ZhaCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/cover.py:58:7 - error: Base classes for class "ZhaCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/cover.py:71:71 - error: Cannot access attribute "supported_features" for class "PlatformEntity"
    Attribute "supported_features" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:71:71 - error: Cannot access attribute "supported_features" for class "GroupEntity"
    Attribute "supported_features" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:93:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/cover.py:95:40 - error: Cannot access attribute "is_closed" for class "PlatformEntity"
    Attribute "is_closed" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:95:40 - error: Cannot access attribute "is_closed" for class "GroupEntity"
    Attribute "is_closed" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:98:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/cover.py:100:40 - error: Cannot access attribute "is_opening" for class "PlatformEntity"
    Attribute "is_opening" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:100:40 - error: Cannot access attribute "is_opening" for class "GroupEntity"
    Attribute "is_opening" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:103:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/cover.py:105:40 - error: Cannot access attribute "is_closing" for class "PlatformEntity"
    Attribute "is_closing" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:105:40 - error: Cannot access attribute "is_closing" for class "GroupEntity"
    Attribute "is_closing" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:108:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/cover.py:110:40 - error: Cannot access attribute "current_cover_position" for class "PlatformEntity"
    Attribute "current_cover_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:110:40 - error: Cannot access attribute "current_cover_position" for class "GroupEntity"
    Attribute "current_cover_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:113:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/cover.py:115:40 - error: Cannot access attribute "current_cover_tilt_position" for class "PlatformEntity"
    Attribute "current_cover_tilt_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:115:40 - error: Cannot access attribute "current_cover_tilt_position" for class "GroupEntity"
    Attribute "current_cover_tilt_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:118:15 - error: Method "async_open_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/cover.py:120:39 - error: Cannot access attribute "async_open_cover" for class "PlatformEntity"
    Attribute "async_open_cover" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:120:39 - error: Cannot access attribute "async_open_cover" for class "GroupEntity"
    Attribute "async_open_cover" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:124:15 - error: Method "async_open_cover_tilt" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/cover.py:126:39 - error: Cannot access attribute "async_open_cover_tilt" for class "PlatformEntity"
    Attribute "async_open_cover_tilt" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:126:39 - error: Cannot access attribute "async_open_cover_tilt" for class "GroupEntity"
    Attribute "async_open_cover_tilt" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:130:15 - error: Method "async_close_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/cover.py:132:39 - error: Cannot access attribute "async_close_cover" for class "PlatformEntity"
    Attribute "async_close_cover" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:132:39 - error: Cannot access attribute "async_close_cover" for class "GroupEntity"
    Attribute "async_close_cover" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:136:15 - error: Method "async_close_cover_tilt" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/cover.py:138:39 - error: Cannot access attribute "async_close_cover_tilt" for class "PlatformEntity"
    Attribute "async_close_cover_tilt" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:138:39 - error: Cannot access attribute "async_close_cover_tilt" for class "GroupEntity"
    Attribute "async_close_cover_tilt" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:142:15 - error: Method "async_set_cover_position" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/cover.py:144:39 - error: Cannot access attribute "async_set_cover_position" for class "PlatformEntity"
    Attribute "async_set_cover_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:144:39 - error: Cannot access attribute "async_set_cover_position" for class "GroupEntity"
    Attribute "async_set_cover_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:150:15 - error: Method "async_set_cover_tilt_position" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/cover.py:152:39 - error: Cannot access attribute "async_set_cover_tilt_position" for class "PlatformEntity"
    Attribute "async_set_cover_tilt_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:152:39 - error: Cannot access attribute "async_set_cover_tilt_position" for class "GroupEntity"
    Attribute "async_set_cover_tilt_position" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:158:15 - error: Method "async_stop_cover" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/cover.py:160:39 - error: Cannot access attribute "async_stop_cover" for class "PlatformEntity"
    Attribute "async_stop_cover" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:160:39 - error: Cannot access attribute "async_stop_cover" for class "GroupEntity"
    Attribute "async_stop_cover" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:164:15 - error: Method "async_stop_cover_tilt" overrides class "CoverEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/cover.py:166:39 - error: Cannot access attribute "async_stop_cover_tilt" for class "PlatformEntity"
    Attribute "async_stop_cover_tilt" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:166:39 - error: Cannot access attribute "async_stop_cover_tilt" for class "GroupEntity"
    Attribute "async_stop_cover_tilt" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:178:33 - error: Cannot access attribute "restore_external_state_attributes" for class "PlatformEntity"
    Attribute "restore_external_state_attributes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/cover.py:178:33 - error: Cannot access attribute "restore_external_state_attributes" for class "GroupEntity"
    Attribute "restore_external_state_attributes" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/device_action.py
  <CWD>/homeassistant/components/zha/device_action.py:52:55 - error: Cannot access attribute "__getitem__" for class "type[AllLEDEffectType]"
    Attribute "__getitem__" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/device_action.py:62:58 - error: Cannot access attribute "__getitem__" for class "type[SingleLEDEffectType]"
    Attribute "__getitem__" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/device_action.py:99:66 - error: Cannot access attribute "__members__" for class "type[AllLEDEffectType]"
    Attribute "__members__" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/device_action.py:108:69 - error: Cannot access attribute "__members__" for class "type[SingleLEDEffectType]"
    Attribute "__members__" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/device_tracker.py
  <CWD>/homeassistant/components/zha/device_tracker.py:45:7 - error: Base classes for class "ZHADeviceScannerEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/device_tracker.py:45:7 - error: Base classes for class "ZHADeviceScannerEntity" define variable "_attr_device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/device_tracker.py:45:7 - error: Base classes for class "ZHADeviceScannerEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/device_tracker.py:45:7 - error: Base classes for class "ZHADeviceScannerEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/device_tracker.py:45:7 - error: Base classes for class "ZHADeviceScannerEntity" define variable "entity_registry_enabled_default" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/device_tracker.py:49:5 - error: "_attr_name" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/device_tracker.py:54:40 - error: Cannot access attribute "is_connected" for class "PlatformEntity"
    Attribute "is_connected" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/device_tracker.py:54:40 - error: Cannot access attribute "is_connected" for class "GroupEntity"
    Attribute "is_connected" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/device_tracker.py:57:9 - error: "battery_level" overrides symbol of same name in class "BaseTrackerEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/device_tracker.py:62:40 - error: Cannot access attribute "battery_level" for class "PlatformEntity"
    Attribute "battery_level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/device_tracker.py:62:40 - error: Cannot access attribute "battery_level" for class "GroupEntity"
    Attribute "battery_level" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/device_tracker.py:65:9 - error: Method "device_info" cannot override final method defined in class "ScannerEntity" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/device_tracker.py:72:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/device_tracker.py:75:16 - error: Type "str | None" is not assignable to return type "str"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportReturnType)
<CWD>/homeassistant/components/zha/entity.py
  <CWD>/homeassistant/components/zha/entity.py:86:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/entity.py:91:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zha/fan.py
  <CWD>/homeassistant/components/zha/fan.py:46:7 - error: Base classes for class "ZhaFan" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/fan.py:46:7 - error: Base classes for class "ZhaFan" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/fan.py:46:7 - error: Base classes for class "ZhaFan" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/fan.py:46:7 - error: Base classes for class "ZhaFan" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/fan.py:46:7 - error: Base classes for class "ZhaFan" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/fan.py:46:7 - error: Base classes for class "ZhaFan" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/fan.py:49:5 - error: "_attr_translation_key" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/fan.py:55:69 - error: Cannot access attribute "supported_features" for class "PlatformEntity"
    Attribute "supported_features" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:55:69 - error: Cannot access attribute "supported_features" for class "GroupEntity"
    Attribute "supported_features" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:73:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/fan.py:75:40 - error: Cannot access attribute "preset_mode" for class "PlatformEntity"
    Attribute "preset_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:75:40 - error: Cannot access attribute "preset_mode" for class "GroupEntity"
    Attribute "preset_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:78:9 - error: "preset_modes" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/fan.py:80:40 - error: Cannot access attribute "preset_modes" for class "PlatformEntity"
    Attribute "preset_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:80:40 - error: Cannot access attribute "preset_modes" for class "GroupEntity"
    Attribute "preset_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:85:40 - error: Cannot access attribute "default_on_percentage" for class "PlatformEntity"
    Attribute "default_on_percentage" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:85:40 - error: Cannot access attribute "default_on_percentage" for class "GroupEntity"
    Attribute "default_on_percentage" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:90:40 - error: Cannot access attribute "speed_range" for class "PlatformEntity"
    Attribute "speed_range" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:90:40 - error: Cannot access attribute "speed_range" for class "GroupEntity"
    Attribute "speed_range" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:93:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/fan.py:95:40 - error: Cannot access attribute "speed_count" for class "PlatformEntity"
    Attribute "speed_count" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:95:40 - error: Cannot access attribute "speed_count" for class "GroupEntity"
    Attribute "speed_count" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:98:15 - error: Method "async_turn_on" overrides class "FanEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/fan.py:105:39 - error: Cannot access attribute "async_turn_on" for class "PlatformEntity"
    Attribute "async_turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:105:39 - error: Cannot access attribute "async_turn_on" for class "GroupEntity"
    Attribute "async_turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:111:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/fan.py:113:39 - error: Cannot access attribute "async_turn_off" for class "PlatformEntity"
    Attribute "async_turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:113:39 - error: Cannot access attribute "async_turn_off" for class "GroupEntity"
    Attribute "async_turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:117:15 - error: Method "async_set_percentage" overrides class "FanEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/fan.py:119:39 - error: Cannot access attribute "async_set_percentage" for class "PlatformEntity"
    Attribute "async_set_percentage" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:119:39 - error: Cannot access attribute "async_set_percentage" for class "GroupEntity"
    Attribute "async_set_percentage" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:123:15 - error: Method "async_set_preset_mode" overrides class "FanEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/fan.py:125:39 - error: Cannot access attribute "async_set_preset_mode" for class "PlatformEntity"
    Attribute "async_set_preset_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:125:39 - error: Cannot access attribute "async_set_preset_mode" for class "GroupEntity"
    Attribute "async_set_preset_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:129:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/fan.py:131:40 - error: Cannot access attribute "percentage" for class "PlatformEntity"
    Attribute "percentage" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/fan.py:131:40 - error: Cannot access attribute "percentage" for class "GroupEntity"
    Attribute "percentage" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/helpers.py
  <CWD>/homeassistant/components/zha/helpers.py:364:28 - error: Could not access item in TypedDict
    "name" is not a required key in "DeviceInfo", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/zha/helpers.py:372:56 - error: Cannot access attribute "name" for class "DeviceType"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:373:59 - error: Cannot access attribute "name" for class "RxOnWhenIdle"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:374:53 - error: Cannot access attribute "name" for class "Relationship"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:378:57 - error: Cannot access attribute "name" for class "PermitJoins"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:388:53 - error: Cannot access attribute "name" for class "RouteStatus"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:533:52 - error: "handlers" is not a known attribute of module "logging" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:603:27 - error: Argument of type "tuple[str, str]" cannot be assigned to parameter "key" of type "tuple[Platform, str]" in function "__getitem__"
    "tuple[str, str]" is not assignable to "tuple[Platform, str]"
      Tuple entry 1 is incorrect type
        "str" is not assignable to "Platform" (reportArgumentType)
  <CWD>/homeassistant/components/zha/helpers.py:615:65 - error: Argument of type "Group" cannot be assigned to parameter "group_info" of type "GroupInfo" in function "_async_get_or_create_group_proxy"
    "Group" is not assignable to "GroupInfo" (reportArgumentType)
  <CWD>/homeassistant/components/zha/helpers.py:701:67 - error: Argument of type "Device | None" cannot be assigned to parameter "zha_device" of type "Device" in function "_async_get_or_create_device_proxy"
    Type "Device | None" is not assignable to type "Device"
      "None" is not assignable to "Device" (reportArgumentType)
  <CWD>/homeassistant/components/zha/helpers.py:821:19 - error: Cannot access attribute "zha_device" for class "ZHAEntity"
    Attribute "zha_device" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:822:58 - error: Cannot access attribute "zha_device" for class "ZHAEntity"
    Attribute "zha_device" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:823:40 - error: Cannot access attribute "zha_device" for class "ZHAEntity"
    Attribute "zha_device" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:878:49 - error: "ieee" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/zha/helpers.py:1145:51 - error: Cannot access attribute "min_value" for class "type[Flag]"
    Attribute "min_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:1145:51 - error: Cannot access attribute "min_value" for class "type[Enum]"
    Attribute "min_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:1145:73 - error: Cannot access attribute "max_value" for class "type[Flag]"
    Attribute "max_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:1145:73 - error: Cannot access attribute "max_value" for class "type[Enum]"
    Attribute "max_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/helpers.py:1164:21 - error: Operator "|=" not supported for types "Unknown | Literal[0]" and "Flag"
    Operator "|" not supported for types "Literal[0]" and "Flag" (reportOperatorIssue)
<CWD>/homeassistant/components/zha/light.py
  <CWD>/homeassistant/components/zha/light.py:78:7 - error: Base classes for class "Light" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:78:7 - error: Base classes for class "Light" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:78:7 - error: Base classes for class "Light" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:78:7 - error: Base classes for class "Light" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:78:7 - error: Base classes for class "Light" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:78:7 - error: Base classes for class "Light" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:86:51 - error: Cannot access attribute "supported_color_modes" for class "PlatformEntity"
    Attribute "supported_color_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:86:51 - error: Cannot access attribute "supported_color_modes" for class "GroupEntity"
    Attribute "supported_color_modes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:101:71 - error: Cannot access attribute "supported_features" for class "PlatformEntity"
    Attribute "supported_features" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:101:71 - error: Cannot access attribute "supported_features" for class "GroupEntity"
    Attribute "supported_features" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:113:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:122:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:124:40 - error: Cannot access attribute "is_on" for class "PlatformEntity"
    Attribute "is_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:124:40 - error: Cannot access attribute "is_on" for class "GroupEntity"
    Attribute "is_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:127:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:129:40 - error: Cannot access attribute "brightness" for class "PlatformEntity"
    Attribute "brightness" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:129:40 - error: Cannot access attribute "brightness" for class "GroupEntity"
    Attribute "brightness" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:135:37 - error: Cannot access attribute "min_mireds" for class "PlatformEntity"
    Attribute "min_mireds" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:135:37 - error: Cannot access attribute "min_mireds" for class "GroupEntity"
    Attribute "min_mireds" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:142:37 - error: Cannot access attribute "max_mireds" for class "PlatformEntity"
    Attribute "max_mireds" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:142:37 - error: Cannot access attribute "max_mireds" for class "GroupEntity"
    Attribute "max_mireds" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:146:9 - error: "xy_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:148:40 - error: Cannot access attribute "xy_color" for class "PlatformEntity"
    Attribute "xy_color" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:148:40 - error: Cannot access attribute "xy_color" for class "GroupEntity"
    Attribute "xy_color" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:155:51 - error: Cannot access attribute "color_temp" for class "PlatformEntity"
    Attribute "color_temp" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:155:51 - error: Cannot access attribute "color_temp" for class "GroupEntity"
    Attribute "color_temp" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:160:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:162:36 - error: Cannot access attribute "color_mode" for class "PlatformEntity"
    Attribute "color_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:162:36 - error: Cannot access attribute "color_mode" for class "GroupEntity"
    Attribute "color_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:164:61 - error: Cannot access attribute "color_mode" for class "PlatformEntity"
    Attribute "color_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:164:61 - error: Cannot access attribute "color_mode" for class "GroupEntity"
    Attribute "color_mode" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:167:9 - error: "effect_list" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:169:40 - error: Cannot access attribute "effect_list" for class "PlatformEntity"
    Attribute "effect_list" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:169:40 - error: Cannot access attribute "effect_list" for class "GroupEntity"
    Attribute "effect_list" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:172:9 - error: "effect" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/light.py:174:40 - error: Cannot access attribute "effect" for class "PlatformEntity"
    Attribute "effect" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:174:40 - error: Cannot access attribute "effect" for class "GroupEntity"
    Attribute "effect" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:177:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/light.py:184:39 - error: Cannot access attribute "async_turn_on" for class "PlatformEntity"
    Attribute "async_turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:184:39 - error: Cannot access attribute "async_turn_on" for class "GroupEntity"
    Attribute "async_turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:195:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/light.py:197:39 - error: Cannot access attribute "async_turn_off" for class "PlatformEntity"
    Attribute "async_turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:197:39 - error: Cannot access attribute "async_turn_off" for class "GroupEntity"
    Attribute "async_turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:210:33 - error: Cannot access attribute "restore_external_state_attributes" for class "PlatformEntity"
    Attribute "restore_external_state_attributes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/light.py:210:33 - error: Cannot access attribute "restore_external_state_attributes" for class "GroupEntity"
    Attribute "restore_external_state_attributes" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/lock.py
  <CWD>/homeassistant/components/zha/lock.py:87:7 - error: Base classes for class "ZhaDoorLock" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/lock.py:87:7 - error: Base classes for class "ZhaDoorLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/lock.py:90:5 - error: "_attr_translation_key" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/lock.py:93:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/lock.py:95:40 - error: Cannot access attribute "is_locked" for class "PlatformEntity"
    Attribute "is_locked" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:95:40 - error: Cannot access attribute "is_locked" for class "GroupEntity"
    Attribute "is_locked" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:98:15 - error: Method "async_lock" overrides class "LockEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/lock.py:100:39 - error: Cannot access attribute "async_lock" for class "PlatformEntity"
    Attribute "async_lock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:100:39 - error: Cannot access attribute "async_lock" for class "GroupEntity"
    Attribute "async_lock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:104:15 - error: Method "async_unlock" overrides class "LockEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/lock.py:106:39 - error: Cannot access attribute "async_unlock" for class "PlatformEntity"
    Attribute "async_unlock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:106:39 - error: Cannot access attribute "async_unlock" for class "GroupEntity"
    Attribute "async_unlock" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:112:39 - error: Cannot access attribute "async_set_lock_user_code" for class "PlatformEntity"
    Attribute "async_set_lock_user_code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:112:39 - error: Cannot access attribute "async_set_lock_user_code" for class "GroupEntity"
    Attribute "async_set_lock_user_code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:120:39 - error: Cannot access attribute "async_enable_lock_user_code" for class "PlatformEntity"
    Attribute "async_enable_lock_user_code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:120:39 - error: Cannot access attribute "async_enable_lock_user_code" for class "GroupEntity"
    Attribute "async_enable_lock_user_code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:126:39 - error: Cannot access attribute "async_disable_lock_user_code" for class "PlatformEntity"
    Attribute "async_disable_lock_user_code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:126:39 - error: Cannot access attribute "async_disable_lock_user_code" for class "GroupEntity"
    Attribute "async_disable_lock_user_code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:132:39 - error: Cannot access attribute "async_clear_lock_user_code" for class "PlatformEntity"
    Attribute "async_clear_lock_user_code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:132:39 - error: Cannot access attribute "async_clear_lock_user_code" for class "GroupEntity"
    Attribute "async_clear_lock_user_code" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:138:33 - error: Cannot access attribute "restore_external_state_attributes" for class "PlatformEntity"
    Attribute "restore_external_state_attributes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/lock.py:138:33 - error: Cannot access attribute "restore_external_state_attributes" for class "GroupEntity"
    Attribute "restore_external_state_attributes" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/logbook.py
  <CWD>/homeassistant/components/zha/logbook.py:80:26 - error: "message" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zha/logbook.py:84:36 - error: "message" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/zha/number.py
  <CWD>/homeassistant/components/zha/number.py:45:7 - error: Base classes for class "ZhaNumber" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/number.py:45:7 - error: Base classes for class "ZhaNumber" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/number.py:49:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/number.py:51:40 - error: Cannot access attribute "native_value" for class "PlatformEntity"
    Attribute "native_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/number.py:51:40 - error: Cannot access attribute "native_value" for class "GroupEntity"
    Attribute "native_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/number.py:54:9 - error: "native_min_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/number.py:56:40 - error: Cannot access attribute "native_min_value" for class "PlatformEntity"
    Attribute "native_min_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/number.py:56:40 - error: Cannot access attribute "native_min_value" for class "GroupEntity"
    Attribute "native_min_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/number.py:59:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/number.py:61:40 - error: Cannot access attribute "native_max_value" for class "PlatformEntity"
    Attribute "native_max_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/number.py:61:40 - error: Cannot access attribute "native_max_value" for class "GroupEntity"
    Attribute "native_max_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/number.py:64:9 - error: "native_step" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/number.py:66:40 - error: Cannot access attribute "native_step" for class "PlatformEntity"
    Attribute "native_step" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/number.py:66:40 - error: Cannot access attribute "native_step" for class "GroupEntity"
    Attribute "native_step" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/number.py:69:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/number.py:71:40 - error: Cannot access attribute "native_unit_of_measurement" for class "PlatformEntity"
    Attribute "native_unit_of_measurement" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/number.py:71:40 - error: Cannot access attribute "native_unit_of_measurement" for class "GroupEntity"
    Attribute "native_unit_of_measurement" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/number.py:74:15 - error: Method "async_set_native_value" overrides class "NumberEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/number.py:76:39 - error: Cannot access attribute "async_set_native_value" for class "PlatformEntity"
    Attribute "async_set_native_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/number.py:76:39 - error: Cannot access attribute "async_set_native_value" for class "GroupEntity"
    Attribute "async_set_native_value" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/radio_manager.py
  <CWD>/homeassistant/components/zha/radio_manager.py:425:41 - error: "backup" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zha/radio_manager.py:429:59 - error: "copy" is not a known attribute of "None" (reportOptionalMemberAccess)
  <CWD>/homeassistant/components/zha/radio_manager.py:465:59 - error: "retry" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/zha/repairs/network_settings_inconsistent.py
  <CWD>/homeassistant/components/zha/repairs/network_settings_inconsistent.py:100:14 - error: Argument of type "dict[str, str | dict[str, Any]]" cannot be assigned to parameter "data" of type "dict[str, str | int | float | None] | None" in function "async_create_issue"
    Type "dict[str, str | dict[str, Any]]" is not assignable to type "dict[str, str | int | float | None] | None"
      "dict[str, str | dict[str, Any]]" is not assignable to "dict[str, str | int | float | None]"
        Type parameter "_VT@dict" is invariant, but "str | dict[str, Any]" is not the same as "str | int | float | None"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, str | dict[str, Any]]" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/components/zha/select.py
  <CWD>/homeassistant/components/zha/select.py:50:7 - error: Base classes for class "ZHAEnumSelectEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/select.py:50:7 - error: Base classes for class "ZHAEnumSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/select.py:56:66 - error: Cannot access attribute "options" for class "BaseEntityInfo"
    Attribute "options" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/select.py:59:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/select.py:61:40 - error: Cannot access attribute "current_option" for class "PlatformEntity"
    Attribute "current_option" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/select.py:61:40 - error: Cannot access attribute "current_option" for class "GroupEntity"
    Attribute "current_option" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/select.py:64:15 - error: Method "async_select_option" overrides class "SelectEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/select.py:66:39 - error: Cannot access attribute "async_select_option" for class "PlatformEntity"
    Attribute "async_select_option" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/select.py:66:39 - error: Cannot access attribute "async_select_option" for class "GroupEntity"
    Attribute "async_select_option" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/select.py:73:37 - error: Cannot access attribute "restore_external_state_attributes" for class "PlatformEntity"
    Attribute "restore_external_state_attributes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/select.py:73:37 - error: Cannot access attribute "restore_external_state_attributes" for class "GroupEntity"
    Attribute "restore_external_state_attributes" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/sensor.py
  <CWD>/homeassistant/components/zha/sensor.py:100:7 - error: Base classes for class "Sensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/sensor.py:100:7 - error: Base classes for class "Sensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/sensor.py:114:71 - error: Cannot access attribute "unit" for class "BaseEntityInfo"
    Attribute "unit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/sensor.py:115:72 - error: Cannot access attribute "unit" for class "BaseEntityInfo"
    Attribute "unit" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/sensor.py:119:24 - error: Cannot access attribute "entity_description" for class "PlatformEntity"
    Attribute "entity_description" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/sensor.py:119:24 - error: Cannot access attribute "entity_description" for class "GroupEntity"
    Attribute "entity_description" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/sensor.py:121:41 - error: Cannot access attribute "entity_description" for class "PlatformEntity"
    Attribute "entity_description" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/sensor.py:121:41 - error: Cannot access attribute "entity_description" for class "GroupEntity"
    Attribute "entity_description" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/sensor.py:141:31 - error: Cannot access attribute "suggested_display_precision" for class "BaseEntityInfo"
    Attribute "suggested_display_precision" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/sensor.py:143:36 - error: Cannot access attribute "suggested_display_precision" for class "BaseEntityInfo"
    Attribute "suggested_display_precision" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/sensor.py:147:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/sensor.py:149:40 - error: Cannot access attribute "native_value" for class "PlatformEntity"
    Attribute "native_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/sensor.py:149:40 - error: Cannot access attribute "native_value" for class "GroupEntity"
    Attribute "native_value" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/sensor.py:152:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zha/silabs_multiprotocol.py
  <CWD>/homeassistant/components/zha/silabs_multiprotocol.py:31:12 - error: "zha_network_settings" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/zha/siren.py
  <CWD>/homeassistant/components/zha/siren.py:60:7 - error: Base classes for class "ZHASiren" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/siren.py:60:7 - error: Base classes for class "ZHASiren" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/siren.py:77:71 - error: Cannot access attribute "supported_features" for class "PlatformEntity"
    Attribute "supported_features" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/siren.py:77:71 - error: Cannot access attribute "supported_features" for class "GroupEntity"
    Attribute "supported_features" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/siren.py:93:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/siren.py:95:40 - error: Cannot access attribute "is_on" for class "PlatformEntity"
    Attribute "is_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/siren.py:95:40 - error: Cannot access attribute "is_on" for class "GroupEntity"
    Attribute "is_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/siren.py:98:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/siren.py:100:39 - error: Cannot access attribute "async_turn_on" for class "PlatformEntity"
    Attribute "async_turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/siren.py:100:39 - error: Cannot access attribute "async_turn_on" for class "GroupEntity"
    Attribute "async_turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/siren.py:108:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/siren.py:110:39 - error: Cannot access attribute "async_turn_off" for class "PlatformEntity"
    Attribute "async_turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/siren.py:110:39 - error: Cannot access attribute "async_turn_off" for class "GroupEntity"
    Attribute "async_turn_off" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/switch.py
  <CWD>/homeassistant/components/zha/switch.py:46:7 - error: Base classes for class "Switch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/switch.py:46:7 - error: Base classes for class "Switch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/switch.py:50:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/switch.py:52:40 - error: Cannot access attribute "is_on" for class "PlatformEntity"
    Attribute "is_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/switch.py:52:40 - error: Cannot access attribute "is_on" for class "GroupEntity"
    Attribute "is_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/switch.py:55:15 - error: Method "async_turn_on" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/switch.py:57:39 - error: Cannot access attribute "async_turn_on" for class "PlatformEntity"
    Attribute "async_turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/switch.py:57:39 - error: Cannot access attribute "async_turn_on" for class "GroupEntity"
    Attribute "async_turn_on" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/switch.py:61:15 - error: Method "async_turn_off" overrides class "ToggleEntity" in an incompatible manner
    Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"
      "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/components/zha/switch.py:63:39 - error: Cannot access attribute "async_turn_off" for class "PlatformEntity"
    Attribute "async_turn_off" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/switch.py:63:39 - error: Cannot access attribute "async_turn_off" for class "GroupEntity"
    Attribute "async_turn_off" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zha/update.py
  <CWD>/homeassistant/components/zha/update.py:103:7 - error: Base classes for class "ZHAFirmwareUpdateEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:103:7 - error: Base classes for class "ZHAFirmwareUpdateEntity" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:103:7 - error: Base classes for class "ZHAFirmwareUpdateEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:103:7 - error: Base classes for class "ZHAFirmwareUpdateEntity" define variable "_attr_supported_features" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:103:7 - error: Base classes for class "ZHAFirmwareUpdateEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:103:7 - error: Base classes for class "ZHAFirmwareUpdateEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:103:7 - error: Base classes for class "ZHAFirmwareUpdateEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:103:7 - error: Base classes for class "ZHAFirmwareUpdateEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:103:7 - error: Base classes for class "ZHAFirmwareUpdateEntity" define variable "entity_category" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:103:7 - error: Base classes for class "ZHAFirmwareUpdateEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:123:36 - error: Argument of type "Self@ZHAFirmwareUpdateEntity" cannot be assigned to parameter "self" of type "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" in function "__init__"
    "ZHAFirmwareUpdateEntity*" is not assignable to "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]"
      Type parameter "_DataUpdateCoordinatorT@CoordinatorEntity" is invariant, but "ZHAFirmwareUpdateCoordinator" is not the same as "DataUpdateCoordinator[dict[str, Any]]" (reportArgumentType)
  <CWD>/homeassistant/components/zha/update.py:123:42 - error: Argument of type "ZHAFirmwareUpdateCoordinator" cannot be assigned to parameter "coordinator" of type "DataUpdateCoordinator[dict[str, Any]]" in function "__init__"
    "ZHAFirmwareUpdateCoordinator" is not assignable to "DataUpdateCoordinator[dict[str, Any]]"
      Type parameter "_DataT@DataUpdateCoordinator" is invariant, but "None" is not the same as "dict[str, Any]" (reportArgumentType)
  <CWD>/homeassistant/components/zha/update.py:126:9 - error: "installed_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:128:40 - error: Cannot access attribute "installed_version" for class "PlatformEntity"
    Attribute "installed_version" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:128:40 - error: Cannot access attribute "installed_version" for class "GroupEntity"
    Attribute "installed_version" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:131:9 - error: "in_progress" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:136:40 - error: Cannot access attribute "in_progress" for class "PlatformEntity"
    Attribute "in_progress" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:136:40 - error: Cannot access attribute "in_progress" for class "GroupEntity"
    Attribute "in_progress" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:139:9 - error: "update_percentage" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[int | float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:146:40 - error: Cannot access attribute "update_percentage" for class "PlatformEntity"
    Attribute "update_percentage" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:146:40 - error: Cannot access attribute "update_percentage" for class "GroupEntity"
    Attribute "update_percentage" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:149:9 - error: "latest_version" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:151:40 - error: Cannot access attribute "latest_version" for class "PlatformEntity"
    Attribute "latest_version" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:151:40 - error: Cannot access attribute "latest_version" for class "GroupEntity"
    Attribute "latest_version" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:154:9 - error: "release_summary" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:160:40 - error: Cannot access attribute "release_summary" for class "PlatformEntity"
    Attribute "release_summary" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:160:40 - error: Cannot access attribute "release_summary" for class "GroupEntity"
    Attribute "release_summary" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:178:55 - error: Cannot access attribute "release_notes" for class "PlatformEntity"
    Attribute "release_notes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:178:55 - error: Cannot access attribute "release_notes" for class "GroupEntity"
    Attribute "release_notes" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:181:9 - error: "release_url" overrides symbol of same name in class "UpdateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zha/update.py:183:40 - error: Cannot access attribute "release_url" for class "PlatformEntity"
    Attribute "release_url" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:183:40 - error: Cannot access attribute "release_url" for class "GroupEntity"
    Attribute "release_url" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:192:43 - error: Cannot access attribute "async_install" for class "PlatformEntity"
    Attribute "async_install" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:192:43 - error: Cannot access attribute "async_install" for class "GroupEntity"
    Attribute "async_install" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/update.py:200:46 - error: Argument of type "Self@ZHAFirmwareUpdateEntity" cannot be assigned to parameter "self" of type "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]" in function "async_update"
    "ZHAFirmwareUpdateEntity*" is not assignable to "CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]"
      Type parameter "_DataUpdateCoordinatorT@CoordinatorEntity" is invariant, but "ZHAFirmwareUpdateCoordinator" is not the same as "DataUpdateCoordinator[dict[str, Any]]" (reportArgumentType)
<CWD>/homeassistant/components/zha/websocket_api.py
  <CWD>/homeassistant/components/zha/websocket_api.py:383:48 - error: Cannot access attribute "hass" for class "Gateway"
    Attribute "hass" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/websocket_api.py:392:48 - error: Cannot access attribute "hass" for class "Gateway"
    Attribute "hass" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/websocket_api.py:420:50 - error: Argument of type "ZHAGatewayProxy" cannot be assigned to parameter "zha_gateway" of type "Gateway" in function "_get_entity_name"
    "ZHAGatewayProxy" is not assignable to "Gateway" (reportArgumentType)
  <CWD>/homeassistant/components/zha/websocket_api.py:422:29 - error: Argument of type "ZHAGatewayProxy" cannot be assigned to parameter "zha_gateway" of type "Gateway" in function "_get_entity_original_name"
    "ZHAGatewayProxy" is not assignable to "Gateway" (reportArgumentType)
  <CWD>/homeassistant/components/zha/websocket_api.py:426:59 - error: Cannot access attribute "cluster_handlers" for class "GroupEntity"
    Attribute "cluster_handlers" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zha/websocket_api.py:938:48 - error: Argument of type "int" cannot be assigned to parameter "operation" of type "ZDOCmd" in function "async_binding_operation"
    "int" is not assignable to "ZDOCmd" (reportArgumentType)
  <CWD>/homeassistant/components/zha/websocket_api.py:967:48 - error: Argument of type "int" cannot be assigned to parameter "operation" of type "ZDOCmd" in function "async_binding_operation"
    "int" is not assignable to "ZDOCmd" (reportArgumentType)
  <CWD>/homeassistant/components/zha/websocket_api.py:999:55 - error: Argument of type "list[ClusterBinding]" cannot be assigned to parameter "cluster_bindings" of type "list[ClusterBinding]" in function "async_bind_to_group"
    "builtins.list" is not assignable to "builtins.list"
      Type parameter "_T@list" is invariant, but "homeassistant.components.zha.websocket_api.ClusterBinding" is not the same as "zha.zigbee.device.ClusterBinding"
      Consider switching from "list" to "Sequence" which is covariant (reportArgumentType)
  <CWD>/homeassistant/components/zha/websocket_api.py:1023:59 - error: Argument of type "list[ClusterBinding]" cannot be assigned to parameter "cluster_bindings" of type "list[ClusterBinding]" in function "async_unbind_from_group"
    "builtins.list" is not assignable to "builtins.list"
      Type parameter "_T@list" is invariant, but "homeassistant.components.zha.websocket_api.ClusterBinding" is not the same as "zha.zigbee.device.ClusterBinding"
      Consider switching from "list" to "Sequence" which is covariant (reportArgumentType)
  <CWD>/homeassistant/components/zha/websocket_api.py:1048:23 - error: Cannot access attribute "name" for class "ZDOCmd"
    Attribute "name" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/components/zhong_hong/climate.py
  <CWD>/homeassistant/components/zhong_hong/climate.py:9:6 - error: Import "zhong_hong_hvac.hub" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/zhong_hong/climate.py:10:6 - error: Import "zhong_hong_hvac.hvac" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/zhong_hong/climate.py:187:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zhong_hong/climate.py:192:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zhong_hong/climate.py:197:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zhong_hong/climate.py:200:20 - error: Type "Any | None" is not assignable to return type "HVACMode"
    Type "Any | None" is not assignable to type "HVACMode"
      "None" is not assignable to "HVACMode" (reportReturnType)
  <CWD>/homeassistant/components/zhong_hong/climate.py:204:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zhong_hong/climate.py:209:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zhong_hong/climate.py:214:9 - error: "target_temperature_step" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zhong_hong/climate.py:224:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zhong_hong/climate.py:231:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zhong_hong/climate.py:238:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zhong_hong/climate.py:243:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/ziggo_mediabox_xl/media_player.py
  <CWD>/homeassistant/components/ziggo_mediabox_xl/media_player.py:9:31 - error: "ZiggoMediaboxXL" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/ziggo_mediabox_xl/media_player.py:128:9 - error: "source_list" overrides symbol of same name in class "MediaPlayerEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zimi/config_flow.py
  <CWD>/homeassistant/components/zimi/config_flow.py:47:25 - error: Type "None" is not assignable to declared type "ControlPoint"
    "None" is not assignable to "ControlPoint" (reportAssignmentType)
<CWD>/homeassistant/components/zimi/cover.py
  <CWD>/homeassistant/components/zimi/cover.py:38:7 - error: Base classes for class "ZimiCover" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/cover.py:55:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/cover.py:60:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/cover.py:65:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/cover.py:70:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zimi/entity.py
  <CWD>/homeassistant/components/zimi/entity.py:46:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zimi/fan.py
  <CWD>/homeassistant/components/zimi/fan.py:36:7 - error: Base classes for class "ZimiFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/fan.py:85:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/fan.py:92:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zimi/light.py
  <CWD>/homeassistant/components/zimi/light.py:41:7 - error: Base classes for class "ZimiLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/light.py:53:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/light.py:99:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/light.py:101:22 - error: Operator "*" not supported for "None" (reportOptionalOperand)
<CWD>/homeassistant/components/zimi/sensor.py
  <CWD>/homeassistant/components/zimi/sensor.py:81:7 - error: Base classes for class "ZimiSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/sensor.py:96:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ZimiSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/sensor.py:96:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ZimiSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/sensor.py:100:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zimi/switch.py
  <CWD>/homeassistant/components/zimi/switch.py:32:7 - error: Base classes for class "ZimiSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zimi/switch.py:36:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zone/__init__.py
  <CWD>/homeassistant/components/zone/__init__.py:380:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zoneminder/__init__.py
  <CWD>/homeassistant/components/zoneminder/__init__.py:7:6 - error: Import "zoneminder.zm" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/zoneminder/binary_sensor.py
  <CWD>/homeassistant/components/zoneminder/binary_sensor.py:5:6 - error: Import "zoneminder.zm" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/zoneminder/camera.py
  <CWD>/homeassistant/components/zoneminder/camera.py:7:6 - error: Import "zoneminder.monitor" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/zoneminder/camera.py:8:6 - error: Import "zoneminder.zm" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/zoneminder/sensor.py
  <CWD>/homeassistant/components/zoneminder/sensor.py:8:6 - error: Import "zoneminder.monitor" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/zoneminder/sensor.py:9:6 - error: Import "zoneminder.zm" could not be resolved (reportMissingImports)
<CWD>/homeassistant/components/zoneminder/switch.py
  <CWD>/homeassistant/components/zoneminder/switch.py:9:6 - error: Import "zoneminder.monitor" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/zoneminder/switch.py:10:6 - error: Import "zoneminder.zm" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/components/zoneminder/switch.py:62:12 - error: Type "Literal['mdi:record-rec']" is not assignable to declared type "cached_property"
    "Literal['mdi:record-rec']" is not assignable to "cached_property[str | None]" (reportAssignmentType)
  <CWD>/homeassistant/components/zoneminder/switch.py:77:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/api.py
  <CWD>/homeassistant/components/zwave_js/api.py:36:5 - error: "ControllerStatistics" is not exported from module "zwave_js_server.model.controller"
    Import from "zwave_js_server.model.controller.statistics" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/zwave_js/api.py:37:5 - error: "InclusionGrant" is not exported from module "zwave_js_server.model.controller"
    Import from "zwave_js_server.model.controller.inclusion_and_provisioning" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/zwave_js/api.py:38:5 - error: "ProvisioningEntry" is not exported from module "zwave_js_server.model.controller"
    Import from "zwave_js_server.model.controller.inclusion_and_provisioning" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/zwave_js/api.py:39:5 - error: "QRProvisioningInformation" is not exported from module "zwave_js_server.model.controller"
    Import from "zwave_js_server.model.controller.inclusion_and_provisioning" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/zwave_js/api.py:50:46 - error: "NodeStatistics" is not exported from module "zwave_js_server.model.node"
    Import from "zwave_js_server.model.node.statistics" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/zwave_js/api.py:2564:48 - error: Type "str | bytes | FileField" is not assignable to declared type "FileField"
    Type "str | bytes | FileField" is not assignable to type "FileField"
      "bytes" is not assignable to "FileField" (reportAssignmentType)
<CWD>/homeassistant/components/zwave_js/binary_sensor.py
  <CWD>/homeassistant/components/zwave_js/binary_sensor.py:477:7 - error: Base classes for class "ZWaveBooleanBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/binary_sensor.py:498:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/binary_sensor.py:505:7 - error: Base classes for class "ZWaveNotificationBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/binary_sensor.py:529:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/binary_sensor.py:536:7 - error: Base classes for class "ZWavePropertyBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/binary_sensor.py:550:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"
    Variable is mutable so its type is invariant
      Override type "PropertyZWaveJSEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/binary_sensor.py:554:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/button.py
  <CWD>/homeassistant/components/zwave_js/button.py:68:7 - error: Base classes for class "ZwaveBooleanNodeButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/button.py:137:7 - error: Base classes for class "ZWaveNotificationIdleButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/climate.py
  <CWD>/homeassistant/components/zwave_js/climate.py:126:7 - error: Base classes for class "ZWaveClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:275:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:286:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:298:9 - error: "hvac_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[HVACMode]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:303:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:313:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:318:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:323:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:337:9 - error: "target_temperature_high" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:351:9 - error: "target_temperature_low" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:365:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:379:9 - error: "preset_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:384:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:395:9 - error: "fan_modes" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:402:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:418:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/climate.py:434:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/config_flow.py
  <CWD>/homeassistant/components/zwave_js/config_flow.py:19:37 - error: "VersionInfo" is not exported from module "zwave_js_server.version"
    Import from "zwave_js_server.model.version" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/zwave_js/config_flow.py:496:16 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/components/zwave_js/config_flow.py:582:30 - error: Could not access item in TypedDict
    "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/components/zwave_js/cover.py
  <CWD>/homeassistant/components/zwave_js/cover.py:82:7 - error: Base classes for class "CoverPositionMixin" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/cover.py:96:41 - error: Cannot assign to attribute "_attr_supported_features" for class "CoverPositionMixin*"
    Type "CoverEntityFeature | int" is not assignable to type "CoverEntityFeature | None"
      Type "int" is not assignable to type "CoverEntityFeature | None"
        "int" is not assignable to "CoverEntityFeature"
        "int" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zwave_js/cover.py:109:13 - error: Operator "|=" not supported for types "CoverEntityFeature | None" and "Literal[CoverEntityFeature.STOP]"
    Operator "|" not supported for types "None" and "Literal[CoverEntityFeature.STOP]" (reportOperatorIssue)
  <CWD>/homeassistant/components/zwave_js/cover.py:142:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/cover.py:149:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/cover.py:188:7 - error: Base classes for class "CoverTiltMixin" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/cover.py:202:41 - error: Cannot assign to attribute "_attr_supported_features" for class "CoverTiltMixin*"
    Type "CoverEntityFeature | int" is not assignable to type "CoverEntityFeature | None"
      Type "int" is not assignable to type "CoverEntityFeature | None"
        "int" is not assignable to "CoverEntityFeature"
        "int" is not assignable to "None" (reportAttributeAccessIssue)
  <CWD>/homeassistant/components/zwave_js/cover.py:215:13 - error: Operator "|=" not supported for types "CoverEntityFeature | None" and "Literal[CoverEntityFeature.STOP_TILT]"
    Operator "|" not supported for types "None" and "Literal[CoverEntityFeature.STOP_TILT]" (reportOperatorIssue)
  <CWD>/homeassistant/components/zwave_js/cover.py:246:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/cover.py:322:7 - error: Base classes for class "ZWaveTiltCover" define variable "current_cover_position" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/cover.py:322:7 - error: Base classes for class "ZWaveTiltCover" define variable "is_closed" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/cover.py:341:7 - error: Base classes for class "ZWaveWindowCovering" define variable "current_cover_position" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/cover.py:341:7 - error: Base classes for class "ZWaveWindowCovering" define variable "is_closed" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/cover.py:439:7 - error: Base classes for class "ZwaveMotorizedBarrier" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/cover.py:460:9 - error: "is_opening" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/cover.py:467:9 - error: "is_closing" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/cover.py:474:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/discovery.py
  <CWD>/homeassistant/components/zwave_js/discovery.py:49:5 - error: "ConfigurationValueType" is not exported from module "zwave_js_server.model.value"
    Import from "zwave_js_server.const" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/zwave_js/discovery.py:1274:34 - error: Argument of type "str | None" cannot be assigned to parameter "version" of type "str" in function "__new__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/components/zwave_js/discovery.py:1279:34 - error: Argument of type "str | None" cannot be assigned to parameter "version" of type "str" in function "__new__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/zwave_js/entity.py
  <CWD>/homeassistant/components/zwave_js/entity.py:227:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/event.py
  <CWD>/homeassistant/components/zwave_js/event.py:71:7 - error: Base classes for class "ZwaveEventEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/fan.py
  <CWD>/homeassistant/components/zwave_js/fan.py:77:7 - error: Base classes for class "ZwaveFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/fan.py:148:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/fan.py:213:9 - error: "preset_modes" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/fan.py:221:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/fan.py:248:9 - error: "speed_count" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/fan.py:253:9 - error: "supported_features" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[FanEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/fan.py:285:16 - error: "max_speed" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zwave_js/fan.py:310:7 - error: Base classes for class "ZwaveThermostatFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/fan.py:361:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/fan.py:383:9 - error: "preset_modes" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/fan.py:390:9 - error: "supported_features" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/fan.py:390:9 - error: "supported_features" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[FanEntityFeature]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/fan.py:413:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/helpers.py
  <CWD>/homeassistant/components/zwave_js/helpers.py:19:58 - error: "ProvisioningEntry" is not exported from module "zwave_js_server.model.controller"
    Import from "zwave_js_server.model.controller.inclusion_and_provisioning" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/zwave_js/helpers.py:29:37 - error: "VersionInfo" is not exported from module "zwave_js_server.version"
    Import from "zwave_js_server.model.version" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/zwave_js/humidifier.py
  <CWD>/homeassistant/components/zwave_js/humidifier.py:115:7 - error: Base classes for class "ZWaveHumidifier" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/humidifier.py:132:14 - error: "entity_description" overrides symbol of same name in class "HumidifierEntity"
    Variable is mutable so its type is invariant
      Override type "ZwaveHumidifierEntityDescription" is not the same as base type "HumidifierEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/humidifier.py:147:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/humidifier.py:191:9 - error: "target_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/humidifier.py:203:9 - error: "min_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/humidifier.py:211:9 - error: "max_humidity" overrides symbol of same name in class "HumidifierEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/light.py
  <CWD>/homeassistant/components/zwave_js/light.py:108:7 - error: Base classes for class "ZwaveLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/light.py:219:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/light.py:229:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/light.py:234:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/light.py:243:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/light.py:248:9 - error: "rgbw_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int, int] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/light.py:258:9 - error: "supported_color_modes" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[set[ColorMode] | set[str] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/light.py:517:21 - error: "red" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zwave_js/light.py:518:25 - error: "green" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zwave_js/light.py:519:25 - error: "blue" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zwave_js/light.py:522:33 - error: "red" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zwave_js/light.py:522:38 - error: "green" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zwave_js/light.py:522:45 - error: "blue" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zwave_js/light.py:531:21 - error: "red" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zwave_js/light.py:532:25 - error: "green" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zwave_js/light.py:533:25 - error: "blue" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zwave_js/light.py:536:33 - error: "red" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zwave_js/light.py:536:38 - error: "green" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/components/zwave_js/light.py:536:45 - error: "blue" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/components/zwave_js/lock.py
  <CWD>/homeassistant/components/zwave_js/lock.py:122:7 - error: Base classes for class "ZWaveLock" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/lock.py:126:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/number.py
  <CWD>/homeassistant/components/zwave_js/number.py:60:7 - error: Base classes for class "ZwaveNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/number.py:80:9 - error: "native_min_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/number.py:86:9 - error: "native_max_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/number.py:92:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/number.py:98:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/number.py:129:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/number.py:140:7 - error: Base classes for class "ZwaveVolumeNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/number.py:159:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/select.py
  <CWD>/homeassistant/components/zwave_js/select.py:65:7 - error: Base classes for class "ZwaveSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/select.py:81:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/select.py:141:7 - error: Base classes for class "ZwaveDefaultToneSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/select.py:159:9 - error: "options" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/select.py:170:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/select.py:192:7 - error: Base classes for class "ZwaveMultilevelSwitchSelectEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/select.py:210:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/sensor.py
  <CWD>/homeassistant/components/zwave_js/sensor.py:731:7 - error: Base classes for class "ZwaveSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/sensor.py:753:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/sensor.py:761:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/sensor.py:809:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/sensor.py:874:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/sensor.py:975:14 - error: "_attr_native_value" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "StateType | date | datetime | Decimal" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/sensor.py:1036:14 - error: "_attr_native_value" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "str" is not the same as base type "StateType | date | datetime | Decimal" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/sensor.py:1055:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ZWaveJSStatisticsSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/siren.py
  <CWD>/homeassistant/components/zwave_js/siren.py:55:7 - error: Base classes for class "ZwaveSirenEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/siren.py:79:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/switch.py
  <CWD>/homeassistant/components/zwave_js/switch.py:63:7 - error: Base classes for class "ZWaveSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/switch.py:75:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/switch.py:105:7 - error: Base classes for class "ZWaveBarrierEventSignalingSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/switch.py:129:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_js/triggers/event.py
  <CWD>/homeassistant/components/zwave_js/triggers/event.py:11:46 - error: "CONTROLLER_EVENT_MODEL_MAP" is not exported from module "zwave_js_server.model.controller"
    Import from "zwave_js_server.model.controller.event_model" instead (reportPrivateImportUsage)
  <CWD>/homeassistant/components/zwave_js/triggers/event.py:13:40 - error: "NODE_EVENT_MODEL_MAP" is not exported from module "zwave_js_server.model.node"
    Import from "zwave_js_server.model.node.event_model" instead (reportPrivateImportUsage)
<CWD>/homeassistant/components/zwave_js/update.py
  <CWD>/homeassistant/components/zwave_js/update.py:191:14 - error: "entity_description" overrides symbol of same name in class "UpdateEntity"
    Variable is mutable so its type is invariant
      Override type "ZWaveUpdateEntityDescription" is not the same as base type "UpdateEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_js/update.py:294:34 - error: Argument of type "str | None" cannot be assigned to parameter "version" of type "str" in function "__new__"
    Type "str | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/components/zwave_me/binary_sensor.py
  <CWD>/homeassistant/components/zwave_me/binary_sensor.py:61:7 - error: Base classes for class "ZWaveMeBinarySensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/binary_sensor.py:75:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_me/button.py
  <CWD>/homeassistant/components/zwave_me/button.py:40:7 - error: Base classes for class "ZWaveMeButton" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_me/climate.py
  <CWD>/homeassistant/components/zwave_me/climate.py:54:7 - error: Base classes for class "ZWaveMeClimate" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/climate.py:71:9 - error: "temperature_unit" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/climate.py:76:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/climate.py:78:16 - error: Type "Any | str | int | float" is not assignable to return type "float"
    Type "Any | str | int | float" is not assignable to type "float"
      "str" is not assignable to "float" (reportReturnType)
  <CWD>/homeassistant/components/zwave_me/climate.py:81:9 - error: "max_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/climate.py:83:16 - error: Type "Any | str" is not assignable to return type "float"
    Type "Any | str" is not assignable to type "float"
      "str" is not assignable to "float" (reportReturnType)
  <CWD>/homeassistant/components/zwave_me/climate.py:86:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/climate.py:88:16 - error: Type "Any | str" is not assignable to return type "float"
    Type "Any | str" is not assignable to type "float"
      "str" is not assignable to "float" (reportReturnType)
  <CWD>/homeassistant/components/zwave_me/climate.py:91:9 - error: "target_temperature_step" overrides symbol of same name in class "ClimateEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_me/cover.py
  <CWD>/homeassistant/components/zwave_me/cover.py:48:7 - error: Base classes for class "ZWaveMeCover" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/cover.py:78:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/cover.py:86:12 - error: Operator ">" not supported for types "Any | str | int | float" and "Literal[95]"
    Operator ">" not supported for types "str" and "Literal[95]" (reportOperatorIssue)
  <CWD>/homeassistant/components/zwave_me/cover.py:89:16 - error: Type "Any | str | int | float" is not assignable to return type "int | None"
    Type "Any | str | int | float" is not assignable to type "int | None"
      Type "float" is not assignable to type "int | None"
        "float" is not assignable to "int"
        "float" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/components/zwave_me/cover.py:92:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/cover.py:103:16 - error: Operator "<" not supported for types "Any | str | int | float" and "Literal[5]"
    Operator "<" not supported for types "str" and "Literal[5]" when expected type is "bool | None" (reportOperatorIssue)
<CWD>/homeassistant/components/zwave_me/entity.py
  <CWD>/homeassistant/components/zwave_me/entity.py:27:9 - error: "device_info" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[DeviceInfo | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_me/fan.py
  <CWD>/homeassistant/components/zwave_me/fan.py:44:7 - error: Base classes for class "ZWaveMeFan" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/fan.py:54:9 - error: "percentage" overrides symbol of same name in class "FanEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/fan.py:58:16 - error: Type "Any | str | int | float" is not assignable to return type "int"
    Type "Any | str | int | float" is not assignable to type "int"
      "float" is not assignable to "int" (reportReturnType)
<CWD>/homeassistant/components/zwave_me/light.py
  <CWD>/homeassistant/components/zwave_me/light.py:55:7 - error: Base classes for class "ZWaveMeRGB" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/light.py:69:14 - error: "_attr_supported_color_modes" overrides symbol of same name in class "LightEntity"
    Variable is mutable so its type is invariant
      Override type "set[ColorMode]" is not the same as base type "set[ColorMode] | set[str] | None" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/light.py:93:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/light.py:98:9 - error: "brightness" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/light.py:103:9 - error: "rgb_color" overrides symbol of same name in class "LightEntity"
    "property" is not assignable to "cached_property[tuple[int, int, int] | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_me/lock.py
  <CWD>/homeassistant/components/zwave_me/lock.py:47:7 - error: Base classes for class "ZWaveMeLock" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/lock.py:51:9 - error: "is_locked" overrides symbol of same name in class "LockEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_me/number.py
  <CWD>/homeassistant/components/zwave_me/number.py:40:7 - error: Base classes for class "ZWaveMeNumber" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/number.py:44:9 - error: "native_value" overrides symbol of same name in class "NumberEntity"
    "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/number.py:48:16 - error: Type "Any | str | int | float" is not assignable to return type "float"
    Type "Any | str | int | float" is not assignable to type "float"
      "str" is not assignable to "float" (reportReturnType)
<CWD>/homeassistant/components/zwave_me/sensor.py
  <CWD>/homeassistant/components/zwave_me/sensor.py:144:7 - error: Base classes for class "ZWaveMeSensor" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/sensor.py:157:14 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ZWaveMeSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/sensor.py:157:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"
    Variable is mutable so its type is invariant
      Override type "ZWaveMeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/sensor.py:160:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"
    "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_me/siren.py
  <CWD>/homeassistant/components/zwave_me/siren.py:42:7 - error: Base classes for class "ZWaveMeSiren" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/siren.py:53:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/components/zwave_me/switch.py
  <CWD>/homeassistant/components/zwave_me/switch.py:55:7 - error: Base classes for class "ZWaveMeSwitch" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/components/zwave_me/switch.py:64:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"
    "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/config.py
  <CWD>/homeassistant/config.py:614:26 - error: "schema_builder" is not a known attribute of module "voluptuous" (reportAttributeAccessIssue)
  <CWD>/homeassistant/config.py:948:27 - error: "platform_exception" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/config.py:959:9 - error: No parameter named "translation_domain" (reportCallIssue)
  <CWD>/homeassistant/config.py:960:9 - error: No parameter named "translation_placeholders" (reportCallIssue)
  <CWD>/homeassistant/config.py:960:34 - error: "placeholders" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/config.py:1015:69 - error: Argument of type "Hashable" cannot be assigned to parameter "element" of type "str" in function "add"
    "Hashable" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/config_entries.py
  <CWD>/homeassistant/config_entries.py:1091:54 - error: Cannot access attribute "VERSION" for class "FunctionType"
    Attribute "VERSION" is unknown (reportFunctionMemberAccess)
  <CWD>/homeassistant/config_entries.py:1092:65 - error: Cannot access attribute "MINOR_VERSION" for class "FunctionType"
    Attribute "MINOR_VERSION" is unknown (reportFunctionMemberAccess)
  <CWD>/homeassistant/config_entries.py:1260:12 - error: Could not access item in TypedDict
    "type" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1289:16 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1476:26 - error: Could not access item in TypedDict
    "type" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1541:12 - error: Could not access item in TypedDict
    "source" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1559:12 - error: Could not access item in TypedDict
    "type" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1608:17 - error: Could not access item in TypedDict
    "source" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1624:34 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1685:18 - error: Could not access item in TypedDict
    "data" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1688:27 - error: Could not access item in TypedDict
    "minor_version" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1689:21 - error: Could not access item in TypedDict
    "options" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1690:20 - error: Could not access item in TypedDict
    "source" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1691:29 - error: Could not access item in TypedDict
    "subentries" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1692:19 - error: Could not access item in TypedDict
    "title" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:1694:21 - error: Could not access item in TypedDict
    "version" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:2987:17 - error: Could not access item in TypedDict
    "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:2987:17 - error: Could not access item in TypedDict
    "source" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:3395:16 - error: Could not access item in TypedDict
    "entry_id" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:3407:16 - error: Could not access item in TypedDict
    "entry_id" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:3476:12 - error: Could not access item in TypedDict
    "type" is not a required key in "SubentryFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:3491:39 - error: Could not access item in TypedDict
    "data" is not a required key in "SubentryFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:3493:23 - error: Could not access item in TypedDict
    "title" is not a required key in "SubentryFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:3649:16 - error: Could not access item in TypedDict
    "subentry_id" is not a required key in "SubentryFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:3698:12 - error: Could not access item in TypedDict
    "type" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:3703:12 - error: Could not access item in TypedDict
    "data" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/config_entries.py:3715:36 - error: Could not access item in TypedDict
    "data" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/core.py
  <CWD>/homeassistant/core.py:665:9 - error: Overloaded implementation is not consistent with signature of overload 1
    Function return type "Future[Coroutine[Any, Any, _R@async_add_hass_job]] | None" is incompatible with type "Future[Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@async_add_hass_job]]]]] | None"
      Type "Future[Coroutine[Any, Any, _R@async_add_hass_job]] | None" is not assignable to type "Future[Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@async_add_hass_job]]]]] | None"
        Type "Future[Coroutine[Any, Any, _R@async_add_hass_job]]" is not assignable to type "Future[Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@async_add_hass_job]]]]] | None"
          "Future[Coroutine[Any, Any, _R@async_add_hass_job]]" is not assignable to "Future[Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@async_add_hass_job]]]]]"
            Type parameter "_T@Future" is invariant, but "Coroutine[Any, Any, _R@async_add_hass_job]" is not the same as "Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@async_add_hass_job]]]]"
          "Future[Coroutine[Any, Any, _R@async_add_hass_job]]" is not assignable to "None" (reportInconsistentOverload)
  <CWD>/homeassistant/core.py:713:9 - error: Overloaded implementation is not consistent with signature of overload 1
    Function return type "Future[Coroutine[Any, Any, _R@_async_add_hass_job]] | None" is incompatible with type "Future[Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@_async_add_hass_job]]]]] | None"
      Type "Future[Coroutine[Any, Any, _R@_async_add_hass_job]] | None" is not assignable to type "Future[Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@_async_add_hass_job]]]]] | None"
        Type "Future[Coroutine[Any, Any, _R@_async_add_hass_job]]" is not assignable to type "Future[Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@_async_add_hass_job]]]]] | None"
          "Future[Coroutine[Any, Any, _R@_async_add_hass_job]]" is not assignable to "Future[Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@_async_add_hass_job]]]]]"
            Type parameter "_T@Future" is invariant, but "Coroutine[Any, Any, _R@_async_add_hass_job]" is not the same as "Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@_async_add_hass_job]]]]"
          "Future[Coroutine[Any, Any, _R@_async_add_hass_job]]" is not assignable to "None" (reportInconsistentOverload)
  <CWD>/homeassistant/core.py:735:27 - error: Type "HassJob[..., Coroutine[Any, Any, _R@_async_add_hass_job]]" is not assignable to declared type "HassJob[..., Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job]"
    "HassJob[..., Coroutine[Any, Any, _R@_async_add_hass_job]]" is not assignable to "HassJob[..., Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job]"
      Type parameter "_R_co@HassJob" is invariant, but "Coroutine[Any, Any, _R@_async_add_hass_job]" is not the same as "Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job" (reportAssignmentType)
  <CWD>/homeassistant/core.py:737:17 - error: Argument of type "Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job" cannot be assigned to parameter "coro" of type "Coroutine[Any, Any, _T@create_eager_task]" in function "create_eager_task"
    Type "Coroutine[Any, Any, _R@_async_add_hass_job] | object*" is not assignable to type "Coroutine[Any, Any, _T@create_eager_task]"
      "object*" is not assignable to "Coroutine[Any, Any, _T@create_eager_task]" (reportArgumentType)
  <CWD>/homeassistant/core.py:743:27 - error: Type "HassJob[..., _R@_async_add_hass_job]" is not assignable to declared type "HassJob[..., Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job]"
    "HassJob[..., _R@_async_add_hass_job]" is not assignable to "HassJob[..., Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job]"
      Type parameter "_R_co@HassJob" is invariant, but "_R@_async_add_hass_job" is not the same as "Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job" (reportAssignmentType)
  <CWD>/homeassistant/core.py:748:27 - error: Type "HassJob[..., _R@_async_add_hass_job]" is not assignable to declared type "HassJob[..., Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job]"
    "HassJob[..., _R@_async_add_hass_job]" is not assignable to "HassJob[..., Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job]"
      Type parameter "_R_co@HassJob" is invariant, but "_R@_async_add_hass_job" is not the same as "Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job" (reportAssignmentType)
  <CWD>/homeassistant/core.py:749:20 - error: Type "Future[Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job]" is not assignable to declared type "Future[_R@_async_add_hass_job]"
    "Future[Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job]" is not assignable to "Future[_R@_async_add_hass_job]"
      Type parameter "_T@Future" is invariant, but "Coroutine[Any, Any, _R@_async_add_hass_job] | _R@_async_add_hass_job" is not the same as "_R@_async_add_hass_job" (reportAssignmentType)
  <CWD>/homeassistant/core.py:896:9 - error: Overloaded implementation is not consistent with signature of overload 1
    Function return type "Future[Coroutine[Any, Any, _R@async_run_hass_job]] | None" is incompatible with type "Future[Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@async_run_hass_job]]]]] | None"
      Type "Future[Coroutine[Any, Any, _R@async_run_hass_job]] | None" is not assignable to type "Future[Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@async_run_hass_job]]]]] | None"
        Type "Future[Coroutine[Any, Any, _R@async_run_hass_job]]" is not assignable to type "Future[Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@async_run_hass_job]]]]] | None"
          "Future[Coroutine[Any, Any, _R@async_run_hass_job]]" is not assignable to "Future[Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@async_run_hass_job]]]]]"
            Type parameter "_T@Future" is invariant, but "Coroutine[Any, Any, _R@async_run_hass_job]" is not the same as "Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, Coroutine[Any, Any, _R@async_run_hass_job]]]]"
          "Future[Coroutine[Any, Any, _R@async_run_hass_job]]" is not assignable to "None" (reportInconsistentOverload)
  <CWD>/homeassistant/core.py:917:27 - error: Type "HassJob[..., _R@async_run_hass_job]" is not assignable to declared type "HassJob[..., Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job]"
    "HassJob[..., _R@async_run_hass_job]" is not assignable to "HassJob[..., Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job]"
      Type parameter "_R_co@HassJob" is invariant, but "_R@async_run_hass_job" is not the same as "Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job" (reportAssignmentType)
  <CWD>/homeassistant/core.py:2356:17 - error: Argument of type "EventType[EventStateReportedData]" cannot be assigned to parameter "event_type" of type "EventType[_DataT@async_fire_internal] | str" in function "async_fire_internal"
    Type "EventType[EventStateReportedData]" is not assignable to type "EventType[EventStateReportedData | dict[str, str | datetime | State | None]] | str"
      "EventType[EventStateReportedData]" is not assignable to "EventType[EventStateReportedData | dict[str, str | datetime | State | None]]"
        Type parameter "_DataT@EventType" is invariant, but "EventStateReportedData" is not the same as "EventStateReportedData | dict[str, str | datetime | State | None]"
      "EventType[EventStateReportedData]" is not assignable to "str" (reportArgumentType)
  <CWD>/homeassistant/core.py:2874:1 - warning: Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
<CWD>/homeassistant/data_entry_flow.py
  <CWD>/homeassistant/data_entry_flow.py:339:48 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:345:29 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:388:12 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:394:23 - error: Could not access item in TypedDict
    "step_id" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:397:12 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:401:16 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:401:69 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:411:16 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:411:69 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:427:16 - error: Could not access item in TypedDict
    "step_id" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:428:17 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:430:21 - error: Could not access item in TypedDict
    "progress_action" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:431:24 - error: Could not access item in TypedDict
    "description_placeholders" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:506:16 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:514:27 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:523:13 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:540:14 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:543:12 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:547:12 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:548:54 - error: Could not access item in TypedDict
    "step_id" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:565:12 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:606:25 - error: Could not access item in TypedDict
    "step_id" is not a required key in "FlowResult[Any, Any]*", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/data_entry_flow.py:707:37 - error: Argument of type "Marker | Any" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
    Type "Marker | Any" is not assignable to type "str"
      "Marker" is not assignable to "str" (reportArgumentType)
<CWD>/homeassistant/helpers/chat_session.py
  <CWD>/homeassistant/helpers/chat_session.py:85:13 - error: Argument of type "HassJob[(now: datetime), None]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later"
    Type "HassJob[(now: datetime), None]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(now: datetime), None]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "None" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(now: datetime), None]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
<CWD>/homeassistant/helpers/collection.py
  <CWD>/homeassistant/helpers/collection.py:651:32 - error: "data" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/helpers/condition.py
  <CWD>/homeassistant/helpers/condition.py:150:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/condition.py:150:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, dict[str, Any] | None]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, dict[str, Any] | None]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "dict[str, Any] | None"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/helpers/condition.py:152:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/condition.py:152:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, str]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, str]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "str"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/helpers/condition.py:263:10 - error: Function with declared return type "dict[str, type[Condition]]" must return value on all code paths
    "None" is not assignable to "dict[str, type[Condition]]" (reportReturnType)
  <CWD>/homeassistant/helpers/condition.py:359:26 - error: Type "tuple[str, ModuleType]" is not assignable to return type "tuple[str, ConditionProtocol | None]"
    Type "ModuleType" is not assignable to type "ConditionProtocol | None"
      "ModuleType" is incompatible with protocol "ConditionProtocol"
        "async_get_conditions" is not present
      "ModuleType" is not assignable to "None" (reportReturnType)
  <CWD>/homeassistant/helpers/condition.py:770:72 - error: "state_value" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/helpers/config_validation.py
  <CWD>/homeassistant/helpers/config_validation.py:21:5 - error: "_GLOBAL_DEFAULT_TIMEOUT" is unknown import symbol (reportAttributeAccessIssue)
  <CWD>/homeassistant/helpers/config_validation.py:873:37 - error: Argument missing for parameter "v" (reportCallIssue)
  <CWD>/homeassistant/helpers/config_validation.py:1200:29 - error: Could not access item in TypedDict
    "collapsed" is not a required key in "SectionConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/helpers/data_entry_flow.py
  <CWD>/homeassistant/helpers/data_entry_flow.py:36:12 - error: Could not access item in TypedDict
    "type" is not a required key in "FlowResult[FlowContext, str]", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/helpers/debounce.py
  <CWD>/homeassistant/helpers/debounce.py:127:28 - error: No overloads for "async_run_hass_job" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/debounce.py:128:21 - error: Argument of type "HassJob[(), _R_co@Debouncer]" cannot be assigned to parameter "hassjob" of type "HassJob[..., Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job]" in function "async_run_hass_job"
    "HassJob[(), _R_co@Debouncer]" is not assignable to "HassJob[..., Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job]"
      Type parameter "_R_co@HassJob" is invariant, but "_R_co@Debouncer" is not the same as "Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job" (reportArgumentType)
  <CWD>/homeassistant/helpers/debounce.py:150:28 - error: No overloads for "async_run_hass_job" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/debounce.py:151:21 - error: Argument of type "HassJob[(), _R_co@Debouncer]" cannot be assigned to parameter "hassjob" of type "HassJob[..., Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job]" in function "async_run_hass_job"
    "HassJob[(), _R_co@Debouncer]" is not assignable to "HassJob[..., Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job]"
      Type parameter "_R_co@HassJob" is invariant, but "_R_co@Debouncer" is not the same as "Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job" (reportArgumentType)
<CWD>/homeassistant/helpers/deprecation.py
  <CWD>/homeassistant/helpers/deprecation.py:373:9 - error: "breaks_in_ha_version" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/helpers/device_registry.py
  <CWD>/homeassistant/helpers/device_registry.py:404:52 - error: "dict_repr" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/helpers/discovery_flow.py
  <CWD>/homeassistant/helpers/discovery_flow.py:142:38 - error: Could not access item in TypedDict
    "source" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/helpers/dispatcher.py
  <CWD>/homeassistant/helpers/dispatcher.py:53:5 - error: Overloaded implementation is not consistent with signature of overload 2
    Type "(hass: HomeAssistant, signal: SignalType[*_Ts@dispatcher_connect], target: (*_Ts@dispatcher_connect) -> None) -> (() -> None)" is not assignable to type "(hass: HomeAssistant, signal: str, target: (...) -> None) -> (() -> None)"
      Parameter 2: type "str" is incompatible with type "SignalType[*_Ts@dispatcher_connect]"
        "str" is not assignable to "SignalType[*_Ts@dispatcher_connect]" (reportInconsistentOverload)
  <CWD>/homeassistant/helpers/dispatcher.py:141:5 - error: Overloaded implementation is not consistent with signature of overload 2
    Type "(hass: HomeAssistant, signal: SignalType[*_Ts@dispatcher_send], *args: *_Ts@dispatcher_send) -> None" is not assignable to type "(hass: HomeAssistant, signal: str, *args: Any) -> None"
      Parameter 2: type "str" is incompatible with type "SignalType[*_Ts@dispatcher_send]"
        "str" is not assignable to "SignalType[*_Ts@dispatcher_send]" (reportInconsistentOverload)
<CWD>/homeassistant/helpers/entity.py
  <CWD>/homeassistant/helpers/entity.py:1312:28 - error: Cannot access attribute "async_update" for class "Entity*"
    Attribute "async_update" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/helpers/entity.py:1314:56 - error: Cannot access attribute "update" for class "Entity*"
    Attribute "update" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/helpers/entity.py:1320:17 - error: "update_warn" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/entity.py:1649:5 - error: "entity_description" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "ToggleEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/entity.py:1651:5 - error: "_attr_state" overrides symbol of same name in class "Entity"
    Variable is mutable so its type is invariant
      Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/entity.py:1655:9 - error: "state" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/helpers/entity_component.py
  <CWD>/homeassistant/helpers/entity_component.py:375:22 - error: Argument of type "ModuleType | None" cannot be assigned to parameter "platform" of type "EntityPlatformModule | None" in function "__init__"
    Type "ModuleType | None" is not assignable to type "EntityPlatformModule | None"
      Type "ModuleType" is not assignable to type "EntityPlatformModule | None"
        "ModuleType" is incompatible with protocol "EntityPlatformModule"
          "async_setup_platform" is not present
          "setup_platform" is not present
          "async_setup_entry" is not present
        "ModuleType" is not assignable to "None" (reportArgumentType)
<CWD>/homeassistant/helpers/entity_platform.py
  <CWD>/homeassistant/helpers/entity_platform.py:974:17 - error: "entry" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/helpers/entity_registry.py
  <CWD>/homeassistant/helpers/entity_registry.py:218:13 - error: Cannot access attribute "default" for class "str"
    Attribute "default" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/helpers/entity_registry.py:277:52 - error: "dict_repr" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/entity_registry.py:339:52 - error: "dict_repr" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/entity_registry.py:443:13 - error: Cannot access attribute "default" for class "str"
    Attribute "default" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/helpers/entity_registry.py:1912:29 - error: Could not access item in TypedDict
    "old_entity_id" is not a required key in "_EventEntityRegistryUpdatedData_Update", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/helpers/event.py
  <CWD>/homeassistant/helpers/event.py:256:20 - error: "match_from_state" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/event.py:264:20 - error: "match_to_state" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/event.py:1491:48 - error: Argument of type "HassJob[(utc_now: datetime), None]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_track_point_in_utc_time"
    Type "HassJob[(utc_now: datetime), None]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(utc_now: datetime), None]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "None" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(utc_now: datetime), None]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
  <CWD>/homeassistant/helpers/event.py:1819:13 - error: Argument of type "HassJob[(datetime), None]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_track_point_in_utc_time"
    Type "HassJob[(datetime), None]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(datetime), None]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "None" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(datetime), None]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
  <CWD>/homeassistant/helpers/event.py:1842:13 - error: Argument of type "HassJob[(datetime), None]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_track_point_in_utc_time"
    Type "HassJob[(datetime), None]" is not assignable to type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))"
      "HassJob[(datetime), None]" is not assignable to "HassJob[(datetime), Coroutine[Any, Any, None] | None]"
        Type parameter "_R_co@HassJob" is invariant, but "None" is not the same as "Coroutine[Any, Any, None] | None"
      Type "HassJob[(datetime), None]" is not assignable to type "(datetime) -> (Coroutine[Any, Any, None] | None)" (reportArgumentType)
<CWD>/homeassistant/helpers/frame.py
  <CWD>/homeassistant/helpers/frame.py:141:28 - error: "path" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/frame.py:142:21 - error: "integration" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/frame.py:144:58 - error: "index" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/frame.py:403:19 - error: Function declaration "report_use" is obscured by a declaration of the same name (reportRedeclaration)
<CWD>/homeassistant/helpers/integration_platform.py
  <CWD>/homeassistant/helpers/integration_platform.py:141:23 - error: No overloads for "async_run_hass_job" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/integration_platform.py:142:17 - error: Argument of type "HassJob[(HomeAssistant, str, Any), Awaitable[None] | None]" cannot be assigned to parameter "hassjob" of type "HassJob[..., Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job]" in function "async_run_hass_job"
    "HassJob[(HomeAssistant, str, Any), Awaitable[None] | None]" is not assignable to "HassJob[..., Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job]"
      Type parameter "_R_co@HassJob" is invariant, but "Awaitable[None] | None" is not the same as "Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job" (reportArgumentType)
  <CWD>/homeassistant/helpers/integration_platform.py:191:24 - error: Argument of type "HassJob[(*Any), Coroutine[Any, Any, None] | None]" cannot be assigned to parameter "process_job" of type "HassJob[(HomeAssistant, str, Any), Awaitable[None] | None]" in function "__init__"
    "HassJob[(*Any), Coroutine[Any, Any, None] | None]" is not assignable to "HassJob[(HomeAssistant, str, Any), Awaitable[None] | None]"
      Type parameter "_R_co@HassJob" is invariant, but "Coroutine[Any, Any, None] | None" is not the same as "Awaitable[None] | None" (reportArgumentType)
<CWD>/homeassistant/helpers/intent.py
  <CWD>/homeassistant/helpers/intent.py:951:9 - error: "slot_schema" incorrectly overrides property of same name in class "IntentHandler" (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/helpers/intent.py:1161:35 - error: "service" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/helpers/json.py
  <CWD>/homeassistant/helpers/json.py:60:33 - error: Function with declared return type "bytes" must return value on all code paths
    "None" is not assignable to "bytes" (reportReturnType)
  <CWD>/homeassistant/helpers/json.py:189:55 - error: "dump" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/helpers/llm.py
  <CWD>/homeassistant/helpers/llm.py:519:79 - error: "extra" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/llm.py:521:58 - error: "extra" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/llm.py:786:31 - error: Cannot access attribute "DATA_SCHEMA" for class "Selector[Unknown]"
    Attribute "DATA_SCHEMA" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/helpers/llm.py:789:38 - error: Cannot access attribute "DATA_SCHEMA" for class "Selector[Unknown]"
    Attribute "DATA_SCHEMA" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/helpers/llm.py:871:28 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/llm.py:871:28 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, dict[str, tuple[str | None, Schema]]]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, dict[str, tuple[str | None, Schema]]]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "dict[str, tuple[str | None, Schema]]"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/helpers/llm.py:881:59 - error: Cannot access attribute "pop" for class "object*"
    Attribute "pop" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/helpers/llm.py:892:39 - error: Operator "in" not supported for types "str" and "_S@__setitem__ | dict[str, tuple[str | None, Schema]]"
    Operator "in" not supported for types "str" and "object*" (reportOperatorIssue)
  <CWD>/homeassistant/helpers/llm.py:893:16 - error: "__getitem__" method not defined on type "object*" (reportIndexIssue)
  <CWD>/homeassistant/helpers/llm.py:1077:32 - error: "start" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/llm.py:1078:30 - error: "end" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/helpers/redact.py
  <CWD>/homeassistant/helpers/redact.py:63:48 - error: Argument of type "Unknown | str" cannot be assigned to parameter of type "_ValueT@async_redact_data"
    Type "Unknown | str" is not assignable to type "_ValueT@async_redact_data" (reportArgumentType)
<CWD>/homeassistant/helpers/restore_state.py
  <CWD>/homeassistant/helpers/restore_state.py:94:75 - error: Argument of type "datetime | Unknown | None" cannot be assigned to parameter "last_seen" of type "datetime" in function "__init__"
    Type "datetime | Unknown | None" is not assignable to type "datetime"
      "None" is not assignable to "datetime" (reportArgumentType)
<CWD>/homeassistant/helpers/schema_config_entry_flow.py
  <CWD>/homeassistant/helpers/schema_config_entry_flow.py:215:44 - error: "data_schema" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/schema_config_entry_flow.py:437:9 - error: Method "async_create_entry" overrides class "ConfigFlow" in an incompatible manner
    Positional parameter count mismatch; base method has 8, but override has 3 (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/helpers/schema_config_entry_flow.py:505:9 - error: Method "async_create_entry" overrides class "FlowHandler" in an incompatible manner
    Positional parameter count mismatch; base method has 5, but override has 3 (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/helpers/schema_config_entry_flow.py:516:7 - error: Base classes for class "SchemaOptionsFlowHandlerWithReload" define method "async_create_entry" in incompatible way
    Positional parameter count mismatch; base method has 5, but override has 3 (reportIncompatibleMethodOverride)
<CWD>/homeassistant/helpers/script.py
  <CWD>/homeassistant/helpers/script.py:704:21 - error: "idx" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/script.py:1463:13 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/script.py:1463:13 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, dict[str, set[str]]]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, dict[str, set[str]]]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "dict[str, set[str]]"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/helpers/script.py:2082:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/script.py:2082:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, dict[str, set[str]]]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, dict[str, set[str]]]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "dict[str, set[str]]"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
<CWD>/homeassistant/helpers/selector.py
  <CWD>/homeassistant/helpers/selector.py:306:16 - error: Could not access item in TypedDict
    "multiple" is not a required key in "AreaSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:571:20 - error: Could not access item in TypedDict
    "value" is not a required key in "ConstantSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:572:16 - error: Could not access item in TypedDict
    "value" is not a required key in "ConstantSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:716:16 - error: Could not access item in TypedDict
    "multiple" is not a required key in "DeviceSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:820:16 - error: Could not access item in TypedDict
    "multiple" is not a required key in "EntitySelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:894:16 - error: Could not access item in TypedDict
    "multiple" is not a required key in "FloorSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:953:16 - error: Could not access item in TypedDict
    "multiple" is not a required key in "LabelSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:1078:16 - error: Could not access item in TypedDict
    "multiple" is not a required key in "MediaSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:1230:43 - error: Could not access item in TypedDict
    "multiple" is not a required key in "ObjectSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:1236:38 - error: Could not access item in TypedDict
    "fields" is not a required key in "ObjectSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:1289:16 - error: Could not access item in TypedDict
    "data" is not a required key in "QrCodeSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:1364:12 - error: Could not access item in TypedDict
    "custom_value" is not a required key in "SelectSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:1367:16 - error: Could not access item in TypedDict
    "multiple" is not a required key in "SelectSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:1407:16 - error: Could not access item in TypedDict
    "multiple" is not a required key in "StateSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:1440:16 - error: Could not access item in TypedDict
    "multiple" is not a required key in "StatisticSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/helpers/selector.py:1568:16 - error: Could not access item in TypedDict
    "multiple" is not a required key in "TextSelectorConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
<CWD>/homeassistant/helpers/service.py
  <CWD>/homeassistant/helpers/service.py:455:6 - error: Expected class but received "(referenced: set[str] = set, indirectly_referenced: set[str] = set, missing_devices: set[str] = set, missing_areas: set[str] = set, missing_floors: set[str] = set, missing_labels: set[str] = set, referenced_devices: set[str] = set, referenced_areas: set[str] = set) -> SelectedEntities" (reportGeneralTypeIssues)
  <CWD>/homeassistant/helpers/service.py:894:16 - error: No overloads for "async_run_hass_job" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/service.py:894:40 - error: Argument of type "HassJob[..., _T@partial]" cannot be assigned to parameter "hassjob" of type "HassJob[..., Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job]" in function "async_run_hass_job"
    "HassJob[..., _T@partial]" is not assignable to "HassJob[..., Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job]"
      Type parameter "_R_co@HassJob" is invariant, but "_T@partial" is not the same as "Coroutine[Any, Any, _R@async_run_hass_job] | _R@async_run_hass_job" (reportArgumentType)
<CWD>/homeassistant/helpers/significant_change.py
  <CWD>/homeassistant/helpers/significant_change.py:100:17 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/significant_change.py:100:17 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, CheckTypeFunc]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, CheckTypeFunc]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "CheckTypeFunc"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
<CWD>/homeassistant/helpers/singleton.py
  <CWD>/homeassistant/helpers/singleton.py:83:12 - error: Type "Overload[(func: _FuncType[_Coro[_T@singleton]]) -> _FuncType[_Coro[_T@singleton]], (func: _FuncType[_U@singleton]) -> _FuncType[_U@singleton]]" is not assignable to return type "(_FuncType[_S@singleton]) -> _FuncType[_S@singleton]"
    No overloaded function matches type "(_FuncType[_S@singleton]) -> _FuncType[_S@singleton]" (reportReturnType)
<CWD>/homeassistant/helpers/sun.py
  <CWD>/homeassistant/helpers/sun.py:45:9 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/sun.py:45:9 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[tuple[str, str, str, float, float], Location] | dict[str, _S@__setitem__]" is not assignable to type "dict[tuple[str, str, str, float, float], Location]"
      Type "dict[tuple[str, str, str, float, float], Location] | dict[str, _S@__setitem__]" is not assignable to type "dict[tuple[str, str, str, float, float], Location]"
        "dict[str, _S@__setitem__]" is not assignable to "dict[tuple[str, str, str, float, float], Location]"
          Type parameter "_KT@dict" is invariant, but "str" is not the same as "tuple[str, str, str, float, float]"
          Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "Location" (reportArgumentType)
<CWD>/homeassistant/helpers/template/__init__.py
  <CWD>/homeassistant/helpers/template/__init__.py:899:9 - error: "entity_id" overrides symbol of same name in class "State"
    "under_cached_property[str]" is not assignable to "str" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/template/__init__.py:955:9 - error: "name" overrides symbol of same name in class "State"
    "property" is not assignable to "under_cached_property[str]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/template/__init__.py:2181:26 - error: "nodes" is not a known attribute of module "jinja2" (reportAttributeAccessIssue)
  <CWD>/homeassistant/helpers/template/__init__.py:2426:9 - error: Overload 1 for "compile" overlaps overload 2 and returns an incompatible type (reportOverlappingOverload)
  <CWD>/homeassistant/helpers/template/__init__.py:2428:30 - error: "nodes" is not a known attribute of module "jinja2" (reportAttributeAccessIssue)
  <CWD>/homeassistant/helpers/template/__init__.py:2438:30 - error: "nodes" is not a known attribute of module "jinja2" (reportAttributeAccessIssue)
  <CWD>/homeassistant/helpers/template/__init__.py:2447:30 - error: "nodes" is not a known attribute of module "jinja2" (reportAttributeAccessIssue)
<CWD>/homeassistant/helpers/template/extensions/base.py
  <CWD>/homeassistant/helpers/template/extensions/base.py:54:22 - error: Expected 1 positional argument (reportCallIssue)
<CWD>/homeassistant/helpers/trigger.py
  <CWD>/homeassistant/helpers/trigger.py:114:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/trigger.py:114:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, dict[str, Any] | None]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, dict[str, Any] | None]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "dict[str, Any] | None"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/helpers/trigger.py:116:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/trigger.py:116:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, str]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, str]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "str"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/helpers/trigger.py:254:64 - error: Function with declared return type "dict[str, type[Trigger]]" must return value on all code paths
    "None" is not assignable to "dict[str, type[Trigger]]" (reportReturnType)
  <CWD>/homeassistant/helpers/trigger.py:261:10 - error: Function with declared return type "ConfigType" must return value on all code paths
    "None" is not assignable to "dict[str, Any]" (reportReturnType)
  <CWD>/homeassistant/helpers/trigger.py:270:10 - error: Function with declared return type "CALLBACK_TYPE" must return value on all code paths
    Type "None" is not assignable to type "CALLBACK_TYPE" (reportReturnType)
  <CWD>/homeassistant/helpers/trigger.py:292:10 - error: Function with declared return type "Task[Any]" must return value on all code paths
    "None" is not assignable to "Task[Any]" (reportReturnType)
  <CWD>/homeassistant/helpers/trigger.py:305:10 - error: Function with declared return type "dict[str, Any]" must return value on all code paths
    "None" is not assignable to "dict[str, Any]" (reportReturnType)
  <CWD>/homeassistant/helpers/trigger.py:392:16 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/helpers/trigger.py:392:16 - error: Argument of type "defaultdict[str, PluggableActionsEntry]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "defaultdict[tuple[Unknown, ...], PluggableActionsEntry] | defaultdict[str, PluggableActionsEntry]" is not assignable to type "defaultdict[tuple[Unknown, ...], PluggableActionsEntry]"
      Type "defaultdict[tuple[Unknown, ...], PluggableActionsEntry] | defaultdict[str, PluggableActionsEntry]" is not assignable to type "defaultdict[tuple[Unknown, ...], PluggableActionsEntry]"
        "defaultdict[str, PluggableActionsEntry]" is not assignable to "defaultdict[tuple[Unknown, ...], PluggableActionsEntry]"
          Type parameter "_KT@defaultdict" is invariant, but "str" is not the same as "tuple[Unknown, ...]" (reportArgumentType)
  <CWD>/homeassistant/helpers/trigger.py:393:16 - error: Type "defaultdict[str, PluggableActionsEntry]" is not assignable to return type "dict[tuple[Unknown, ...], PluggableActionsEntry]"
    "defaultdict[str, PluggableActionsEntry]" is not assignable to "dict[tuple[Unknown, ...], PluggableActionsEntry]"
      Type parameter "_KT@dict" is invariant, but "str" is not the same as "tuple[Unknown, ...]" (reportReturnType)
  <CWD>/homeassistant/helpers/trigger.py:476:26 - error: Type "tuple[str, ModuleType]" is not assignable to return type "tuple[str, TriggerProtocol]"
    "ModuleType" is incompatible with protocol "TriggerProtocol"
      "async_get_triggers" is not present
      "TRIGGER_SCHEMA" is not present
      "async_validate_trigger_config" is not present
      "async_attach_trigger" is not present (reportReturnType)
<CWD>/homeassistant/helpers/trigger_template_entity.py
  <CWD>/homeassistant/helpers/trigger_template_entity.py:200:9 - error: "name" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/trigger_template_entity.py:205:9 - error: "unique_id" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/trigger_template_entity.py:210:9 - error: "icon" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/trigger_template_entity.py:215:9 - error: "entity_picture" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/trigger_template_entity.py:220:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/trigger_template_entity.py:228:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/trigger_template_entity.py:384:7 - error: Base classes for class "ManualTriggerSensorEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/trigger_template_entity.py:384:7 - error: Base classes for class "ManualTriggerSensorEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/trigger_template_entity.py:384:7 - error: Base classes for class "ManualTriggerSensorEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/trigger_template_entity.py:384:7 - error: Base classes for class "ManualTriggerSensorEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/trigger_template_entity.py:384:7 - error: Base classes for class "ManualTriggerSensorEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride)
  <CWD>/homeassistant/helpers/trigger_template_entity.py:384:7 - error: Base classes for class "ManualTriggerSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride)
<CWD>/homeassistant/helpers/typing.py
  <CWD>/homeassistant/helpers/typing.py:66:1 - warning: Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
<CWD>/homeassistant/helpers/update_coordinator.py
  <CWD>/homeassistant/helpers/update_coordinator.py:62:10 - error: Function with declared return type "() -> None" must return value on all code paths
    Type "None" is not assignable to type "() -> None" (reportReturnType)
  <CWD>/homeassistant/helpers/update_coordinator.py:512:35 - error: "start" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/helpers/update_coordinator.py:637:9 - error: "available" overrides symbol of same name in class "Entity"
    "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride)
<CWD>/homeassistant/loader.py
  <CWD>/homeassistant/loader.py:274:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/loader.py:274:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, ModuleType | ComponentProtocol]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, ModuleType | ComponentProtocol]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "ModuleType | ComponentProtocol"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/loader.py:275:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/loader.py:275:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, Integration | Future[Integration | IntegrationNotFound]]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, Integration | Future[Integration | IntegrationNotFound]]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "Integration | Future[Integration | IntegrationNotFound]"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/loader.py:276:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/loader.py:276:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, bool]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, bool]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "bool"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/loader.py:297:16 - error: Import "custom_components" could not be resolved (reportMissingImports)
  <CWD>/homeassistant/loader.py:373:10 - error: Function with declared return type "bool" must return value on all code paths
    "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/loader.py:378:10 - error: Function with declared return type "bool" must return value on all code paths
    "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/loader.py:383:10 - error: Function with declared return type "bool" must return value on all code paths
    "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/loader.py:396:10 - error: Function with declared return type "bool" must return value on all code paths
    "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/loader.py:404:77 - error: Function with declared return type "bool" must return value on all code paths
    "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/loader.py:407:65 - error: Function with declared return type "bool" must return value on all code paths
    "None" is not assignable to "bool" (reportReturnType)
  <CWD>/homeassistant/loader.py:787:16 - error: Could not access item in TypedDict
    "name" is not a required key in "Manifest", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/loader.py:797:16 - error: Could not access item in TypedDict
    "domain" is not a required key in "Manifest", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  <CWD>/homeassistant/loader.py:979:20 - error: Type "ModuleType | ComponentProtocol" is not assignable to return type "ComponentProtocol"
    Type "ModuleType | ComponentProtocol" is not assignable to type "ComponentProtocol"
      "ModuleType" is incompatible with protocol "ComponentProtocol"
        "CONFIG_SCHEMA" is not present
        "DOMAIN" is not present
        "async_setup_entry" is not present
        "async_unload_entry" is not present
        "async_migrate_entry" is not present
        "async_remove_entry" is not present
    ... (reportReturnType)
  <CWD>/homeassistant/loader.py:999:43 - error: "start" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/loader.py:1035:39 - error: "start" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/loader.py:1057:20 - error: Type "ModuleType | ComponentProtocol" is not assignable to return type "ComponentProtocol"
    Type "ModuleType | ComponentProtocol" is not assignable to type "ComponentProtocol"
      "ModuleType" is incompatible with protocol "ComponentProtocol"
        "CONFIG_SCHEMA" is not present
        "DOMAIN" is not present
        "async_setup_entry" is not present
        "async_unload_entry" is not present
        "async_migrate_entry" is not present
        "async_remove_entry" is not present
    ... (reportReturnType)
  <CWD>/homeassistant/loader.py:1084:16 - error: Type "ModuleType | ComponentProtocol" is not assignable to return type "ComponentProtocol"
    Type "ModuleType | ComponentProtocol" is not assignable to type "ComponentProtocol"
      "ModuleType" is incompatible with protocol "ComponentProtocol"
        "CONFIG_SCHEMA" is not present
        "DOMAIN" is not present
        "async_setup_entry" is not present
        "async_unload_entry" is not present
        "async_migrate_entry" is not present
        "async_remove_entry" is not present
    ... (reportReturnType)
  <CWD>/homeassistant/loader.py:1189:47 - error: "start" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/loader.py:1487:15 - error: Argument of type "dict[Any, Any]" cannot be assigned to parameter "cache" of type "_ResolveDependenciesCacheProtocol" in function "_resolve_integrations_dependencies" (reportArgumentType)
  <CWD>/homeassistant/loader.py:1673:16 - error: Import "custom_components" could not be resolved (reportMissingImports)
<CWD>/homeassistant/scripts/auth.py
  <CWD>/homeassistant/scripts/auth.py:76:25 - error: Cannot access attribute "data" for class "AuthProvider"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/scripts/auth.py:77:26 - error: Cannot access attribute "data" for class "AuthProvider"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/scripts/auth.py:90:25 - error: Cannot access attribute "data" for class "AuthProvider"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/scripts/auth.py:92:18 - error: Cannot access attribute "data" for class "AuthProvider"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/scripts/auth.py:98:20 - error: Cannot access attribute "data" for class "AuthProvider"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/scripts/auth.py:107:25 - error: Cannot access attribute "data" for class "AuthProvider"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/scripts/auth.py:109:18 - error: Cannot access attribute "data" for class "AuthProvider"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/scripts/auth.py:120:25 - error: Cannot access attribute "data" for class "AuthProvider"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/scripts/auth.py:122:18 - error: Cannot access attribute "data" for class "AuthProvider"
    Attribute "data" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/scripts/auth.py:123:24 - error: Cannot access attribute "data" for class "AuthProvider"
    Attribute "data" is unknown (reportAttributeAccessIssue)
<CWD>/homeassistant/setup.py
  <CWD>/homeassistant/setup.py:107:18 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/setup.py:107:18 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, str | None]"
      "dict[str, _S@__setitem__]" is not assignable to "dict[str, str | None]"
        Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "str | None"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  <CWD>/homeassistant/setup.py:109:5 - error: Argument of type "object* | str | None" cannot be assigned to parameter "value" of type "str | None" in function "__setitem__"
    Type "object* | str | None" is not assignable to type "str | None"
      Type "object*" is not assignable to type "str | None"
        "object*" is not assignable to "str"
        "object*" is not assignable to "None" (reportArgumentType)
  <CWD>/homeassistant/setup.py:560:21 - error: "component" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/setup.py:560:52 - error: "component" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/util/__init__.py
  <CWD>/homeassistant/util/__init__.py:130:23 - error: Function declaration "throttled_value" is obscured by a declaration of the same name (reportRedeclaration)
  <CWD>/homeassistant/util/__init__.py:163:31 - error: Cannot access attribute "__self__" for class "FunctionType"
    Attribute "__self__" is unknown (reportFunctionMemberAccess)
  <CWD>/homeassistant/util/__init__.py:170:22 - error: Cannot assign to attribute "_throttle" for class "_Wrapped[..., Unknown, ..., ((...) -> Unknown) | Coroutine[Unknown, Unknown, Unknown]]"
    Attribute "_throttle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/util/__init__.py:172:37 - error: Cannot access attribute "_throttle" for class "_Wrapped[..., Unknown, ..., ((...) -> Unknown) | Coroutine[Unknown, Unknown, Unknown]]"
    Attribute "_throttle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/util/__init__.py:173:22 - error: Cannot access attribute "_throttle" for class "_Wrapped[..., Unknown, ..., ((...) -> Unknown) | Coroutine[Unknown, Unknown, Unknown]]"
    Attribute "_throttle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/util/__init__.py:174:29 - error: Cannot access attribute "_throttle" for class "_Wrapped[..., Unknown, ..., ((...) -> Unknown) | Coroutine[Unknown, Unknown, Unknown]]"
    Attribute "_throttle" is unknown (reportAttributeAccessIssue)
  <CWD>/homeassistant/util/__init__.py:177:24 - error: Type "None" is not assignable to return type "((...) -> Unknown) | Coroutine[Unknown, Unknown, Unknown]"
    Type "None" is not assignable to type "((...) -> Unknown) | Coroutine[Unknown, Unknown, Unknown]"
      Type "None" is not assignable to type "(...) -> Unknown"
      "None" is not assignable to "Coroutine[Unknown, Unknown, Unknown]" (reportReturnType)
  <CWD>/homeassistant/util/__init__.py:188:24 - error: Type "None" is not assignable to return type "((...) -> Unknown) | Coroutine[Unknown, Unknown, Unknown]"
    Type "None" is not assignable to type "((...) -> Unknown) | Coroutine[Unknown, Unknown, Unknown]"
      Type "None" is not assignable to type "(...) -> Unknown"
      "None" is not assignable to "Coroutine[Unknown, Unknown, Unknown]" (reportReturnType)
<CWD>/homeassistant/util/enum.py
  <CWD>/homeassistant/util/enum.py:11:56 - error: Function with declared return type "_T@lru_cache" must return value on all code paths
    Type "None" is not assignable to type "_T@lru_cache" (reportReturnType)
<CWD>/homeassistant/util/hass_dict.pyi
  <CWD>/homeassistant/util/hass_dict.pyi:37:9 - error: Method "__getitem__" overrides class "dict" in an incompatible manner
    No overload signature in override is compatible with base method (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/util/hass_dict.pyi:47:9 - error: Method "__setitem__" overrides class "dict" in an incompatible manner
    No overload signature in override is compatible with base method (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/util/hass_dict.pyi:59:9 - error: Method "setdefault" overrides class "MutableMapping" in an incompatible manner
    Override does not handle all overloads of base method (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/util/hass_dict.pyi:75:9 - error: Method "get" overrides class "dict" in an incompatible manner
    Override does not handle all overloads of base method (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/util/hass_dict.pyi:97:9 - error: Method "pop" overrides class "dict" in an incompatible manner
    Override does not handle all overloads of base method (reportIncompatibleMethodOverride)
  <CWD>/homeassistant/util/hass_dict.pyi:125:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue)
  <CWD>/homeassistant/util/hass_dict.pyi:125:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"
    Type "dict[int, bool] | dict[str, _S@__setitem__]" is not assignable to type "dict[int, bool]"
      Type "dict[int, bool] | dict[str, _S@__setitem__]" is not assignable to type "dict[int, bool]"
        "dict[str, _S@__setitem__]" is not assignable to "dict[int, bool]"
          Type parameter "_KT@dict" is invariant, but "str" is not the same as "int"
          Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "bool" (reportArgumentType)
  <CWD>/homeassistant/util/hass_dict.pyi:140:17 - error: "assert_type" mismatch: expected "set[str]" but received "set[str] | set[Unknown]" (reportAssertTypeFailure)
<CWD>/homeassistant/util/language.py
  <CWD>/homeassistant/util/language.py:153:46 - error: "region_idx" is possibly unbound (reportPossiblyUnboundVariable)
<CWD>/homeassistant/util/loop.py
  <CWD>/homeassistant/util/loop.py:107:19 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:113:28 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:114:16 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:125:26 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:126:13 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:127:13 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:128:13 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:129:13 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:145:26 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:146:13 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:147:13 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:148:13 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:149:13 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:155:46 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:162:29 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:163:29 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:164:16 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:164:60 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
  <CWD>/homeassistant/util/loop.py:165:17 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable)
19186 errors, 18 warnings, 0 informations
